[VIVO-1273] Changed the DOI URL Schema according to Crossref recomendations (#41)

This commit is contained in:
jlmunozUc3m 2016-10-07 16:46:09 +02:00 committed by grahamtriggs
parent 1865b525b8
commit a18076061d

View file

@ -10,7 +10,7 @@
<@showStatement statement property /> <@showStatement statement property />
<#macro showStatement statement property> <#macro showStatement statement property>
<a href="http://dx.doi.org/${statement.value!}" title="${i18n().doi_link}" target="_blank">${statement.value!}</a> <a href="https://doi.org/${statement.value!}" title="${i18n().doi_link}" target="_blank">${statement.value!}</a>
<@lmt.addCitationMetaTag uri=(property.uri!) content=(statement.value!) /> <@lmt.addCitationMetaTag uri=(property.uri!) content=(statement.value!) />
</#macro> </#macro>