From e838f1ba491febd630b2c0ead9c3a639a8d46f8c Mon Sep 17 00:00:00 2001 From: Furkan Date: Fri, 14 Aug 2026 15:40:05 +0200 Subject: [PATCH 1/5] Add HelioAI to project list --- _data/projects.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 35c9239..ef07c82 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -253,6 +253,20 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] +- name: "HelioAI" + url: "https://github.com/erdoganfurkan/HelioAI" + description: "An AI agent for heliophysics: natural-language parameter discovery across 70+ missions, sandboxed analysis, and reproducible notebook export." + docs: "https://erdoganfurkan.github.io/HelioAI/" + code: "https://github.com/erdoganfurkan/HelioAI" + contact: "Furkan Erdogan" + keywords: ["heliosphere", "magnetosphere", "plasma_physics", "data_retrieval", "data_access", "data_analysis", "plotting", "cdaweb"] + community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + documentation: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + software_maturity: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + - name: "HERMES-Core" url: "https://github.com/HERMES-SOC/hermes_core" description: "A central Python Package for common functionality across all HERMES instruments" From 3a1b2798a9ee8336f75ffdb5e08373221a2510e0 Mon Sep 17 00:00:00 2001 From: sapols Date: Mon, 31 Aug 2026 13:17:47 -0600 Subject: [PATCH 2/5] Clarify HelioAI project description --- _data/projects.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/projects.yml b/_data/projects.yml index ef07c82..4fb8af5 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -255,7 +255,7 @@ - name: "HelioAI" url: "https://github.com/erdoganfurkan/HelioAI" - description: "An AI agent for heliophysics: natural-language parameter discovery across 70+ missions, sandboxed analysis, and reproducible notebook export." + description: "An AI agent for heliophysics: natural-language parameter discovery across 70+ missions, PlasmaPy-backed analysis, and reproducible notebook export." docs: "https://erdoganfurkan.github.io/HelioAI/" code: "https://github.com/erdoganfurkan/HelioAI" contact: "Furkan Erdogan" @@ -781,4 +781,3 @@ 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"] - From 5589921826074164bc5247aa26de847fe12073eb Mon Sep 17 00:00:00 2001 From: sapols Date: Mon, 31 Aug 2026 13:18:18 -0600 Subject: [PATCH 3/5] Preserve projects file ending --- _data/projects.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/projects.yml b/_data/projects.yml index 4fb8af5..6f0738b 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -11,6 +11,7 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + - name: AFINO code: https://github.com/aringlis/afino_release_version docs: https://afino-release-version.readthedocs.io/ From d6c89938696a36a0b4bee020170ac42fde3589cf Mon Sep 17 00:00:00 2001 From: sapols Date: Mon, 31 Aug 2026 13:19:28 -0600 Subject: [PATCH 4/5] Keep project file diff scoped --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 6f0738b..75f6c34 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -11,7 +11,6 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - - name: AFINO code: https://github.com/aringlis/afino_release_version docs: https://afino-release-version.readthedocs.io/ @@ -782,3 +781,4 @@ 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"] + From dad840720a397556ebaec95bced902d14c51f50b Mon Sep 17 00:00:00 2001 From: sapols Date: Mon, 31 Aug 2026 13:36:06 -0600 Subject: [PATCH 5/5] Restore submitted HelioAI description --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 75f6c34..ef07c82 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -255,7 +255,7 @@ - name: "HelioAI" url: "https://github.com/erdoganfurkan/HelioAI" - description: "An AI agent for heliophysics: natural-language parameter discovery across 70+ missions, PlasmaPy-backed analysis, and reproducible notebook export." + description: "An AI agent for heliophysics: natural-language parameter discovery across 70+ missions, sandboxed analysis, and reproducible notebook export." docs: "https://erdoganfurkan.github.io/HelioAI/" code: "https://github.com/erdoganfurkan/HelioAI" contact: "Furkan Erdogan"