-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.html
401 lines (354 loc) · 28.4 KB
/
design.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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="/assets/css/header-index2.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/footer.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/articles-cards.css" />
<title>
Design - Zihan MEI's Site
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Welcome to My Personal Site!">
<meta name="author" content="Zihan Zephaniah MEI">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,400,600&display=swap" rel="stylesheet">
<script>
(function (d) {
var config = {
kitId: 'cmi7aqt',
scriptTimeout: 3000,
async: true
},
h = d.documentElement, t = setTimeout(function () { h.className = h.className.replace(/\bwf-loading\b/g, "") + " wf-inactive"; }, config.scriptTimeout), tk = d.createElement("script"), f = false, s = d.getElementsByTagName("script")[0], a; h.className += " wf-loading"; tk.src = 'https://use.typekit.net/' + config.kitId + '.js'; tk.async = true; tk.onload = tk.onreadystatechange = function () { a = this.readyState; if (f || a && a != "complete" && a != "loaded") return; f = true; clearTimeout(t); try { Typekit.load(config) } catch (e) { } }; s.parentNode.insertBefore(tk, s)
})(document);
</script>
<!-- end fonts -->
<!-- start favicons snippet, use https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#2c3e50">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="apple-mobile-web-app-title" content="ZMei.moe">
<meta name="application-name" content="ZMei.moe">
<meta name="msapplication-TileColor" content="#fee3e1">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- end favicons snippet -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156998560-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-156998560-1');
</script>
<!-- jQuery -->
<script src="/assets/js/jquery-3.6.0.min.js"></script>
<!-- anime-master -->
<script src="/assets/js/anime-master/lib/anime.min.js"></script>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/d61407055c.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/assets/js/headerres.js"></script>
<script type="text/javascript" src="/assets/js/headerhighlightdect.js"></script>
<script type="text/javascript" src="/assets/js/smoothscroll.js"></script>
</head>
<body>
<div class="topnav navori" id="navbar">
<a class="homenav" href="/index.html" onclick="closenav()"><img src="/assets/img/logo.svg" />
<p>Zihan MEI</p>
</a>
<div class="othernav">
<a class="resdown" id="architecturenav" href="/design.html" onclick="closenav()">Design</a>
<a class="resdown" id="codingnav" href="/blog.html" onclick="closenav()">Blog</a>
<a class="resdown" id="literaturenav" href="/tabs.html" onclick="closenav()">Tabs</a>
</div>
<a class="dropicon" onclick="narrownav()">
<i class="fa fa-bars"></i>
</a>
</div>
<a id="backtotop" onclick="driveTo(0)">
<svg id="layer2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.85 35.95">
<defs>
<style>
.cls-1 {
fill: none;
stroke-miterlimit: 10;
}
</style>
</defs>
<title>backtotop</title>
<polyline class="cls-1" points="0.43 13.95 8.43 0.95 16.43 13.95" />
<line class="cls-1" x1="8.43" y1="25.95" x2="8.43" y2="0.95" />
<line class="cls-1" x1="0.43" y1="0.95" x2="16.43" y2="0.95" />
</svg>
</a>
<script class="backtotop">
var btn = $('#backtotop');
$(window).scroll(function () {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function (e) {
e.preventDefault();
$('html, body').animate({ scrollTop: 0 }, '300');
});
</script>
<div id="offsetheader" style="background-image: url(/assets/img/covers/architecturecover.jpg);"></div>
<div id="content">
<div class="row">
<h1 class="sectionhead">Architecture And Urban Design</h1>
<a class="column" href="articles/00projects/2020-12-30-city-generator.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/07citygenerator-6338/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>Parametric City Generator</h1>
</div>
<div class="projclass">
<h2>GSD, Computational Design, Urban design</h2>
</div>
<div class="projdescription">
<p>The project is written in C# in Grasshopper.<br>The tool takes in the urban boundary and primary roads and generates the network of roads in 3 classes as well as buildings in various density. It simulates the density variation by scaling blocks and controlling building type and height according to the location block by block.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2021-01-01-rocket-city.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/08rocketcity/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>Riverfront Trails - Rocket City</h1>
</div>
<div class="projclass">
<h2>GSD, Huntsville, Urban design</h2>
</div>
<div class="projdescription">
<p>This is an urban design project for envisioning the future of the U.S. Space & Rocket Center at Huntsville, AL.<br>The entry point of the project is the hydrological characteristics of the site. The site is modified as a dynamic plan for both flooding and dry seasons. The master plan integrates the site as part of Singing River Trail of the city, and expands the campus along four parallel corridors - mountain bike trail, riverfront walk, central boulevard and service drive. Each corridor addresses various modes of travel and forms part of the phasing plan for the future.</p>
</div>
</div>
</a>
<a class="column" href="/equity-during-covid/">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/10-mitbiddata/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>Equity in the Access to Medical Resources During COVID-19</h1>
</div>
<div class="projclass">
<h2>Big Data, Visualization, New York City, D3, Python</h2>
</div>
<div class="projdescription">
<p>The project is aimed at telling a story to the public on what's happening in the communities’ access to medical resources during the past period, and revealing some possible blind spots
based on the social and economic context of NYC.<br>The project starts with some background
reports on case and death rate by race during COVID-19. It dealt with data on informational
and physical accessibility by ZCTA codes and visualized the data in the scale of the city.
To conclude, the two new accessibility index were synthesized in an interactive map and
chart with current SVI (social vulnerability index), letting the public check which of the
three index might be related more to the inequity reflected on the death rate for some
districts.<br>The project uses Python in data analysis, and D3 in visualization and
interaction.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2021-01-02-informal-robotics.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/09informalrobotics/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>PrismBot - Bio-Inspired Robotics</h1>
</div>
<div class="projclass">
<h2>GSD, Fabrication</h2>
</div>
<div class="projdescription">
<p>This is the final project of the course SCI-6478, meant to be a synthesis of work in kinematics, fabrication, controls and application.<br>In the early stage, the concept was developed through the mimic of millipede with modular segments. The concept was carried on by several rounds of fabrication tests. In the later stage, due to the remote-learning policy, the project was tested via Autodesk Fusion 360. In the finishing stage, the robotic was consist of two pairs of legs. The direction of rotation determined its direction of motion, and the speed of rotation determined its steering system.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-24-high-tech-campus.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/03MAUD-EX02/01covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>HIGH-TECH CAMPUS IN SUBURBAN</h1>
</div>
<div class="projclass">
<h2>Campus, Boston, GSD, Urban design</h2>
</div>
<div class="projdescription">
<p>The campus focused on outdoor gear industry, which is one of the largest economic sectors in the states. The site and neighbor form an attractive leisure landscape thanks to the combination of the natural resource and its strong transportation infrastructure.<br>The campus acted as a catalyst for reconfiguration of the surrounding suburban landscape by overlaying green infrastructure and concentrated campus core.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-26-south-boston-housing.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/02MAUD-EX01/01axoncover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>HOUSING IN URBAN CORES</h1>
</div>
<div class="projclass">
<h2>Housing, Boston, GSD, Urban design</h2>
</div>
<div class="projdescription">
<p>The project is an extension of the existing grid and transportation system, which overrides the mostly underwater site in the future.<br>It deals with the risks of rising sea level and annual flood by chronological design in the short-medium-long term.<br>It contains a mixture of three house types from the local, which are arranged according to the site condition facing the risks of rising sea level and annual flood chronologically.<br>The housing buildings show a transition in demography from the South Boston neighborhood to downtown Boston.<br>Public buildings are proposed and reserved according to the distribution of existing brownfields, which also contains the progressive design with the brownfields being treated gradually.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-28-study-on-tod.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/00preterm/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>Study On The Development Of TOD</h1>
</div>
<div class="projclass">
<h2>Boston, GSD, Urban design, GIS</h2>
</div>
<div class="projdescription">
<p>Intented for studying what makes the development around a station transit-oriented, and how such development shapes some part of Boston, the project is part of the GIS workshop. It’s consist of two parts, both through comparison and data visualization: Overall status quo of TOD in Boston; Key elements of TOD when zoom in to neighborhood scale.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-22-urban-intensification.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/01dashiban/01cover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>URBAN INTENSIFICATION</h1>
</div>
<div class="projclass">
<h2>Beijing, Urban design</h2>
</div>
<div class="projdescription">
<p>The project is located on the void space between the entrance and administrative building at Tsinghua, aimed to intensify the functions here and to explore the relationships among each building, activating the space, inviting people onto the site, and offering daily service for students, tourists, and professors.<br>Parking Intensification - Solve the parking problems. Professors can park right underground the teaching buildings.<br>Circulation Intensification - Allow cars and people into the site, which used to be separated for landscapes. More space experiencing with denser circulations.<br>Functional Intensification - Introduce daily service on the first floor. Add space for class, hotel, and recreation.<br>The Relationships Intensification - Connect the new buildings with the existing ones with roof gardens and ground yards.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-20-citizen-stage.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/04Maliandao/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>STAGE FOR CITIZEN - MALIANDAO RD RENOVATION</h1>
</div>
<div class="projclass">
<h2>Beijing, Urban design</h2>
</div>
<div class="projdescription">
<p>Up to the scale of the city of Beijing, a city greenbelt is designed to connect the vestige of the capital of Jin Dynasty.<br>The newly constructed buildings serve as the stage for citizen, compensating the shortcoming of the life online.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-18-parlor-wangma.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/05Wangma/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>PARLOR OF VIL. WANGMA</h1>
</div>
<div class="projclass">
<h2>Shanxi, Architecture, Completed</h2>
</div>
<div class="projdescription">
<p>The building is used for wedding, meeting and everyday activities for villagers.<br>The project mainly considered 3 aspects if input conditions.<br>The mountain-water axis - The north-south leg of the T-shaped site is used as a corridor through the center, ending with a small stage in the south. Plus, there are viewing platforms on each floor facing south or north.<br>The historical conditions - Old tiles, bricks and beams are used to recall the villagers' memories of the live before relocating.<br>The open space - There is open space on each floor for both activities and sightseeing.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/2020-01-16-theater-design-wudaokou.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/06theaterdesign/00covercover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>THEATER DESIGN AT WUDAOKOU</h1>
</div>
<div class="projclass">
<h2>Beijing, Architecture</h2>
</div>
<div class="projdescription">
<p>The project located in Wudaokou with several schools, IT centers, government offices and malls around. People here only went out of the office at meal and were squeezed onto the road by the massive pedestrians.<br>In the compact urban space, the project aimed to offer not only a traditional theater, but a system of the open space for everyone's experiecing, exhibition, communication and performing. The activities expand the timeline in which the workers, students and residents use the space.</p>
</div>
</div>
</a>
</div>
<hr>
<div class="row">
<h1 class="sectionhead">Work Pieces</h1>
<a class="column" href="articles/00projects/workpieces/2020-11-13-weaving.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/workpieces/02WEAVE-0cover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>WEAVING</h1>
</div>
<div class="projclass">
<h2>Computational Design, Grasshopper</h2>
</div>
<div class="projdescription">
<p>Computational Design with Grasshopper.</p>
</div>
</div>
</a>
<a class="column" href="articles/00projects/workpieces/2020-11-12-temple-mapping.html">
<div class="coverimg" style="background-image: url(/assets/img/00architecture/workpieces/01templemapping-0cover.jpg);"></div>
<div class="words">
<div class="projtitle">
<h1>CHINESE ANCIENT TEMPLE MAPPING</h1>
</div>
<div class="projclass">
<h2>Mapping, Architecture</h2>
</div>
<div class="projdescription">
<p>Yan Emperor Temple lies in Gaoping, Shanxi Province. It was repaired as early as Yuan Dynasty according to textual research, while the year it was build is not clear.<br>The group of temples are typical Chinese traditional sacrificial buildings.<br>I was required to finish the measruement with a partner and draw detailed evelations by myself. Here is some pieces of my entire work.</p>
</div>
</div>
</a>
</div>
<hr>
</div>
<!-- important to put this at the end -->
<script type="text/javascript" class="cards" src="/assets/js/card.js"></script>
<section id="footer">
<div class="footercontainer">
<p>
<span>
<a href="https://www.facebook.com/zmzihanmei" target="_blank">
<svg width="24" height="24" class="social facebook" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path
d="M767.428571 6.857143l0 150.857143-89.714286 0q-49.142857 0-66.285714 20.571429t-17.142857 61.714286l0 108 167.428571 0-22.285714 169.142857-145.142857 0 0 433.714286-174.857143 0 0-433.714286-145.714286 0 0-169.142857 145.714286 0 0-124.571429q0-106.285714 59.428571-164.857143t158.285714-58.571429q84 0 130.285714 6.857143z" />
</svg>
</a></span>
<span>
<a href="https://github.com/saturn-drm" target="_blank">
<svg width="24" height="24" class="social github" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path class="svgpath" data-index="path_0"
d="M0 525.2c0 223.6 143.3 413.7 343 483.5 26.9 6.8 22.8-12.4 22.8-25.4l0-88.7c-155.3 18.2-161.5-84.6-172-101.7-21.1-36-70.8-45.2-56-62.3 35.4-18.2 71.4 4.6 113.1 66.3 30.2 44.7 89.1 37.2 119 29.7 6.5-26.9 20.5-50.9 39.7-69.6C248.8 728.2 181.7 630 181.7 513.2c0-56.6 18.7-108.7 55.3-150.7-23.3-69.3 2.2-128.5 5.6-137.3 66.5-6 135.5 47.6 140.9 51.8 37.8-10.2 80.9-15.6 129.1-15.6 48.5 0 91.8 5.6 129.8 15.9 12.9-9.8 77-55.8 138.8-50.2 3.3 8.8 28.2 66.7 6.3 135 37.1 42.1 56 94.6 56 151.4 0 117-67.5 215.3-228.8 243.7 26.9 26.6 43.6 63.4 43.6 104.2l0 128.8c0.9 10.3 0 20.5 17.2 20.5C878.1 942.4 1024 750.9 1024 525.3c0-282.9-229.3-512-512-512C229.1 13.2 0 242.3 0 525.2L0 525.2z" />
</svg>
</a></span>
<span>
<a href="https://www.linkedin.com/in/zihan-mei-616b8b162/" target="_blank">
<svg width="24" height="24" class="social linkedin" fill="#34090f" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path
d="M260.096 155.648c0 27.307008-9.899008 50.516992-29.696 69.632-19.796992 19.115008-45.396992 28.672-76.8 28.672-30.036992 0-54.612992-9.556992-73.728-28.672-19.115008-19.115008-28.672-42.324992-28.672-69.632 0-28.672 9.556992-52.224 28.672-70.656 19.115008-18.432 44.372992-27.648 75.776-27.648 31.403008 0 56.32 9.216 74.752 27.648 18.432 18.432 28.331008 41.984 29.696 70.656 0 0 0 0 0 0m-202.752 808.96c0 0 0-632.832 0-632.832 0 0 196.608 0 196.608 0 0 0 0 632.832 0 632.832 0 0-196.608 0-196.608 0 0 0 0 0 0 0m313.344-430.08c0-58.708992-1.364992-126.292992-4.096-202.752 0 0 169.984 0 169.984 0 0 0 10.24 88.064 10.24 88.064 0 0 4.096 0 4.096 0 40.96-68.267008 105.812992-102.4 194.56-102.4 68.267008 0 123.220992 22.868992 164.864 68.608 41.643008 45.739008 62.464 113.664 62.464 203.776 0 0 0 374.784 0 374.784 0 0-196.608 0-196.608 0 0 0 0-350.208 0-350.208 0-91.476992-33.451008-137.216-100.352-137.216-47.787008 0-81.236992 24.576-100.352 73.728-4.096 8.192-6.144 24.576-6.144 49.152 0 0 0 364.544 0 364.544 0 0-198.656 0-198.656 0 0 0 0-430.08 0-430.08 0 0 0 0 0 0" />
</svg>
</a></span>
<span>
<a href="mailto:[email protected]" target="_blank">
<svg width="24" height="24" class="social mail" fill="#34090f" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<path
d="M512.091 166.946c116.242 0 232.484-0.014 348.727 0.007 41.522 0.008 76.321 12.188 94.842 53.167 8.25 18.251 6.5 30.831-13.43 43.256-137.452 85.695-274.125 172.655-410.534 260.014-14.762 9.456-24.638 9.569-39.498 0.041C354.353 435.041 216.033 347.399 77.465 260.14c-12.701-8.002-16.368-15.572-12.01-29.962 9.882-32.627 30.845-52.873 63.868-59.66 13.656-2.806 27.953-3.4 41.966-3.431C284.888 166.83 398.492 166.943 512.091 166.946z" />
<path
d="M510.888 856.021c-117.998 0-235.996 0.134-353.993-0.067-47.671-0.083-79.295-22.331-91.17-61.206-4.28-14.027-2.127-22.232 10.858-30.356 108.193-67.725 215.807-136.366 324.233-203.713 7.275-4.519 21.51-4.25 29.378-0.171 22.589 11.713 44.026 25.859 64.999 40.383 11.823 8.191 21.091 8.623 33.117 0.325 20.993-14.484 43.689-26.52 64.549-41.176 12.159-8.539 20.73-7.176 32.785 0.537 106.04 67.844 212.318 135.315 319.158 201.894 16.481 10.272 18.065 21.564 12.577 37.407-12.35 35.666-45.183 55.999-92.491 56.081C746.889 856.149 628.886 856.021 510.888 856.021z" />
<path
d="M64.376 326.925c97.051 61.769 192.332 122.409 290.508 184.898-97.877 62.309-192.719 122.68-290.508 184.932C64.376 572.674 64.376 451.511 64.376 326.925z" />
<path
d="M959.665 327.168c0 124.369 0 244.164 0 369.253-97.913-62.322-192.914-122.792-290.001-184.589C766.993 449.854 861.628 389.595 959.665 327.168z" />
</svg>
</a></span>
</p>
<p>Bachelor of Architecture, Tsinghua University</p>
<p>Master of Architecture in Urban Design, Harvard Graduate School of Design</p>
<p>2019 - 2021 © Zihan MEI's Personal Site.</p>
</div>
</section>
</body>
</html>