-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added citation.cff file to credit authors
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
|
||
cff-version: 1.2.0 | ||
title: esgpull | ||
message: ESGF command line download tool esgpull | ||
type: software | ||
authors: | ||
- given-names: Sven | ||
family-names: Rodriguez | ||
email: [email protected] | ||
affiliation: Sorbonne University | ||
- given-names: Atef | ||
family-names: Ben Nasser | ||
email: [email protected] | ||
affiliation: Centre National de Recherche Scientifique | ||
orcid: 'https://orcid.org/0000-0001-6948-8735' | ||
- given-names: Guillaume | ||
family-names: Levavasseur | ||
email: [email protected] | ||
affiliation: Sorbonne University | ||
orcid: 'https://orcid.org/0000-0002-0801-0890' | ||
repository-code: 'https://github.com/ESGF/esgf-download.git' | ||
url: 'https://esgf.github.io/esgf-download/' | ||
abstract: >- | ||
esgpull is a modern ESGF data management tool, bundled | ||
with a custom asynchronous interface with the ESGF Search | ||
API. It handles scanning, downloading and updating | ||
datasets, files and queries from ESGF. | ||
license: BSD-3-Clause | ||
commit: 762494e | ||
version: 0.7.3 | ||
date-released: '2024-09-20' |