mecadoi.article¶
A data model for representing articles and their review processes.
This module is intended as an intermediate representation of articles and their review processes. Articles can be constructed from MECA manuscripts with the from_meca_manuscript function and can be converted into other formats such as the Crossref deposition format.
Functions
|
Convert a MECA manuscript with a review process into an Article that has DOIs for all reviews and authors' replies. |
Classes
|
An article with a list of revision rounds that each consist of peer reviews and, optionally, an author reply. |
|
The reply by the article authors to its reviews. |
|
A referee report that reviews an article. |
|
A round of revisions that review an article. |