Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
publicationid | serial | 10 | √ | nextval('ndb.seq_publications_publicationid'::regclass) |
|
|
An arbitrary Publication identification number. |
|||||||||||||||||||||||||||
pubtypeid | int4 | 10 | √ | null |
|
|
Publication type. Field links to the PublicationTypes lookup table. |
|||||||||||||||||||||||||||
year | varchar | 64 | √ | null |
|
|
Year of publication. |
|||||||||||||||||||||||||||
citation | text | 2147483647 | √ | null |
|
|
The complete citation in a standard style. For Legacy citations inherited from other databases, this field holds the citation as ingested from the other databases |
|||||||||||||||||||||||||||
articletitle | text | 2147483647 | √ | null |
|
|
The title of a journal or book chapter article. |
|||||||||||||||||||||||||||
journal | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||
volume | varchar | 16 | √ | null |
|
|
The volume number of a journal or the volume number of a book in a set. A set of books is comprised of a fixed number of volumes and normally have ISBN numbers, not ISSN numbers. Book sets are often published simultaneously, but not necessarily. For instance, many floras, such as The Flora of North America north of Mexico and Flora Europaea, consist of a set number of volumes planned in advance but published over a period of years. |
|||||||||||||||||||||||||||
issue | varchar | 8 | √ | null |
|
|
Journal issue number, normally included only if issues are independently paginated. |
|||||||||||||||||||||||||||
pages | varchar | 24 | √ | null |
|
|
Page numbers for journal or book chapter articles, or the number of pages in theses, dissertations, and reports. |
|||||||||||||||||||||||||||
citationnumber | varchar | 24 | √ | null |
|
|
A citation or article number used in lieu of page numbers for digital or online publications, typically used in conjunction with the DOI. For example, journals published by the American Geophysical Union since 1999 use citation numbers rather than page numbers. |
|||||||||||||||||||||||||||
doi | varchar | 128 | √ | null |
|
|
Digital Object Identifier. A unique identifier assigned to digital publications. The DOI consists of a prefix and suffix separated by a slash. The portion before the slash stands for the publisher and is assigned by the International DOI Foundation. For example, 10.1029 is the prefix for the American Geophysical Union. The suffix is assigned by the publisher according to their protocols. For example, the DOI 10.1029/2002PA000768 is for an article submitted to Paleoceanography in 2002 and is article number 768 submitted since the system was installed. An example of CitationNumber and DOI: |
|||||||||||||||||||||||||||
booktitle | text | 2147483647 | √ | null |
|
|
The title of a book or journal |
|||||||||||||||||||||||||||
numvolumes | varchar | 8 | √ | null |
|
|
Number of volumes in a set of books. Used when the entire set is referenced. An example of NumVolumes and Edition: |
|||||||||||||||||||||||||||
edition | varchar | 24 | √ | null |
|
|
Edition of a publication. |
|||||||||||||||||||||||||||
volumetitle | text | 2147483647 | √ | null |
|
|
Title of a book volume in a set. Used if the individual volume is referenced. Example of Volume and VolumeTitle: |
|||||||||||||||||||||||||||
seriestitle | text | 2147483647 | √ | null |
|
|
Title of a book series. Book series consist of a series of books, typically published at irregular intervals on sometimes related but different topics. The number of volumes in a series is typically open ended. Book series are often assigned ISSN numbers as well as ISBN numbers. However, in contrast to most serials, book series have individual titles and authors or editors. Citation practices for book series vary; sometimes they are cited as books, other times as journals. The default citation for Neotoma includes all information. An example of SeriesTitle and SeriesVolume: |
|||||||||||||||||||||||||||
seriesvolume | varchar | 24 | √ | null |
|
|
Volume number in a series. |
|||||||||||||||||||||||||||
publisher | varchar | 255 | √ | null |
|
|
Publisher, including commercial publishing houses, university presses, government agencies, and non-governmental organizations, generally the owner of the copyright. |
|||||||||||||||||||||||||||
url | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||
city | varchar | 64 | √ | null |
|
|
City in which the publication was published. The first city if a list is given. |
|||||||||||||||||||||||||||
state | varchar | 64 | √ | null |
|
|
State or province in which the publication was published. Used for the United States and Canada, not used for many countries. |
|||||||||||||||||||||||||||
country | varchar | 64 | √ | null |
|
|
Country in which the publication was published, generally the complete country name, but «USA» for the United States. |
|||||||||||||||||||||||||||
originallanguage | varchar | 64 | √ | null |
|
|
The original language if the publication or bibliographic citation is translated from another language or transliterated from a non-Latin character set. Field not needed for non-translated publications in languages using the Latin character set. In the following example, the ArticleTitle is translated from Russian to English and the BookTitle (journal name) is transliterated from Russian: |
|||||||||||||||||||||||||||
notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about the publication, which may be added parenthetically to the citation. |
|||||||||||||||||||||||||||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||||||||||||||||||||||
recdatemodified | timestamp | 22 | null |
|
|
|||||||||||||||||||||||||||||
crossref | jsonb | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
publications_pkey | Primary key | Asc | publicationid |