ecl-logo Documentation

UploadLiterature

UploadLiterature[pubMedID]literatureObject

uploads an Object[Report,Literature] from the given PubMed ID.

UploadLiterature[endNoteFile]literatureObject

uploads an Object[Report,Literature] from the given EndNote XML file.

UploadLiterature[endNoteList]literatureObject

uploads an Object[Report,Literature] from the imported EndNote information.

UploadLiterature[]literatureObject

uploads an Object[Report,Literature].

Details

    Input
    Output
    Literature Information Options
    Messages
  • AuthorsCannotBeNullThe Authors option cannot be Null. Please change the value of this option in order to upload a valid Object[Report, Literature].
    DocumentTypeCannotBeNullThe DocumentType option cannot be Null. Please change the value of this option in order to upload a valid Object[Report, Literature].
    EditionMustBeNullThe Edition option must be set to Null if the DocumentType is not a Book or Book Section. Please change the value of this option in order to upload a valid Object[Report, Literature].
    FuturePublicationDatePublicationDate must be set to a date in the past. It is currently set to `1`. Please change the value of this option in order to upload a valid Object[Report, Literature].
    InvalidPubmedIDThe inputted PubmedID is invalid and the reference cannot be imported. Please check your input.
    InvalidXMLFileThe given XML file path `1` does not exist. Please give a valid XML file to upload a literature object.
    NullJournalFieldsIf DocumentType is set to JournalArticle, the following fields {ContactInformation, Journal} must not be Null. Currently, the field(s) `1` are set to Null. Please change the value of this option in order to upload a valid Object[Report, Literature].
    PublicationDateCannotBeNullThe PublicationDate option cannot be Null. Please change the value of this option in order to upload a valid Object[Report, Literature].
    RequiredTogetherOptionsThe following options {ContactInformation,Journal} are required together. Currently, the options `1` are set to Null. Please include non-Null values for all of these options or none of these options.
    TitleCannotBeNullThe Title option cannot be Null. Please change the value of this option in order to upload a valid Object[Report, Literature].

Examples

Basic Examples  (3)

Parse a single PubMed Object to create an Object[Report,Literature]:

Parse a single reference, whose fields have already been read in from an EndNote XML database:

Upload an Object[Report,Literature] manually, not using any automatic parsing:

Options  (20)

Abstract  (1)

Use the Abstract option to specify the abstract of this document:

Authors  (1)

Use the Authors option to specify the authors of this piece of literature:

ContactInformation  (1)

Use the ContactInformation option to specify the contact information for the corresponding author:

DocumentType  (1)

Indicate the type of literature that is being uploaded. DocumentType can be set to any value that matches DocumentTypeP:

DOI  (1)

Use the DOI option to specify the Digital Object Identifier of this document:

Edition  (1)

Use the Edition option to specify the edition of this document:

EndPage  (1)

Use the EndPage option to specify the page on which this article ends:

ISSN  (1)

Use the ISSN option to specify the Interantional Standard Serial Number for this document:

ISSNType  (1)

Use the ISSNType option to specify the Interantional Standard Serial Number Type (Print or Electronic) for this document:

Issue  (1)

Use the Issue option to specify the journal issue in which this document appears:

Journal  (1)

Use the Journal option to specify the journal that this article was published in. The valid journals can be found by evaluating JournalP:

Keywords  (1)

Use the Keywords option to include key descriptive words about this piece of literature:

LiteratureFiles  (1)

Indicate any additional files that should be included in the literature report. These files can be links to online PDF files or local PDF files:

PublicationDate  (1)

Use the PublicationDate option to specify the date that the article was published:

PubmedID  (1)

Use the PubmedID option to specify the PubMed specific identifier of this document:

References  (1)

Add a single model object that references this literature:

StartPage  (1)

Use the StartPage option to specify the page on which this article begins:

Title  (1)

Use the Title option to specify the title of this piece of literature:

URL  (1)

Use the URL option to specify where this document is :

Volume  (1)

Use the Volume option to specify the journal volume in which the article appears:

Messages  (10)

AuthorsCannotBeNull  (1)

The Authors option cannot be Null:

DocumentTypeCannotBeNull  (1)

The Document option cannot be Null:

EditionMustBeNull  (1)

The Edition option must be Null if the DocumentType is not a Book or Book Section:

FuturePublicationDate  (1)

The Publication date cannot be set to a date in the future:

InvalidPubmedID  (1)

An Error is thrown if the given Pubmed ID is not valid:

InvalidXMLFile  (1)

An Error is thrown if the given XML file is not valid:

NullJournalFields  (1)

If the DocumentType is set to JournalArticle, all of the fields {ContactInformation, Journal, Volume, StartPage, EndPage, PubmedID} must be non-Null:

PublicationDateCannotBeNull  (1)

The PublicationDate option cannot be Null:

RequiredTogetherOptions  (1)

If the DocumentType is set to JournalArticle, all of the fields {ContactInformation, Journal, Volume, StartPage, EndPage, PubmedID} must be non-Null:

TitleCannotBeNull  (1)

The Title option cannot be Null: