From 8789eeb23f940f1ba547ccd5fe56dc6fce176cdf Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:08:28 +0200 Subject: [PATCH 1/6] Adds CFF Adds citation file format in order to make it easier to cite the Frictionless Python Framework in academic publications --- CITATION.cff | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..115d9520c2 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,80 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Frictionless Python Framework +message: >- + To cite the Frictionless Python Framework in publications + please use: +type: software +authors: + - given-names: Evgeny + family-names: Karev + email: eskarev@gmail.com + - given-names: Pierre + family-names: Camilleri + affiliation: multi.coop + email: pierre.camilleri@multi.coop + - given-names: Vitor + family-names: Baptista + affiliation: Fiquem Sabendo + - given-names: 'Georgiana ' + family-names: Bere + - given-names: Andrea + family-names: Borruso + - given-names: Peter + family-names: Desmet + orcid: 'https://orcid.org/0000-0002-8442-8025' + affiliation: INBO + - given-names: Shashi + family-names: Gharti + affiliation: Robust IT Concepts + - given-names: Augusto + family-names: Herrmann + affiliation: >- + Ministry of Management and Innovation in Public + Services in Brazil + - given-names: Adam + family-names: Kariv + affiliation: While True Industries + - given-names: Chris + family-names: Shaw + affiliation: Democracy Club + - given-names: 'Paul ' + family-names: Walsh + affiliation: LinkDigital + - given-names: Lilly + family-names: Winfree + affiliation: 'Anaconda, Inc.' + orcid: 'https://orcid.org/0000-0001-7120-8536' + - given-names: Edgar + family-names: Zanella Alvarenga + affiliation: Digi Sapiens + - given-names: Jesper + family-names: Zedlitz + orcid: 'https://orcid.org/0000-0003-2664-5010' + - name: Open Knowledge Foundation + city: London + country: GB + - given-names: Sara + family-names: Petti + affiliation: Open Knowledge Foundation + email: sara.petti@okfn.org +identifiers: + - type: doi + value: 10.5281/zenodo.4663759 +repository-code: 'https://github.com/frictionlessdata/frictionless-py' +url: 'https://framework.frictionlessdata.io/' +abstract: >- + Data management framework for Python that provides + functionality to describe, extract, validate, and + transform tabular data (DEVT Framework). It supports a + great deal of data sources and formats, as well as + provides popular platforms integrations. The framework is + powered by the lightweight yet comprehensive Frictionless + Data Package (https://datapackage.org/). +license: MIT +commit: >- + https://github.com/frictionlessdata/frictionless-py/commit/e95321a9117a4c7232c89fe761014079b2ed21a3 +version: '5.18' +date-released: '2024-10-11' From 7f4721eff2948f3359e8e1bb6c991295a37068a6 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:13:29 +0200 Subject: [PATCH 2/6] Update CITATION.cff --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 115d9520c2..6004698331 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,6 +22,7 @@ authors: family-names: Bere - given-names: Andrea family-names: Borruso + affiliation: OnData - given-names: Peter family-names: Desmet orcid: 'https://orcid.org/0000-0002-8442-8025' From 8e8d6631295ecdd0c356bea981ccda16128a63dd Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:14:24 +0200 Subject: [PATCH 3/6] Update CITATION.cff --- CITATION.cff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6004698331..b9b61a7460 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,7 +18,7 @@ authors: - given-names: Vitor family-names: Baptista affiliation: Fiquem Sabendo - - given-names: 'Georgiana ' + - given-names: Georgiana family-names: Bere - given-names: Andrea family-names: Borruso @@ -41,12 +41,12 @@ authors: - given-names: Chris family-names: Shaw affiliation: Democracy Club - - given-names: 'Paul ' + - given-names: Paul family-names: Walsh affiliation: LinkDigital - given-names: Lilly family-names: Winfree - affiliation: 'Anaconda, Inc.' + affiliation: Anaconda, Inc. orcid: 'https://orcid.org/0000-0001-7120-8536' - given-names: Edgar family-names: Zanella Alvarenga From c71553d520bd16a7d07850b24bce607d7d036fb6 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:12:30 +0200 Subject: [PATCH 4/6] Apply suggestions from code review Thanks @peterdesmet, this looks much better now. I've left @roll's affiliation as an open question to him, and lets start a separate discussion about the description. Co-authored-by: Peter Desmet --- CITATION.cff | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b9b61a7460..9bd317b62e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -title: Frictionless Python Framework +title: 'frictionless: Python library for Data Packages' message: >- To cite the Frictionless Python Framework in publications please use: @@ -26,7 +26,7 @@ authors: - given-names: Peter family-names: Desmet orcid: 'https://orcid.org/0000-0002-8442-8025' - affiliation: INBO + affiliation: Research Institute for Nature and Forest (INBO) - given-names: Shashi family-names: Gharti affiliation: Robust IT Concepts @@ -64,6 +64,7 @@ authors: identifiers: - type: doi value: 10.5281/zenodo.4663759 +repository: 'https://pypi.org/project/frictionless/' repository-code: 'https://github.com/frictionlessdata/frictionless-py' url: 'https://framework.frictionlessdata.io/' abstract: >- From 75eada320c70c746303f383ac157d59b27cf8581 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:14:07 +0200 Subject: [PATCH 5/6] Update CITATION.cff --- CITATION.cff | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9bd317b62e..2b0eef84ec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -63,7 +63,7 @@ authors: email: sara.petti@okfn.org identifiers: - type: doi - value: 10.5281/zenodo.4663759 + value: https://doi.org/10.5281/zenodo.4663759 repository: 'https://pypi.org/project/frictionless/' repository-code: 'https://github.com/frictionlessdata/frictionless-py' url: 'https://framework.frictionlessdata.io/' @@ -76,7 +76,3 @@ abstract: >- powered by the lightweight yet comprehensive Frictionless Data Package (https://datapackage.org/). license: MIT -commit: >- - https://github.com/frictionlessdata/frictionless-py/commit/e95321a9117a4c7232c89fe761014079b2ed21a3 -version: '5.18' -date-released: '2024-10-11' From 3bf523a4912e01d68a94dd86c084985f389bffd1 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:30:54 +0100 Subject: [PATCH 6/6] Update CITATION.cff Updating Evgeny's affiliation --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 2b0eef84ec..2c679bf093 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,6 +10,7 @@ type: software authors: - given-names: Evgeny family-names: Karev + affiliation: Datist email: eskarev@gmail.com - given-names: Pierre family-names: Camilleri