From 143e3188772fd4530d2501fb9c1d07285713e700 Mon Sep 17 00:00:00 2001 From: Andrew Robbertz <24920994+Alrobbertz@users.noreply.github.com> Date: Mon, 12 May 2025 13:36:53 -0400 Subject: [PATCH 1/2] Update SAMMI, add swxsoc package --- _data/projects.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/_data/projects.yml b/_data/projects.yml index 9bef0fa..79d47bf 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -511,8 +511,8 @@ - name: "SAMMI" code: "https://github.com/swxsoc/sammi" - description: "Manage attributes for ISTP CDF files using YAML" - docs: "https://swxschema.readthedocs.io/en/latest/" + description: "Share Attribute and Metadata Management Interface - Manage attributes for ISTP CDF files using YAML" + docs: "https://sammi-cdf.readthedocs.io/" logo: "https://raw.githubusercontent.com/swxsoc/sammi/e764c4c84d5e511799ffc47d446a76f17501b8a2/docs/logo/sammi_logo.png" contact: "Maxine Hartnett" keywords: ["general", "cdf", "data_access"] @@ -667,6 +667,21 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] +- name: "swxsoc" + url: "https://swxsoc.github.io/ + description: "Pipeline and analysis tools for space weather data processing." + docs: "https://swxsoc.readthedocs.io/" + code: "https://github.com/swxsoc/swxsoc" + logo: "https://raw.githubusercontent.com/swxsoc/swxsoc/fbbc26e70863f8acc4df53dee4876a40b5cca154/docs/logo/swxsoc_logo.png" + contact: "Steven Christe, Damian Barrous Dumme, Andrew Robbertz" + keywords: ["general", "data_container", "cdf", "data_analysis", "hermes"] + 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/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: "TomograPy" url: "http://nbarbey.github.io/TomograPy" description: "Coronal tomographic reconstructions." From ab5fa81091f115dcd2e079eae9007e1a2844373e Mon Sep 17 00:00:00 2001 From: Andrew Robbertz <24920994+Alrobbertz@users.noreply.github.com> Date: Mon, 12 May 2025 13:43:15 -0400 Subject: [PATCH 2/2] Try to fix Typo --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 79d47bf..19e1ae4 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -668,7 +668,7 @@ license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - name: "swxsoc" - url: "https://swxsoc.github.io/ + url: "https://swxsoc.github.io/" description: "Pipeline and analysis tools for space weather data processing." docs: "https://swxsoc.readthedocs.io/" code: "https://github.com/swxsoc/swxsoc"