hep

A record in the Literature collection
type:object
Required:document_type, titles, _collections

Properties: $schema, _bucket, _collections, _desy_bookkeeping, _export_to, _files, _private_notes, abstracts, accelerator_experiments, acquisition_source, arxiv_eprints, authors, book_series, citeable, collaborations, control_number, copyright, core, corporate_author, curated, deleted, deleted_records, document_type, documents, dois, editions, energy_ranges, external_system_identifiers, figures, funding_info, imprints, inspire_categories, isbns, keywords, languages, legacy_creation_date, legacy_version, license, new_record, number_of_pages, persistent_identifiers, preprint_date, public_notes, publication_info, publication_type, record_affiliations, refereed, references, related_records, report_numbers, rpp, self, texkeys, thesis_info, title_translations, titles, urls, withdrawn

$schema

type:string
format:uri
minLength:1

_bucket

Used by invenio-records-files to store information about the bucket attached to this record.

Note

This field is maintained by invenio-records-files and should not be edited manually.

type:string
minLength:1

_collections

Collections to which this record belongs
MARC:980__a (HEP maps to Literature)

Regular Literature records have collection Literature only.

The other collections are used by different groups to manage records using the Inspire infrastructure, but which do not belong to the Inspire literature collection. If a record belongs to one of these collections but not Literature, it is not shown in the standard search results.

type:array
minItems:1
Every element of _collections is:
type:string
minLength:1

Allowed values:

  • BABAR Analysis Documents
  • BABAR Internal BAIS
  • BABAR Internal Notes
  • CDF Internal Notes
  • CDF Notes
  • CDS Hidden
  • D0 Internal Notes
  • D0 Preliminary Notes
  • Fermilab
  • H1 Internal Notes
  • H1 Preliminary Notes
  • HAL Hidden
  • HEP Hidden
  • HERMES Internal Notes
  • LArSoft Internal Notes
  • LArSoft Notes
  • Literature
  • SLAC
  • ZEUS Internal Notes
  • ZEUS Preliminary Notes

_desy_bookkeeping

DESY keywording information
MARC:595_D, 035__9:DESY

Used by DESY to store information about the keyword-assignment process.

type:array
minItems:1
Every element of _desy_bookkeeping is:
type:object

Properties: date, expert, identifier, status

date

MARC:595_Dd
type:string
minLength:1

expert

MARC:595_Da
type:string
minLength:1

identifier

MARC:035__z when 035__9 is DESY
type:string
minLength:1

status

MARC:595_Ds
type:string
minLength:1

_export_to

MARC:595__c

Flags determining to which foreign databases this record should be automatically exported. Setting one of the keys to true means that the record must be exported to the corresponding system, setting it to false means that it must not be exported.

type:object

Properties: CDS, HAL

CDS

Controls automatic export to the CERN Document Server.

type:boolean

HAL

Controls automatic export to HAL, the French national repository.

type:boolean

_files

invenio-records-files metadata

Used by invenio-records-files to store information about the files attached to this record.

Note

This field is maintained by invenio-records-files and should not be edited manually.

type:array
minItems:0
Every element of _files is:
Reference:records-files

_private_notes

List of private notes
MARC:595, 595_H (when source is HAL)

These notes are only visible to privileged users, not regular users.

type:array
minItems:1
Every element of _private_notes is:
Reference:sourced_value

abstracts

List of abstracts
MARC:520

The first abstract is the preferred one, to be displayed in priority.

type:array
minItems:1
Every element of abstracts is:
Reference:sourced_value

accelerator_experiments

List of related accelerators/experiments
type:array
minItems:1
Every element of accelerator_experiments is:
type:object

Properties: accelerator, curated_relation, experiment, institution, legacy_name, record

accelerator

MARC:693__a

If present, institution should contain the institution where this accelerator is located.

Note

Currently not used, see legacy_name.

type:string
minLength:1

curated_relation

type:boolean
default:False

experiment

MARC:not present.

If present, institution should contain the institution where this experiment is located and accelerator may contain the accelerator that this experiment is using (if appropriate).

Note

Currently not used, see legacy_name.

type:string
minLength:1

institution

