libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Article citation details #21

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

The volume, issue, issue title, season and page numbers OR elocation-ID under which the article will be published.

User Stories

Author

Production staff

Érudit

But what if . . . ?

Considerations

XML requirements

Children of <article-meta>

<volume>8</volume>
<issue>2</issue>

For eLife, the elocation-id is always is same as publisher id prefixed with ‘e’, e.g. for an article with <article-id pub-id-type="publisher-id">46989</article-id>, the elocation-id is

<elocation-id>e46989</elocation-id>

For journals that publish page numbers instead of an elocation-id:

<fpage>67</fpage>
<lpage>101</lpage>

eLife example:

<pub-date pub-type="collection">
    <year>2016</year>
</pub-date>
<volume>5</volume>
<elocation-id>e00666</elocation-id>

Erudit example:

<pub-date date-type="collection">
   <season>printemps</season>
   <year>2012</year>
</pub-date>
<volume>44</volume>
<issue>2</issue>
<issue-title xml:lang="fr">Usages, discours et idéologies linguistiques dans la francophonie canadienne: perspectives sociolinguistiques</issue-title>
<fpage>67</fpage>
<lpage>101</lpage>

The seq attribute can be used to disambiguate documents that start at the same page:

...
<article-meta>
    ...
    <fpage seq="a">82</fpage>
    <lpage>82</lpage>
    ...
</article-meta>
...
NickDuf commented 5 years ago

Publication date might work better as a select menu for eLife