Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
Add methods for listing middle initial of personnel and listing a position as a contact under the positionName element.
  • Loading branch information
Colin Smith authored Dec 5, 2017
1 parent 3ecd95b commit 0f975a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/V2_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,15 @@ Open the tab delimited file `personnel.txt` in a spreadsheet editor and enter in
Definitions for columns of this file:

* **givenName** First name of person.
* **middleInitial** Middle initial of person.
* **surName** Last name of person.
* **organizationName** Name of organization the person is associated with.
* **electronicMailAddress** Email address of person.
* **userId** ORCID of person (not required). A valid entry for userId is the 16 digit ORCID number separated by dashes (i.e. XXXX-XXXX-XXXX-XXXX). An ORCID is like a social security number for scientists and links your dataset with your ORCID. [Create one here](https://orcid.org/).
* **role** Role of person with respect to this dataset. Valid entries for role are:
+ **creator** Dataset creator (required; at least 1 creator must be listed for your dataset).
+ **PI** Principal investigator associated with this dataset (required; at least 1 PI must be listed for your dataset).
+ **contact** Dataset contact (required; at least 1 contact must be listed for your dataset).
+ **contact** Dataset contact (required; at least 1 contact must be listed for your dataset). The contact may be a person or a position at an organization. To list a position as a contact (e.g. Data Manager), Enter the position name in the `givenName` column and leave `middleInitial` and `surName` blank.
+ Any other entries into the 'role' column are acceptable and will be defined under the associated party element of this dataset with whatever value is entered under role.
+ If a person serves more than one role, duplicate this persons information in another row but with the additional role.
+ Similarly if a role is shared among many people, list the individuals with the shared role on separate lines.
Expand Down

0 comments on commit 0f975a0

Please sign in to comment.