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 27786c0 commit a2265f0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Patent2Net/templates/Request_Form/Progress2.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,40 +51,40 @@
{
$(qi).css('width', sent_data[i]+'%').attr('aria-valuenow', sent_data[i]);
}
switch(qi) {
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 "p2n_req":
case 1:
lqi = "Gathering patent list"
break;
case "p2n_gather_biblio":
case 2:
lqi = "Gathering bibliographic metadata"
break;
case "p2n_filtering":
case 3:
lqi = "Filtering patents"
break;
case "p2n_family":
case 4:
lqi = "Gathering families"
break;
case "p2n_content":
case 5:
lqi = "Gathering content"
break;
case "p2n_image":
case 6:
lqi = "Gathering images"
break;
case "p2n_network":
case 7:
lqi = "Processing networks"
break;
case "p2n_tables":
case 8:
lqi = "Processing tables"
break;
case "p2n_carrot":
case 9:
lqi = "Preparing carrot2 files"
break;
case "p2n_iramuteq":
case 10:
lqi = "Processing IRAMuTeQ files"
break;
case "p2n_cluster":
case 11:
lqi = "Clustering"
break;
}
Expand Down

0 comments on commit a2265f0

Please sign in to comment.