<element-citation>¶
Appears in |
Frequency |
---|---|
Zero or once |
<element-citation>
is used in <ref> to identify the DOI of the cited reference when it is available. This element may also be used to provide a detailed identification of a bibliographic reference. If so, it content must comply to the NISO JATS Journal Archiving DTD specifications.
Note
For compatibility with Érudit Article
see Compatibility Reference section.
Examples:
1. Mixed-citation and element-citation (DOI only)¶
<!-- Journal Sample -->
...
<ref-list>
<ref id="B1">
<mixed-citation publication-type="journal">
Arrighi, L. et Boudreau, A. (2013). La construction discursive de l'identité francophone en Acadie ou «comment être francophone à partir des marges?». Minorités linguistiques et société/Linguistic Minorities and Society. 2. 8-92.
</mixed-citation>
<element-citation>
<pub-id pub-id-type="doi">
https://doi.org/10.7202/1016689ar
</pub-id>
</element-citation>
</ref>
<ref-list>
...
2. Mixed-citation and detailed element-citation¶
<!-- Journal Sample -->
...
<ref-list>
<ref id="B1">
<mixed-citation publication-type="journal">
Arrighi, L. et Boudreau, A. (2013). La construction discursive de l'identité francophone en Acadie ou «comment être francophone à partir des marges?». Minorités linguistiques et société/Linguistic Minorities and Society. 2. 8-92.
</mixed-citation>
<element-citation>
<person-group person-group-type="author">
<name>
<surname>
Arrighi
</surname>
<given-names>
L.
</given-names>
</name>
<name>
<surname>
Boudreau
</surname>
<given-names>
A.
</given-names>
</name>
</person-group>
<year>
2013
</year>
<source>
Minorités linguistiques et société
</source>
<article-title>
La construction discursive de l'identité francophone en Acadie ou «comment être francophone à partir des marges?»
</article-title>
<issue>
2
</issue>
<fpage>
8
</fpage>
<lpage>
92
</lpage>
<pub-id pub-id-type="doi">
https://doi.org/10.7202/1016689ar
</pub-id>
</element-citation>
</ref>
<ref-list>
...