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

@ -60,7 +60,7 @@ var SimpleDataTableWidget = Class.extend({
var organizationHeader = $('<div><a class="suborganization-title" href="' +
entityVivoProfileURLPrefix + me.uri +'">' +
truncateText(me.label, 23) + '</a><a href="' + entityMapOfScienceURLPrefix +
me.label.replace(/\s+/g, '') + '"><img class="drillDownIcon" src="' +
me.uri + '"><img class="drillDownIcon" src="' +
drillDownIconUrl + '" alt="drill down" title="drill down" /></a></div>');
me.tableDiv.append(organizationHeader);
@ -78,7 +78,7 @@ var SimpleDataTableWidget = Class.extend({
var scienceAreasTH = $('<th>');
scienceAreasTH.attr("id", "entity-science-areas-th");
scienceAreasTH.html('Sub-Disciplines');
scienceAreasTH.html('Subdisciplines');
var activityCountTH = $('<th width="53">');
activityCountTH.html('# of pubs.');