Skip to content

Commit

Permalink
Merge pull request #77 from jinningwang/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jinningwang authored Feb 7, 2024
2 parents ce8fbcc + 42e27a8 commit 85dfd86
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ The data collection can be deficient for the projects that are not majorly hoste

## Related Resources

- [**Papers With Code**](https://paperswithcode.com): Discover ML papers, code, and evaluation tables.
- [G-PST Tools Portal](https://g-pst.github.io/tools/): An open tools portal with a classification approach
- [Open Source Software (OSS) for Electricity Market Research, Teaching, and Training](https://www2.econ.iastate.edu/tesfatsi/ElectricOSS.htm)
- [Papers With Code](https://paperswithcode.com): Discover ML papers, code, and evaluation tables.

## Contribution

Expand Down
1 change: 1 addition & 0 deletions config/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<a href="#Contents" title="Project Count"><img src="https://img.shields.io/badge/projects-{project_count}-blue.svg?color=5ac4bf"></a>
<a href="#Contribution" title="Contributions are welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a>
<a href="https://github.com/jinningwang/best-of-ps/releases" title="Best-of Updates"><img src="https://img.shields.io/github/release-date/jinningwang/best-of-ps?color=green&label=updated"></a>
<a href="https://github.com/jinningwang/best-of-ps/graphs/traffic" title="Visits Badge"><img src="https://badges.strrl.dev/visits/jinningwang/best-of-ps"></a>
</p>

This curated list contains {project_count} open-source projects with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-popular score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/jinningwang/best-of-ps/issues/new/choose), submit a [pull request](https://github.com/jinningwang/best-of-ps/pulls), or directly edit the [projects.yaml](https://github.com/jinningwang/best-of-ps/edit/main/projects.yaml). Contributions are very welcome!
35 changes: 35 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,29 @@ projects:
license: MPL-2.0
description: Simulation for both EMT and phasor
# --- Phasor ---
# --- EPRI series ---
- name: OpenDSS
category: phasor
# labels: []
# github_id:
# pypi_id:
# conda_id:
# dockerhub_id:
homepage: https://www.epri.com/pages/sa/opendss
docs_url: https://opendss.epri.com/opendss_documentation.html
license: BSD
description: Distribution system simulator
- name: OpenDER
category: phasor
labels: ["python"]
github_id: epri-dev/OpenDER
pypi_id: opender
# conda_id:
# dockerhub_id:
homepage: https://www.epri.com/OpenDER
# docs_url:
license: BSD-3
description: Inverter-based DER simulation
- name: GridLAB-D
category: phasor
# labels: []
Expand Down Expand Up @@ -404,6 +427,18 @@ projects:
description: Steady-state distribution power system analysis

# --- Interface ---
# --- Interface: EPRI ---
- name: OpenDER interface
category: intf
labels: ["python", "jupyter"]
github_id: epri-dev/OpenDER_interface
# pypi_id:
# conda_id:
# dockerhub_id:
homepage: https://www.epri.com/OpenDER
# docs_url:
license: BSD-3
description: Interface for OpenDER
# --- Interface: OpenDSS ---
- name: PyDSS
category: intf
Expand Down

0 comments on commit 85dfd86

Please sign in to comment.