https://gitlab.com/litt-arts-num/fonte-gaia/ok-api
Tip revision: cf6e9b679f75285347578720eaf021a4f2becd06 authored by theo.roulet on 14 December 2022, 15:35:45 UTC
Merge branch 'master' of gitlab.com:litt-arts-num/fonte-gaia/ok-api
Merge branch 'master' of gitlab.com:litt-arts-num/fonte-gaia/ok-api
Tip revision: cf6e9b6
codemeta.json
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"codeRepository": "https://gitlab.com/litt-arts-num/fonte-gaia/ok-api",
"name": "okapi",
"description": "Une interface web symfony 5 pour requêter : 1. les apis de Gallica (OAI2 ou SRU) et réexporter les données en CSV dans un format automatiquement reconnu par Omeka Classic. 2. l'api de Nakala et générer un manifest iiif à partir d'une donnée (API presentation 2 compatible API image 3).\n",
"developmentStatus": "wip",
"programmingLanguage": [
"php",
"javascript"
],
"author": [
{
"@type": "Person",
"givenName": "Théo",
"familyName": "Roulet",
"email": "theo.roulet@univ-grenoble-alpes.fr",
"affiliation": {
"@type": "Organization",
"name": "Université Grenoble Alpes"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Arnaud",
"familyName": "Bey",
"email": "arnaud.bey@univ-grenoble-alpes.fr",
"affiliation": {
"@type": "Organization",
"name": "UMR Litt&Arts Université Grenoble Alpes"
}
}
]
}
