-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
435 lines (364 loc) · 17.2 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
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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html>
<head>
<title>Wei's Website</title> <!-- title is the title of the tab of this web page -->
<!--
use below to use local bootstrap file:
<link rel="stylesheet" href="bt.css">
<link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
-->
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style/darkly.css">
<link rel="stylesheet" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style/socialbuttons.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!--
<div class="nav-bar">
<div class="container" >
<div class="left-nav">
<a href="#education">Education</a>
<a href="#programming">Programming</a>
<a href="#other-skills">Other Skills</a>
<a href="#photography">Photography</a>
<a href="#fineart">Fine Art</a>
<div class="right-nav">
<a href="#">Top</a>
</div>
</div>
</div>
</div>
-->
<div class="jumbotron" class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="thumbnail">
<img class="img-circle" src="images/photos/portraitme.jpg">
</div>
</div>
</div>
<div class="row">
<div id="social">
<a class="facebookBtn smGlobalBtn" href="https://www.facebook.com/profile.php?id=100012851389365" target="_blank"></a>
<a class="twitterBtn smGlobalBtn" href="https://twitter.com/TheOnlyWei123" target="_blank"></a>
<a class="linkedinBtn smGlobalBtn" href="https://www.linkedin.com/in/weishi123" target="_blank"></a>
<a class="githubBtn smGlobalBtn" href="https://github.com/TheOnlyWei" target="_blank"></a>
</div>
</div>
<div class="row">
<div class="col-md-12" id="introduction">
<h1>Wei Shi</h1>
<p>Computer Science student at CUNY Hunter College, class of 2017 <br> Hobbyist photographer, writer, and fine artist</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="blog-section">
<div class="blog">
<h1>Blog</h1>
<div id="p1" class="blog-entry">
<h3>Bought a Kindle</h3>
<p>I bought a Kindle Paperwhite that came with ads for $20 off. The ads never bothered me, so it was worth it. There is a built-in dictionary, making reading so much easier.
<p class="blog-entry-date">9:13PM 7/21/2016</p>
</p>
</div>
<div id="p2" class="blog-entry">
<h3>Android Dev.</h3>
<p>The most difficult aspect of Android programming is the massive library and API. Multi-threaded programs are also required for application responsiveness. The Android OS is also constantly changing, making the learning process more difficult.
<p class="blog-entry-date">10:11PM 7/21/2016</p>
</p>
</div>
</div> <!-- closes blog -->
</div> <!-- closes blog-section -->
</div> <!-- closes column -->
</div> <!-- closes row -->
<div class="row page-nav">
<ul class="pagination">
<li><a id="left-arrow" onclick="plusDivs(-1)">«</a></li>
<li><a class="page active" onclick="currentDiv(1)">1</a></li>
<li><a class="page" onclick="currentDiv(2)">2</a></li>
<li><a id="right-arrow" onclick="plusDivs(1)">»</a></li>
</ul>
</div>
</div> <!-- closes container -->
</div> <!-- closes jumbotron -->
<ul class="nav nav-tabs">
<li id="resume-tab" class="active"><a data-toggle="tab" href="#Resume">Resume</a></li>
<li id="art-tab"><a data-toggle="tab" href="#Art">Art</a></li>
</ul>
<div class="tab-content main-body">
<div id="Resume" class="tab-pane fade in active">
<div class="texts container"> <!-- space denotes two classes -->
<a name="Education"></a>
<div class="collapser">
<button type="button" id="education" class="btn btn-default btn-lg btn-block">Education</button>
</div>
<div id="collapsable1">
<div class="description">
<h4 class="subject">Computer Science Major, Physics Minor, and Math Minor at CUNY Hunter college</h4>
<table>
<tr>
<td class="left-col">Degree:</td>
<td>Bachelors in Computer Science with minor in Physics and Mathematics</td>
</tr>
<tr>
<td class="left-col">Major GPA:</td>
<td>4.0</td>
</tr>
<tr>
<td class="left-col">Overall GPA:</td>
<td>3.86</td>
</tr>
<tr>
<td class="left-col">Graduation:</td>
<td>May, 2017</td>
</tr>
</table>
</div>
</div>
<a name="programming"></a>
<div class="collapser">
<button type="button" id="programming" class="btn btn-default btn-lg btn-block">Programming</button>
</div>
<div id="collapsable2">
<div class="description">
<h4 class="subject">C++</h4>
<p>Familiar Knowledge of data structures and algorithms in the standard C++ library. Projects include a simple computer vision application and terminal-based OS simulation.</p>
</div>
<div class="description">
<h4 class="subject">Java</h4>
<p>Currently employed as a Software Engineer using mostly Java. Experience using it in full-stack and Android development.</p>
</div>
<div class="description">
<h4 class="subject">Python</h4>
<p>Knowledge of data structures and algorithms and basic syntax. Used for data analysis using libraries such as Pandas, Numpy, Scipy, and etc. Built a machine learning application for diagnosing Alzheimer's disease based on genetic information using gradient boosted trees.</p>
</div>
<div class="description">
<h4 class="subject">Android SDK</h4>
<p>Made several Android applications such as a compass, a GPS locator, and a chemistry calculator.</p>
</div>
<div class="description">
<h4 class="subject">JavaScript, Node + Express, ReactJs, jQuery</h4>
<p>Knowledge of basic Javascript syntax up to ES7. Built fullstack web applications in NodeJs, ReactJs, and jQuery.</p>
</div>
<div class="description">
<h4 class="subject">HTML & CSS, Bootstrap</h4>
<p>Knowledge of tags, elements, and templating and design concepts.</p>
</div>
<div class="description">
<h4 class="subject">MongoDB</h4>
<p>Knowledge of basic queries. Used in a patient genetics database for storing genetic information, and a full-stack web application.</p>
</div>
<div class="description">
<h4 class="subject">PostgreSQL</h4>
<p>Knowledge of basic queries. Used in a patient genetics database for storing genetic information.</p>
</div>
</div>
<a name="other-skills"></a>
<div class="collapser">
<button type="button" id="other" class="btn btn-default btn-lg btn-block">Other Experiences</button></div>
<div id="collapsable3">
<div class="description">
<h4 class="subject">Software Engineer at Cerner Corporation, Kansas City, MO (08/2017 – Present)</h4>
<ul>
<li>Use test driven development with unit and integration tests.</li>
<li>Follow the agile methodology using scrum and continuous integration and delivery.</li>
<li>Update legacy enterprise software to meet modern standards.</li>
<li>Support clients in troubleshooting software issues.</li>
</ul>
</div>
<div class="description">
<h4 class="subject">Tutor/College Assistant at CUNY Hunter College Computer Science Dept, New York, NY (09/2016 – 05/2017)</h4>
<ul>
<li>Tutored programming in C++ to a diverse body of college students.</li>
<li>Worked in a leadership position guiding students toward understanding computer science and programming concepts, such as object oriented design, data structures, algorithms, and number theory.</li>
<li>Managed a tight schedule as a college student with a part time job.</li>
</ul>
</div>
<div class="description">
<h4 class="subject">Participant/Developer at CUNY Tech Prep (NYC Tech Talent Pipeline), New York, NY (06/2016 – Present)</h4>
<ul>
<li>Member of selective yearlong technical development program designed to teach industry-informed technical skills in software engineering.</li>
<li>Collaborate in an intensive full stack web development curriculum with focus on design, implementation, testing and deployment of applications.</li>
<li>Implement website using Javascript, Node + Express, ReactJS, HTML & CSS, Bootstrap, Material Design Lite, Pug, and Jquery. Perform automated testing on Mocha/Chai.</li>
</ul>
</div>
<div class="description">
<h4 class="subject">Tutor Assistant at CUNY Hunter College (02/08/2012 – 05/15/2016)</h4>
<ul>
<li>Tutored single variable calculus and lower math courses.</li>
<li>Worked with other tutors, in managing large body of students.</li>
<li>Managed a strict schedule as a full time student with a part time job.</li>
<li>Adapted to the curriculum as the college changed textbooks.</li>
<li>Communicated with clients professionally.</li>
</ul>
</div>
<div class="description">
<h4 class="subject">Languages</h4>
<ul>
<li>English: native </li>
<li>Mandarin: fluent</li>
</ul>
</div>
</div> <!--close collapsable3-->
</div> <!--close container-->
</div><!--close Resume-->
<div id="Art" class="tab-pane fade images">
<div class="container">
<a name="photography"></a>
<div class="collapser">
<button type="button" id="photography" class="btn btn-default btn-lg btn-block">Photography</button>
</div>
<div id="collapsable4">
<div class="row gallery" >
<div class="col-md-3">
<div class="thumbnail">
<!-- try img-responsive -->
<img class="image" alt="Woe of Nut-kind" onclick="img.onclick(0)" src="images/photos/pimg1.jpg" >
<h2 class="custom-caption">Woe of Nut-kind</h2>
</div>
<div class="thumbnail">
<img class="image" alt="New Hampshire" onclick="img.onclick(1)" src="images/photos/pimg2.jpg" >
<h2 class="custom-caption">New Hampshire</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="New York Twilight" onclick="img.onclick(2)" src="images/photos/pimg3.jpg">
<h2 class="custom-caption">New York Twilight</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Central Park Amphitheater" onclick="img.onclick(3)" src="images/photos/pimg4.jpg">
<h2 class="custom-caption">Central Park Amphitheater</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="New Hampshire Crimson Sunset" onclick="img.onclick(4)" src="images/photos/pimg5.jpg">
<h2 class="custom-caption">New Hampshire Crimson Sunset</h2>
</div>
</div>
</div>
</div> <!-- collapsable end -->
<a name="fineart"></a>
<div class="collapser">
<button type="button" id="plein-air" class="btn btn-default btn-lg btn-block">En Plein Air in Watercolor</button>
</div>
<div id="collapsable5">
<div class="row gallery">
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Central Park Tree (on cold press paper)" onclick="img.onclick(5)" src="images/fineart/fimg1.jpg" >
<h2 class="custom-caption">Central Park Tree</h2>
</div>
<div class="thumbnail">
<img class="image" alt="Central Park Bridge (on cold press paper)" onclick="img.onclick(6)" src="images/fineart/fimg2.jpg">
<h2 class="custom-caption">Central Park Bridge</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Central Park Dying Tree (on cold press paper)" onclick="img.onclick(7)" src="images/fineart/fimg3.jpg" >
<h2 class="custom-caption">Central Park Dying Tree</h2>
</div>
<div class="thumbnail">
<img class="image" alt="Sun and Shade (on cold press paper)" onclick="img.onclick(8)" src="images/fineart/fimg4.jpg">
<h2 class="custom-caption">Sun and Shade</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Rocky Slope (on cold press paper)" onclick="img.onclick(9)" src="images/fineart/fimg5.jpg" >
<h2 class="custom-caption">Rocky Slope</h2>
</div>
<div class="thumbnail">
<img class="image" alt="Sunny Day at Central Park (on cold press paper)" onclick="img.onclick(10)" src="images/fineart/fimg6.jpg">
<h2 class="custom-caption">Sunny Day at Central Park</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Central Park Shade (on cold press paper)" onclick="img.onclick(11)" src="images/fineart/fimg7.jpg" >
<h2 class="custom-caption">Central Park Shade</h2>
</div>
<div class="thumbnail">
<img class="image" alt="Central Park Sunlight (on cold press paper)" onclick="img.onclick(12)" src="images/fineart/fimg8.jpg">
<h2 class="custom-caption">Central Park Sunlight</h2>
</div>
</div>
</div>
</div> <!-- collapsable end -->
<div class="collapser">
<button type="button" id="still-life" class="btn btn-default btn-lg btn-block">Still Life</button>
</div>
<div id="collapsable6">
<div class="row gallery">
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Eggs in Old T-shirt (oil on cotton)" onclick="img.onclick(13)" src="images/fineart/fimg9.jpg" >
<h2 class="custom-caption">Eggs in Old T-shirt </h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Eye of David (graphite on bristol)" onclick="img.onclick(14)" src="images/fineart/fimg10.jpg">
<h2 class="custom-caption">Eye of David</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Old Sony Camera (oil on cotton)" onclick="img.onclick(15)" src="images/fineart/fimg11.jpg">
<h2 class="custom-caption">Old Sony Camera</h2>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img class="image" alt="Broken Figurine (oil on cotton)" onclick="img.onclick(16)" src="images/fineart/fimg12.jpg">
<h2 class="custom-caption">Broken Figurine</h2>
</div>
</div>
</div>
</div> <!--close collapsable6-->
</div><!--close container-->
</div> <!--close images -->
</div> <!--close tab-content main-body -->
<div class="custom-footer">
<div class="container" >
<div class="row">
<div class="col-md-6">
<div class="left-foot">
<h4>Personal Links</h4>
<p>Github: <a href="https://github.com/TheOnlyWei" target="_blank">https://github.com/TheOnlyWei</a></p>
<p>Resume: <a href="doc/resume_wei_shi.pdf" target="_blank">resume_wei_shi.pdf</a></p>
</div>
</div>
<div class="col-md-6">
<div class="right-foot">
<h4>Recommended Tech Websites</h4>
<p>Tech Tips: <a href="http://www.howtogeek.com" target="_blank">http://www.howtogeek.com</a></p>
<p>Hardware: <a href="http://www.tomshardware.com" target="_blank">http://www.tomshardware.com</a></p>
<p>Bootswatch (darkly): <a href="http://bootswatch.com" target="_blank">http://bootswatch.com</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="myModal" class="modal">
<!-- "×" is the html "X" entity useful for a button that closes windows -->
<span class="close" onclick="document.getElementById('myModal').style.display='none'">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<script type="text/javascript" src="main.js" ></script>
<script type="text/javascript" src="mainjQ.js" > </script>
</body>
</html>