From a844559d99bba3623b22ac3434326f481e56178b Mon Sep 17 00:00:00 2001
From: Kudela <kudem94@fu-berlin.de>
Date: Thu, 2 Jun 2022 16:58:10 +0200
Subject: [PATCH] add: new project - arche

---
 PROJECTS.json                                 |   4 +
 .../a0e93701-b975-4760-b3cc-0204f54be3d1.json | 181 ++++++++++++++++++
 2 files changed, 185 insertions(+)
 create mode 100644 PROJECTS/arche/a0e93701-b975-4760-b3cc-0204f54be3d1.json

diff --git a/PROJECTS.json b/PROJECTS.json
index 4b922cf..77954e3 100644
--- a/PROJECTS.json
+++ b/PROJECTS.json
@@ -27,6 +27,10 @@
     "title": "Arbeitsstelle Kleine Fächer",
     "path": "/PROJECTS/arbeitsstelle_kleine_faecher/"
   },
+  "a0e93701-b975-4760-b3cc-0204f54be3d1": {
+    "title": "ARCHE",
+    "path": "/PROJECTS/arche/"
+  },
   "ce6e74fb-c872-4ab4-a6f2-908232d0099a": {
     "title": "ARCHES",
     "path": "/PROJECTS/arches/"
diff --git a/PROJECTS/arche/a0e93701-b975-4760-b3cc-0204f54be3d1.json b/PROJECTS/arche/a0e93701-b975-4760-b3cc-0204f54be3d1.json
new file mode 100644
index 0000000..ad36e87
--- /dev/null
+++ b/PROJECTS/arche/a0e93701-b975-4760-b3cc-0204f54be3d1.json
@@ -0,0 +1,181 @@
+{
+  "schema_version": "0.1.5",
+  "record_metadata": {
+    "uuid": "a0e93701-b975-4760-b3cc-0204f54be3d1",
+    "record_created": "2022-06-02",
+    "record_created_by": "Kudela, Xenia Monika",
+    "record_modified": [
+      {
+        "record_modified_on": "",
+        "record_modified_by": ""
+      }
+    ]
+  },
+  "project": {
+    "title": "ARCHE",
+    "abbr": "",
+    "type": "organisation",
+    "ref": [],
+    "date": [
+      {
+        "from": "2017",
+        "to": ""
+      }
+    ],
+    "websites": [
+      "https://arche.acdh.oeaw.ac.at/browser/"
+    ],
+    "project_desc": "ARCHE is a digital archive designed specifically to preserve digital research data from the humanities created in or related to Austria. It also promotes the use of open access and open data policies.",
+    "places": [
+      {
+        "place_name": {
+          "text": "Vienna",
+          "ref": [
+            "https://www.geonames.org/2761369/vienna.html"
+          ]
+        },
+        "coordinates": {
+          "lat": "48.20849",
+          "lng": "16.37208"
+        }
+      }
+    ],
+    "lang": [
+      ""
+    ],
+    "topic_relations": {
+      "nls": true,
+      "dh": true,
+      "meta": true,
+      "rdm": true,
+      "infrastructure": true
+    },
+    "parents": [
+      {
+        "type": "organisation",
+        "org_name": {
+          "text": "Ă–sterreichische Akademie der Wissenschaften",
+          "ref": [
+            "https://www.grid.ac/institutes/grid.4299.6"
+          ]
+        },
+        "websites": [
+          "http://www.oeaw.ac.at/en/austrian-academy-of-sciences/"
+        ],
+        "places": [
+          {
+            "place_name": {
+              "text": "Vienna",
+              "ref": [
+                "https://www.geonames.org/2761369/vienna.html"
+              ]
+            }
+          }
+        ],
+        "parents": [],
+        "siblings": [],
+        "children": []
+      }
+    ],
+    "children": [],
+    "siblings": [],
+    "contacts": [
+      {
+        "pers_name": {
+          "text": "Trognitz, Martina",
+          "ref": [
+            "https://d-nb.info/gnd/116996270X"
+          ]
+        },
+        "role": 1,
+        "websites": [
+          " https://www.oeaw.ac.at/de/acdh/team/current-team/martina-trognitz/"
+        ]
+      }
+    ],
+    "research_data": {
+      "lang": [],
+      "publications": {
+        "access": {
+          "open": 0.0,
+          "closed": 100.0,
+          "margin": 0.0
+        },
+        "licensing": [
+          ""
+        ]
+      },
+      "data": {
+        "raw": {
+          "datatypes": [
+            {
+              "label": "",
+              "licensing": [
+                ""
+              ],
+              "access": {
+                "open": 0.0,
+                "closed": 100.0,
+                "margin": 0.0
+              }
+            }
+          ],
+          "repositories": [
+            {
+              "type": "local",
+              "accessibility": "restricted",
+              "description": "folder-based data storage"
+            },
+            {
+              "type": "remote",
+              "accessibility": "open",
+              "ref": "",
+              "description": "github"
+            }
+          ]
+        },
+        "refined": {},
+        "final": {}
+      }
+    },
+    "stack": {
+      "database": [
+        "sql",
+        "xml",
+        "json",
+        "nosql"
+      ],
+      "backend": [
+        "laravel"
+      ],
+      "frontend": [
+        "vue"
+      ],
+      "tools": [
+        {
+          "label": "mallet",
+          "self_developed": false,
+          "ref": "https://...",
+          "purpose": "Zeit schinden"
+        }
+      ],
+      "languages": [
+        "php",
+        "javascript",
+        "python"
+      ]
+    },
+    "policies": [
+      {
+        "type": "",
+        "uri": ""
+      }
+    ],
+    "keywords": [
+      "archive",
+      "language_resources",
+      "research_infrastructures"
+    ],
+    "comment": ""
+  }
+}
\ No newline at end of file
-- 
GitLab