From 001ee7e546b737cf620460e72ccae2da1274fcdd Mon Sep 17 00:00:00 2001
From: Florent Berthaut <florent.berthaut@univ-lille.fr>
Date: Tue, 13 Feb 2024 21:13:43 +0100
Subject: [PATCH] Add codemeta.json

---
 codemeta.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 codemeta.json

diff --git a/codemeta.json b/codemeta.json
new file mode 100644
index 0000000..feca23d
--- /dev/null
+++ b/codemeta.json
@@ -0,0 +1,27 @@
+{
+    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
+    "@type": "SoftwareSourceCode",
+    "license": "https://spdx.org/licenses/GPL-3.0+",
+    "codeRepository": "https://gitlab.univ-lille.fr/ivmi/ivmi-builder",
+    "dateCreated": "2023-01-01",
+    "datePublished": "2023-01-01",
+    "name": "IVMI-builder",
+    "description": "Open-Source Framework for Prototyping Immersive Virtual Musical Instruments using Godot and PureData\n",
+    "applicationCategory": "Extended Reality",
+    "programmingLanguage": [
+        "GDScript"
+    ],
+    "author": [
+        {
+            "@type": "Person",
+            "@id": "http://orcid.org/0000-0002-1273-0073",
+            "givenName": "Florent",
+            "familyName": "Berthaut",
+            "email": "florent.berthaut@univ-lille.fr",
+            "affiliation": {
+                "@type": "Organization",
+                "name": "CRIStAL, CNRS, Université de Lille"
+            }
+        }
+    ]
+}
-- 
GitLab