Skip to content

Commit

Permalink
Merge pull request #91 from TAMULib/display-pi-copi
Browse files Browse the repository at this point in the history
Display pi copi
  • Loading branch information
qtamu authored Aug 29, 2024
2 parents fba418f + 77b6465 commit 02c7261
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@
[metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate">
</ds-themed-metadata-representation-list>
<!-- TAMU Customization - Principal Investigator -->
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
[parentItem]="object"
[itemType]="'Person'"
[metadataFields]="['dc.creator.pi']"
[label]="'Principal Investigator'">
</ds-themed-metadata-representation-list>
<!-- END TAMU Customization - Principal Investigator -->
<!-- TAMU Customization - Co Principal Investigator -->
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
[parentItem]="object"
[itemType]="'Person'"
[metadataFields]="['dc.creator.copi']"
[label]="'Co-Principal Investigator(s)'">
</ds-themed-metadata-representation-list>
<!-- END TAMU Customization - Co Principal Investigator -->
<ds-generic-item-page-field [item]="object"
[fields]="['journal.title']"
[label]="'item.page.journal-title'">
Expand Down

0 comments on commit 02c7261

Please sign in to comment.