Skip to content

Commit

Permalink
Corrige a ausência do link para o preprint e corrige o rótulo que aco…
Browse files Browse the repository at this point in the history
…mpanha o link
  • Loading branch information
robertatakenaka committed Nov 10, 2023
1 parent 9648106 commit 8362eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
</xsl:template>

<xsl:template match="related-article[@ext-link-type='doi']" mode="article-meta-related-article-href">https://doi.org/<xsl:value-of select="@xlink:href"/></xsl:template>
<xsl:template match="related-article[@ext-link-type='uri']" mode="article-meta-related-article-href"><xsl:value-of select="@xlink:href"/></xsl:template>
<xsl:template match="related-article[@ext-link-type='scielo-pid']" mode="article-meta-related-article-link">/article/<xsl:value-of select="@xlink:href"/></xsl:template>
<xsl:template match="related-article[@ext-link-type='scielo-aid']" mode="article-meta-related-article-link">/article/<xsl:value-of select="@xlink:href"/></xsl:template>

Expand Down
6 changes: 3 additions & 3 deletions packtools/catalogs/htmlgenerator/v2.0/config-labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
</term>
<term>
<name>date-type-preprint</name>
<name lang="pt">Preprint depositado em</name>
<name lang="es">Preprint depositado en</name>
<name lang="en">Preprint uploaded on</name>
<name lang="pt">Preprint postado em</name>
<name lang="es">Preprint disponible en</name>
<name lang="en">Preprint posted on</name>
</term>
<term>
<name>reviewer-report-received</name>
Expand Down

0 comments on commit 8362eb1

Please sign in to comment.