-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
293 lines (270 loc) · 12.7 KB
/
overview.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> YIJUN MA 马逸骏 </title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<style>
body {
margin: 0;
padding: 0;
color: #343a40;
font-family: sans-serif;
}
#banner {
z-index: 1000;
}
.navbar-brand {
margin-left: 1rem;
}
.navbar-toggler {
border-width: 0.2rem;
padding: 0.1rem;
margin-right: 1rem;
}
.nav-item {
margin-left: 1rem;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
color: #f8f9fa !important;
}
.dropdown-menu>li>a:hover {
color: #212529 !important;
background-color: #f8f9fa;
}
.dropdown-menu>li>a:focus {
color: #212529 !important;
background-color: #f8f9fa;
}
#main {
padding-top: 5rem;
padding-bottom: 5rem;
padding-left: 12.5%;
padding-right: 12.5%;
overflow-x: hidden;
z-index: -1000;
}
h1 {
display: inline-block;
font-size: 1.5rem;
font-weight: bold;
margin-top: 0;
margin-bottom: 1rem;
}
.card {
margin-top: 1rem;
}
.card-body>b>a {
color: #343a40;
text-decoration: none;
}
img {
width: 100%;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark" id="banner">
<div class="container-fluid">
<b><a class="navbar-brand" href="index.html"> YIJUN MA 马逸骏 </a></b>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#bannertoggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="bannertoggle">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white-50" role="button" data-bs-toggle="dropdown">
Resume 简历 </a>
<ul class="dropdown-menu bg-dark">
<li><a class="dropdown-item text-white-50" href="index.html"> English </a>
</li>
<li><a class="dropdown-item text-white-50" href="chinese.html"> 中文 </a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-light" role="button" data-bs-toggle="dropdown">
Projects 项目 </a>
<ul class="dropdown-menu bg-dark">
<li><a class="dropdown-item text-light" href="overview.html"> Overview 概览 </a>
</li>
<li><a class="dropdown-item text-white-50" href="travelshed.html"> Transit Travelshed Model
公交可达性模型 </a>
</li>
<li><a class="dropdown-item text-white-50" href="trends.html"> Transportation Conditions &
Trends 交通现状与趋势报告 </a>
</li>
<li><a class="dropdown-item text-white-50" href="sidewalk.html"> Sidewalk Width Estimation
人行道宽度估算 </a>
</li>
<li><a class="dropdown-item text-white-50" href="openres.html"> Open Restaurant Analysis
户外餐厅分析 </a>
</li>
<li><a class="dropdown-item text-white-50" href="parking.html"> On-Street Parking Spaces
沿街停车位估算 </a>
</li>
<li><a class="dropdown-item text-white-50" href="tddat.html"> Data Analytics Toolkit 数据分析工具箱
</a>
</li>
<li><a class="dropdown-item text-white-50" href="southern.html"> Southern Blvd
Transportation Study 南方大道交通研究 </a>
</li>
<li><a class="dropdown-item text-white-50" href="gowanus.html"> Gowanus Preliminary Traffic
Analysis 郭瓦纳斯初步交通分析 </a>
</li>
<li><a class="dropdown-item text-white-50" href="rtp.html"> Regional Transportation Plan
区域交通规划 </a>
</li>
<li><a class="dropdown-item text-white-50" href="thesis.html"> University Students' Travel
Patterns 大学生出行模式研究 </a>
</li>
<li><a class="dropdown-item text-white-50" href="ud.html"> Urban Design 城市设计 </a>
</li>
</ul>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="mailto: [email protected]" target="_blank">
<i class="fa-solid fa-envelope"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/yijun-ma-11512392/" target="_blank">
<i class="fa-brands fa-linkedin"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mayijun1203" target="_blank">
<i class="fa-brands fa-github"></i> </a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid g-0" id="main">
<div class="row justify-content-start">
<div class="col-12">
<h1> Overview 概览 </h1>
</div>
<div class="col-12">
<p>
Being a planner/engineer/data analyst, I am always willing to explore new worlds and equip myself
with a unique set of skills.
</p>
<p>
I was trained in architecture/urban design/planning during my undergraduate days at Tongji
University and was exposed to a wide range of planning topics thanks to the great program taught by
professors with different areas of expertise.
</p>
<p>
In the graduate school, I chose transportation planning as my focus and enjoyed learning various
planning policies and quantitative skills through wonderful courses at UNC and internship experience
at ITRE.
</p>
<p>
When I first started my job at DCP, I delved more into the transportation engineering field and
learned a lot from my mentors and colleagues through projects. In the meantime, I also picked up
data science as a hobby and spent lots of my spare time on numerous online courses and pet projects.
It turns out that my hobby has now become part of my daily work – I am leading a team of four on
data analytics while still serving as a senior transportation planner/engineer and working on
neighborhood studies and land use applications mainly in the Bronx.
</p>
<p>
Here is a showcase of some of my previous projects.
</p>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="travelshed.html"><img src="travelshed.png"></a>
<div class="card-body">
<b><a href="travelshed.html"> Transit Travelshed Model <br> 公交可达性模型 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="trends.html"><img src="trends.png"></a>
<div class="card-body">
<b><a href="trends.html"> Transportation Conditions & Trends 交通现状与趋势报告 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="sidewalk.html"><img src="sidewalk.png"></a>
<div class="card-body">
<b><a href="sidewalk.html"> Sidewalk Width Estimation <br> 人行道宽度估算 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="openres.html"><img src="openres.png"></a>
<div class="card-body">
<b><a href="openres.html"> Open Restaurant Analysis <br> 户外餐厅分析 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="parking.html"><img src="parking.png"></a>
<div class="card-body">
<b><a href="parking.html"> On-Street Parking Spaces <br> 沿街停车位估算 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="tddat.html"><img src="tddat.png"></a>
<div class="card-body">
<b><a href="tddat.html"> Data Analytics Toolkit <br> 数据分析工具箱 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="southern.html"><img src="southern.png"></a>
<div class="card-body">
<b><a href="southern.html"> Southern Blvd Transportation Study 南方大道交通研究 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="gowanus.html"><img src="gowanus.png"></a>
<div class="card-body">
<b><a href="gowanus.html"> Gowanus Preliminary Traffic Analysis 郭瓦纳斯初步交通分析 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="rtp.html"><img src="rtp.png"></a>
<div class="card-body">
<b><a href="rtp.html"> Regional Transportation Plan 区域交通规划 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="thesis.html"><img src="thesis.png"></a>
<div class="card-body">
<b><a href="thesis.html"> University Students' Travel Patterns 大学生出行模式研究 </a></b>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="card bg-light">
<a href="ud.html"><img src="ud.png"></a>
<div class="card-body">
<b><a href="ud.html"> Urban Design <br> 城市设计 </a></b>
</div>
</div>
</div>
</div>
</div>
</body>
</html>