aboutsummaryrefslogtreecommitdiffstats
path: root/guide/src/entity_container.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-10-13 12:44:10 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-10-13 16:21:31 -0700
commit9a333ff02d6b0eb26adb963934557529353de9a4 (patch)
treec3ac52f716c736e46591c5dec8a34c3fd77c1453 /guide/src/entity_container.md
parent6fc3cb3bd7dc8a1b40c65fc0ea609a8521aa8daf (diff)
downloadfatcat-9a333ff02d6b0eb26adb963934557529353de9a4.tar.gz
fatcat-9a333ff02d6b0eb26adb963934557529353de9a4.zip
guide updates for v0.4 schema changes
Diffstat (limited to 'guide/src/entity_container.md')
-rw-r--r--guide/src/entity_container.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/guide/src/entity_container.md b/guide/src/entity_container.md
index ebfcc9dc..94201d90 100644
--- a/guide/src/entity_container.md
+++ b/guide/src/entity_container.md
@@ -10,16 +10,20 @@
below)
- `container_type` (string): eg, journal vs. conference vs. book series.
Controlled vocabulary is described below.
+- `publication_status` (string): whether actively publishing, never published
+ anything, or discontinued. Controlled vocabularity is described below.
- `publisher` (string): The name of the publishing organization. Eg, "Society
of Curious Students".
- `issnl` (string): an external identifier, with registration controlled by the
[ISSN organization](http://www.issn.org/). Registration is relatively
inexpensive and easy to obtain (depending on world region), so almost all
serial publications have one. The ISSN-L ("linking ISSN") is one of either
- the print ("ISSNp") or electronic ("ISSNe") identifiers for a serial
+ the print (`issp`) or electronic (`issne`) identifiers for a serial
publication; not all publications have both types of ISSN, but many do, which
can cause confusion. The ISSN master list is not gratis/public, but the
ISSN-L mapping is.
+- `issne` (string): Electronic ISSN ("ISSN-E")
+- `issnp` (string): Print ISSN ("ISSN-P")
- `wikidata_qid` (string): external linking identifier to a Wikidata entity.
#### `extra` Fields
@@ -31,8 +35,6 @@
sometimes a very terse, single-word truncated form of the name (eg, a pun).
- `coden` (string): an external identifier, the [CODEN code][]. 6 characters,
all upper-case.
-- `issnp` (string): Print ISSN
-- `issne` (string): Electronic ISSN
- `default_license` (string, slug): short name (eg, "CC-BY-SA") for the
default/recommended license for works published in this container
- `original_name` (string): native name (if `name` is translated)
@@ -50,6 +52,8 @@
- `region` (string, slug): continent/world-region (vocabulary is TODO)
- `discipline` (string, slug): highest-level subject aread (vocabulary is TODO)
- `urls` (array of strings): known homepage URLs for this container (first in array is default)
+- `issnp` (deprecated; string): Print ISSN; deprecated now that there is a top-level field
+- `issne` (deprecated; string): Electronic ISSN; deprecated now that there is a top-level field
Additional fields used in analytics and "curration" tracking:
@@ -98,3 +102,13 @@ preserved).
- `trade`
- `test`
+#### `publication_status` Vocabulary
+
+- `active`: ongoing publication of new releases
+- `suspended`: publication has stopped, but may continue in the future
+- `discontinued`: publication has permanently ceased
+- `vanished`: publication has stopped, and public traces have vanished (eg,
+ publisher website has disapeared with no notice)
+- `never`: no works were ever published under this container
+- `one-time`: releases were all published as a one-time even. for example, a
+ single instance of a conference, or a fixed-size book series