-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 2.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1 style="margin-bottom: 40px;">PSML: A Multi-scale Time-series Dataset for Machine Learning in Decarbonized Energy Grids</h1>
<!-- <p>Simple and modern design for publishing blog posts, documentation and many more things about your project.
You can now clone and start to create a website for your project like this one.</p> -->
<p><a class="btn btn-primary btn-lg" href="{{ "/datasets/overview/" | relative_url }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <h2 class="header-light regular-pad">PSML</h2> -->
<p class="lead">The electric grid is a key enabling infrastructure for the ambitious transition towards carbon neutrality as we grapple with climate change. With deepening penetration of renewable energy resources and electrified transportation, the reliable and secure operation of the electric grid becomes increasingly challenging. In this paper, we present PSML, a first-of-its-kind open-access multi-scale time-series dataset, to aid in the development of data-driven machine learning (ML) based approaches towards the reliable operation of future electric grids. The dataset is generated through a novel transmission + distribution (T+D) co-simulation designed to capture the increasingly important interactions and uncertainties of the grid dynamics, containing electric load, renewable generation, weather, voltage, and current measurements at multiple spatio-temporal scales. We envision that this dataset will enable advances for ML in dynamic systems, while simultaneously allowing ML researchers to contribute towards carbon-neutral electricity and mobility. </p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<!-- <h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1> -->
<h3 class="text-center">Event Detection, Classification and Localization</h3>
<p>Monitor the health of power grid by recognizing and localizing disturbances from sensors such as synchrophasors/phasor measurement units (PMUs).</p>
</div>
<div class="col-sm-4">
<!-- <h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1> -->
<h3 class="text-center">Load and Renewable Energy Forecasting</h3>
<p>Robust hierarchical forecasting of load and renewable energy with the presence of uncertainties and extreme events.</p>
</div>
<div class="col-sm-4">
<!-- <h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1> -->
<h3 class="text-center">Synthetic Time-series Generation</h3>
<p>Multi-channel time series generation with disturbance-induced dynamic voltage, current and power measurements from power grids.</p>
</div>
</div>
</div>