forked from acdh-oeaw/openatlas-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90b0609
commit b1a9674
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"__cms__": true, | ||
"Metadata": { | ||
"name": "OpenAtlas Discovery", | ||
"shortName": "OpenAtlas Discovery", | ||
"description": "OpenAtlas ist eine Open-Source-Datenbanksoftware, die speziell für die Erfassung, Bearbeitung und Verwaltung von Forschungsdaten aus verschiedenen Bereichen der Geisteswissenschaften entwickelt wurde." | ||
"name": "FemCare Vienna", | ||
"shortName": "FemCare Vienna", | ||
"description": "Das Projekt **FemCare Vienna** (FWF-Einzelstipendium P 36459-G) hat das Ziel, die Geschichte der medizinischen Betreuung von Frauen durch eine interdisziplinäre Untersuchung der historischen und bioarchäologischen Aufzeichnungen im Zusammenhang mit dem Krankenhaus der Elisabethianer in Wien aufzuklären. Im Mittelpunkt des Projekts stehen die Lebensgeschichten von 390 Patienten aus dem 18. Jahrhundert, deren menschliche Skelettreste auf dem Krankenhausfriedhof ausgegraben wurden." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export function ensureTrailingSlash(url: string): string { | ||
return url.endsWith("/") ? url : `${url}/`; | ||
} |