Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Citation

Index

Properties

__typename?: "Citation"
book_id_ISBN?: <internal>.Maybe<string>

The International Standard Book Number (ISBN) code assigned to the book cited; relevant for books or book chapters.

book_publisher?: <internal>.Maybe<string>

The name of the publisher of the citation; relevant for books or book chapters.

Examples: John Wiley and Sons

book_publisher_city?: <internal>.Maybe<string>

The location of the publisher of the citation; relevant for books or book chapters.

Examples: London

book_title?: <internal>.Maybe<string>

The title of the book in which the citation appeared; relevant for books or book chapters.

coordinate_linkage?: <internal>.Maybe<string>

_citation.coordinate_linkage states whether this citation is concerned with precisely the set of coordinates given in the data block. If, for instance, the publication described the same structure, but the coordinates had undergone further refinement prior to the creation of the data block, the value of this data item would be 'no'.

Allowable values: n, no, y, yes

country?: <internal>.Maybe<string>

The country/region of publication; relevant for books and book chapters.

id: string

The value of _citation.id must uniquely identify a record in the CITATION list.

The _citation.id 'primary' should be used to indicate the citation that the author(s) consider to be the most pertinent to the contents of the data block.

Note that this item need not be a number; it can be any unique identifier.

Examples: primary, 1, 2

journal_abbrev?: <internal>.Maybe<string>

Abbreviated name of the cited journal as given in the Chemical Abstracts Service Source Index.

Examples: J.Mol.Biol., J. Mol. Biol.

journal_id_ASTM?: <internal>.Maybe<string>

The American Society for Testing and Materials (ASTM) code assigned to the journal cited (also referred to as the CODEN designator of the Chemical Abstracts Service); relevant for journal articles.

journal_id_CSD?: <internal>.Maybe<string>

The Cambridge Structural Database (CSD) code assigned to the journal cited; relevant for journal articles. This is also the system used at the Protein Data Bank (PDB).

Examples: 0070

journal_id_ISSN?: <internal>.Maybe<string>

The International Standard Serial Number (ISSN) code assigned to the journal cited; relevant for journal articles.

journal_issue?: <internal>.Maybe<string>

Issue number of the journal cited; relevant for journal articles.

Examples: 2

journal_volume?: <internal>.Maybe<string>

Volume number of the journal cited; relevant for journal articles.

Examples: 174

language?: <internal>.Maybe<string>

Language in which the cited article is written.

Examples: German

page_first?: <internal>.Maybe<string>

The first page of the citation; relevant for journal articles, books and book chapters.

page_last?: <internal>.Maybe<string>

The last page of the citation; relevant for journal articles, books and book chapters.

pdbx_database_id_DOI?: <internal>.Maybe<string>

Document Object Identifier used by doi.org to uniquely specify bibliographic entry.

Examples: 10.2345/S1384107697000225

pdbx_database_id_PubMed?: <internal>.Maybe<number>

Ascession number used by PubMed to categorize a specific bibliographic entry.

rcsb_authors?: <internal>.Maybe<<internal>.Maybe<string>[]>

Names of the authors of the citation; relevant for journal articles, books and book chapters. Names are separated by vertical bars.

The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).

rcsb_is_primary?: <internal>.Maybe<string>

Flag to indicate a primary citation.

Allowable values: N, Y

rcsb_journal_abbrev?: <internal>.Maybe<string>

Normalized journal abbreviation.

Examples: Nat Struct Mol Biol

title?: <internal>.Maybe<string>

The title of the citation; relevant for journal articles, books and book chapters.

Examples: Structure of diferric duck ovotransferrin at 2.35 Angstroms resolution.

unpublished_flag?: <internal>.Maybe<string>

Flag to indicate that this citation will not be published.

Allowable values: N, Y

year?: <internal>.Maybe<number>

The year of the citation; relevant for journal articles, books and book chapters.

Generated using TypeDoc