From 1b8dbb00d78d58156c62070eaa807cc9720a1b95 Mon Sep 17 00:00:00 2001 From: sformel Date: Thu, 26 Feb 2026 17:21:50 -0600 Subject: [PATCH 1/2] Add CITATION.cff CITATION.cff generated from GitHub contributor data. Please review author names and details. --- CITATION.cff | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ddf6506 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,36 @@ +cff-version: 1.2.0 +message: If you use this work, please cite it as below. +title: Python OBIS client +type: software +abstract: OBIS Python client +url: https://github.com/iobis/pyobis +license: MIT +authors: + - given-names: Ayush + family-names: Anand + - family-names: Tylar + - family-names: Filipe + - given-names: Mehraz Hossain + family-names: Rumman + - given-names: Scott + family-names: Chamberlain + - given-names: BALJAPALLI + family-names: ANSHUL + - given-names: Pieter + family-names: Provoost + orcid: "https://orcid.org/0000-0002-4236-0384" + - given-names: Dolapo Salim + family-names: Olatoye + - given-names: Pushkar + family-names: Verma + - family-names: MehrazRumman + - family-names: ayushanand18 + - family-names: 7yl4r + - name: Intergovernmental Oceanographic Commission of UNESCO + alias: IOC-UNESCO + website: "https://obis.org" +keywords: + - marine-data + - oceanography + - python +date-released: 2025-10-06 From e0c5d8392cf742c5fca6d0c170db83ad91214f74 Mon Sep 17 00:00:00 2001 From: Tylar Date: Tue, 10 Mar 2026 10:05:16 -0400 Subject: [PATCH 2/2] Revise author information in CITATION.cff --- CITATION.cff | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ddf6506..e7e339b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,14 +8,18 @@ license: MIT authors: - given-names: Ayush family-names: Anand - - family-names: Tylar - - family-names: Filipe + - given-names: Tylar + family-names: Murray + orcid: "https://orcid.org/0000-0001-8241-1919" + website: "https://tylar.info" + - given-names: Filipe + - family-names: Fernandes - given-names: Mehraz Hossain family-names: Rumman - given-names: Scott family-names: Chamberlain - - given-names: BALJAPALLI - family-names: ANSHUL + - given-names: Baljapalli + family-names: Anshul - given-names: Pieter family-names: Provoost orcid: "https://orcid.org/0000-0002-4236-0384" @@ -23,9 +27,6 @@ authors: family-names: Olatoye - given-names: Pushkar family-names: Verma - - family-names: MehrazRumman - - family-names: ayushanand18 - - family-names: 7yl4r - name: Intergovernmental Oceanographic Commission of UNESCO alias: IOC-UNESCO website: "https://obis.org"