Skip to content

Commit 3fc8a56

Browse files
authored
Merge branch 'CURENT:master' into master
2 parents 1e6ea50 + d3be65e commit 3fc8a56

File tree

9 files changed

+47
-54
lines changed

9 files changed

+47
-54
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ concurrency:
2121

2222
jobs:
2323
build:
24+
if: github.ref == 'refs/heads/master'
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Checkout
@@ -66,6 +67,7 @@ jobs:
6667
uses: actions/upload-pages-artifact@v3
6768

6869
deploy:
70+
if: github.ref == 'refs/heads/master'
6971
environment:
7072
name: github-pages
7173
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/test.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Build and Deploy
1+
name: Test Build
22

33
on:
44
pull_request:
@@ -59,14 +59,3 @@ jobs:
5959

6060
- name: Upload artifact
6161
uses: actions/upload-pages-artifact@v3
62-
63-
test-deploy:
64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
67-
runs-on: ubuntu-latest
68-
needs: test-build
69-
steps:
70-
- name: Deploy to GitHub Pages
71-
id: deployment
72-
uses: actions/deploy-pages@v4

Gemfile.lock

+33-28
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,47 @@ GEM
1414
specs:
1515
addressable (2.8.7)
1616
public_suffix (>= 2.0.2, < 7.0)
17-
bigdecimal (3.1.8)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.9)
1819
colorator (1.1.0)
19-
concurrent-ruby (1.3.4)
20+
concurrent-ruby (1.3.5)
21+
csv (3.3.2)
2022
em-websocket (0.5.3)
2123
eventmachine (>= 0.12.9)
2224
http_parser.rb (~> 0)
2325
eventmachine (1.2.7)
24-
faraday (2.12.0)
25-
faraday-net_http (>= 2.0, < 3.4)
26+
faraday (2.12.2)
27+
faraday-net_http (>= 2.0, < 3.5)
2628
json
2729
logger
28-
faraday-net_http (3.3.0)
29-
net-http
30-
ffi (1.17.0-arm64-darwin)
31-
ffi (1.17.0-x86_64-linux-gnu)
30+
faraday-net_http (3.4.0)
31+
net-http (>= 0.5.0)
32+
ffi (1.17.1-arm64-darwin)
33+
ffi (1.17.1-x86_64-linux-gnu)
3234
forwardable-extended (2.6.0)
33-
google-protobuf (4.28.2-arm64-darwin)
35+
google-protobuf (4.30.1-arm64-darwin)
3436
bigdecimal
3537
rake (>= 13)
36-
google-protobuf (4.28.2-x86_64-linux)
38+
google-protobuf (4.30.1-x86_64-linux)
3739
bigdecimal
3840
rake (>= 13)
3941
http_parser.rb (0.8.0)
40-
i18n (1.14.6)
42+
i18n (1.14.7)
4143
concurrent-ruby (~> 1.0)
42-
jekyll (4.3.4)
44+
jekyll (4.4.1)
4345
addressable (~> 2.4)
46+
base64 (~> 0.2)
4447
colorator (~> 1.0)
48+
csv (~> 3.0)
4549
em-websocket (~> 0.5)
4650
i18n (~> 1.0)
4751
jekyll-sass-converter (>= 2.0, < 4.0)
4852
jekyll-watch (~> 2.0)
53+
json (~> 2.6)
4954
kramdown (~> 2.3, >= 2.3.1)
5055
kramdown-parser-gfm (~> 1.0)
5156
liquid (~> 4.0)
52-
mercenary (>= 0.3.6, < 0.5)
57+
mercenary (~> 0.3, >= 0.3.6)
5358
pathutil (~> 0.9)
5459
rouge (>= 3.0, < 5.0)
5560
safe_yaml (~> 1.0)
@@ -62,24 +67,24 @@ GEM
6267
jekyll-include-cache (0.2.1)
6368
jekyll (>= 3.7, < 5.0)
6469
jekyll-paginate (1.1.0)
65-
jekyll-sass-converter (3.0.0)
66-
sass-embedded (~> 1.54)
70+
jekyll-sass-converter (3.1.0)
71+
sass-embedded (~> 1.75)
6772
jekyll-sitemap (1.4.0)
6873
jekyll (>= 3.7, < 5.0)
6974
jekyll-watch (2.2.1)
7075
listen (~> 3.0)
71-
json (2.7.2)
72-
kramdown (2.4.0)
73-
rexml
76+
json (2.10.2)
77+
kramdown (2.5.1)
78+
rexml (>= 3.3.9)
7479
kramdown-parser-gfm (1.1.0)
7580
kramdown (~> 2.0)
7681
liquid (4.0.4)
7782
listen (3.9.0)
7883
rb-fsevent (~> 0.10, >= 0.10.3)
7984
rb-inotify (~> 0.9, >= 0.9.10)
80-
logger (1.6.1)
85+
logger (1.6.6)
8186
mercenary (0.4.0)
82-
net-http (0.4.1)
87+
net-http (0.6.0)
8388
uri
8489
octokit (4.25.1)
8590
faraday (>= 1, < 3)
@@ -91,21 +96,21 @@ GEM
9196
rb-fsevent (0.11.2)
9297
rb-inotify (0.11.1)
9398
ffi (~> 1.0)
94-
rexml (3.3.8)
95-
rouge (4.4.0)
99+
rexml (3.4.1)
100+
rouge (4.5.1)
96101
safe_yaml (1.0.5)
97-
sass-embedded (1.80.2-arm64-darwin)
98-
google-protobuf (~> 4.28)
99-
sass-embedded (1.80.2-x86_64-linux-gnu)
100-
google-protobuf (~> 4.28)
102+
sass-embedded (1.86.0-arm64-darwin)
103+
google-protobuf (~> 4.30)
104+
sass-embedded (1.86.0-x86_64-linux-gnu)
105+
google-protobuf (~> 4.30)
101106
sawyer (0.9.2)
102107
addressable (>= 2.3.5)
103108
faraday (>= 0.17.3, < 3)
104109
terminal-table (3.0.2)
105110
unicode-display_width (>= 1.1.1, < 3)
106111
unicode-display_width (2.6.0)
107-
uri (0.13.1)
108-
webrick (1.8.2)
112+
uri (1.0.3)
113+
webrick (1.9.1)
109114

110115
PLATFORMS
111116
arm64-darwin

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ social:
107107
analytics:
108108
provider : google # false (default), "google", "google-universal", "google-gtag", "custom"
109109
google:
110-
tracking_id : Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ
110+
tracking_id : G-5R91XH96PB
111111
anonymize_ip : # true, false (default)
112112

113113
# Site Author

_showcase/DrXinFang-OAJPE-Hybrid-power-plants.md renamed to _showcase/hpp-providing-sfr.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,18 @@ Hybrid power plants (HPPs) present a promising solution to address the significa
2222

2323
## Demonstration
2424

25-
The multi-timescale framework comprises three modules that engage in bidirectional interaction with HPP: HPP Integrated DAUC, HPP Integrated RTED, and AGC controller, as shown in Fig. 1.
26-
<figure style="text-align: center;">
27-
<img src="/assets/images/showcase/DrXinFang-OAJPE-Hybrid-power-plants/HPP.png" alt="HPP-framework" style="width:50%;height:50%;">
28-
<figcaption>Fig 1: Integrative operation framework for HPP</figcaption>
25+
<figure>
26+
<img src="/assets/images/showcase/hpp-providing-sfr/hpp.png" alt="HPP-framework" style="width:75%;height:75%;">
27+
<figcaption>Fig 1: Integrative operation framework for HPP. (from the paper)</figcaption>
2928
</figure>
3029

3130
To validate the effectiveness of the proposed framework, case studies are performed on the modified IEEE 39-bus system with three HPPs, as shown in Fig. 2
3231

33-
<figure style="text-align: center;">
34-
<img src="/assets/images/showcase/DrXinFang-OAJPE-Hybrid-power-plants/IEEE39.png" alt="HPP-IEEE39" style="width:50%;height:50%;">
35-
<figcaption>Fig 2: Modified IEEE 39-bus test system</figcaption>
32+
<figure>
33+
<img src="/assets/images/showcase/hpp-providing-sfr/IEEE39.png" alt="HPP-IEEE39" style="width:75%;height:75%;">
34+
<figcaption>Fig 2: Modified IEEE 39-bus test system. (from the paper)</figcaption>
3635
</figure>
3736

38-
## Case file
39-
40-
Click [here](https://github.com/CURENT/demo/blob/master/demo/data/case/ieee123_andes_REGCV1.xlsx) to downlaod the [ANDES](https://docs.andes.app/en/latest/) case file, which consatins the complete dynamic parameters used for demonstration.
41-
42-
Click [here](https://github.com/CURENT/demo/blob/master/demo/data/case/ieee123_ams_REGCV1.xlsx) to downlaod the [AMS](https://ltb.readthedocs.io/projects/ams/en/latest/) case file, which consatins the economic data used for demonstration.
43-
4437
## Recommended Citation
4538

4639
Y. Deng, X. Fang, N. Gao and J. Tan, "Multi-Timescale Modeling Framework of Hybrid Power Plants Providing Secondary Frequency Regulation," in IEEE Open Access Journal of Power and Energy, doi: [10.1109/OAJPE.2024.3504835](https://ieeexplore.ieee.org/document/10764748).

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ <h2>Design Philosophy</h2>
151151
in IEEE Transactions on Power Systems, vol. 36, no. 2, pp. 1373-1384, March 2021, doi: 10.1109/TPWRS.2020.3017019.
152152
<span class="__dimensions_badge_embed__" data-doi="10.1109/TPWRS.2020.3017019" data-style="small_rectangle"></span>
153153
</li>
154+
<li>J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable
155+
Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
156+
<span class="__dimensions_badge_embed__" data-doi="10.1109/TSTE.2025.3528027" data-style="small_rectangle"></span>
157+
</li>
154158
<li>N. Parsly, J. Wang, N. West, Q. Zhang, H. Cui and F. Li, "DiME and AGVis: A Distributed Messaging Environment and Geographical
155159
Visualizer for Large-Scale Power System Simulation," 2023 North American Power Symposium (NAPS), Asheville, NC, USA, 2023, pp. 1-5,
156160
doi: 10.1109/NAPS58826.2023.10318583.

0 commit comments

Comments
 (0)