VIVO-920: made clarifications within gui so the dates associated with the visualizations made more sense.
This commit is contained in:
parent
469200d93e
commit
f2e661e99c
5 changed files with 8 additions and 6 deletions
|
@ -882,3 +882,4 @@ role_type = Tipo de papel
|
||||||
add_capitalized = Añadir
|
add_capitalized = Añadir
|
||||||
researcher_role = El papel del investigador
|
researcher_role = El papel del investigador
|
||||||
search_service_btn = Búsqueda el servicio
|
search_service_btn = Búsqueda el servicio
|
||||||
|
through_today = sobre la fecha de hoy
|
|
@ -186,7 +186,7 @@
|
||||||
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + pubDisplay + " <br/></span>");
|
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + pubDisplay + " <br/></span>");
|
||||||
|
|
||||||
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
||||||
+ ' ${i18n().to} ${sparklineVO.latestRenderedPublicationYear?c}</span>';
|
+ ' - ${sparklineVO.latestRenderedPublicationYear?c}</span>';
|
||||||
|
|
||||||
if (totalPubs !== totalPublicationCount) {
|
if (totalPubs !== totalPublicationCount) {
|
||||||
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';
|
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';
|
||||||
|
|
|
@ -62,7 +62,7 @@ var i18nStringsCoauthorship = {
|
||||||
coAuthorsString: '${i18n().co_authors_capitalized}',
|
coAuthorsString: '${i18n().co_authors_capitalized}',
|
||||||
authorString: '${i18n().author_capitalized}',
|
authorString: '${i18n().author_capitalized}',
|
||||||
publicationsWith: '${i18n().publications_with}',
|
publicationsWith: '${i18n().publications_with}',
|
||||||
publicationsString: '${i18n().publication_s_capitalized}',
|
publicationsString: "${i18n().publications_thru_today}",
|
||||||
coauthorsString: '${i18n().co_author_s_capitalized}'
|
coauthorsString: '${i18n().co_author_s_capitalized}'
|
||||||
};
|
};
|
||||||
var i18nStringsPersonLvl = {
|
var i18nStringsPersonLvl = {
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
sparksText += "${i18n().years}";
|
sparksText += "${i18n().years}";
|
||||||
|
|
||||||
if (totalPubs !== totalPublicationCount) {
|
if (totalPubs !== totalPublicationCount) {
|
||||||
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})' ;
|
//sparksText += ' (' + totalPublicationCount + ' ${i18n().total})' ;
|
||||||
}
|
}
|
||||||
sparksText += " <img class='infoIcon' src='" + infoIconSrc + "' height='16px' width='16px' alt='${i18n().info_icon}' title='${i18n().numbers_based_on_publications_in_vivo}' />" ;
|
sparksText += " <img class='infoIcon' src='" + infoIconSrc + "' height='16px' width='16px' alt='${i18n().info_icon}' title='${i18n().numbers_based_on_publications_in_vivo}' />" ;
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).attr("class", "grey-text").append("<span style='color: #2485AE;'> "+ pubDisplay +"<br/></span>");
|
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).attr("class", "grey-text").append("<span style='color: #2485AE;'> "+ pubDisplay +"<br/></span>");
|
||||||
|
|
||||||
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
||||||
+ ' to ${sparklineVO.latestRenderedPublicationYear?c}</span>';
|
+ ' - ${sparklineVO.latestRenderedPublicationYear?c}</span>';
|
||||||
|
|
||||||
if (totalPubs !== totalPublicationCount) {
|
if (totalPubs !== totalPublicationCount) {
|
||||||
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';
|
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';
|
||||||
|
|
|
@ -888,3 +888,4 @@ role_type = Role type
|
||||||
add_capitalized = Add
|
add_capitalized = Add
|
||||||
researcher_role = Researcher Role
|
researcher_role = Researcher Role
|
||||||
search_service_btn = Search Service
|
search_service_btn = Search Service
|
||||||
|
through_today = through today's date
|
Loading…
Add table
Reference in a new issue