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

Develop #35

Merged
merged 7 commits into from
Feb 6, 2024
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CURENT LTB Web

![Last Updated](https://img.shields.io/github/last-commit/CURENT/curent.github.io.svg?label=last%20update) [![pages-build-deployment](https://github.com/CURENT/curent.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CURENT/curent.github.io/actions/workflows/pages/pages-build-deployment)
![Last Updated](https://img.shields.io/github/last-commit/CURENT/curent.github.io.svg?label=last%20update) [![pages-build-deployment](https://github.com/CURENT/curent.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CURENT/curent.github.io/actions/workflows/pages/pages-build-deployment) [![LTB Web Tests](https://github.com/CURENT/curent.github.io/actions/workflows/ltbweb.yml/badge.svg?branch=develop)](https://github.com/CURENT/curent.github.io/actions/workflows/ltbweb.yml)

The LTB website is built using the Jekyll Theme [Feeling Responsive](https://github.com/Phlow/feeling-responsive).

Expand All @@ -12,9 +12,9 @@ The content of most pages is written in Markdown, as seen in files stored in the

### Structure

- **Homepage**: [LTB](_layouts/about.html) serves as the homepage of the website.
- **Product**: in Product, it contains more sub-pages stored in `_posts/product`.
- **Showcase**: in Showcase, it contains more sub-pages stored in `_posts/showcase`.
- **Homepage**: `_layouts/about.html` serves as the homepage of the website. It is revised directly in the HTML file for greater flexibility.
- **Product**: in Product, it contains more sub-pages stored in `_posts/product.md`.
- **Showcase**: in Showcase, it contains more sub-pages stored in `_posts/showcase.md`.

### Configurations

Expand Down
51 changes: 0 additions & 51 deletions _layouts/about.html

This file was deleted.

Binary file added images/awards/Award_NAPS2023.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/awards/RD100_2020.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logos/NSF2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logos/PNNL2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 61 additions & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,67 @@
---
layout: about
layout: page-fullwidth
show_meta: false
title: "About"
subheadline: ""
permalink: "/about/"
homepage: False
header: no
---

# News

<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="flex: 1;">
<p><b>2023 NAPS Best Graduate Paper Award</b></p>
<p>Jinning Wang presented CURENT LTB packages, AGVis, and DiME, on the 55th Annual North American Power Symposium (NAPS) in Asheville, North Carolina. The paper titled "DiME and AGVis: A Distributed Messaging Environment and Geographical Visualizer for Large-Scale Power System Simulation" was awarded the Best Paper Graduate Award at the conference.</p>
<span class="__dimensions_badge_embed__" data-doi="10.1109/NAPS58826.2023.10318583" data-style="large_rectangle"></span><script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
</div>
<div style="flex: 1; display: flex; justify-content: center;">
<img src="/images/awards/Award_NAPS2023.jpg" alt="2023NAPS" width="250" style="transform: rotate(90deg);">
</div>
</div>

<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="flex: 1;">
<p><b>2020 R&D 100</b></p>
<p>The CURENT Large Scale Testbed (LTB) for cyber-physical power grid simulation led by the CURENT research center (headquartered at The University of Tennessee) has been selected as a recipient of the 2020 R&D 100 Awards, which are known as the most prestigious innovation awards program for the past 56 years, honoring 100 great R&D revolutionary ideas and products each year in science and technology.</p>
</div>
<div style="flex: 1; display: flex; justify-content: center;">
<img src="/images/awards/RD100_2020.jpg" alt="2023NAPS" width="250">
</div>
</div>

# Our Journey So Far: A Brief Look at LTB's Development

Around 2014-2015, a few years after the creation of the CURENT research center, the center director Dr. Kevin Tomsovic initiated the idea of developing a software-based, closed-loop testbed for CURENT.
Since he was the overall director of CURENT with a super busy schedule, Dr. Tomsovic asked Dr. Fran Li to lead the development work of what is now called CURENT Large-scale Testbed (LTB) or CLTB.

In the first a couple of years of CLTB development, the team developed models of the North American power grid including WECC and reduced EI operation and planning models with various renewable energy penetration scenarios.
A nationwide HVDC overlay, inspired by the MISO HVDC overlay topology, was also created.
Meanwhile, external simulation engines were employed with in-house scripts to form a closed-loop simulation study on CLTB’s own North American models.

Around 2017, the CLTB team decided to develop our own dynamic simulation engine called ANDES to achieve flexibility of the CLTB platform.
Dr. Hantao Cui has been the lead developer of ANDES since then.
He first developed the initial version in Python and then advanced ANDES with a symbolic programming library.
Now, ANDES serves as a cornerstone package in CLTB and can be used as a standalone dynamic simulation tool as well.
Dr. Hantao Cui has been maintaining the ANDES package.
Jinning Wang joined the effort as a helper since 2021.
Around the same timeframe from 2018 to 2023, newer versions of DiME and visualizer (now called AGVis) were developed.
Several key contributors include Nick West, Nicholas Parsly, and Jinning Wang.

In spring 2023, the CLTB team was working on the development of a new package called AMS which is an economic dispatch and market simulation package.
It is designed to be integrated with ANDES to perform co-simulation of economic dispatch and dynamic simulation to form a true “digital twin” across multi-timescale.

# Research Collaborations

Are you looking for a partner to advance your research in power systems simulation and analysis?
CURENT LTB has a team of experts committed to advancing the state of the art in power systems technology, and we welcome collaborations with academic institutions, research organizations, and industry partners.
Our research collaborations cover a wide range of topics:
- Power system dynamics and high-performance computing
- Cyber-physical power grid and communication co-simulation, and hardware-in-the-loop control
- Deep learning methods and applications in non-linear dynamic system operation and control
- Microgrid and smart distribution system control with distributed energy resources
- Dispatch-dynamic co-simulation for a comprehensive understanding of power system behavior
- Distributed energy resources for grid services

To learn more about our research collaborations and how we can work together, contact Dr. Fran Li at [email protected]. We look forward to hearing from you!
Loading
Loading