From 4c703ad15daed2c216dadbd43e248ae6de89f8df Mon Sep 17 00:00:00 2001 From: MartaOB <151519478+MartaOB@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:03:17 +0100 Subject: [PATCH] docs: Create codemeta.json --- codemeta.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..9ba6063 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,14 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "name": "AI4EOSC - Platform API", + "description": "This is the Platform API for interacting with the AI4EOSC services, built using FastAPI. It aims at providing a stable UI, effectively decoupling the services offered by the project from the underlying tools we use to provide them (ie. Nomad).", + "author": [ + { + "@type": "Organization", + "name": "AI4EOSC collaboration", + "email": "ai4eosc-support@listas.csic.es", + "url": "https://ai4os.eu/" + } + ] +}