From a099f9cae96eb41351b7a5eefb5118b6fc8b06af Mon Sep 17 00:00:00 2001 From: Clayton Barrows Date: Mon, 22 Sep 2025 16:51:53 -0600 Subject: [PATCH 1/2] Update and rename powersimulationsjl.json to Sienna.json --- data/software/Sienna.json | 8 ++++++++ data/software/powersimulationsjl.json | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 data/software/Sienna.json delete mode 100644 data/software/powersimulationsjl.json diff --git a/data/software/Sienna.json b/data/software/Sienna.json new file mode 100644 index 0000000..5b11896 --- /dev/null +++ b/data/software/Sienna.json @@ -0,0 +1,8 @@ +{ + "name": "Sienna", + "description": "Sienna is a framework for power system modeling and simulation written in Julia", + "categories": ["production-cost", "power-flow", "dynamics", "dynamics-emt", "dynamics-rms", "data-structures", "capacity-expansion"], + "organizations": ["nrel"], + "languages": ["julia"], + "licenses": ["bsd-3-clause"] +} diff --git a/data/software/powersimulationsjl.json b/data/software/powersimulationsjl.json deleted file mode 100644 index 4e05420..0000000 --- a/data/software/powersimulationsjl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "PowerSimulations.jl", - "description": "PowerSimulations.jl is a Julia package for power system modeling and simulation of Power Systems operations.", - "categories": ["production-cost"], - "organizations": ["nrel"], - "languages": ["julia"], - "licenses": ["bsd-3-clause"] -} From 6a0c74a20db6643db3a8e7bd114ffe5716e9d7d9 Mon Sep 17 00:00:00 2001 From: Barrows Date: Mon, 22 Sep 2025 16:57:15 -0600 Subject: [PATCH 2/2] updates for Sienna --- data/software/Sienna.json | 5 ++++- data/software/powersimulationsdynamicsjl.json | 8 -------- data/software/powersystemsjl.json | 19 ------------------- 3 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 data/software/powersimulationsdynamicsjl.json delete mode 100644 data/software/powersystemsjl.json diff --git a/data/software/Sienna.json b/data/software/Sienna.json index 5b11896..82b8ffa 100644 --- a/data/software/Sienna.json +++ b/data/software/Sienna.json @@ -4,5 +4,8 @@ "categories": ["production-cost", "power-flow", "dynamics", "dynamics-emt", "dynamics-rms", "data-structures", "capacity-expansion"], "organizations": ["nrel"], "languages": ["julia"], - "licenses": ["bsd-3-clause"] + "licenses": ["bsd-3-clause"], + "url_website": "https://nrel-sienna.github.io/Sienna/", + "url_sourcecode": "https://github.com/Sienna", + "url_docs": "https://nrel-sienna.github.io/Sienna/SiennaDocs/docs/build/index.html" } diff --git a/data/software/powersimulationsdynamicsjl.json b/data/software/powersimulationsdynamicsjl.json deleted file mode 100644 index 0a0c110..0000000 --- a/data/software/powersimulationsdynamicsjl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "PowerSimulationsDynamics.jl", - "description": "PowerSimulationsDynamics.jl is a Julia package for power system modeling and simulation of Power Systems dynamics.", - "categories": ["dynamics"], - "organizations": ["nrel"], - "languages": ["julia"], - "licenses": ["bsd-3-clause"] -} diff --git a/data/software/powersystemsjl.json b/data/software/powersystemsjl.json deleted file mode 100644 index 39ae33c..0000000 --- a/data/software/powersystemsjl.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "PowerSystems.jl", - "categories": [ - "data-structures" - ], - "languages": [ - "julia" - ], - "organizations": [ - "nrel" - ], - "licenses": [ - "bsd-3-clause" - ], - "description": "PowerSystems.jl is a package to organize and manipulate data for the study of energy systems with diverse modeling requirements. This software serves two main purposes: to reduce the burden of large power system data set development, and to promote reproducible research and simulation. PowerSystems.jl implements an abstract hierarchy to represent and customize power systems data and includes data containers for quasi-static and dynamic simulation applications.", - "url_website": "https://www.nrel.gov/analysis/siip.html", - "url_sourcecode": "https://github.com/NREL-SIIP/PowerSystems.jl", - "url_docs": "https://nrel-siip.github.io/PowerSystems.jl/stable/" -}