-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·235 lines (215 loc) · 8.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
---
layout: splash
permalink: /
hidden: true
header:
overlay_color: "#5e616c"
overlay_image: /assets/images/CURENT_Logo_NameOnWhite.png
overlay_filter: rgba(0, 0, 0, 0.5) # Optional: Add a filter for better contrast
actions:
- label: "<i class='fas fa-vial'></i> Try on Binder"
url: "https://mybinder.org/v2/gh/curent/ams/master"
- label: "<i class='fas fa-code'></i> Source code"
url: "https://github.com/CURENT"
- label: "<i class='fas fa-university'></i> CURENT Center"
url: "https://curent.utk.edu/"
- label: "<i class='fas fa-file-alt'></i> Factsheet"
url: "/factsheet/"
excerpt: >
CURENT Large-scale Testbed (LTB) is a platform for power system development and testing. <br/>
<!-- <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2">Latest release v4.26.2</a></small> -->
feature_row:
- title: "Extensible"
excerpt: "Modeling blocks designed for rapid prototyping of controllers, formulations, and algorithms."
- title: "Interoperable"
excerpt: "Seamlessly integrates scheduling and transient simulation tools."
- title: "Scalable"
excerpt: "Handles large-scale cases effortlessly, maintaining optimal performance."
---
<head>
<!-- Other HTML head elements -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
</head>
<style>
h1 {
/* font-family: "Monaco", cursive; */
font-size: 48px;
}
h2 {
/* font-family: "Monaco", cursive; */
font-size: 36px;
}
partner-logo {
height: 10px;
}
.icon-label {
font-size: 24px;
/* font-family: "Monaco", cursive; */
}
.icon-container {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 20px; /* Adjust the value to increase or decrease the space between icons */
}
.logo-gallery {
text-align: left;
}
.logo-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
/* First kind logo */
.partner-logo {
display: flex;
align-items: center;
/* justify-content: center; */
/* Set a fixed height for uniformity */
height: 100px;
/* Allow the width to adjust based on the image aspect ratio */
width: auto;
margin: 0px;
}
.partner-logo img {
height: 100%; /* Set the image height to 100% of the container */
width: auto; /* Allow the width to adjust based on the image aspect ratio */
object-fit: contain; /* Preserve aspect ratio and fit the whole image within the container */
}
/* Second kind logo, given height */
.partner-logo2 {
display: flex;
align-items: center;
/* justify-content: center; */
/* Set a fixed height for uniformity */
height: 80px;
/* Allow the width to adjust based on the image aspect ratio */
width: auto;
margin: 0px;
}
.partner-logo2 img {
height: 100%; /* Set the image height to 100% of the container */
width: auto; /* Allow the width to adjust based on the image aspect ratio */
object-fit: contain; /* Preserve aspect ratio and fit the whole image within the container */
}
/* Third kind logo, given width */
.partner-logo3 {
display: flex;
align-items: center;
/* justify-content: center; */
/* Set a fixed height for uniformity */
height: auto;
/* Allow the width to adjust based on the image aspect ratio */
width: 300px;
margin: 0px;
}
.partner-logo3 img {
height: auto; /* Set the image height to 100% of the container */
width: 100%; /* Allow the width to adjust based on the image aspect ratio */
object-fit: contain; /* Preserve aspect ratio and fit the whole image within the container */
}
</style>
<div class="row">
<div class="small-12 columns">
<h2>Overview</h2>
<p>
The CURENT Large-scale Testbed (LTB) is a state-of-the-art research facility designed for rapid prototyping of power systems.
It is a tightly integrated, closed-loop platform consisting of four major independent packages:
<b><i>ANDES</i></b> for transient stability modeling and simulation;
<b><i>AMS</i></b> for scheduling modeling and simulation;
<b><i>AGVis</i></b> for grid geographical visualization;
and <b><i>DiME</i></b> for distributed messaging environment.
These LTB packages can work independently while being interoperable with each other, making it a versatile and comprehensive
platform for power system research and development.
</p>
<h2>Why LTB?</h2>
{% include feature_row %}
<h2>Design Philosophy</h2>
<p>The purpose of LTB is to offer a rapid prototyping environment for power system research and development.
We kindly ask that you cite the following papers if LTB is used in your research.
<ol>
<li>F. Li, K. Tomsovic and H. Cui, "A Large-Scale Testbed as a Virtual Power Grid: For Closed-Loop Controls in Research and Testing,"
in IEEE Power and Energy Magazine, vol. 18, no. 2, pp. 60-68, March-April 2020, doi: 10.1109/MPE.2019.2959054.
<span class="__dimensions_badge_embed__" data-doi="10.1109/MPE.2019.2959054" data-style="small_rectangle"></span>
</li>
<li>H. Cui, F. Li and K. Tomsovic, "Hybrid Symbolic-Numeric Framework for Power System Modeling and Analysis,"
in IEEE Transactions on Power Systems, vol. 36, no. 2, pp. 1373-1384, March 2021, doi: 10.1109/TPWRS.2020.3017019.
<span class="__dimensions_badge_embed__" data-doi="10.1109/TPWRS.2020.3017019" data-style="small_rectangle"></span>
</li>
<li>N. Parsly, J. Wang, N. West, Q. Zhang, H. Cui and F. Li, "DiME and AGVis: A Distributed Messaging Environment and Geographical
Visualizer for Large-Scale Power System Simulation," 2023 North American Power Symposium (NAPS), Asheville, NC, USA, 2023, pp. 1-5,
doi: 10.1109/NAPS58826.2023.10318583.
<span class="__dimensions_badge_embed__" data-doi="10.1109/NAPS58826.2023.10318583" data-style="small_rectangle"></span>
</li>
</ol>
</p>
<script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
</div>
<div class="row">
<h2>Partners & Users</h2>
<div id="map" style="height: 600px; width: 1200px; margin: 0 auto; border: 1px solid #ccc;"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
<script src="/assets/js/map.js"></script>
</div>
<div class="logo-container">
<div class="partner-logo2">
<img src="/assets/images/logos/CURENT.png" alt="CURENT">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/UTK.png" alt="UTK">
</div>
</div>
<div class="logo-container">
<div class="partner-logo">
<img src="/assets/images/logos/NSF2.png" alt="US National Science Foundation">
</div>
<div class="partner-logo">
<img src="/assets/images/logos/DOE.png" alt="US Department of Energy">
</div>
</div>
<div class="logo-container">
<div class="partner-logo2">
<img src="https://brand.ncsu.edu/img/downloads/logo-03.jpg" alt="NCSU">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/MSU.png" alt="Mississippi State University">
</div>
</div>
<div class="logo-container">
<div class="partner-logo2">
<img src="/assets/images/logos/MST.png" alt="Missouri S&T">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/LLNL.png" alt="Lawrence Livermore National Laboratory">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/ACHL2.png" alt="Achillea Research">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/UDenver.png" alt="University of Denver">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/RTX2.png" alt="Raytheon Technologies">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/NREL.jpeg" alt="National Renewable Energy Laboratory">
</div>
</div>
<div class="logo-container">
<div class="partner-logo2">
<img src="/assets/images/logos/OSU.png" alt="Oklahoma State University">
</div>
<div class="partner-logo2">
<img src="/assets/images/logos/PNNL3.png" alt="Pacific Northwest National Laboratory">
</div>
</div>
<p style="margin-top: 20px;">
If you want to add your map point or logo, please open an issue using the template
<strong><a href="https://github.com/CURENT/curent.github.io/issues">Add Affiliation to LTB</a></strong>.
</p>
</div>
</div>