Skip to content

Commit

Permalink
fixed contributorType
Browse files Browse the repository at this point in the history
fro ContactGroup to ResearchGroup
  • Loading branch information
paolomanghi committed Apr 10, 2018
1 parent 7537221 commit 1de6313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/field_contact_group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ The organizational or institutional affiliation of the contributor.

**Usage Instruction**

This element is used for providing information about the contact group for the software. The contributorType must be set to the datacite term "ContactGroup". The group name can be specified in the field givenName
This element is used for providing information about the contact group for the software. The contributorType must be set to the datacite term "ResearchGroup". The group name can be specified in the field givenName

**Example**

.. code-block:: xml
:linenos:
<contributor contributorType="ContactGroup">
<contributor contributorType="ResearchGroup">
<contributorName>DNet Team</contributorName>
</contributor>
Expand Down

0 comments on commit 1de6313

Please sign in to comment.