flowchart LR
classDef left_node fill:#f7d878;
classDef right_node fill:#aec9d3;
classDef notify fill:#e6c5d4;
1@{shape: circle, label: "1 Publish
Review
"}
1 --> 2
class 1 left_node;
2@{shape: doc, label: "2 Announce
Review
"}
2 --> 3
class 2 notify;
3@{shape: stadium, label: "3 Record
Review
"}
class 3 right_node;
This workflow was originally developed between Preprints.org and PREreview, but it can be used by other repositories wishing to interoperate with PREreview.
| Workflow step | Sender | Receiver | Activity type | JSON example |
|---|---|---|---|---|
| 2 | PREreview | a repository | Announce Review | example (JSON) |