From ad6996a66f49fb09c9e931b9edd597e3976063c7 Mon Sep 17 00:00:00 2001 From: "Daniel A. Brandt" Date: Mon, 11 Aug 2025 18:08:45 -0400 Subject: [PATCH 1/3] Adding EUVpy. --- _data/projects.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 536b307..10fac58 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -735,3 +735,18 @@ software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + +- name: "EUVpy" + url: "https://github.com/DanBrandt/EUVpy/tree/main" + description: "A Python package containing several models for solar EUV irradiance." + logo: https://euvpy.readthedocs.io/en/latest/_images/EUVpy_logo.png + docs: "https://euvpy.readthedocs.io/en/latest/" + code: "https://github.com/DanBrandt/EUVpy/tree/main" + contact: "Daniel Brandt" + keywords: ["solar", "euv", "irradiance", "flux"] + community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] \ No newline at end of file From 2296de3e4080f068ccbbd5e07d51bcd91f3ace9e Mon Sep 17 00:00:00 2001 From: "Daniel A. Brandt" Date: Tue, 12 Aug 2025 17:28:17 -0400 Subject: [PATCH 2/3] Added EUVpy; downgraded 'Community' to 'Partially met'. --- _data/projects.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/_data/projects.yml b/_data/projects.yml index 10fac58..87c955c 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -159,6 +159,21 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] +- name: "EUVpy" + url: "https://github.com/DanBrandt/EUVpy/tree/main" + description: "A Python package containing several models for solar EUV irradiance." + logo: https://euvpy.readthedocs.io/en/latest/_images/EUVpy_logo.png + docs: "https://euvpy.readthedocs.io/en/latest/" + code: "https://github.com/DanBrandt/EUVpy/tree/main" + contact: "Daniel Brandt" + keywords: ["solar", "euv", "irradiance", "flux"] + community: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + - name: "fiasco" description: "A Python interface to the CHIANTI atomic database." docs: "http://fiasco.readthedocs.io" @@ -736,17 +751,3 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] -- name: "EUVpy" - url: "https://github.com/DanBrandt/EUVpy/tree/main" - description: "A Python package containing several models for solar EUV irradiance." - logo: https://euvpy.readthedocs.io/en/latest/_images/EUVpy_logo.png - docs: "https://euvpy.readthedocs.io/en/latest/" - code: "https://github.com/DanBrandt/EUVpy/tree/main" - contact: "Daniel Brandt" - keywords: ["solar", "euv", "irradiance", "flux"] - community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] - python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] \ No newline at end of file From 20635181c54703e6dfdb61e37c0732460dc88474 Mon Sep 17 00:00:00 2001 From: "Daniel A. Brandt" Date: Thu, 14 Aug 2025 09:42:32 -0400 Subject: [PATCH 3/3] Fixed keywords associated with EUVpy. --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 87c955c..03d451b 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -166,7 +166,7 @@ docs: "https://euvpy.readthedocs.io/en/latest/" code: "https://github.com/DanBrandt/EUVpy/tree/main" contact: "Daniel Brandt" - keywords: ["solar", "euv", "irradiance", "flux"] + keywords: ["solar", "ionosphere_thermosphere_mesosphere", "wrapper", "gitm", "general"] community: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"]