From 69b99507ba919e9c6b90351ef8a32f04e87d02f4 Mon Sep 17 00:00:00 2001 From: Fernando Molano Ortiz <fmolano@gta.ufrj.br> Date: Mon, 2 Dec 2024 15:48:07 +0100 Subject: [PATCH] codemeta generator --- codemeta.json | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..0c15a87 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,74 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "type": "SoftwareSourceCode", + "author": [ + { + "id": "_:author_1", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Inria" + }, + "email": "fernando.molano-ortiz@inria.fr", + "familyName": " Molano Ortiz", + "givenName": "Fernando" + }, + { + "id": "_:author_2", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Inria" + }, + "email": "fernando.dias-de-mello-silva@inria.fr", + "familyName": "Dias de Mello Silva", + "givenName": "Fernando" + }, + { + "id": "_:author_3", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Inria" + }, + "email": "aline.viana@inria.fr", + "familyName": "Carneiro Viana", + "givenName": "Aline" + }, + { + "id": "_:author_4", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "Inria" + }, + "email": "nadjib.achir@inria.fr", + "familyName": "Achir", + "givenName": "Nadjib" + } + ], + "codeRepository": "https://gitlab.inria.fr/mitik/measurement-management/mitik-mgmt", + "dateCreated": "2023-09-30", + "dateModified": "2023-09-30", + "datePublished": "2023-09-30", + "description": "The objective of the MITIK project is to carry out non-intrusive passive measurements to analyze the mobility of users through contacts during their travels. The objective is to use probe-request packets coming from mobile devices using WiFi type wireless communications. MITIK-MGMT is a management tool developed as part of the MITIK project and which aims to automate the configuration process and management of experiments using WiFi collectors offered in MITIK. The supported functions are:\n- Provide a tool that allows the configuration of multiple collectors simultaneously.\n- Centralized management of several collectors (synchronization, raw data capture, data transfer and data processing).\n- Configuration of parameters and execution of MITIK project modules.", + "funder": { + "type": "Organization", + "name": "ANR" + }, + "keywords": [ + "Wi-Fi", + "Infrastructure software", + "Mobile Crowdsensing" + ], + "license": "https://spdx.org/licenses/GPL-3.0-or-later", + "name": "MITIK-MGMT", + "operatingSystem": "Linux", + "programmingLanguage": [ + "PYTHON", + "YAML" + ], + "version": "1.0", + "funding": "PRC AAPG2019", + "referencePublication": "https://hal.science/hal-04568193" +} \ No newline at end of file -- GitLab