From f1658741562d8d337a3590dbc3d6a485dea5fc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Mon, 6 May 2019 11:44:24 -0300 Subject: [PATCH] Create .zenodo.json Metadata file for Zenodo --- .zenodo.json | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..b9134e3 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,115 @@ +{ + "license": "other-open", + "contributors": [ + { + "affiliation": "MINDS - Machine Learning and Data Science", + "type": "Researcher", + "name": "Marco Ant\u00f4nio Alves" + }, + { + "affiliation": "Federal Institute of Minas Gerais (IFMG), Brazil", + "type": "Researcher", + "name": "Carlos Alberto Severiano Junior" + }, + { + "affiliation": "MINDS - Machine Learning and Data Science", + "type": "Researcher", + "name": "Gustavo Linhares Vieira" + }, + { + "orcid": "0000-0001-9238-8839", + "affiliation": "Electrical Engineering Dept, Federal University of Minas Gerais (UFMG), Brazil", + "type": "Researcher", + "name": "Frederico Gadelha Guimar\u00e3es" + }, + { + "orcid": "0000-0003-2547-3835", + "affiliation": "Federal University of Ouro Preto (UFOP), Brazil", + "type": "Researcher", + "name": "Rodrigo C\u00e9sar Pedrosa Silva" + }, + { + "orcid": "0000-0002-0848-9280", + "affiliation": "MINDS - Machine Learning and Data Science", + "type": "Researcher", + "name": "Hossein Javedani Sadaei" + } + ], + "language": "eng", + "title": "PYFTS/pyFTS: Stable version 1.6", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/PYFTS/pyFTS/tree/pkg1.6", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.597359", + "relation": "isVersionOf" + } + ], + "thesis_university": "Federal University of Minas Gerais (UFMG), Brazil", + "thesis_supervisors": [ + { + "orcid": "0000-0001-9238-8839", + "affiliation": "Electrical Engineering Dept, Federal University of Minas Gerais (UFMG), Brazil", + "name": "Frederico Gadelha Guimar\u00e3es" + }, + { + "orcid": "0000-0002-0848-9280", + "affiliation": "MINDS - Machine Learning and Data Science", + "name": "Hossein Javedani Sadaei" + } + ], + "version": "pkg1.6", + "upload_type": "software", + "keywords": [ + "data science", + "time series", + "forecasting", + "fuzzy systems" + ], + "publication_date": "2019-05-06", + "creators": [ + { + "orcid": "0000-0002-1202-2552", + "affiliation": "IFNMG - Instituto Federal do Norte de Minas Gerais", + "name": "Petr\u00f4nio C\u00e2ndido de Lima e Silva" + }, + { + "orcid": "0000-0002-9100-9013", + "affiliation": "IFMG - Instituto Federal de Minas Gerais", + "name": "Carlos Alberto Severiano J\u00fanior" + }, + { + "affiliation": "MINDS - Machine Learning and Data Science", + "name": "Marcos Ant\u00f4nio Alves" + }, + { + "affiliation": "MINDS - Machine Learning and Data Science", + "name": "Gustavo Linhares Vieira" + }, + { + "orcid": "0000-0003-2547-3835", + "affiliation": "UFOP - Universidade Federal de Ouro Preto", + "name": "Rodrigo C\u00e9sar Pedrosa Silva" + }, + { + "affiliation": "MINDS - Machine Learning and Data Science", + "name": "Patr\u00edcia Oliveira e Lucas" + }, + { + "orcid": "0000-0002-0848-9280", + "affiliation": "MINDS - Machine Learning and Data Science", + "name": "Hossein Javedani Sadaei" + }, + { + "orcid": "0000-0001-9238-8839", + "affiliation": "UFMG - Universidade Federal de Minas Gerais", + "name": "Frederico Gadelha Guimar\u00e3es" + } + ], + "access_right": "open", + "description": "

A open source library for Fuzzy Time Series in Python.

\n\n

For more information:

\n\n" +}