Skip to content

Commit

Permalink
add minor identifier type/scheme corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyStathis committed Jul 23, 2022
1 parent 8dbb114 commit fbe12e9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
12 changes: 8 additions & 4 deletions docs/introduction/version_update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ Version 4.5 Update

To do: Summarize updates.

* Addition of new subproperties for Publisher:
* Addition of new subproperties for ``Publisher``:

* publisherIdentifier
* publisherIdentifierScheme
* schemeURI
* ``publisherIdentifier``
* ``publisherIdentifierScheme``
* ``schemeURI``

Major Documentation changes:

* Correction of the cardinality for ``affiliationIdentifier``.
* Correction of the capitalization of ``schemeURI`` (properties 2.5.c, 7.5.c, and 19.2.b).
* Addition of a note to ``funderIdentifierType`` to indicate when it is mandatory.
4 changes: 2 additions & 2 deletions docs/properties/mandatory/property_creator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ this will often be the name of the institution to which that organization belong
2.5.a affiliationIdentifier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**Occurrences:** 0-n
**Occurrences:** 0-1

**Definition:** Uniquely identifies the organizational affiliation of the creator.

Expand All @@ -148,7 +148,7 @@ The format is dependent upon scheme. Examples:
If affiliationIdentifier is used, affiliationIdentifierScheme is mandatory.
Examples: ROR, GRID

2.5.c SchemeURI
2.5.c schemeURI
^^^^^^^^^^^^^^^^^^^

**Occurrences:** 0-1
Expand Down
6 changes: 3 additions & 3 deletions docs/properties/recommended_optional/property_contributor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Examples based on the `7.1`_ names: Patel

**Occurrences:** 0-n

**Definition:** Uniquely identifies an individual or legal entity, according to various schemes
**Definition:** Uniquely identifies an individual or legal entity, according to various schemes.

**Allowed values, examples, other constraints:**

Expand Down Expand Up @@ -172,7 +172,7 @@ this will often be the name of the institution to which that organization belong
7.5.a affiliationIdentifier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**Occurrences:** 0-n
**Occurrences:** 0-1

**Definition:** Uniquely identifies the organizational affiliation of the contributor.

Expand All @@ -195,7 +195,7 @@ The format is dependent upon scheme. Examples:
If affiliationIdentifier is used, affiliationIdentifierScheme is mandatory.
Examples: ROR, GRID

7.5.c SchemeURI
7.5.c schemeURI
^^^^^^^^^^^^^^^^^^^

**Occurrences:** 0-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Example: https://doi.org/10.13039/100000936

**Allowed values, examples, other constraints:**

If funderIdentifier is used, funderIdentifierType is mandatory.

*Controlled List Values:*

* Crossref Funder ID [29]_
Expand All @@ -55,7 +57,7 @@ Example: https://doi.org/10.13039/100000936
* Other


19.2.b SchemeURI
19.2.b schemeURI
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**Occurrences:** 0-1
Expand Down

0 comments on commit fbe12e9

Please sign in to comment.