-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed theme to Just the Docs * changed canonical url of the Redocly API viewer to /spec * added a favicon * run jekyll locally in safe mode to emulate GH Pages
- Loading branch information
Showing
10 changed files
with
116 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
title: TROLIE | ||
email: your-email@example.com | ||
email: maintainers@trolie.energy | ||
|
||
description: >- | ||
Transmission Ratings and Operating Limits Information Exchange | ||
url: "https://trolie.energy" # the base hostname & protocol for your site, e.g. http://example.com | ||
logo: https://artwork.lfenergy.org/projects/trolie/horizontal/color/TROLIE-horizontal-color.png | ||
# twitter_username: jekyllrb | ||
description: Transmission Ratings and Operating Limits Information Exchange | ||
url: "https://trolie.energy" | ||
logo: https://artwork.lfenergy.org/projects/trolie/horizontal/color/TROLIE-horizontal-color.svg | ||
favicon_ico: images/TROLIE-icon-white.svg | ||
github_username: TROLIE | ||
|
||
# Build settings | ||
remote_theme: pages-themes/minimal@v0.2.0 | ||
|
||
show_downloads: false | ||
theme: just-the-docs | ||
|
||
plugins: | ||
- jekyll-remote-theme | ||
- jekyll-redirect-from | ||
|
||
whitelist: | ||
- jekyll-redirect-from |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,37 @@ | ||
--- | ||
# Feel free to add content and custom Front Matter to this file. | ||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults | ||
|
||
#layout: home | ||
title: Home | ||
--- | ||
|
||
|
||
<img alt="TROLIE logo" src="images/TROLIE-icon-color.svg" width="200" style="float:right"/> | ||
|
||
# {{site.data.openapi-split.info.title}} | ||
|
||
[OpenAPI Specification docs](./redocly.html) | ||
|
||
### License | ||
[OpenAPI Specification docs](./spec) | ||
|
||
### License | ||
|
||
[Apache 2.0](https://github.com/TROLIE/spec/blob/1.0.0-wip/LICENSE) | ||
<picture> | ||
<img alt="Official LF Energy Project logo" src="https://artwork.lfenergy.org/other/lf-energy-project/horizontal/color/lf-energy-project-horizontal-color.png" width="200"> | ||
</picture> | ||
|
||
### Example: | ||
```json | ||
{% include_relative _data/examples/forecast-limits-slim.json %} | ||
``` | ||
|
||
|
||
<a href="https://lfenergy.org/projects/trolie/"> | ||
<img alt="Official LF Energy Project logo" src="https://artwork.lfenergy.org/other/lf-energy-project/horizontal/color/lf-energy-project-horizontal-color.png" width="200" /> | ||
</a> | ||
|
||
*** | ||
|
||
# Introduction | ||
|
||
With FERC Order 881, North American Transmission Owners, Transmission Operators, Transmission Providers, and Reliability Coordinators must establish a means to exchange ratings information based on current and forecasted ambient conditions. There is no standards body with a mandate to define a technical specification for that exchange and no vendor consortium that is working toward a specification. | ||
|
||
TROLIE started as a [MISO](https://www.misoenergy.org/) and [GE Vernova](https://www.gevernova.com/) collaboration and is now an [LF Energy project](https://lfenergy.org/projects/trolie/). Most organizations involved in the operation of the transmission system in North America now need to exchange ratings and related information in an automated, frequent manner. This project will help accelerate their implementation and simplify interoperability. | ||
|
||
The project’s specific aims are: | ||
|
||
* **In Progress**: Define an API specification for the exchange of ratings and ratings-related information to support organizations working to comply with FERC Order 881. | ||
* <span class="text-green-100 fw-500">TODO</span>: A conformance program to provide vendors a means to demonstrate their compatibility with the above specification and signal their commitment to maintaining compatibility. | ||
* <span class="text-green-100 fw-500">TODO</span>: An open commons for the development of clients of the API specification. | ||
|
||
|
||
We are committed establishing a vendor-neutral specification and building an inclusive community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters