Skip to content
Snippets Groups Projects
Commit 7d129fb1 authored by Jure's avatar Jure
Browse files

Use Manuscript instead of Article, as per discussion here:...

Use Manuscript instead of Article, as per discussion here: pubsweet#370 (comment 17912)
parent c5c3319b
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
|---|---|---|---| |---|---|---|---|
| id | UUID | | | | id | UUID | | |
| journalTitle | String | `<journal-title>` | | | journalTitle | String | `<journal-title>` | |
| articles | [UUID] | | Usefulness unclear | | manuscripts | [UUID] | | Usefulness unclear |
| meta | JournalMetadata | | | meta | JournalMetadata | |
| └ meta.publisherName | String | `<publisher-name>` | | └ meta.publisherName | String | `<publisher-name>` |
| └ meta.issn | String | `<issn>` | | | └ meta.issn | String | `<issn>` | |
## Article (Fragment) ## Manuscript (Fragment)
| | type | JATS | comment | | | type | JATS | comment |
|---|---|---|---| |---|---|---|---|
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
| versions | [UUID] | | Link to Versions | | versions | [UUID] | | Link to Versions |
## ArticleVersion ## ManuscriptVersion
| | type | JATS | comment | | | type | JATS | comment |
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
| files | [String] | `<ext-link>` ? | URLs | | files | [String] | `<ext-link>` ? | URLs |
| recommendations | [Recommendation] | | Link the version's review's recommentations | | recommendations | [Recommendation] | | Link the version's review's recommentations |
| decision | Decision | | | | decision | Decision | | |
| meta | ArticleMetadata | | | | meta | ManuscriptMetadata | | |
| └ meta.title | String | `<title>` | | └ meta.title | String | `<title>` |
| └ meta.abstract | String | `<abstract>` | | | └ meta.abstract | String | `<abstract>` | |
| └ meta.contributors | [Contributor] | `<contrib>` | | └ meta.contributors | [Contributor] | `<contrib>` |
...@@ -100,10 +100,10 @@ ...@@ -100,10 +100,10 @@
## Journal.owners ## Journal.owners
The owners relationship is non-core/non-semantic and can be modelled with Teams if needed. As such, it will be deprecated/removed. The owners relationship is non-core/non-semantic and can be modelled with Teams if needed. As such, it will be deprecated/removed.
## Article.originalSubmissionDate ## Manuscript.originalSubmissionDate
Original submission date is the first versions's submission date, and isn't needed on the container model. Original submission date is the first versions's submission date, and isn't needed on the container model.
## ArticleVersion.meta.contributors.middleName ## ManuscriptVersion.meta.contributors.middleName
JATS recommends using <given-names> elements instead JATS recommends using <given-names> elements instead
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment