From 054389e00ec2ced45db1bb86516bdef5aee3563e Mon Sep 17 00:00:00 2001 From: Shen Wang <125523842+swang22@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:11:44 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0d1aa3..c0e6391 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ ## Overview The Holistic Optimization Program for Electricity (HOPE) model is a transparent tool for evaluating electric sector transition paths regarding power system planning, system operation, optimal power flow, and market designs. It is highly configurable and modulized programming coded in the [Julia](http://julialang.org/) language and optimization package [JuMP](http://jump.dev/). The HOPE consists of multiple modes for modeling modern power systems and electricity market, including: -1. GTEP mode: a generation & transmission expansion planning model -2. PCM mode: a production cost model -3. OPF mode (under development): an optimal power flow model -4. DART mode (under development): a bilevel market model for simulating day-head and real-time market +1. `GTEP` mode: a generation & transmission expansion planning model +2. `PCM` mode: a production cost model +3. `OPF` mode: (under development): an optimal power flow model +4. `DART` mode: (under development): a bilevel market model for simulating day-head and real-time market + Users can select the proper mode of HOPE based on their research needs. The HOPE model was originally developed by a team of researchers in Prof. [Benjamin F. Hobbs group](https://hobbsgroup.johnshopkins.edu/) at [Johns Hopkins University](https://www.jhu.edu/) The main contributors include Dr. [Shen Wang](https://ceepr.mit.edu/people/wang/) and Dr. [Mahdi Mehrtash](https://github.com/MahdiMehrtash).