Skip to content

Commit

Permalink
Added ORCID refinement service
Browse files Browse the repository at this point in the history
In refine-service.ts:
Just added, hard coded, the ORCID details to defaultRefineServices object.
  • Loading branch information
NurielsExl committed Dec 5, 2022
1 parent 5978f8e commit 62c06c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cloudapp/src/app/models/refine-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,15 @@ export const defaultRefineServices: RefineServices = {
],
"uriSubfield": "1",
"correctTerm": false,
},
},
"orcid": {
"name": "ORCID",
"url": "https://refine.codefork.com/reconcile/orcid",
"prefix": "https://orcid.org/",
"fields": [
{ "tag": "100", "subfield": "a", "indexes": ["/people/person"], "subfield2": [], "hints": [] }
],
"uriSubfield": "1",
"correctTerm": false,
},
}

0 comments on commit 62c06c8

Please sign in to comment.