Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_wiki: Fix some titles #1699

Merged
merged 2 commits into from
Oct 16, 2023
Merged
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
2 changes: 0 additions & 2 deletions wiki/docs/connect-ctn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Connect to a Grid Singularity Canary Test Network

The Grid Singularity Canary Test Network, inspired by the “canary in a coal mine”, is designed to test new ideas while operating in conditions as close as possible to reality. Energy assets, managed by aggregators, send their actual energy usage through the [Asset API](asset-api-template-script.md) each 15 minutes (or another specified timeframe depending on the determined spot market length) and the exchange operates in real-time to facilitate local energy markets. However, the network does not represent actual energy and financial transactions because the assets’ virtual representations (digital twins) are decoupled in state from their physical (e.g. a battery’s digital twin might have a different state of charge in simulation vs. reality).

To create a Grid Singularity Canary Test Network, follow these steps (a video tutorial is also available [here](https://www.youtube.com/watch?v=8tAl8Td2XsU&list=PLdIkfx9NcrQeD8kLBvASosLce9qJ4gQIH&index=2){target=_blank}):
Expand Down
6 changes: 3 additions & 3 deletions wiki/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nav:
- 'Introduction to the Grid Singularity Exchange Simulation Interface: Singularity Map':
- 'Build a community': 'community.md'
- 'Assets configuration':
- 'Overview' : 'configuration.md'
- 'Assets Configuration Overview' : 'configuration.md'
- 'Home': 'home.md'
- 'Solar Panels (PVs)': 'solar-panels.md'
- 'Consumption (Load) Profiles': 'consumption.md'
Expand All @@ -36,7 +36,7 @@ nav:
- 'Configuring Events': 'backend_events.md'
- 'Launching Simulation': 'launch_simulation.md'
- 'Backend Results':
- 'Overview': 'backend-results-overview.md'
- 'Backend Results Overview': 'backend-results-overview.md'
- 'Energy bills': 'backend-results-energy-bills.md'
- 'Data Requirements and File Upload Format': 'data-requirements.md'
- 'Results and Analysis':
Expand All @@ -51,7 +51,7 @@ nav:
- 'Duplicating simulations': 'duplicating-simulations'
- 'Market Mechanisms':
- 'Market Types':
- 'Overview': 'market-types.md'
- 'Market Types Overview': 'market-types.md'
- 'Spot Market':
- 'Spot Market Types': 'spot-market-types.md'
- 'One-Sided Pay-as-Offer Market': 'one-sided-pay-as-offer.md'
Expand Down