-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (192 loc) · 6.72 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
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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zihan Li</title>
<!--link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css"-->
<link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css">
<link rel="stylesheet" href="/css/style.css">
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div class="Shell">
<aside class='SideBar'>
<section class='avatar' style="background-image: url(/assets/bg.jpg)">
<div class='av-pic' style="background-image: url(/assets/logo.jpg)">
</div>
</section>
<section class='menu'>
<div class='sidetitle'>Zihan Li</div>
<ul>
<a href="/" class="Btn">
<li>Home</li>
</a>
<a href="/blogs/" class="Btn">
<li>Blogs</li>
</a>
<a href="/about/" class="Btn">
<li>About</li>
</a>
<a href="/archives/" class="Btn">
<li>Timeline</li>
</a>
</ul>
</section>
<section class="media">
<a target="_blank" rel="noopener" href="https://github.com/lizihan021">
<img src="/assets/github.svg" />
</a>
<a target="_blank" rel="noopener" href="https://www.linkedin.com/in/zihan-li-927ba5126/">
<img src="/assets/linkedin.svg" />
</a>
<a target="_blank" rel="noopener" href="https://scholar.google.com/citations?user=8u4uk0sAAAAJ&hl=en">
<img src="/assets/googlescholar.svg" />
</a>
</section>
</aside>
<div class="container">
<div data-pager-shell>
<ul class="Index">
<li>
<article class='ListView'>
<header class="title">
<h1>
<a href="/2024/09/14/ylgy/">Card Gamme</a>
</h1>
<div class='ListMeta'>
<time datetime="2024-09-15T06:21:22.000Z" itemprop="datePublished">
2024-09-14
</time>
/
<ul>
<li class="meta-text">
{ <a href="/categories/gamee/">gamee</a> }
</li>
</ul>
</div>
</header>
<div>
<p><a href="/games/ylgy/">Card Game</a></p>
</div>
</article>
</li>
<li>
<article class='ListView'>
<header class="title">
<h1>
<a href="/2019/06/20/marty/">DIY Marty the Robot</a>
</h1>
<div class='ListMeta'>
<time datetime="2019-06-21T06:21:22.000Z" itemprop="datePublished">
2019-06-20
</time>
/
<ul>
<li class="meta-text">
{ <a href="/categories/Robotics/">Robotics</a> }
</li>
</ul>
</div>
</header>
<div>
<p><strong>Marty the Robot</strong> is a robot designed and manufactured by myself. Marty is 3D printed and is controlled by a Raspberry Pi and 9 servos. The robot could be used for programming education purpose.</p>
<p><img src="/pic/marty/1.PNG" alt="marty"></p>
<div class="more-link">
<a href="/2019/06/20/marty/#more">Read On »</a>
</div>
</div>
</article>
</li>
<li>
<article class='ListView'>
<header class="title">
<h1>
<a href="/2017/12/20/umich-web/">Umich Website Theme "Menc"</a>
</h1>
<div class='ListMeta'>
<time datetime="2017-12-21T07:21:22.000Z" itemprop="datePublished">
2017-12-20
</time>
/
<ul>
<li class="meta-text">
{ <a href="/categories/website/">website</a> }
</li>
</ul>
</div>
</header>
<div>
<p>University of Michigan was planning to migrate its website content from Plone CMS to WordPress. Developed part of the Umich WordPress theme “Menc” during my intern. </p>
<p><img src="/pic/umich-web/1.png" alt="umich web theme"></p>
</div>
</article>
</li>
<li>
<article class='ListView'>
<header class="title">
<h1>
<a href="/2017/06/20/saa-website/">SAA Website</a>
</h1>
<div class='ListMeta'>
<time datetime="2017-06-21T06:21:22.000Z" itemprop="datePublished">
2017-06-20
</time>
/
<ul>
<li class="meta-text">
{ <a href="/categories/website/">website</a> }
</li>
</ul>
</div>
</header>
<div>
<p>SAA is Student Alumni Association of SJTU-UM JI. We made a website for the organization to demo what we have done during the year 2016. There are also resources made by former JI students shared on the website to give a quick intro to coming JI DD students. We made the website based on React and Meteor. </p>
<p><img src="/pic/saa-website/1.png" alt="saa-website"></p>
</div>
</article>
</li>
<li>
<article class='ListView'>
<header class="title">
<h1>
<a href="/2017/03/20/roflcopter/">Roflcopter - Gesture Based Quad-copter Controller</a>
</h1>
<div class='ListMeta'>
<time datetime="2017-03-21T06:21:22.000Z" itemprop="datePublished">
2017-03-20
</time>
/
<ul>
<li class="meta-text">
{ <a href="/categories/Embedded-System/">Embedded System</a> }
</li>
</ul>
</div>
</header>
<div>
<h2 id="Abstract"><a href="#Abstract" class="headerlink" title="Abstract"></a><strong>Abstract</strong></h2><p> The project is a gesture based quad-copter controller. User can control a quad-copter by moving their hands. It is a course project we proposed for EECS 373 micro-controller based system. </p>
<p><div style="position: relative;width: 100%;height: 0;padding-bottom: 56.25%;"><br><iframe src="https://www.youtube.com/embed/5w9RN3vViQ8?rel=0" frameborder="0" allowfullscreen style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;"></iframe></p>
</div>
<div class="more-link">
<a href="/2017/03/20/roflcopter/#more">Read On »</a>
</div>
</div>
</article>
</li>
</ul>
<footer>
<div>© 2024 - Zihan Li </div>
<div>
Powered by Hexo
</div>
</footer>
</div>
</div>
</div>
<script src="/js/pager/dist/singlepager.js"></script>
<script>
var sp = new Pager('data-pager-shell')
</script>
</body>
</html>