-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (150 loc) · 6.04 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
---
layout: page
title: Home
---
<div align="center">
<!--
<img align='center' src='https://github.com/QiYuan-Zhang/QiYuan-Zhang/assets/53491122/5f581d3f-4533-4ab7-9885-6f78b7082a97' alt="gif" width="400" >
-->
<img align='left' src="{{ '/' | relative_url }}public/images/IMG_5778.PNG" width='150'>
<img align='right' src="{{ '/' | relative_url }}public/images/IMG_5777.PNG" width='150'>
<br>
<!--

-->
<!--

-->
<!--

-->
<h2>Projects</h2>
<p>
📌 <a href="https://doi.org/10.1016/j.compchemeng.2023.108440">Reduced-order Koopman-based modeling and robust predictive control </a> <br>
📌 Learning-enabled hybrid modeling and economic model predictive control <br>
📌 <a href="https://arxiv.org/abs/2408.16338">Deep DeePC: Data-enabled predictive control with low or no online optimization using deep learning </a> + <a href="https://github.com/QiYuan-Zhang/Deep-DeePC">Source code</a>
</p>
<h2>Methods</h2>
<p>
🔬 Machine learning based modeling <br>
🔬 Model predictive control <br>
🔬 Data-enabled predictive control <br>
🔬 Cross-entropy method
</p>
<h2>Applications</h2>
<p>
✨ Reactor-separator process <br>
✨ Gene regulatory network <br>
✨ Shipboard post-combustion carbon capture process
</p>
<h2>Toolboxes</h2>
<p>
💼 <a href="https://github.com/QiYuan-Zhang/DeePCtools">deepctools</a> for data-enabled predictive control
</p>
<p>
💼 <a href="https://github.com/QiYuan-Zhang/ModLinear">modlinear</a> for model linearization
</p>
<p>
💼 <a href="https://github.com/QiYuan-Zhang/QYtool">QYtool</a> for research needs
</p>
<h2>Sticker-packs</h2>
<p>
🥳 <a href="https://github.com/Zhang-Xuewen/QiYuan-Hosptial--Sticker-packs">QiYuan Hospital</a>
</p>
<p>
🥳 <a href="https://github.com/Zhang-Xuewen/NUSRI-ISEM-1st--Sticker-packs">NUSIR ISEM 1st</a>
</p>
<h2>Mods</h2>
<p>
🎮 <a href="https://github.com/Zhang-Xuewen/Mod-Don-t-Starve-Together">Don't Starve Together</a>
</p>
<!--
<img align='left' src="{{ '/' | relative_url }}public/images/IMG_5775.PNG" width='120'>
<img align='right' src="{{ '/' | relative_url }}public/images/IMG_5776.PNG" width='150'>
-->
</div>
<br>
<hr>
<!-- ___________Posts notes categories present___________ -->
<img style='margin-bottom: -3rem' align='left' src="{{ '/' | relative_url }}public/images/IMG_5775.PNG" width='120'>
<br>
<h1 style='margin-bottom: -2rem; margin-top: 0rem;'>   Interesting notes</h1>
<br>
<br>
<br>
<!-- This loops through the paginated posts -->
<div class="posts">
{% for post in paginator.posts %} <!-- Put at most 10 posts, defined at _config.yml -->
<div class="post" style="height: 120px; overflow: hidden; margin-bottom: 20px;">
<p class="post-date" style="margin-bottom: 0px;"> <a class="post-title" href="{{ post.url }}">{{ post.title }}</a></p>
<span class="post-date" style="margin-bottom: -15px; font-size: 25px;">{{ post.date | date_to_string }}</span>
{{ post.excerpt }}
</div>
{% endfor %}
</div>
<hr>
<!-- ___________Shots categories present___________ -->
<img style='margin-bottom: -1rem' align='left' src="{{ '/' | relative_url }}public/images/camera.png" width='160'>
<h1 style='margin-bottom: -3rem; margin-top: 2.5rem;'>  Have a look of the world inside my eyes</h1>
<br>
<br>
<br>
<div class="posts">
{% assign displayed_shot_count = 0 %}
{% assign sorted_shots = site.shots | sort: 'date' | reverse %} <!-- Display only the posts based on the most recent date -->
{% for shot in sorted_shots %}
{% if displayed_shot_count < 5 %} <!-- Display only the first 5 shot posts -->
<div class="post" style="height: 120px; overflow: hidden; margin-bottom: 20px;">
<p class="post-date" style="margin-bottom: 0px;">
<a class="post-title" href="{{ shot.url }}">{{ shot.title }}</a>
</p>
<span class="post-date" style="margin-bottom: -15px; font-size: 25px;">{{ shot.date | date_to_string }}</span>
{{ shot.excerpt }}
</div>
{% assign displayed_shot_count = displayed_shot_count | plus: 1 %}
{% endif %}
{% endfor %}
</div>
<hr>
<!-- ___________Figures categories present___________ -->
<img style='margin-bottom: -1rem' align='left' src="{{ '/' | relative_url }}public/images/IMG_5776.PNG" width='150'>
<h1 style='margin-bottom: -3rem; margin-top: 3rem;'>   Artworks maybe?</h1>
<br>
<br>
<br>
<div class="posts">
{% assign displayed_fig_count = 0 %}
{% assign sorted_figs = site.figs | sort: 'date' | reverse %}
{% for fig in sorted_figs %}
{% if displayed_fig_count < 5 %} <!-- Display only the first 5 fig posts -->
<div class="post" style="height: 120px; overflow: hidden; margin-bottom: 20px;">
<p class="post-date" style="margin-bottom: 0px;">
<a class="post-title" href="{{ fig.url }}">{{ fig.title }}</a>
</p>
<span class="post-date" style="margin-bottom: -15px; font-size: 25px;">{{ fig.date | date_to_string }}</span>
{{ fig.excerpt }}
</div>
{% assign displayed_fig_count = displayed_fig_count | plus: 1 %}
{% endif %}
{% endfor %}
</div>
<hr>
<a style="text-decoration:none;" href="{{ '/timeline' | relative_url }}"><h1>Timeline of posts</h1></a>
<!-- Pagination links -->
<!--
<div class="pagination">
{% if paginator.previous_page %}
<a class="pagination-item newer" href="{{ paginator.previous_page_path }}">Newer</a>
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
{% if paginator.next_page %}
<a class="pagination-item older" href="{{ paginator.next_page_path }}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
</div>
-->
<!-- <span class="page_number ">
Page: {{ paginator.page }} of {{ paginator.total_pages }}
</span> -->