Institution hosting the experiment
MARC:not present.

Note

Currently not used, see legacy_name.

type:string
minLength:1

legacy_name

Identifier of the experiment on legacy
MARC:693__e

This field is used when migrating from legacy instead of separate institution, accelerator and experiment. In the future, it will be deprecated and the other fields will be used instead.

example:CERN-LHC-CMS
type:string
minLength:1

record

Reference:experiment

acquisition_source

Reference:acquisition_source

arxiv_eprints

type:array
minItems:1
Every element of arxiv_eprints is:
arXiv metadata

Contains metadata of an arXiv eprint contained in this record.

Note

This metadata is copied over from arXiv and should not be edited manually.

type:object
Required:value

Properties: categories, value

categories

arXiv categories of the eprint
MARC:first category in 037__c with 9:arXiv, all categories in 65017a with 2:arXiv

The first category in the list has a special meaning: it is the primary category of the eprint on arXiv.

type:array
minItems:1
Every element of categories is:
Reference:arxiv_categories

value

arXiv eprint identifier
MARC:037__a with 9:arXiv
example:math/0307245
example:1701.01431
type:string
pattern:^\d{4}.\d{4, 5}|[\w.]+(-[\w.]+)?/\d+$
minLength:1

authors

Authors
MARC:100, 700 and 701

Besides authors, also contains editors and supervisors (see inspire_roles).

type:array
minItems:1
Every element of authors is:
type:object
Required:full_name

Properties: affiliations, affiliations_identifiers, alternative_names, credit_roles, curated_relation, emails, full_name, ids, inspire_roles, raw_affiliations, record, signature_block, uuid

affiliations

type:array
minItems:1
Every element of affiliations is:
type:object
Required:value

Properties: curated_relation, record, value

curated_relation

type:boolean

record

Reference:institution

value

ICN of affiliation
MARC:100/700/701__u

Currently, the old legacy_ICN is used here. In the future, this will change and become the new ICN.

type:string
minLength:1

affiliations_identifiers

MARC:100/700/701__t

List of identifiers of this institution on external systems.

type:array
minItems:1
Every element of affiliations_identifiers is:

May satisfy any of the following definitions:

GRID identifier

type:object
Required:schema, value

Properties: schema, value

schema
MARC:first part of 100/700/701__t before the :
type:string
minLength:1

Allowed values:

  • GRID
value
MARC:last part of 100/700/701__t after the :
type:string
pattern:^grid\.\d+\.\w+$
minLength:1

ROR identifier

type:object
Required:schema, value

Properties: schema, value

schema
MARC:first part of 100/700/701__t before the :
type:string
minLength:1

Allowed values:

  • ROR
value
MARC:last part of 100/700/701__t after the :
type:string
pattern:^https://ror\.org/0\w{6}\d{2}$
minLength:1

alternative_names

type:array
minItems:1
Every element of alternative_names is:
MARC:100/700/701__q
example: 立洋
example:Smith, Joe John
type:string
minLength:1

credit_roles

type:array
minItems:1
Every element of credit_roles is:
CRedit role of author
MARC:not present.

Role of the author according to the Contributor Roles Taxonomy (CRediT)

type:string
minLength:1

Allowed values:

  • Conceptualization
  • Data curation
  • Formal analysis
  • Funding acquisition
  • Investigation
  • Methodology
  • Project administration
  • Resources
  • Software
  • Supervision
  • Validation
  • Visualization
  • Writing - original draft
  • Writing - review & editing

curated_relation

type:boolean
default:False

emails

MARC:100/700/701__m
type:array
minItems:1
Every element of emails is:
type:string
format:email
minLength:1

full_name

Author name
MARC:100/700/701__a

Author name in Latin alphabet (may contain diacritics). Should be of the form ‘family names, first names’, and, except for a possible reordering, be exactly as on the paper.

example:Smith Davis, John F.K.
type:string
pattern:^[^, ]+(, [^, ]+)?(, ?[^, ]+)?$
minLength:1

ids

Identifiers of the author
MARC:100/700/701__i/j
type:array
minItems:1
Every element of ids is:
Reference:id

inspire_roles

