Skip to content

Commit

Permalink
Adds CFF
Browse files Browse the repository at this point in the history
Adds citation file format in order to make it easier to cite the Frictionless Python Framework in academic publications
  • Loading branch information
sapetti9 authored Oct 22, 2024
1 parent 84c3ea0 commit f86c1de
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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: [email protected]
- given-names: Pierre
family-names: Camilleri
affiliation: multi.coop
email: [email protected]
- 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: [email protected]
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'

0 comments on commit f86c1de

Please sign in to comment.