Skip to content

Commit

Permalink
Adjust configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Mar 12, 2019
1 parent a5e15f5 commit 9daa19c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions config/cocoda.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
{
"uri": "http://coli-conc.gbv.de/registry/occurrences",
"notation": ["O"],
"notation": ["CO"],
"prefLabel": {
"de": "Vorkommen",
"en": "Co-/Occurrences"
Expand All @@ -149,10 +149,10 @@
},
{
"uri": "http://coli-conc.gbv.de/registry/wikidata-reconciliation",
"notation": ["R"],
"notation": ["WR"],
"prefLabel": {
"de": "Wikidata-Empfehlungen",
"en": "Wikidata Recommendations"
"de": "Wikidata-Reconciliation",
"en": "Wikidata Reconciliation"
},
"definition": {
"en": ["Wikidata Reconciliation API"],
Expand All @@ -170,10 +170,10 @@
},
{
"uri": "http://coli-conc.gbv.de/registry/gnd-reconciliation",
"notation": ["R"],
"notation": ["GR"],
"prefLabel": {
"de": "GND-Empfehlungen",
"en": "GND Recommendations"
"de": "GND-Reconciliation",
"en": "GND Reconciliation"
},
"definition": {
"en": ["GND Reconciliation API (lobid.org)"],
Expand All @@ -191,10 +191,10 @@
},
{
"uri": "http://coli-conc.gbv.de/registry/nomisma-reconciliation",
"notation": ["R"],
"notation": ["NR"],
"prefLabel": {
"de": "Nomisma-Empfehlungen",
"en": "Nomisma Recommendations"
"de": "Nomisma-Reconciliation",
"en": "Nomisma Reconciliation"
},
"definition": {
"en": ["Nomisma Reconciliation API"],
Expand Down
2 changes: 1 addition & 1 deletion config/cocoda.dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Cocoda Mapping Tool (dev)",
"cocodaBaseUrl": "//gbv.github.io/cocoda/dev/",
"cocodaBaseUrl": "https://coli-conc.gbv.de/cocoda/dev/",
"creatorNames": {
"https://coli-conc.gbv.de/users/cocoda": "Cocoda",
"https://orcid.org/0000-0002-7613-4123": "Jakob Voß",
Expand Down
2 changes: 1 addition & 1 deletion config/cocoda.master.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cocodaBaseUrl": "//coli-conc.gbv.de/cocoda/app/"
"cocodaBaseUrl": "https://coli-conc.gbv.de/cocoda/app/"
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>cocoda</title>
<title>Cocoda</title>
</head>
<body>
<noscript>
Expand Down

0 comments on commit 9daa19c

Please sign in to comment.