Skip to content

Adding peer review elements #373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
|---------|--------------|----------|
| v1 | 11th July 2016 | First documented version |
| v2 | 26th July 2017 | Add abstract, authenticated-orcid, fix contributor fields |
| v3 | 15th May 2018 | Add peer review fields |

## Work

Expand Down Expand Up @@ -61,6 +62,7 @@
| reference | Array of [Reference](#reference) | No | List of references made by the work |
| content-domain | [Content Domain](#content-domain) | No | Information on domains that support Crossmark for this work |
| relation | [Relations](#relations) | No | Relations to other works |
| review | [Review](#review) | No | Peer review metadata |


## Work Nested Types
Expand Down Expand Up @@ -209,3 +211,16 @@ A hashmap containing relation name, [Relation](#relation) pairs.
| id-type | String | Yes | |
| id | String | Yes | |
| asserted-by | String | Yes | One of `subject` or `object` |


### Review

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| running-number | String | No | |
| revision-round | String | No | |
| stage | String | No | One of `pre-publication` or `post-publication` |
| recommendation | String | No | One of `major-revision` or `minor-revision` or `reject` or `reject-with-resubmit` or `accept` |
| type | String | No | One of `referee-report` or `editor-report` or `author-comment` or `community-comment` or `aggregate` |
| competing-interest-statement | String | No | |
| language | String | No | |