Change scinode popup information text - 'pubs.' to 'publications (pubs.)'
This commit is contained in:
parent
34669b7c18
commit
891304b0f1
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ var DisciplineMarkerManager = ScimapMarkerManager.extend({
|
|||
marker.setContent(
|
||||
'<div style="font-size: 80%; padding: 5px; text-align: left;"><b>'
|
||||
+ poly.label +'</b><br />'
|
||||
+ addCommasToNumber(poly.value.toFixed(2)) + ' of pubs.<br />'
|
||||
+ addCommasToNumber(poly.value.toFixed(2)) + ' of publications (pubs.)<br />'
|
||||
+ (poly.value * 100 / this.maxValue).toFixed(2) + '% of activity</div>'
|
||||
);
|
||||
return marker;
|
||||
|
@ -198,7 +198,7 @@ var SubdisciplineMarkerManager = ScimapMarkerManager.extend({
|
|||
marker.setContent(
|
||||
'<div style="font-size: 80%; padding: 5px; text-align: left;"><b>'
|
||||
+ poly.label + '</b> in ' + disciplineLabel +'<br />'
|
||||
+ addCommasToNumber(poly.value.toFixed(2)) + ' of pubs.<br />'
|
||||
+ addCommasToNumber(poly.value.toFixed(2)) + ' of publications (pubs.)<br />'
|
||||
+ (poly.value * 100 / this.maxValue).toFixed(2) + '% of activity</div>'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue