Change 'Unlocated' text to Unmapped.

Disable People comparison due to the existing data are not sufficient to create map of science.
Support save entity table as CSV
This commit is contained in:
kongchinhua 2011-11-07 19:04:08 +00:00
parent b2476d88c9
commit 5f9d321d71
4 changed files with 14 additions and 16 deletions

View file

@ -57,7 +57,7 @@ var ENTITY_TYPE = '${entityType}';
var loadingImageLink = contextPath + "/images/visualization/ajax-loader-indicator.gif";
var refreshPageImageLink = contextPath + "/images/visualization/refresh-green.png";
var comparisonScienceMapCsvDataUrlPrefix = "${urls.base}${dataVisualizationURLRoot}?labelField=label&vis=entity_comparison&uri=";
var entityMapOfScienceDisciplineCSVURL = "${entityMapOfScienceDisciplineCSVURL}";
var entityMapOfScienceSubDisciplineCSVURL = "${entityMapOfScienceSubDisciplineCSVURL}";

View file

@ -44,7 +44,7 @@ corresponding changes in the included Templates. -->
<#-- VIEW TYPE FILTER -->
<div id="view-type-filter" style="display:${viewTypeFilterDisplay};">
<input type="radio" name="view-type" value="ENTITY"> Explore ${entityLabel} </input><br>
<input type="radio" name="view-type" value="COMPARISON"> Compare organizations (or people) </input><br><br>
<input type="radio" name="view-type" value="COMPARISON"> Compare organizations <#--/ people --></input><br><br>
</div>
<!-- <h3>What do you want to compare?</h3> -->
@ -61,12 +61,8 @@ mapped <span id="percent-mapped"></span>% of <span id="total-publications"></spa
title="" />
<div id="download-unlocated-journal-info">
<a href="${entityMapOfScienceUnlocatedJournalsCSVURL}">Save Unlocated Journals</a>
<a href="${entityMapOfScienceUnlocatedJournalsCSVURL}">Save Unmapped Publications</a>
</div>
</div>
</div>
</div>