Difference between revisions of "PubMan JSON Variables"

From MPDLMediaWiki
Jump to navigation Jump to search
Tag: Manual revert
Line 291: Line 291:


"id" : "FP7"
"id" : "FP7"
"id" : "HE"


<br>
<br>

Revision as of 08:17, 6 April 2023

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
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"

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

Creators[edit]

Type[edit]

"type" : "PERSON"

ORGANIZATION

Role[edit]

"role" : "AUTHOR"

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

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
DIPLOMA
HABILITATION
MAGISTER
MASTER
STAATSEXAMEN

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

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 Instituts 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"

DOI
ISSN
ISBN
URI
URN
BIBTEX_CITEKEY
REPORT_NR
PATENT_APPLICATION_NR
PATENT_NR
PATENT_PUBLICATION_NR
ARXIV
PMC
BMC
ADS
SSRN
CONE
EDOC
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",
"type" : "OPEN_AIRE"
} ]
}

"id" : "FP7" "id" : "HE"



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

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