Improve text
This commit is contained in:
parent
fccbc1d991
commit
e8d76e9967
3 changed files with 40 additions and 42 deletions
|
@ -32,7 +32,7 @@ function createScimapType(map, mapName) {
|
|||
new CopyrightPanel ({
|
||||
map: map,
|
||||
controlPositions: google.maps.ControlPosition.BOTTOM_RIGHT,
|
||||
html: '© 2008 The Regents of the University of California and and SciTech Strategies.<br>' +
|
||||
html: '© 2008 The Regents of the University of California and SciTech Strategies.<br>' +
|
||||
'Map updated by <a href="http://mapofscience.com">SciTech Strategies</a>, ' +
|
||||
'<a href="http://www.ost.uqam.ca/" title="Observatoire des sciences et des technologies">OST</a>, ' +
|
||||
'and <a href="http://cns.iu.edu" title="CyberInfrastructure for Network Science">CNS</a> in 2010'
|
||||
|
|
|
@ -133,7 +133,7 @@ var DataTableWidget = Class.extend({
|
|||
activityCountTH.attr("id", "activity-count-column");
|
||||
|
||||
var percentageActivityTH = $('<th>');
|
||||
percentageActivityTH.html('% activity');
|
||||
percentageActivityTH.html('% of activity');
|
||||
percentageActivityTH.attr("id", "percentage-activity-column");
|
||||
|
||||
tr.append(levelOfScienceAreaTH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue