Skip to content

Commit

Permalink
Página do artigo - apresentação de contrib/bio (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertatakenaka authored Dec 5, 2023
1 parent 8075968 commit ace2e60
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,17 @@
</xsl:template>

<xsl:template match="contrib" mode="modal-contrib">
<!--
((contrib-id)*, (anonymous | collab | collab-alternatives | name | name-alternatives | string-name)*, (degrees)*, (address | aff | aff-alternatives | author-comment | bio | email | ext-link | on-behalf-of | role | uri | xref)*)
-->
<div class="tutors">
<xsl:apply-templates select="." mode="modal-contrib-type"/>
<strong><xsl:apply-templates select="anonymous|name|collab|on-behalf-of"/></strong>
<xsl:if test="xref[@ref-type='corresp']">
<xsl:apply-templates select="xref[@ref-type='corresp']" />
</xsl:if>
<br/>
<xsl:apply-templates select="role"/>
<xsl:apply-templates select="role | bio"/>
<xsl:apply-templates select="xref" mode="modal-contrib"/>
<xsl:apply-templates select="author-notes"/>
<xsl:if test="contrib-id">
Expand Down

0 comments on commit ace2e60

Please sign in to comment.