XML Status Tag

From WormBaseWiki
Revision as of 18:26, 4 December 2009 by Jchan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Back to Paper Model Changes

For checking the indexing status of a paper in PubMed, we need to check the Status tag at the beginning of the record:

Partial XML for an indexed paper, ``Status="MEDLINE"' '

    <PubmedArticle>
        <MedlineCitation Owner="NLM" Status="MEDLINE">
            <PMID>17991679</PMID>
            <DateCreated>
                <Year>2008</Year>
                <Month>01</Month>
                <Day>15</Day>
            </DateCreated>
            <DateCompleted>
                <Year>2008</Year>
                <Month>03</Month>
                 <Day>17</Day>
            </DateCompleted>
            <DateRevised>
                <Year>2008</Year>
                <Month>11</Month>
                <Day>20</Day>
            </DateRevised>
    

Partial XML for a paper NOT yet indexed, Status=Publisher

    <PubmedArticle>
        <MedlineCitation Status="Publisher" Owner="NLM">
            <PMID>19910365</PMID>
            <DateCreated>
                <Year>2009</Year>
                <Month>11</Month>
                <Day>13</Day>
            </DateCreated>
            <Article PubModel="Print-Electronic">
                <Journal>
                    <ISSN IssnType="Electronic">1362-4962</ISSN>
                    <JournalIssue CitedMedium="Internet">
                        <PubDate>
                            <Year>2009</Year>
                            <Month>Nov</Month>
                            <Day>12</Day>
                        </PubDate>


Back to Paper Model Changes