From 8a7493a05466ae75f50c5014385f90d4f8afee0a Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 1 Feb 2024 15:03:05 -0500 Subject: [PATCH] Add ParaEMT --- projects.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/projects.yaml b/projects.yaml index baa39f6..075c85e 100644 --- a/projects.yaml +++ b/projects.yaml @@ -12,6 +12,9 @@ categories: - category: "phasor" title: "Phasor" subtitle: "Power System Phasor Simulation." + - category: "emt" + title: "EMT" + subtitle: "Power System EMT Simulation." - category: "steady-state" title: "Steady State" subtitle: "Power System Steady State Simulation" @@ -57,7 +60,19 @@ labels: description: "Jupyter related project" projects: -# --- Dynamic --- +# --- EMT --- + - name: ParaEMT + category: emt + labels: ["python"] + github_id: NREL/ParaEMT_public + # pypi_id: + # conda_id: + # dockerhub_id: + homepage: + docs_url: + license: BSD-3 + description: Parallel EMT simulation +# --- Phasor --- - name: LTB ANDES category: phasor labels: ["python", "jupyter"]