From 1ffa949f3315390d5b60d03a9315d9bd0f3db882 Mon Sep 17 00:00:00 2001 From: wiltbemj Date: Wed, 23 Apr 2025 14:28:13 -0400 Subject: [PATCH 1/4] Add kaipy to projects --- _data/projects.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 9bef0fa..20fd135 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -279,6 +279,19 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] +- name: "kaipy" + description: "Kaipy is a Python package for analysis and visualization of simulation results from a scientific software package Kaiju." + docs: "https:/https://kaipy-docs.readthedocs.io/" + code: "https://bitbucket.org/aplkaiju/kaipy/src/master/" + contact: "Michael Wiltberger" + keywords: ["geospace","2D_graphics", "plotting", "hdf5", "local", "data_analysis", "specific"] + 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/Partially%20met-orange.svg", "Partially met"] + 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: lofarSun url: "https://github.com/peijin94/LOFAR-Sun-tools" code: "https://github.com/peijin94/LOFAR-Sun-tools" From 43d5fb1b44a4a72692bd20c3599a46ea10c1cace Mon Sep 17 00:00:00 2001 From: wiltbemj Date: Wed, 14 May 2025 11:39:00 -0400 Subject: [PATCH 2/4] Fix URL for kaipy docs --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 20fd135..145df00 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -281,7 +281,7 @@ - name: "kaipy" description: "Kaipy is a Python package for analysis and visualization of simulation results from a scientific software package Kaiju." - docs: "https:/https://kaipy-docs.readthedocs.io/" + docs: "https://kaipy-docs.readthedocs.io/" code: "https://bitbucket.org/aplkaiju/kaipy/src/master/" contact: "Michael Wiltberger" keywords: ["geospace","2D_graphics", "plotting", "hdf5", "local", "data_analysis", "specific"] From 345befe2bb10485d71ff230341524b32046d8194 Mon Sep 17 00:00:00 2001 From: Shawn Polson Date: Tue, 24 Jun 2025 12:23:30 -0600 Subject: [PATCH 3/4] Change Community to "Partially met" --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 145df00..9caf284 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -285,7 +285,7 @@ code: "https://bitbucket.org/aplkaiju/kaipy/src/master/" contact: "Michael Wiltberger" keywords: ["geospace","2D_graphics", "plotting", "hdf5", "local", "data_analysis", "specific"] - community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + 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/Partially%20met-orange.svg", "Partially met"] software_maturity: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] From a8408e2c05a5890a17f892ee25257d1fde454fd7 Mon Sep 17 00:00:00 2001 From: Shawn Polson Date: Tue, 24 Jun 2025 12:29:09 -0600 Subject: [PATCH 4/4] Update code URL from Bitbucket to GitHub --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 9caf284..32997a2 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -282,7 +282,7 @@ - name: "kaipy" description: "Kaipy is a Python package for analysis and visualization of simulation results from a scientific software package Kaiju." docs: "https://kaipy-docs.readthedocs.io/" - code: "https://bitbucket.org/aplkaiju/kaipy/src/master/" + code: "https://github.com/JHUAPL/kaipy" contact: "Michael Wiltberger" keywords: ["geospace","2D_graphics", "plotting", "hdf5", "local", "data_analysis", "specific"] community: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"]