Skip to content

Commit

Permalink
ORCID resource - Added tag 700
Browse files Browse the repository at this point in the history
  • Loading branch information
NurielsExl committed Jun 8, 2023
1 parent 8a53bfc commit 5ed8ff3
Show file tree
Hide file tree
Showing 2 changed files with 9,370 additions and 5,698 deletions.
4 changes: 3 additions & 1 deletion cloudapp/src/app/models/refine-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ export const defaultRefineServices: RefineServices = {
"url": ORCID_URL,//ORCID hostname is added as a prefix, while using this value.
"prefix": "https://orcid.org/",
"fields": [
{ "tag": "100", "subfield": "a", "indexes": ["/people/person"], "subfield2": [], "hints": [] }
{ "tag": "100", "subfield": "a", "indexes": ["/people/person"], "subfield2": [], "hints": [] },
{ "tag": "700", "subfield": "a", "indexes": ["/people/person"], "subfield2": [], "hints": ["b", "c", "d"] }

],
"uriSubfield": "1",
"correctTerm": false,
Expand Down
Loading

0 comments on commit 5ed8ff3

Please sign in to comment.