Skip to content

Commit

Permalink
Merge branch 'rdc-sprint2-staging' into rdc-sprint2-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling authored May 21, 2024
2 parents 8c400ff + d1b86d9 commit f79a45c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
1 change: 1 addition & 0 deletions dspace/config/entities/relationship-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<min>0</min>
</rightCardinality>
</type>
<type>
<leftType>JournalVolume</leftType>
<rightType>JournalIssue</rightType>
Expand Down
41 changes: 39 additions & 2 deletions dspace/config/registries/local-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- An empty registry for instance-specific, local metadata. Any non-standard
- metadata fields should be added here to avoid polluting the standard
- namespaces.
-
-
-->
<dspace-dc-types>

Expand All @@ -31,5 +31,42 @@
<scope_note>Description of example metadata field.</scope_note>
</dc-type>
-->

<!-- TAMU Customization - Custom metadata fields for Project Data Access Contact (PDAC)-->
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>name</qualifier>
<scope_note>Name of the Project Data Access Contact</scope_note>
</dc-type>
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>uin</qualifier>
<scope_note>Texas A&M University Unique Identifiable Number of the Project Data Access Contact</scope_note>
</dc-type>
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>title</qualifier>
<scope_note>Positon title of the Project Data Access Contact.</scope_note>
</dc-type>
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>affilliation</qualifier>
<scope_note>Affilliation of the Project Data Access Contact</scope_note>
</dc-type>
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>telephone</qualifier>
<scope_note>Phone number of the Project Data Access Contact</scope_note>
</dc-type>
<dc-type>
<schema>local</schema>
<element>pdac</element>
<qualifier>email</qualifier>
<scope_note>Email of the Project Data Access Contact</scope_note>
</dc-type>
<!-- End TAMU Customization - Custom metadata fields for Project Data Access Contact (PDAC)-->
</dspace-dc-types>

0 comments on commit f79a45c

Please sign in to comment.