From 2df3b67fe22fcc26e90bb6318beba777251cacce Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 11:37:59 -0400 Subject: [PATCH 1/6] Add PowerFlow.jl --- projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.yaml b/projects.yaml index bee8ca9..b655405 100644 --- a/projects.yaml +++ b/projects.yaml @@ -241,6 +241,13 @@ projects: description: A PowSyBl and Python integration # --- SS: Sienna series --- + - name: PowerFlows.jl + category: steady-state + labels: ["gha", "julia"] + github_id: NREL-Sienna/PowerFlows.jl + homepage: https://www.nrel.gov/analysis/sienna.html + license: BSD-3 + description: Collection of Power Flow solution; NREL Sienna - name: PowerNetworkMatrices.jl category: steady-state labels: ["gha", "julia"] From 9c3709a41278e21f4150ea6400b5c08656ff3eac Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 11:45:44 -0400 Subject: [PATCH 2/6] Add Open RAO --- projects.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects.yaml b/projects.yaml index b655405..4a575c7 100644 --- a/projects.yaml +++ b/projects.yaml @@ -239,6 +239,14 @@ projects: docs_url: https://pypowsybl.readthedocs.io/en/latest/ license: MPL-2.0 description: A PowSyBl and Python integration + - name: Open RAO + category: steady-state + labels: ["gha", "java"] + github_id: powsybl/powsybl-open-rao + homepage: https://www.powsybl.org + docs_url: https://powsybl.readthedocs.io/projects/openrao/en/stable/?badge=stable + license: MPL-2.0 + description: Power systems coordinated capacity calculation and security analysis # --- SS: Sienna series --- - name: PowerFlows.jl From b8d7337a7af486f73282445edbe5e69b2852bf4b Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 11:47:38 -0400 Subject: [PATCH 3/6] Add doc link to PowerFlows.jl and PowerNetworkMatrices.jl --- projects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects.yaml b/projects.yaml index 4a575c7..171866a 100644 --- a/projects.yaml +++ b/projects.yaml @@ -254,6 +254,7 @@ projects: labels: ["gha", "julia"] github_id: NREL-Sienna/PowerFlows.jl homepage: https://www.nrel.gov/analysis/sienna.html + docs_url: https://nrel-sienna.github.io/PowerFlows.jl/dev/ license: BSD-3 description: Collection of Power Flow solution; NREL Sienna - name: PowerNetworkMatrices.jl @@ -261,6 +262,7 @@ projects: labels: ["gha", "julia"] github_id: NREL-Sienna/PowerNetworkMatrices.jl homepage: https://www.nrel.gov/analysis/sienna.html + docs_url: https://nrel-sienna.github.io/PowerNetworkMatrices.jl/stable/ license: BSD-3 description: Power systems matrices; NREL Sienna - name: PowerSimulations.jl From b3bc500fea24465ad300850df3fdcc8571789157 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 11:49:43 -0400 Subject: [PATCH 4/6] ELEC0447 Analysis of Electric Power and Energy Systems --- projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.yaml b/projects.yaml index 171866a..c33ea6e 100644 --- a/projects.yaml +++ b/projects.yaml @@ -950,3 +950,10 @@ projects: homepage: https://ltb.curent.org/ license: MIT description: Hands-on Project for Power System Analysis II (UTK ECE 522) + - name: ELEC0447 Analysis of Electric Power and Energy Systems + category: book + resource: True + labels: ["python", "juptyer"] + github_id: bcornelusse/ELEC0447-analysis-power-systems + license: BSD-2.0 + description: Master's course of power systems analysis at ULiège. From ebfa5b878cc403bac2144c8156eac038d1e44e60 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 11:54:31 -0400 Subject: [PATCH 5/6] Add PST --- projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.yaml b/projects.yaml index c33ea6e..8754289 100644 --- a/projects.yaml +++ b/projects.yaml @@ -190,6 +190,13 @@ projects: docs_url: https://powersasm.readthedocs.io/en/latest/index.html license: BSD-3 description: Power grid analysis framework based on semi-analytical solutions + - name: PSAT + category: phasor + labels: ["octave"] + homepage: http://faraday1.ucd.ie/psat.html + docs_url: https://www.amazon.com/dp/B08P3QTQDV?ref_=pe_3052080_397514860 + license: GPL + description: A Matlab toolbox for electric power system analysis and simulation # --- Steady State --- # --- SS: AMES serise --- From 59d13d223cd051e62b48ea7082ec64b64ab90210 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Thu, 18 Apr 2024 12:04:44 -0400 Subject: [PATCH 6/6] Typo --- projects.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects.yaml b/projects.yaml index 8754289..9dc7e54 100644 --- a/projects.yaml +++ b/projects.yaml @@ -945,14 +945,14 @@ projects: - name: TextbookSimulations category: book resource: True - labels: ["julia", "juptyer"] + labels: ["julia", "jupyter"] github_id: Power-Systems-Textbook/TextbookSimulations license: CC0-1.0 description: Examples and problems accompanying Daniel Kirschen's Power Systems Textbook - name: UTK ECE 522 - Power System Analysis II category: book resource: True - labels: ["python", "juptyer"] + labels: ["python", "jupyter"] github_id: CURENT/ece522 homepage: https://ltb.curent.org/ license: MIT @@ -960,7 +960,7 @@ projects: - name: ELEC0447 Analysis of Electric Power and Energy Systems category: book resource: True - labels: ["python", "juptyer"] + labels: ["python", "jupyter"] github_id: bcornelusse/ELEC0447-analysis-power-systems license: BSD-2.0 description: Master's course of power systems analysis at ULiège.