Skip to content

Commit

Permalink
Merge pull request #59 from ExLibrisGroup/homosaurus-service
Browse files Browse the repository at this point in the history
Addition of Homosaurus Service For Alma Refine
  • Loading branch information
TamariExl authored Jan 4, 2024
2 parents 594feae + 90a7a38 commit 415887d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cloudapp/src/app/models/refine-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@ export const defaultRefineServices: RefineServices = {
"uriSubfield": "1",
"correctTerm": false,
},
// "homosaurus": {
// "name": "HOMOSAURUS",
// "url": "https://homosaurus-reconcile-csv.glitch.me/reconcile",
// "prefix": "https://homosaurus.org/v3/",
// "fields": [
// { "tag": "650", "subfield": "a", "indexes": [''], "subfield2": [], "hints": [] },
// { "tag": "655", "subfield": "a", "indexes": [''], "subfield2": [], "hints": [] },
// { "tag": "670", "subfield": "a", "indexes": [''], "subfield2": [], "hints": [] }
// ],
// "uriSubfield": "1",
// "correctTerm": false,
// }
"homosaurus": {
"name": "HOMOSAURUS",
"url": "https://api.homosaurus.org/reconcile",
"prefix": "https://homosaurus.org/v3/",
"fields": [
{ "tag": "650", "subfield": "a", "indexes": [''], "subfield2": ["homoit"], "hints": [] },
{ "tag": "655", "subfield": "a", "indexes": [''], "subfield2": ["homoit"], "hints": [] },
{ "tag": "670", "subfield": "a", "indexes": [''], "subfield2": ["homoit"], "hints": [] }
],
"uriSubfield": "1",
"correctTerm": false,
}
}

0 comments on commit 415887d

Please sign in to comment.