diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2019-12-17 17:32:44 +0100 | 
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2019-12-17 17:32:44 +0100 | 
| commit | 0eb6ce04514e57d961e79b771ba3163475a510e9 (patch) | |
| tree | 6b629c0b039d773656288387150e3512cb97fbbc /guide | |
| parent | 4c4ca6e63e5a3671fa5a517cc6afda8413fe39ea (diff) | |
| download | fatcat-0eb6ce04514e57d961e79b771ba3163475a510e9.tar.gz fatcat-0eb6ce04514e57d961e79b771ba3163475a510e9.zip | |
guide fix: code and db uses release_stage
Diffstat (limited to 'guide')
| -rw-r--r-- | guide/src/entity_release.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/guide/src/entity_release.md b/guide/src/entity_release.md index 1fd0a2f1..f6233c13 100644 --- a/guide/src/entity_release.md +++ b/guide/src/entity_release.md @@ -17,7 +17,7 @@  - `release_type` (string, controlled set): represents the medium or form-factor    of this release; eg, "book" versus "journal article". Not necessarily    the same across all releases of a work. See definitions below. -- `release_state` (string, controlled set): represents the publishing/review +- `release_stage` (string, controlled set): represents the publishing/review    lifecycle status of this particular release of the work. See definitions    below.  - `release_date` (string, ISO date format): when this release was first made @@ -266,7 +266,7 @@ For the purpose of statistics, the following release types are considered  - `paper-conference`  - `thesis` -#### `release_state` Vocabulary +#### `release_stage` Vocabulary  These roughly follow the [DRIVER](http://web.archive.org/web/20091109125137/http://www2.lse.ac.uk/library/versions/VERSIONS_Toolkit_v1_final.pdf) publication version guidelines, with the addition of a `retracted` status. | 