type:array
minItems:1
Every element of inspire_roles is:
supervisor
MARC:701 is used for supervisor metadata.

This person is a thesis supervisor. Should be used together with the thesis document_type.

editor
MARC:100/700__e:ed.

This person is an editor of the conference proceedings. Should be used together with the proceedings document_type.

type:string
default:author
minLength:1

Allowed values:

  • author
  • supervisor
  • editor

raw_affiliations

MARC:100/700/701__v

List of full affiliations, as written on the paper.

type:array
minItems:1
Every element of raw_affiliations is:
Reference:sourced_value

record

Reference:author

signature_block

Phonetic representation of the name, needed for author disambiguation. This field should not be edited manually.

type:string
minLength:1

uuid

UUID

Used by the BEARD author disambiguation tool. This field should not be edited manually.

type:string
pattern:^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
minLength:1

book_series

MARC:490

List of book series in which this record has been published.

Note

This field should only be present if book, thesis or proceedings are among document_type.

type:array
minItems:1
Every element of book_series is:

Note

If the book series has a Journal record, hep.json#/properties/publication_info should be used instead.

type:object
Required:title

Properties: title, volume

title

Title of the book series
MARC:490__a
type:string
minLength:1

volume

Volume of the book in the series
MARC:490__v
type:string
minLength:1

citeable

MARC:true corresponds to 980__a:Citeable.

The main effect of setting this field to true is that the recoord is taken into account in the citation summary. The need for this field arises because of limitations in the automatic recognition of cited papers in references: a record is flagged as citeable only if the common way to cite this record can be reliably recognized. Currently, a record is automatically flagged as citeable if it has

Besides, a record may be manually flagged as citeable by a curator if a user tracks and reports citations to that record.

type:boolean
Whether this record should be considered as citeable

collaborations

List of collaborations
type:array
minItems:1
Required:value
Every element of collaborations is:
type:object
Required:value

Properties: record, value

record

Reference:experiment

value

Collaboration name
MARC:710__g

Collaboration name as it appears on the paper (with the Collaboration suffix dropped).

example:ATLAS instead of ATLAS Collaboration
example:Particle Data Group
type:string
minLength:1

control_number

ID of current record
MARC:001

Read-only field. Also called record ID or recid.

type:integer

core

Whether this record is CORE

Inspire ingests metadata and creates records for many documents. Some of them are relevant for High-Energy Physics, wheareas others might be only tangentially related. In the first case, the record is said to be CORE, whereas in the second case it is non-core. CORE records are manually curated to ensure their metadata are up to Inspire’s quality standards, but non-core records only receive automatic treatment.

Note

If this field is not present or set to false, the record is considered as non-core. The latter is useful to override automatic core assignments based on other properties of the record.

type:boolean

corporate_author

type:array
minItems:1
Every element of corporate_author is:
List of corporate authors
MARC:110__a

In case the document has not been signed by a real author, but only mentions the name of an organization.

example:CERN
type:string
minLength:1

curated

MARC:500__a containing *Temporary entry*, *Temporary record* or *Brief entry* correspond to false, otherwise it is true.

Whether this record has been curated by a human, to ensure the quality standards of Inspire. Records having the core flag are all curated eventually, whereas non-core records are not systematically curated.

type:boolean

deleted

Whether this record has been deleted
MARC:980__a/c:deleted
type:boolean

deleted_records

MARC:981__a

List of records that were deleted because they were replaced by this one. This typically happens when merging two records: one of them gets enriched with the information of the other one, which is then superfluous and gets deleted.

For the opposite concept, see new_record.

type:array
minItems:1
Every element of deleted_records is:
Reference:literature

document_type

MARC:980__a, with corresponding values.

Types of document this record represents.

Note

As a record aggregates information from multiple sources, it can have multiple document types simultaneously.

article
An article, whether it is published or only a preprint. In the first case, publication_info contains information about the journal in which it was published.
book

A monograph that does not fit into any other document_type. The editions, imprints, isbns and book_series fields may contain specific metadata about this book.

Note

A proceeding or a thesis is not considered as a book.

