Improve text

This commit is contained in:
kongchinhua 2011-11-11 18:36:55 +00:00
parent fccbc1d991
commit e8d76e9967
3 changed files with 40 additions and 42 deletions

View file

@ -32,7 +32,7 @@ function createScimapType(map, mapName) {
new CopyrightPanel ({
map: map,
controlPositions: google.maps.ControlPosition.BOTTOM_RIGHT,
html: '&copy; 2008 The Regents of the University of California and and SciTech Strategies.<br>' +
html: '&copy; 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'

View file

@ -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);