Skip to content

Commit

Permalink
display PI and Copi in the simple item view
Browse files Browse the repository at this point in the history
  • Loading branch information
qtamu committed Aug 29, 2024
1 parent 77e4bb3 commit 77b6465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
[metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate">
</ds-themed-metadata-representation-list>
<!-- TAMU Customization -Test PI and Co PI -->
<!-- <ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
[parentItem]="object"
[itemType]="'Person'"
[metadataFields]="['dc.creator.pi', 'dc.creator.copi']"
[label]="'relationships.isAuthorOf' | translate">
</ds-themed-metadata-representation-list> -->
<!-- TAMU Customization -Test PI and Co PI -->
<ds-generic-item-page-field [item]="object"
[fields]="['journal.title']"
[label]="'item.page.journal-title'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
[metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate">
</ds-themed-metadata-representation-list>
<!-- TAMU Customization -Test PI and Co PI -->
<!-- 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>
<!-- TAMU Customization -Test PI and Co PI -->
<!-- TAMU Customization -Test PI and Co PI -->
<!-- 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>
<!-- TAMU Customization -Test PI and Co PI -->
<!-- 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 77b6465

Please sign in to comment.