Difference between revisions of "Type - mapping incoming Type"

From WormBaseWiki
Jump to navigationJump to search
 
Line 66: Line 66:
  
 
Back to [http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline New Paper Model]
 
Back to [http://www.wormbase.org/wiki/index.php/New_Paper_Model_-_Model_and_Changes_to_Pipeline New Paper Model]
 +
 +
 +
 +
[[Category:Curation]]

Latest revision as of 17:49, 17 August 2010

Nearly all articles are assigned the Type Journal Article when they first appear in PubMed.

Link to PubMed Publication Types

Note that in PubMed, the Type is not always case sensitive; they have JOURNAL ARTICLE and Journal Article.

Remember that we are ignoring the various Research Support entries in the PubMed PublicationTypeList XML tag, an example of which is shown below:

    <PublicationTypeList>
         <PublicationType>Journal Article</PublicationType>
         <PublicationType>Research Support, Non-U.S. Gov't</PublicationType>
    </PublicationTypeList>


Initial entry: If PublicationType value = Journal Article only, take Journal Article.

Initial entry: If PublicationType value = Journal Article plus one or more additional values from the list below, take only the value(s) from the list below.

After indexing (STATUS=MEDLINE), if PublicationType value = Journal Article only, keep Journal Article.

After indexing (STATUS=MEDLINE), if PublicationType value = Journal Article plus one or more additional values from the list below, replace Journal Article with the value(s) from the list below.

Review

Comment

News

Letter

Editorial

Congresses

Historical_article

Biography

Interview

Lectures

Interactive_tutorial

Retracted_publication

Technical_report

Directory

Monograph

Published_erratum


If the PublicationType tag does not have any of these values, then assign Type Other.

In these cases, we'll have to check to see if we need to add a new Type to our list.

Meeting_abstract, Gazette_article, Book_chapter, and Book will be assigned as these Types are entered into postgres.


Back to New Paper Model