Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# GridSuite

Here is a micro-service architecture diagram of the GridSuite application:
This repository contains the GridSuite website.

![Architecture diagram](images/architecture.svg)

The diagram has been done with [diagrams.net](https://app.diagrams.net/). The [SVG](images/architecture.svg) embed metadata and
can be opened and edited.
Project documentation is maintained in the [gridsuite/documentation](https://github.com/gridsuite/documentation) repository.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ title: GridSuite
##email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"
GridSuite is a suite of apps to operate and design electrical grids
github_organization_url: https://github.com/gridsuite/
demo_url: https://demo.gridsuite.org/
release_url: https://github.com/gridsuite/deployment/releases
##baseurl: "" # the subpath of your site, e.g. /blog
##url: "" # the base hostname & protocol for your site, e.g. http://example.com
##twitter_username: jekyllrb
Expand Down
24 changes: 14 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<div style="display: inline-block"><img src="/favicon.ico" style="height:80px; margin-right: 20px;"></div>
<div style="display: inline-block">
<div style="display: grid; grid-template-columns: 80px auto 80px; align-items: center; column-gap: 1.25rem; max-width: 900px; margin: 0 auto 2rem;">
<img src="/favicon.ico" style="height:125px;">
<div>
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
</div>
</div>
<div>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %}
<div>
{% if site.github.is_project_page %}
<a href="{{ site.github_organization_url }}" class="btn">View on GitHub</a>
{% endif %}
<a href="{{ site.demo_url }}" class="btn">Online demo</a>
<a href="{{ site.release_url }}" class="btn">Latest releases</a>
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %}
</div>
</header>

<main id="content" class="main-content" role="main">
Expand Down
Binary file removed demo/v0.2.0/add-button.gif
Binary file not shown.
Binary file removed demo/v0.2.0/all-none.gif
Binary file not shown.
Binary file removed demo/v0.2.0/apps-menu.gif
Binary file not shown.
Binary file removed demo/v0.2.0/center-map.gif
Binary file not shown.
Binary file removed demo/v0.2.0/country-info.gif
Binary file not shown.
Binary file removed demo/v0.2.0/fix-refresh.gif
Binary file not shown.
Binary file removed demo/v0.2.0/ieee14.gif
Binary file not shown.
Binary file removed demo/v0.2.0/pan-substation-view.gif
Binary file not shown.
Binary file removed demo/v0.3.0/fix-center-on-substation.gif
Binary file not shown.
Binary file removed demo/v0.3.0/fullscreen.gif
Binary file not shown.
Binary file removed demo/v0.3.0/rename.gif
Binary file not shown.
Binary file removed demo/v0.3.0/settings-window.gif
Binary file not shown.
Binary file removed demo/v0.3.0/transformers.gif
Binary file not shown.
3 changes: 0 additions & 3 deletions images/architecture.svg

This file was deleted.

25 changes: 20 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# GridSuite
Discover GridSuite in the following sections!

GridSuite is an open source platform for power system studies and grid operations, actively developed and used in production at [RTE](https://www.rte-france.com/).

# Latest news!

### May 2026
> GridSuite is now used daily by 50 users in the grid planning department at [RTE](https://www.rte-france.com/).

### January 2025
> GridSuite teams started working on new features for the operations department at [RTE](https://www.rte-france.com/).

### December 2023
> GridSuite is now installed in production environment at [RTE](https://www.rte-france.com/) !
> A parallel run is starting to allow operators from the grid planning department to use the new functionalities available with GridSuite.
> This is a major achievement after 4 years of development to progressively replace the legacy tool Convergence to enable more efficient work for the operators.
> New releases are expected in 2024 with new features to cover European coordination and real time needs.

## Project status
* Daily production usage at RTE in the grid planning department
* Public online demo available for discovery and evaluation
* Open development on GitHub with releases published on the deployment repository
* Documentation, issues, and pull requests available to the community

## Video Tour
Here's a short video tour that highlights many key features of the GridSuite project.
Expand All @@ -19,13 +32,15 @@ Here's a short video tour that highlights many key features of the GridSuite pro
* Explore effects of modifications on simulation results, compare network states.

## Online Demo
Please visit [https://demo.gridsuite.org/](https://demo.gridsuite.org/) to get your own impressions of using GridSuite apps! You can use any microsoft account (such as private outlook accounts, github accounts, or anything microsoft).
Please visit [https://demo.gridsuite.org/](https://demo.gridsuite.org/) to get your own impressions of using GridSuite apps! You can use any Microsoft account (such as private Outlook accounts, GitHub accounts, or anything Microsoft).

## Built on the shoulders of giants
GridSuite is powered among others by PowSyBl, an open source library of power system components maintained in the Linux Foundation Energy. Learn more at [https://www.powsybl.org/](https://www.powsybl.org/).

## Read some docs
A user wiki is available at [https://github.com/gridsuite/gridsuite.github.io/wiki](https://github.com/gridsuite/gridsuite.github.io/wiki)
## Stay up to date
* Releases: [GridSuite deployment releases]({{ site.release_url }})
* Documentation: [GridSuite documentation](https://www.gridsuite.org/documentation/)
* Development: [GitHub organization](https://github.com/gridsuite/)

## Get in touch
You can reach us online on [slack](https://join.slack.com/t/gridsuite/shared_invite/zt-1s1tna0te-W~lJ6Jt7u4eJEh12kUY~Ew) or raise issues or send pull requests at [https://github.com/gridsuite/](https://github.com/gridsuite/)
You can reach us online on [Slack](https://join.slack.com/t/gridsuite/shared_invite/zt-1s1tna0te-W~lJ6Jt7u4eJEh12kUY~Ew) or raise issues or send pull requests at [https://github.com/gridsuite/](https://github.com/gridsuite/).