PubMan JSON Variables

From MPDLMediaWiki
Jump to navigation Jump to search

For examples of PubMan items please take a look at the templates for different publication types and export those in JSON format.

Genre[edit]

[* these genres require a source]

"genre" : "ARTICLE" *

BLOG_POST
BOOK
BOOK_ITEM *
BOOK_REVIEW
CASE_NOTE
CASE_STUDY
COLLECTED_EDITION
COMMENTARY
CONFERENCE_PAPER *
CONFERENCE_REPORT
CONTRIBUTION_TO_COLLECTED_EDITION *
CONTRIBUTION_TO_COMMENTARY *
CONTRIBUTION_TO_ENCYCLOPEDIA *
CONTRIBUTION_TO_FESTSCHRIFT *
CONTRIBUTION_TO_HANDBOOK *
COURSEWARE_LECTURE
DATA_PUBLICATION
EDITORIAL
ENCYCLOPEDIA
FESTSCHRIFT
FILM
HANDBOOK
ISSUE
JOURNAL
MAGAZINE_ARTICLE *
MANUAL
MANUSCRIPT
MEETING_ABSTRACT *
MONOGRAPH
MULTI_VOLUME
NEWSPAPER
NEWSPAPER_ARTICLE *
OPINION
OTHER
PAPER
PATENT
POSTER
PREPRINT
PRE_REGISTRATION_PAPER
PROCEEDINGS
REGISTERED_REPORT
REPORT
REVIEW_ARTICLE *
SERIES
SOFTWARE
TALK_AT_EVENT
THESIS

Source Genre[edit]

"genre" : "BOOK"

BLOG
COLLECTED_EDITION
COMMENTARY
ENCYCLOPEDIA
FESTSCHRIFT
HANDBOOK
ISSUE
JOURNAL
MULTI_VOLUME
NEWSPAPER
PROCEEDINGS
RADIO_BROADCAST
SERIES
TV_BROADCAST
WEB_PAGE

Creators[edit]

Type[edit]

"type" : "PERSON"

ORGANIZATION

Role[edit]

"role" : "AUTHOR"

ACTOR
ADVISOR
APPLICANT
ARTIST
CINEMATOGRAPHER
COMMENTATOR
CONTRIBUTOR
DEVELOPER
DIRECTOR
EDITOR
HONOREE
ILLUSTRATOR
INTERVIEWEE
INTERVIEWER
INVENTOR
PAINTER
PHOTOGRAPHER
PRODUCER
REFEREE
SOUND_DESIGNER
TRANSCRIBER
TRANSLATOR

CoNE-ID[edit]

[Optional for creators recorded in CoNE]

"person" : {
[...]
{"identifier" : {
"id" : "/persons/resource/persons96304",
"type" : "CONE"
} ]
},

The CoNE-IDs can be fetched from CoNE using different formats.
For a list of CoNE-authors connected to your institute in Json format, please take this example of the Max Planck Digital Library and insert the full name of your institute (as used in the OU structure of PubMan) in the URL.

ORCID[edit]

[Optional]

"person" : {
[...]
{"identifier" : {
"id" : "/persons/resource/persons136663",
"type" : "CONE"
} ]
},
"orcid" : "https://orcid.org/0000-0001-5849-8751"
},



Type of Alternative Title (Publication and/or Source)[edit]

[Type can optionally be omitted]

"type" : "ABBREVIATION"


SUBTITLE
OTHER
HTML
LATEX
MATHML

Degree (Theses)[edit]

[Mandatory field for theses]

"degree" : "PHD"

BACHELOR
MASTER
MAGISTER
DIPLOMA
STAATSEXAMEN
HABILITATION

Files / Locators[edit]

Content Category[edit]

"contentCategory" : "publisher-version"

any-fulltext
pre-print
post-print
abstract
table-of-contents
supplementary-material
copyright-transfer-agreement
correspondence
multimedia
research-data
code

Visibility (always "PUBLIC" for Locators)[edit]

"visibility" : "PUBLIC"

AUDIENCE
PRIVATE

OA-Status (Only for files with visibility "public" and Locators)[edit]

"oaStatus" : "NOT_SPECIFIED"

GOLD
GREEN
HYBRID
MISCELLANEOUS

CLOSED_ACCESS [for Locators only!]

Allowed Audience (Only for files with visibiliy "audience")[edit]

"allowedAudienceIds" : [ "mpg" ]
"allowedAudienceIds" : [ "mpg", "200" ]

Files can be made available for the MPG or for one or several Max Planck Institutes via IP range.
Please contact the PuRe Support for concrete audience IDs of certain institutes.

Date[edit]

"datePublishedInPrint" : "2018-05-01"

datePublishedOnline
dateAccepted
dateSubmitted
dateModified
dateCreated

Identifier Type[edit]

"type" : "OTHER"

ADS
ARXIV
BIBTEX_CITEKEY
BIORXIV
BMC
CHEMRXIV
CONE
DOI
EARTHARXIV
EDARXIV
EDOC
ESS_OPEN_ARCHIVE
ISBN
ISSN
MEDRXIV
REPORT_NR
PATENT_APPLICATION_NR
PATENT_NR
PATENT_PUBLICATION_NR
PMC
PSYARXIV
RESEARCH_SQUARE
SOCARXIV
SSRN
URI
URN
ZDB

Review Method[edit]

"reviewMethod" : "PEER"

INTERNAL
NO_REVIEW

Language[edit]

"languages" : [ "deu" ]
"languages" : [ "deu", "eng" ]

eng
fra
spa
... see list of iso639-3 language codes

Language of Abstract[edit]

"language" : "eng"

deu
fra
spa

... see list of iso639-2 language codes


IDs in Project Info (OpenAIRE)[edit]

Please only use the "identifiers" field, if you want to insert the values listed here:

"fundingProgram" : {
[...]
"identifiers" : [ {
"id" : "H2020", [for Horizon 2020]
"type" : "OPEN_AIRE"
} ]
}

"id" : "FP7"
"id" : "HE" [for Horizon Europe]



"fundingOrganization" : {
[...]
"identifiers" : [ {
"id" : "EC", [for European Commission]
"type" : "OPEN_AIRE"
} ]
}

"id" : "WT" [for Wellcome Trust]