Skip to content

Commit

Permalink
Update Progress2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 10, 2021
1 parent a2265f0 commit 0f09404
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Patent2Net/templates/Request_Form/Progress2.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,37 @@
switch(i) {
// ['p2n_req','p2n_gather_biblio', "p2n_filtering", 'p2n_family','p2n_content','p2n_image','p2n_network','p2n_tables','p2n_carrot','p2n_iramuteq','p2n_cluster', ]

case 1:
case 0:
lqi = "Gathering patent list"
break;
case 2:
case 1:
lqi = "Gathering bibliographic metadata"
break;
case 3:
case 2:
lqi = "Filtering patents"
break;
case 4:
case 3:
lqi = "Gathering families"
break;
case 5:
case 4:
lqi = "Gathering content"
break;
case 6:
case 5:
lqi = "Gathering images"
break;
case 7:
case 6:
lqi = "Processing networks"
break;
case 8:
case 7:
lqi = "Processing tables"
break;
case 9:
case 8:
lqi = "Preparing carrot2 files"
break;
case 10:
case 9:
lqi = "Processing IRAMuTeQ files"
break;
case 11:
case 10:
lqi = "Clustering"
break;
}
Expand Down

0 comments on commit 0f09404

Please sign in to comment.