book chapter
A chapter in a book. The field publication_info contains information about the book of which this record is a chapter.
conference paper
A paper that part of a conference proceedings. The field publication_info contain information about the conference proceedings. In particular, cnum contains the identifier of the conference.
note
A note, not meant for publication.
proceedings

Proceedings of a conference. The cnum field contains the identfier of the conference. If published in a journal, publication_info also contains the journal information. If published as a book, the editions, imprints, isbns and book_series fields may contain specific metadata about this book.

Note

This is not considered as a book.

report
A report.
thesis

A thesis. The thesis_info field contains additional information about the thesis. If published as a book, the editions, imprints, isbns and book_series fields may contain specific metadata about this book.

Note

This is not considered as a book.

type:array
minItems:1
Every element of document_type is:
Reference:document_type

documents

List of documents attached to the record
MARC:8564 (if the URL points to the inspire server)
type:array
minItems:1
Every element of documents is:
type:object
Required:key, url

Properties: description, filename, fulltext, hidden, key, material, original_url, source, url

description

MARC:8564_y

Describes how this document relates to the document that this record represents. :example: table of contents

type:string
minLength:1

filename

Filename

Proper name of the file

type:string
minLength:1

fulltext

Whether this document contains the fulltext
type:boolean

hidden

Whether this document is hidden

This is true if a document is attached to the record for automatic extraction of metadata, but Inspire is not allowed to make it publicly available.

type:boolean

key

Key to the corresponding file, which must match the key in _files.

type:string
minLength:1

material

Reference:material

original_url

Original URL of the document
type:string
format:uri
minLength:1

source

Reference:source

url

MARC:8564_u

Relative URL to the file containing the document. Its form is /files/bucket/key. It can temprorarily be the url to download the document from, until actually downloaded.

