Update new visualization icons

Update info text on Map of Science
Update new copyright text to Map of Science
This commit is contained in:
kongchinhua 2011-11-11 00:18:31 +00:00
parent 5eb16e6585
commit 5b1847dd4c
29 changed files with 51 additions and 43 deletions

View file

@ -32,7 +32,10 @@ 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 <a href="http://cns.iu.edu" >CNS.IU.EDU</a>'
html: '&copy; 2008 The Regents of the University of California and 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'
});
map.mapTypes.set(mapName, sciMapType);
}