elifesciences / elife-crossref-feed

code to support uploading info to crossref on PAW articles
1 stars 1 forks source link

In Press #104

Closed Melissa37 closed 7 years ago

Melissa37 commented 7 years ago

We're doing the right thing, yeah!

From the Crossref DTD:

Citations that are "in press" should be submitted with as much information as is available.

Kitchen sink example:


<ref id="bib37">
        <element-citation publication-type="journal">
            <person-group person-group-type="author">
                <name>
                    <surname>Roy</surname>
                    <given-names>S</given-names>
                </name>
                <name>
                    <surname>Wapinski</surname>
                </name>
                <name>
                    <surname>Pfiffner</surname>
                    <given-names>J</given-names>
                </name>
                <name>
                    <surname>French</surname>
                    <given-names>C</given-names>
                </name>
                <name>
                    <surname>Socha</surname>
                    <given-names>A</given-names>
                </name>
                <name>
                    <surname>Konieczka</surname>
                    <given-names>J</given-names>
                </name>
                <name>
                    <surname>Regev</surname>
                    <given-names>A</given-names>
                </name>
            </person-group>
            <year iso-8601-date="2013">2013</year>
            <article-title>Arboretum: reconstruction and analysis of the evolutionary
                history of condition-specific transcriptional programs</article-title>
            <source>Genome Res</source>
            <comment>In press</comment>
        </element-citation>
    </ref>

Crossref deposit:

<citation key="37">
                        <journal_title>Genome Res</journal_title>
                        <author>Roy</author>
                        <cYear>2013</cYear>
                        <article_title>Arboretum: reconstruction and analysis of the evolutionary
                history of condition-specific transcriptional programs</article_title>
                    </citation>
Melissa37 commented 7 years ago

This was a FYI and so it's logged, closing this!