From 7b039ee8a81e515e9dc2a0aeee903bd94f6da0f3 Mon Sep 17 00:00:00 2001 From: Andrey170170 Date: Thu, 27 Feb 2025 12:44:42 -0500 Subject: [PATCH 1/3] Citation creation --- CITATION.cff | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..903e379 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,42 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Distributed-downloader +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Andrei + family-names: Kopanev + email: kopanev.1@buckeyemail.osu.edu + affiliation: Imageomics Institute + - given-names: 'Matthew ' + family-names: Thompson + affiliation: Imageomics Institute + email: thompson.4509@osu.edu + - given-names: 'Elizabeth ' + family-names: Campolongo + email: campolongo.4@osu.edu + affiliation: Imageomics Institute + - name: Imageomics Institute + website: 'https://imageomics.osu.edu/' + email: imageomics-contact@osu.edu + address: 350 Pomerene Hall 1760 Neil Ave + post-code: '43210' + city: Columbus + country: US +repository-code: 'https://github.com/Imageomics/distributed-downloader' +abstract: >- + MPI-based distributed downloading tool for retrieving data + from diverse domains. +keywords: + - parallel + - distributed + - download + - url +license: MIT +commit: a38107246515493df93cd61e6612dd7933814b6d +version: 0.0.1 +date-released: '2025-02-27' From 22a54eedea01977881b15fefba7e30db4e8c0fd0 Mon Sep 17 00:00:00 2001 From: Andrei Kopanev <73189826+Andrey170170@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:13:52 -0500 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- CITATION.cff | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 903e379..c1ba904 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,21 +12,14 @@ authors: family-names: Kopanev email: kopanev.1@buckeyemail.osu.edu affiliation: Imageomics Institute - - given-names: 'Matthew ' + - given-names: 'Matthew J' family-names: Thompson affiliation: Imageomics Institute email: thompson.4509@osu.edu - - given-names: 'Elizabeth ' + - given-names: 'Elizabeth G' family-names: Campolongo email: campolongo.4@osu.edu affiliation: Imageomics Institute - - name: Imageomics Institute - website: 'https://imageomics.osu.edu/' - email: imageomics-contact@osu.edu - address: 350 Pomerene Hall 1760 Neil Ave - post-code: '43210' - city: Columbus - country: US repository-code: 'https://github.com/Imageomics/distributed-downloader' abstract: >- MPI-based distributed downloading tool for retrieving data @@ -36,6 +29,8 @@ keywords: - distributed - download - url + - "dataset generation" + - "MPI application" license: MIT commit: a38107246515493df93cd61e6612dd7933814b6d version: 0.0.1 From 0e44023b215de902750de729608207e2af70aa1c Mon Sep 17 00:00:00 2001 From: Andrei Kopanev <73189826+Andrey170170@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:14:36 -0500 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Matt Thompson <31709066+thompsonmj@users.noreply.github.com> --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index c1ba904..0f9e4d9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,10 +16,12 @@ authors: family-names: Thompson affiliation: Imageomics Institute email: thompson.4509@osu.edu + orcid: 'https://orcid.org/0000-0003-0583-8585' - given-names: 'Elizabeth G' family-names: Campolongo email: campolongo.4@osu.edu affiliation: Imageomics Institute + orcid: 'https://orcid.org/0000-0003-0846-2413' repository-code: 'https://github.com/Imageomics/distributed-downloader' abstract: >- MPI-based distributed downloading tool for retrieving data