-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (182 loc) · 10 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
<!DOCTYPE html>
<html>
<head>
<title>Haoran Liu</title>
<link rel="canonical" href="https://hardyhaoranliu.github.io/">
<meta name="viewport" content="width=device-width, initial-scale=1 viewport-fit=cover">
<meta name="description" content="Welcome to Haoran's Homepage">
<meta name="keywords" content="Haoran Liu,liuhaoran,刘浩然,ieee,HUST,CUHK,CUHKSZ,distributed optimization">
<meta name="author" content="Haoran Liu">
<meta charset="UTF-8">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Haoran Liu">
<meta property="og:title" content="Haoran Liu">
<meta property="og:url" content="https://hardyhaoranliu.github.io/">
<meta property="og:description" content="Welcome to Haoran's Homepage.">
<!-- CSS w3.css -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style>
.material-icons {vertical-align:-14%}
</style>
<style>
div {
text-align: justify;
}
</style>
<style>
a:link {text-decoration:none;}
</style>
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
</style>
</head>
<body class="w3-light-grey">
<!-- Navigation Bar -->
<div class="w3-top">
<!-- <div>
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-padding-large w3-hover-white w3-large w3-red" href="javascript:void(0);"onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
</div> -->
<!-- Big Screen -->
<div class="w3-row w3-padding w3-black w3-hide-small w3-hide-medium">
<div class="w3-col l2">
<a href="#" class="w3-button w3-block w3-black"></a>
</div>
<div class="w3-col l1">
<a href="index.html" class="w3-button w3-block w3-black"><i class="material-icons">home</i></a>
</div>
<div class="w3-col l1">
<a href="./sites/publication.html" class="w3-button w3-block w3-black">Publication</a>
</div>
<div class="w3-col l1">
<a href="./sites/award.html" class="w3-button w3-block w3-black">Award</a>
</div>
<div class="w3-col l1">
<a href="./sites/education.html" class="w3-button w3-block w3-black">Education</a>
</div>
<div class="w3-col l1">
<a href="./sites/experience.html" class="w3-button w3-block w3-black">Experience</a>
</div>
<div class="w3-col l1">
<a href="./sites/project.html" class="w3-button w3-block w3-black">Project</a>
</div>
<div class="w3-col l1">
<a href="./sites/teaching.html" class="w3-button w3-block w3-black">Teaching</a>
</div>
<div class="w3-col l1">
<a href="./sites/service.html" class="w3-button w3-block w3-black">Service</a>
</div>
<div class="w3-col l2">
<a href="#" class="w3-button w3-block w3-black"></a>
</div>
</div>
<!-- Small Screen -->
<div class="w3-sidebar w3-bar-block w3-black" style="display:none" id="mySidebar">
<button onclick="w3_close()" class="w3-bar-item w3-button w3-large"><i class="material-icons">close</i></button>
<a href="index.html" class="w3-bar-item w3-button"><i class="material-icons">home</i></a>
<a href="./sites/publication.html" class="w3-bar-item w3-button">Publication</a>
<a href="./sites/award.html" class="w3-bar-item w3-button"> Award</a>
<a href="./sites/education.html" class="w3-bar-item w3-button">Education</a>
<a href="./sites/experience.html" class="w3-bar-item w3-button">Experience</a>
<a href="./sites/project.html" class="w3-bar-item w3-button">Project</a>
<a href="./sites/teaching.html" class="w3-bar-item w3-button"> Teaching</a>
<a href="./sites/service.html" class="w3-bar-item w3-button">Service</a>
</div>
<div class="w3-black w3-hide-large">
<button class="w3-button w3-black w3-xlarge" onclick="w3_open()">☰</button>
</div>
<!-- <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 1</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div> -->
</div>
<br> <br> <br> <br>
<!-- The Home Section -->
<div class="w3-display-container w3-content w3-center" style="max-width:1500px;">
<img class="w3-circle w3-center" style="width: 80%;max-width: 320px" alt="profile photo" src="./images/liu.jpg">
<h1>Haoran Liu</h1>
</div>
<!-- bioli -->
<div class="w3-display-container w3-content" style="max-width:1000px;">
<div class="w3-container">
<p>
I am a PhD Student at <a href="https://www.cuhk.edu.cn/en" style="color:LightSeaGreen">The Chinese University of Hong Kong, Shenzhen (CUHK-Shenzhen)</a>, and Prof. <a href="http://leishunbo.info/" style="color:LightSeaGreen">Shunbo Lei</a> is my supervisor.
</p>
<p>
I received the Master degree from <a href="https://www.hust.edu.cn/index.htm" style="color:LightSeaGreen">Huazhong University of Science and Technology</a>, and Prof. <a href="http://faculty.hust.edu.cn/fanhuijin/zh_CN/index.htm" style="color:LightSeaGreen">Huijin Fan</a> was my supervisor, and Bachelor degree from <a href="https://www.ctgu.edu.cn/" style="color:LightSeaGreen">China Three Gorges University</a>.
</p>
<p>
My research direction is the distributed algorithm and its application in future energy system.
</p>
</div>
</div>
<div class="w3-display-container w3-content" style="max-width:1000px;">
<div class="w3-container">
<h2>News</h2>
</div>
<div class="w3-row w3-container">
<div class="w3-col l2">
<span class="w3-tag w3-round w3-red">21 July 2022</span>
</div>
<div class="w3-col l10">
Congratulations! Our paper "<a href = "https://www.sciencedirect.com/science/article/pii/S001600322200758X" style="color:LightSeaGreen;">Event-triggered scheme for finite-time distributed economic dispatch in smart grids </a>" is accepted for publication in the <a href = "https://www.sciencedirect.com/journal/journal-of-the-franklin-institute" style="color:LightSeaGreen">Journal of the Franklin Institute</a>.
</div>
</div>
<br>
<div class="w3-row w3-container">
<div class="w3-col l2">
<span class="w3-tag w3-round w3-red">21 July 2022</span>
</div>
<div class="w3-col l10">
Congratulations! Our paper "<a href="https://ieeexplore.ieee.org/abstract/document/9916590" style="color:LightSeaGreen;">An Event-Driven Finite-Time Distributed Optimization Algorithm for Economic Dispatch in Islanded Microgrids</a>" is selected as one of the Best Conference Papers submitted to the <a href="https://pes-gm.org/" style="color:LightSeaGreen">2022 IEEE PES General Meeting</a>.
</div>
</div>
<br>
<div class="w3-row w3-container">
<div class="w3-col l2">
<span class="w3-tag w3-round w3-red">25 Feb. 2019</span>
</div>
<div class="w3-col l10">
Mr. Liu is selected into the "<a href="https://wap.peopleapp.com/article/3866834/3719800" style="color:LightSeaGreen;">List of Representative Winners of National Scholarship</a>" published in the <a href="http://en.people.cn/" style="color:LightSeaGreen">People's Daily</a>.
</div>
</div>
</div>
<footer class="w3-container w3-center w3-opacity w3-margin-bottom">
<p> </p>
<h5>Find Me On</h5>
<div class="contact-icon w3-xlarge w3-padding-16 w3-center">
<a href="mailto:[email protected]"> <i class="fa fa-envelope-square w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/haoran-liu-2aa121117"> <i class="fa fa-linkedin w3-hover-opacity"></i></a>
<a href="https://weibo.com/u/5691731897"> <i class="fa fa fa-weibo w3-hover-opacity"></i></a>
<a href="https://github.com/HardyHaoranLiu"> <i class="fa fa fa-github w3-hover-opacity"></i></a>
</div>
<p>© 2023 Haoran Liu. </a> Last Update: <time datetime>2023-02-02</time></p>
</footer>
<!-- <script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script> -->
<script>
function w3_open() {
document.getElementById("mySidebar").style.width = "100%";
document.getElementById("mySidebar").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
</script>
</body>
</html>