-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add entities connected to manuscript review
- Loading branch information
1 parent
459b33f
commit 77e27e5
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Manuscript Review Activity | ||
|
||
## Definition | ||
Reviewing a manuscript before a decision is made on whether it is published. | ||
|
||
## Specialization of | ||
[Contribution to Evaluation Outcome](./entities/Contribution_to_Evaluation_Outcome.md) | ||
|
||
## Attributes | ||
Those of [Contribution to Evaluation Outcome](./entities/Contribution_to_Evaluation_Outcome.md). | ||
|
||
## Relationships | ||
Those of [Contribution to Evaluation Outcome](./entities/Contribution_to_Evaluation_Outcome.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Manuscript Review Outcome | ||
|
||
## Definition | ||
The outcome of a manuscript review. | ||
|
||
## Specialization of | ||
[Evaluation Outcome](https://github.com/EuroCRIS/CERIF-Core/blob/main/entities/Evaluation_Outcome.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Manuscript Suggestion to Not Publish | ||
|
||
## Definition | ||
The manuscript either does not fit the intended publishing channel or has major shortcomings that cannot be repaired. | ||
|
||
## Specialization of | ||
[Manuscript Review Outcome](../entities/Manuscript_Review_Outcome.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Manuscript Suggestion to Publish As-Is | ||
|
||
## Definition | ||
The manuscript fits the intended publishing channel, is without shortcomings and can be published in its current form. | ||
|
||
## Specialization of | ||
[Manuscript Review Outcome](../entities/Manuscript_Review_Outcome.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Manuscript Suggestion to Publish with Revisions | ||
|
||
## Definition | ||
The manuscript fits the intended publishing channel, but has shortcomings. | ||
If the manuscript is revised, it can be published. | ||
|
||
## Specialization of | ||
[Manuscript Review Outcome](../entities/Manuscript_Review_Outcome.md) |