Skip to content

Commit

Permalink
person page add ORCID iD
Browse files Browse the repository at this point in the history
  • Loading branch information
Repository Administrator committed Jul 9, 2024
1 parent d28296f commit db38719
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
[fields]="['person.givenName']"
[label]="'person.page.firstname'">
</ds-generic-item-page-field>
<ds-item-page-uri-field [item]="object"
[fields]="['person.identifier.orcid']"
[label]="'item.page.orcid'">
</ds-item-page-uri-field>
<ds-generic-item-page-field [item]="object"
[fields]="['dc.title']"
[label]="'person.page.name'">
Expand Down
1 change: 1 addition & 0 deletions src/app/item-page/simple/item-page.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="container" *ngVar="(itemRD$ | async) as itemRD">
<div class="item-page" *ngIf="itemRD?.hasSucceeded" @fadeInOut>
<!-- <span>### RA test ###</span> -->
<div *ngIf="itemRD?.payload as item">
<ds-themed-item-alerts [item]="item"></ds-themed-item-alerts>
<ds-item-versions-notice [item]="item"></ds-item-versions-notice>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate">
</ds-themed-metadata-representation-list>
<ds-generic-item-page-field [item]="object"
<ds-generic-item-page-field [item]="object"
[fields]="['journal.title']"
[label]="'publication.page.journal-title'">
</ds-generic-item-page-field>
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5247,4 +5247,6 @@
"item.page.licence": "Licence",

"item.page.license": "Licence",

"item.page.orcid": "ORCID iD",
}
2 changes: 2 additions & 0 deletions src/themes/custom/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

"item.page.license": "Licence",

Check failure on line 15 in src/themes/custom/assets/i18n/cs.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Expected indentation of 2 spaces but found 0

Check failure on line 15 in src/themes/custom/assets/i18n/cs.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Expected indentation of 2 spaces but found 0

"item.page.orcid": "ORCID iD",

Check failure on line 17 in src/themes/custom/assets/i18n/cs.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Expected indentation of 2 spaces but found 0

Check failure on line 17 in src/themes/custom/assets/i18n/cs.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Expected indentation of 2 spaces but found 0

"login.form.email": "Uživatelské jméno",

}

0 comments on commit db38719

Please sign in to comment.