From 4a803cba4bffe48f2f73f9a445cc28e7b10a3dbb Mon Sep 17 00:00:00 2001 From: Srihari Sundar Date: Fri, 14 Jun 2024 11:35:58 -0600 Subject: [PATCH 1/2] Update CITATION.cff --- CITATION.cff | 50 +++++++++++++++----------------------------------- 1 file changed, 15 insertions(+), 35 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f1c6a97..b223157 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,46 +2,26 @@ cff-version: 1.2.0 message: "If you use this cookbook, please cite it as below." authors: # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md - - family-names: Rose - given-names: Brian E. J. - orcid: https://orcid.org/0000-0002-9961-3821 # optional - website: https://github.com/brian-rose # optional - affiliation: University at Albany (State University of New York) # optional - - family-names: Kent - given-names: Julia - orcid: https://orcid.org/0000-0002-5611-8986 - website: https://github.com/jukent - affiliation: UCAR/NCAR + - family-names: Bravo + given-names: Jorge + orcid: + website: + affiliation: + - family-names: Sundar + given-names: Srihari + orcid: https://orcid.org/0000-0002-0556-3967 + website: sriharisundar.github.io + affiliation: National Renewable Energy Lab (NREL) - family-names: Shekhar given-names: Suman orcid: https://orcid.org/0009-0007-1962-6264 website: https://github.com/Sumanshekhar17 affiliation: Rutgers University, The state university of New Jersey - - family-names: Clyne - given-names: John - orcid: https://orcid.org/0000-0003-2788-9017 - website: https://github.com/clyne - affiliation: UCAR/NCAR - - family-names: Camron - given-names: Drew - orcid: https://orcid.org/0000-0001-7246-6502 - website: https://github.com/dcamron - affiliation: UCAR/Unidata - - family-names: Grover - given-names: Maxwell - orcid: https://orcid.org/0000-0002-0370-8974 - website: https://github.com/mgrover1 - affiliation: Argonne National Laboratory - - family-names: Ford - given-names: Robert R. - orcid: https://orcid.org/0000-0001-5483-4965 - website: https://github.com/r-ford - affiliation: University at Albany (State University of New York) - - family-names: Paul - given-names: Kevin - orcid: https://orcid.org/0000-0001-8155-8038 - website: https://github.com/kmpaul - affiliation: NVIDIA + - family-names: Khider + given-names: Deborah + orcid: https://orcid.org/0000-0001-7501-8430 + affiliation: University of Southern California + - name: "Cookbook Template contributors" # use the 'name' field to acknowledge organizations website: "https://github.com/ProjectPythia/cookbook-geosat/graphs/contributors" title: "Cookbook Template" From 7d437c7b98fefd56e6dd0625ad0adaa53757222e Mon Sep 17 00:00:00 2001 From: Srihari Sundar Date: Fri, 14 Jun 2024 12:57:43 -0600 Subject: [PATCH 2/2] Finish adding all authors --- CITATION.cff | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b223157..84c728d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,25 +4,36 @@ authors: # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md - family-names: Bravo given-names: Jorge - orcid: - website: - affiliation: + orcid: https://orcid.org/0009-0005-0561-150X + website: https://github.com/jhbravo + affiliation: Stevens Institute of Technology - family-names: Sundar given-names: Srihari orcid: https://orcid.org/0000-0002-0556-3967 website: sriharisundar.github.io affiliation: National Renewable Energy Lab (NREL) + - family-names: Mapes + given-names: Brian + orcid: https://orcid.org/0000-0001-5460-3761 + website: https://github.com/brianmapes + affiliation: University of Miami - family-names: Shekhar given-names: Suman orcid: https://orcid.org/0009-0007-1962-6264 website: https://github.com/Sumanshekhar17 affiliation: Rutgers University, The state university of New Jersey + - family-names: Nguyen + given-names: Tri + orcid: https://orcid.org/0000-0001-5460-3761 + website: https://github.com/tringuyen180303 + affiliation: Indiana University Bloomington - family-names: Khider given-names: Deborah orcid: https://orcid.org/0000-0001-7501-8430 affiliation: University of Southern California - - - name: "Cookbook Template contributors" # use the 'name' field to acknowledge organizations - website: "https://github.com/ProjectPythia/cookbook-geosat/graphs/contributors" -title: "Cookbook Template" -abstract: "A sample cookbook description." +title: "Geostationary Satellite Cookbook" +abstract: "This cookbook aims to provide a comprehensive guide for utilizing Satpy to analyze +geostationary satellite data of the sensor Advanced Baseline Imager (ABI) on GOES-R (west and east), +sensor Advanced Himawari Imager (AHI) on HIMAWARI, and sensor Advance Meteorological Imager (AMI) on +Geo-KOMPSAT-2A (GK2A). Satpy is a powerful Python library specifically designed for processing and +analyzing satellite data, offering capabilities for data visualization, manipulation, and analysis."