Skip to content

Commit

Permalink
Remove ORCID resource from refine services list.
Browse files Browse the repository at this point in the history
  • Loading branch information
NurielsExl committed Feb 13, 2023
1 parent b157896 commit 22a0fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 1 addition & 11 deletions cloudapp/src/app/models/refine-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,5 @@ 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,
},
}
}
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@
"https://wdreconcile.toolforge.org",
"https://api.exldevnetwork.net",
"https://lobid.org",
"https://conciliator.herokuapp.com",
"https://refine.codefork.com"
"https://conciliator.herokuapp.com"
],
"frameSrc": [
"https://services.getty.edu",
"https://wdreconcile.toolforge.org",
"https://api.exldevnetwork.net",
"https://lobid.org",
"https://conciliator.herokuapp.com",
"https://refine.codefork.com"
"https://conciliator.herokuapp.com"
],
"sandbox": {
"modals": true
Expand Down

0 comments on commit 22a0fb2

Please sign in to comment.