diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000000000000000000000000000000000000..5f9ab03df5e3a643e1383e27ebef9276ae6ef35f --- /dev/null +++ b/codemeta.json @@ -0,0 +1,115 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "type": "SoftwareSourceCode", + "author": [ + { + "id": "https://orcid.org/0000-0002-7826-3316", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Institut Pasteur, Université Paris Cité, Bioinformatics and Biostatistics Hub, F-75015 Paris, France" + }, + "email": "rplanel@pasteur.fr", + "familyName": "Planel", + "givenName": "Rémi" + }, + { + "id": "https://orcid.org/0000-0002-1081-2921", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Institut Pasteur, Université Paris Cité, Bioinformatics and Biostatistics Hub, F-75015 Paris, France" + }, + "email": "victoire.baillet@pasteur.fr", + "familyName": "Baillet", + "givenName": "Victoire" + }, + { + "id": "https://orcid.org/0000-0002-2306-5566", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Institut Pasteur, Université Paris Cité, Bioinformatics and Biostatistics Hub, F-75015 Paris, France" + }, + "email": "rtorchet@pasteur.fr", + "familyName": "Torchet", + "givenName": "Rachel" + }, + { + "id": "https://orcid.org/0000-0002-7421-0655", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Institut Pasteur, Université Paris Cité, Bioinformatics and Biostatistics Hub, F-75015 Paris, France" + }, + "email": "vincent.guillemot@pasteur.fr", + "familyName": "Guillemot", + "givenName": "Vincent" + }, + { + "id": "https://orcid.org/0000-0001-7018-1896", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Institut Pasteur, Université Paris Cité, Bioinformatics and Biostatistics Hub, F-75015 Paris, France" + }, + "email": "pascal.campagne@pasteur.fr", + "familyName": "Campagne", + "givenName": "Pascal" + }, + { + "id": "https://orcid.org/0000-0002-9372-5398", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Mouse Genetics Laboratory, Institut Pasteur, Université Paris Cité, 75015 Paris, France" + }, + "email": "xavier.montagutelli@pasteur.fr", + "familyName": "Montagutelli", + "givenName": "Xavier" + } + ], + "codeRepository": "https://gitlab.pasteur.fr/cc-qtl/cc-qtl-db", + "contributor": [ + { + "id": "https://orcid.org/0000-0002-9663-6999", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Mouse Genetics Laboratory, Institut Pasteur, Université Paris Cité, 75015 Paris, France" + }, + "email": "jean.jaubert@pasteur.fr", + "familyName": "Jaubert", + "givenName": "Jean" + }, + { + "id": "https://orcid.org/0000-0002-4407-8649", + "type": "Person", + "email": "christian.vosshenrich@pasteur.fr", + "familyName": "Vosshenrich", + "givenName": "Christian" + }, + { + "id": "https://orcid.org/0000-0001-5622-9670", + "type": "Person", + "email": "marion.rincel@pasteur.fr", + "familyName": "Rincel", + "givenName": "Marion" + } + ], + "dateModified": "2024-06-04", + "description": " CCQTL-DB is a comprehensive platform for QTL mapping\n in the Collaborative Cross (CC), an increasingly used\n mouse mapping population. CCQTL features an intuitive\n graphical user interface (GUI) for seamless end-to-end QTL\n mapping analysis, from data transformation to candidate\n gene identification. It also includes a robust database\n structure ensuring secure, organized storage of phenotypic\n data, accompanied by an advanced permissions system.\n", + "downloadUrl": "https://gitlab.pasteur.fr/cc-qtl/cc-qtl-db/-/archive/v1.0.0/cc-qtl-db-v1.0.0.tar.gz", + "identifier": "sw", + "license": "https://spdx.org/licenses/GPL-3.0+", + "name": "ccqtl-db", + "programmingLanguage": [ + "vue", + "javascript", + "python" + ], + "relatedLink": "https://gitlab.pasteur.fr/cc-qtl/ccqtl", + "releaseNotes": "First stable version", + "version": "v1.0.0", + "issueTracker": "https://gitlab.pasteur.fr/cc-qtl/cc-qtl-db/-/issues" +} \ No newline at end of file