type:string
format:uri-reference
pattern:^(https?://|/api/files/).*
minLength:1

dois

List of DOIs
type:array
minItems:1
Every element of dois is:
type:object
Required:value

Properties: material, source, value

material

MARC:0247_q
Reference:material

source

MARC:0247_9
Reference:source

value

DOI
MARC:0247_a
example:10.1023/A:1026654312961
type:string
pattern:^10\.\d+(\.\d+)?/\S+$
minLength:1

editions

List of book editions
MARC:250__a
type:array
minItems:1
Every element of editions is:
type:string
minLength:1

energy_ranges

MARC:695__e:n corresponds to the n-th range in the enum, e.g. 695__e:2 is 3-10 Gev`.

Ranges of energies the record refers to. The ranges are inclusive on the right.

example:100-300 GeV means that 100 GeV < Energy 300 GeV.
type:array
minItems:1
Every element of energy_ranges is:
type:string
minLength:1

Allowed values:

  • 0-3 GeV
  • 3-10 GeV
  • 10-30 GeV
  • 30-100 GeV
  • 100-300 GeV
  • 300-1000 GeV
  • 1-10 TeV
  • > 10 TeV

external_system_identifiers

MARC:035

List of identifiers of this document on external systems.

type:array
minItems:1
Every element of external_system_identifiers is:
type:object
Required:schema, value

Properties: schema, value

schema

MARC:035__9

Identifies the external system, and allows to interpret unambiguously the value.

example:ADS
type:string
pattern:^\w+$
minLength:1

value

External identifier
MARC:035__a

Identifies the record in the external system specified by schema.

example:1999IJTP...38.1113M
type:string
pattern:^\S+$
minLength:1

figures

List of figures attached to the record

Note

The order in which the figures appear in this list is the same as in the fulltext.

type:array
minItems:1
Every element of figures is:
type:object
Required:key, url

Properties: caption, filename, key, label, material, original_url, source, url

caption

MARC:8564_y (without the five-digit counter)
type:string
minLength:1

filename

Filename

Proper name of the file

type:string
minLength:1

key

Key to the corresponding file, which matches a key in _files.

type:string
minLength:1

label

Label used to refer to this figure in the document.

type:string
minLength:1

material

MARC:not present (figures were extracted only from arXiv preprints)
Reference:material

original_url

Original URL of the document
type:string
format:uri
minLength:1

source

Reference:source

url

MARC:8564_u

Relative URL to the file containing the figure. Its form is /files/bucket/key.

type:string
format:uri-reference
pattern:^(https?://|/api/files/).*
minLength:1

funding_info

Funding information
MARC:536

Information about the sources of funding for the research performed in this record.

type:array
minItems:1
Every element of funding_info is:
type:object

Properties: agency, grant_number, project_number

agency

Funding agency
MARC:536__a
type:string
minLength:1

grant_number

Grant number
MARC:536__c
type:string
minLength:1

project_number

Project number
MARC:536__f
type:string
minLength:1

imprints

List of imprints
type:array
minItems:1
Every element of imprints is:
MARC:260

When/where/by whom this record was published.

type:object

Properties: date, place, publisher

date

Date of publication
MARC:260__c
type:string
format:date
minLength:1

place

Place of publication
MARC:260__a

Note

This field is populated if this record has been published in a book, i.e. it makes sense if book, thesis or proceedings are among document_type.

example:Paris
type:string
minLength:1

publisher

MARC:260__b
example:Springer
type:string
minLength:1

inspire_categories

List of Inspire categories
type:array
minItems:1
Every element of inspire_categories is:
Reference:inspire_field

isbns

List of ISBNs
MARC:020
type:array
minItems:1
Every element of isbns is:
type:object
Required:value

Properties: medium, value

medium

Physical medium to which this ISBN refers
MARC:020__b
type:string
minLength:1

Allowed values:

  • hardcover
  • online
  • print
  • softcover

value

MARC:020__a
example:0201021153
type:string
pattern:^\d*[0-9X]$
minLength:1

keywords

List of keywords
MARC:084, 6531 and 695 (corresponding to different schema)

Keywords give information about the specific contents of the record, much more precisely than inspire_categories.

type:array
minItems:1
Every element of keywords is:
type:object
Required:value

Properties: schema, source, value

schema

Keyword vocabulary

Describes to which vocabulary the keyword in value belongs.

INIS
MARC:695__2:INIS

The keyword is part of the International Nuclear Information System (INIS) vocabulary.

INSPIRE
MARC:695__2:INSPIRE

The keyword has been assigned by Inspire, and belongs to its vocabulary.

JACOW
MARC:6531_2:JACOW

The keyword is part of the Joint Accelerator Conference Website (JACoW) vocabulary.

PACS
MARC:084__2:PACS

The keyword is a number from the Physics and Astronomy Classification Scheme (PACS).

PDG
MARC:084__2:PDG

The keyword is a PDG Indentifier.

Note

If not present, the keyword is a free-form keyword, not necessarily part of any vocabulary.

type:string
minLength:1

Allowed values:

  • INIS
  • INSPIRE
  • JACOW
  • PACS
  • PDG

source

Reference:source

value

A keyword
MARC:084/6531/695__a (depending on schema)

It belongs to the vocabulary specified by schema.

example:black hole: mass (for schema = INSPIRE)
example:29.27.Fh (for schema = PACS)
example:G033M (for schema = PDG)
type:string
minLength:1

languages

List of languages of the document
MARC:041__a

Note

If this field is not present, the language of the document is assumed to be English.

type:array
minItems:1
Every element of languages is:
Reference:language_code

legacy_creation_date

Date of record creation on legacy
MARC:961__x

Only present if the record already existed on legacy Inspire.

type:string
format:date
minLength:1

legacy_version

Last record update
MARC:005

Used to indicate the version of the record on legacy.

type:string
minLength:1

license

List of licenses
MARC:540
type:array
minItems:1
Every element of license is:
type:object

Properties: imposing, license, material, url

imposing

Organization/person imposing the license
MARC:540__b
example:arXiv
type:string
minLength:1

license

License statement
MARC:540__a

Either the short name of the license or the full license statement.

example:CC-BY-4.0
type:string
minLength:1

material

MARC:540__3
Reference:material

url

URL of the license
MARC:540__u

URL where the full license statement may be found, if only a short name is provided in license.

type:string
format:uri
minLength:1

new_record

Record replacing this one
MARC:970__d

Contains a reference to the record replacing the current one, if it is marked as deleted.

Reference:literature

number_of_pages

Number of pages of the document
MARC:300
type:integer
minimum:1

persistent_identifiers

List of persistent identifiers
MARC:0247
type:array
minItems:1
Every element of persistent_identifiers is:
type:object
Required:schema, value

Properties: material, schema, source, value

material

Reference:material

schema

Type of identifier
MARC:0247_2

Currently, the following identifiers are recognized:

Note

DOIs should be put into dois, not here.

Although ISBNs can also be mapped to a URN (by prepending urn:isbn: to the ISBN), they should be put in the isbns field instead.

type:string
minLength:1

Allowed values:

  • HDL
  • URN

source

Reference:source

value

Persistent identifier
MARC:0247_a

This value gets interpreted as an identfier of the type specified by schema.

example:10138/168995 (when schema = HDL)
example:urn:nbn:de:hebis:77-diss-1000009520 (when schema = URN)
type:string
pattern:^\S+$
minLength:1

preprint_date

Preprint release date
MARC:269__c

Note

This is only for preprints. For the publication date of published documents, see imprints.

type:string
format:date
minLength:1

public_notes

List of public notes
MARC:500

Any notes about the document that do not fit into another field. For arXiv eprints, also contains the contents of the comment field on arXiv.

Note

These notes are publicly visible. For notes not shown to regular users, see _private_notes.

type:array
minItems:1
Every element of public_notes is:
Reference:sourced_value

publication_info

List of information on publication
MARC:773
type:array
minItems:1
Every element of publication_info is:
type:object

Properties: artid, cnum, conf_acronym, conference_record, curated_relation, hidden, journal_issue, journal_record, journal_title, journal_volume, material, page_end, page_start, parent_isbn, parent_record, parent_report_number, pubinfo_freetext, year

artid

Article ID
MARC:773__c (when it contains an ID instead of starting page or page range).

For journals which issue IDs for articles instead of (or in complement to) continuous numbers within a volume.

Note

On legacy, this was treated as a starting page.

type:string
minLength:1

cnum

MARC:773__w

When conference` paper` or ``proceedings is among document_type, contains the CNUM of the corresponding conference.

Reference:cnum

conf_acronym

Conference acronym
MARC:773__q
type:string
minLength:1

conference_record

record of the conference
Reference:conference

curated_relation

type:boolean

hidden

Whether this publication_info should be hidden
MARC:If true, this comes comes from 7731 instead of 773.

This is useful when:

  • there are variants in the way this publication is cited,
  • an error was present, has been fixed, but should be preserved
    in order to find the record.
type:boolean

journal_issue

MARC:773__n
type:string
minLength:1

journal_record

Record of the corresponding Journal

Reference:journal

journal_title

MARC:773__p

Journal title abbreviated as in the corresponding entry in the Journals collection.

example:Phys.Rev.
type:string
minLength:1

journal_volume

MARC:773__v
type:string
minLength:1

material

MARC:773__m
Reference:material

page_end

Last page of document
MARC:last page in 773__c (if present)
type:string
minLength:1

page_start

First page of document
MARC:first page in 773__c (if not an artid)
type:string
minLength:1

parent_isbn

MARC:773__z

ISBN of the book of which this document is a part.

type:string
pattern:^\d*[0-9X]$
minLength:1

parent_record

Reference:literature

parent_report_number

MARC:773__r

Report number of the document of which this record is a part. This applies e.g. for large reports containing several chapters that have been split into individual records.

type:string
minLength:1

pubinfo_freetext

MARC:773__x

Unstructured text describing the publication information.

Note

This field is used when provided with unstructured publication information, e.g. from arXiv. If known, the other fields should be used instead.

type:string
minLength:1

year

Publication year
MARC:773__y
type:integer
minimum:1000
maximum:2050

publication_type

type:array
minItems:1
Every element of publication_type is:
type:string
minLength:1

Allowed values:

  • introductory
  • lectures
  • manual
  • review

record_affiliations

Affiliations not associated to authors
MARC:902

Because of technical limitations, for some older records the affiliations were associated globally to the record instead of its individual authors (using the affiliations field).

Note

This field is present for legacy records and should not be used for new records.

type:array
minItems:1
Every element of record_affiliations is:
type:object
Required:value

Properties: curated_relation, record, value

curated_relation

type:boolean

record

Reference:institution

value

ICN of affiliation
MARC:902__a

Currently, the old legacy_ICN is used here. In the future, this will change and become the new ICN.

type:string
minLength:1

refereed

Whether the record has been peer reviewed
MARC:true corresponds to 980__a:published

This asserts that the document is considered as peer reviewed. This assessment might differ from the journal’s claim to do peer review. As a consequence, most conference papers are not considered as refereed.

type:boolean

references

List of references
MARC:999C5
type:array
minItems:1
Every element of references is:
type:object

Properties: curated_relation, legacy_curated, raw_refs, record, reference

curated_relation

type:boolean

legacy_curated

MARC:999C59:CURATOR corresponds to True

Whether the reference has been modified be a curator to correct errors in reference extraction from the document.

type:boolean

raw_refs

List of raw references
MARC:999C5x

These references are unparsed and as they appear in the document.

type:array
minItems:1
Every element of raw_refs is:
type:object
Required:value, schema

Properties: schema, source, value

schema

Content type of the raw reference
example:text
example:Elsevier XML
type:string
minLength:1

source

Reference:source

value

Content of the raw reference
type:string
minLength:1

record

MARC:999C50
Reference:citeable

reference

Reference:reference

report_numbers

List of report numbers assigned to the record
MARC:037
example:DESY-17-036
type:array
minItems:1
Every element of report_numbers is:
type:object
Required:value

Properties: hidden, source, value

hidden

MARC:if true, the value is in 037__z instead of 037__a.

Whether this report number should be hidden from the display. This is appropriate for:

  • a report number that appears on the document but is not the one officially assigned;
  • a report number that has been assigned by one of the authors’ institutions, but is not displayed on the document (typically for large collaborations).
type:boolean

source

Reference:source

value

type:string
minLength:1

rpp

MARC:210__a:RPP corresponds to true

Whether this record is (part of) the Review of Particle Physics

type:boolean

self

Reference:literature

texkeys

List of TeX keys
MARC:035 with 9:SPIRESTeX or 9:INSPIRETeX

These keys are used to cite this record using TeX/LaTeX/BibTex. The first one is the valid one being shown in the TeX display formats, the others are the obsolete ones which are kept in order to identify this record by those texkeys.

type:array
minItems:1
Every element of texkeys is:
type:string
minLength:1

thesis_info

MARC:502

Information on a thesis (degree, date, university)

type:object

Properties: date, defense_date, degree_type, institutions

date

MARC:502__d

Publication date of the thesis

type:string
format:date
minLength:1

defense_date

MARC:500__a

Date of the thesis defense. On legacy, this was put in the note field as ‘presented on …’.

type:string
format:date
minLength:1

degree_type

MARC:502__b
Reference:degree_type

institutions

MARC:502__c

List of institutions issuing the degree.

type:array
minItems:1
Every element of institutions is:
type:object

Properties: curated_relation, name, record

curated_relation

type:boolean

name

type:string
minLength:1

record

Reference:institution

title_translations

MARC:242

Translations of the titles in a language that is not the language of the document (see languages). Usually, this is contains an English translation of the title of a non-English paper, but sometimes a native language if the paper is in English but the title has been translated.

type:array
minItems:1
Every element of title_translations is:
type:object
Required:language, title

Properties: language, source, subtitle, title

language

Reference:language_code

source

Reference:source

subtitle

type:string
minLength:1

title

type:string
minLength:1

titles

MARC:245

There can be several because the preprint title often differs from the published version. The title should be kept as on the document and in the same language as the document (see languages).

Translations go into title_translations.

type:array
minItems:1
List of titles
Every element of titles is:
Reference:title

urls

MARC:8564

URLs to external resources related to this record.

Note

Links to internal resources are found in figures or documents.

type:array
minItems:1
Every element of urls is:
Reference:url

withdrawn

MARC:true corresponds to 980__a:withdrawn

Whether the paper has been withdrawn (mainly occurs for arXiv preprints). It shouldn’t appear in author profiles.

type:boolean