diff --git a/i18n/de.json b/i18n/de.json index b640cfc..c1468e4 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -1,5 +1,6 @@ { "FORM_HEADING": "OER Metadaten Formular", + "LABEL_CHOOSE": "Wähle ...", "LABEL_CREATOR": "Autor", "LABEL_CREATOR_ADD": "weiteren Autor hinzufügen", "LABEL_CREATOR_GIVEN_NAME": "Vorname", @@ -18,6 +19,7 @@ "LABEL_LICENSE_CHECKBOX_ND": "darf verändert werden", "LABEL_LICENSE_CHECKBOX_NC": "darf kommerziell genutzt werden", "LABEL_MANDATORY_FIELD": "Pflichtfeld", + "LABEL_ORGANIZATION": "Institution", "LABEL_STATUS": "Status", "LABEL_STATUS_DRAFT": "Entwurf", "LABEL_STATUS_INCOMPLETE": "Unvollständig", diff --git a/metadata-generator.html b/metadata-generator.html index a756467..b542b60 100644 --- a/metadata-generator.html +++ b/metadata-generator.html @@ -60,6 +60,11 @@ margin-top: 7px; text-align: center; } + + .input-dropdown { + background: #F1F6DF; + color: #0A1F40; + } @@ -83,9 +88,9 @@
Pflichtfeld
@@ -185,40 +190,10 @@
- +
- +
@@ -291,9 +266,9 @@ diff --git a/vocabs/organizations.json b/vocabs/organizations.json new file mode 100644 index 0000000..6cae508 --- /dev/null +++ b/vocabs/organizations.json @@ -0,0 +1,23 @@ +[ + {"ror": "https://ror.org/010nsgg66", "label": "Technische Universität Braunschweig"}, + {"ror": "https://ror.org/03aft2f80", "label": "Hochschule für Bildende Künste Braunschweig"}, + {"ror": "https://ror.org/04qb8nc58", "label": "Technische Universität Clausthal"}, + {"ror": "https://ror.org/02vvvm705", "label": "Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth"}, + {"ror": "https://ror.org/01bc76c69", "label": "Hochschule Emden/Leer"}, + {"ror": "https://ror.org/01y9bpm73", "label": "Georg-August-Universität Göttingen"}, + {"ror": "https://ror.org/00f5q5839", "label": "Hochschule für angewandte Wissenschaft und Kunst Hildesheim/Holzminden/Göttingen"}, + {"ror": "https://ror.org/0304hq317", "label": "Leibniz Universität Hannover"}, + {"ror": "https://ror.org/03m2kj587", "label": "Hochschule Hannover"}, + {"ror": "https://ror.org/00f2yqf98", "label": "Medizinische Hochschule Hannover"}, + {"ror": "https://ror.org/04aj4c181", "label": "Technische Informationsbibliothek (TIB)"}, + {"ror": "https://ror.org/015qjqf64", "label": "Tierärztliche Hochschule Hannover"}, + {"ror": "https://ror.org/00x67m532", "label": "Hochschule für Musik, Theater und Medien Hannover"}, + {"ror": "https://ror.org/02f9det96", "label": "Universität Hildesheim"}, + {"ror": "https://ror.org/02743t710", "label": "Norddeutsche Hochschule für Rechtspflege"}, + {"ror": "https://ror.org/059vymd37", "label": "Hochschule Osnabrück"}, + {"ror": "https://ror.org/04qmmjx98", "label": "Universität Osnabrück"}, + {"ror": "https://ror.org/02w2y2t16", "label": "Leuphana Universität Lüneburg"}, + {"ror": "https://ror.org/033n9gh91", "label": "Carl von Ossietzky Universität Oldenburg"}, + {"ror": "https://ror.org/01bk10867", "label": "Ostfalia Hochschule für angewandte Wissenschaften"}, + {"ror": "https://ror.org/045y6d111", "label": "Universität Vechta"} +] \ No newline at end of file