Skip to content

Commit

Permalink
Troca http para https nos links para orcid, lattes e researcherid (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertatakenaka authored Mar 22, 2024
1 parent e5e0fba commit ce98be3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@

<xsl:template match="contrib-id" mode="url"/>
<xsl:template match="contrib-id[@contrib-id-type='orcid']" mode="url"
>http://orcid.org/</xsl:template>
>https://orcid.org/</xsl:template>
<xsl:template match="contrib-id[@contrib-id-type='lattes']" mode="url"
>http://lattes.cnpq.br/</xsl:template>
>https://lattes.cnpq.br/</xsl:template>
<xsl:template match="contrib-id[@contrib-id-type='scopus']" mode="url"
>https://www.scopus.com/authid/detail.uri?authorId=</xsl:template>
<xsl:template match="contrib-id[@contrib-id-type='researchid']" mode="url"
>http://www.researcherid.com/rid/</xsl:template>
>https://www.researcherid.com/rid/</xsl:template>

<xsl:template match="aff" mode="insert-separator">
<xsl:apply-templates select="institution" mode="insert-separator"/>
Expand Down

0 comments on commit ce98be3

Please sign in to comment.