-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_cn.html
132 lines (106 loc) · 3.78 KB
/
index_cn.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Qi Liu's site</title>
<style>
h1 { font-size: 24px; }
h2 { font-size: 16px; }
p { font-size: 14px; }
ul { font-size: 14px;}
</style>
</head>
<body>
<div>
<pre style="text-align:right;"><a href="./index.html">English</a> 中文 </pre>
</div>
<div class="container">
<div class="section">
<div class="row">
<!-- NAME -->
<h1><b>刘 奇</b></h1>
<p><i>工程师</i></p>
</div>
<div class="row">
<div class="column" style="width: 80%; float:left">
<p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a><br>
</p>
</div>
<div class="column" style="width: 20%; float:right">
<div class="card-image">
<!-- PHOTO -->
<img src="./images/photo_128x186.jpg">
</div>
</div>
</div>
</div>
<!-- DIVIDER LINE BETWEEN SECTIONS -->
<div class="divider"></div>
<div class="section">
<h2>关于我</h2>
<p>
精通交通理论; <br>
热爱数学物理; <br>
对计算机科学感兴趣; <br>
涉猎经济学(特别是博弈论); <br>
</p>
</div>
<div class="divider"></div>
<div class="section">
<h2>教育经历</h2>
<ul>
<li>
2017—present: New York University, Brooklyn, NY, USA <br>
<i>PhD candidate</i>, Transportation Planning and Engineering
</li>
<li>
2011—2014: 上海,同济大学<br>
<i>硕士</i>, 交通信息与控制
</li>
<li>
2007—2011: 湖北武汉,华中科技大学<br>
<i>本科</i>, 交通工程
</li>
</ul>
</div>
<div class="divider"></div>
<div class="section">
<h2>工作经历</h2>
<ul>
<li>
2013—2014: <i>工程师</i>, 浙江嘉兴市城市发展研究中心
</li>
<li>
2011—2013: <i>工程师</i>, 浙江嘉兴市城市规划设计研究院
</li>
</ul>
</div>
<div class="divider"></div>
<div class="section">
<h2>发表论文</h2>
<ul>
<li>
<strong>Liu, Q.</strong> and Chow, J.Y., 2022a. <a href="https://www.tandfonline.com/doi/full/10.1080/21680566.2022.2060370?casa_token=GullbEIUYv0AAAAA%3ABEmm186D1Za8LpQKJK0TeVxhyiQNDq_Ua4QTLuSc5h-FoR2PsBFrnmK57jddeZBHIg4hkfn0oJxaUA">
A congested schedule-based dynamic transit passenger flow estimator using stop count data</a>.
<i>Transportmetrica B: Transport Dynamics</i>, pp.1-26.
</li>
<li>
Wang, L., <strong>Liu, Q.</strong> and Ma, W., 2019. <a href="https://www.sciencedirect.com/science/article/pii/S0968090X19300208?casa_token=K2mU355xz0UAAAAA:EjBkJ--XZrgAJqFW90vMmHE4cDsHoIAOk0stQ7AGqK5UuPrbR0MFPpU2EvS-FcgVJsCuFh5t">
Optimization of dynamic relocation operations for one-way electric carsharing systems.</a>.
<i>Transportation Research Part C: Emerging Technologies</i>, 101, pp.55-69.
</li>
</ul>
</div>
<div class="divider"></div>
<div class="section">
<p>
<br>
<a href="./wechatqrcode.html">微信二维码</a> <br>
<a href="./secureline.html">Secure Line</a>
</p>
</div>
</div>
<!-- Scripts-->
</body>
</html>