Difference between revisions of "XML Status Tag"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
Back to [[http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline  Paper Model Changes]]
+
Back to [http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline  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:'''
 
'''For checking the indexing status of a paper in PubMed, we need to check the Status tag at the beginning of the record:'''
Line 46: Line 46:
  
  
Back to [[http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline  Paper Model Changes]]
+
Back to [http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline  Paper Model Changes]

Revision as of 18:04, 4 December 2009

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