-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
123 lines (88 loc) · 3.55 KB
/
cv.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Nicolas YING CV</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<!--<link rel="stylesheet" href="stylesheets/github-light.css">-->
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>Songsheng YING ( Nicolas )</h1>
<p>Age: 20</p>
<p>Mail: elliottban@sjtu.edu.cn</p>
<p>Cell: +86 130 6191 5869</p>
<p>Address: F1326002, 800# Rd. Dongchuan, Minhang, Shanghai, PRC, 200240</p>
<hr />
<h2>Career Objective</h2>
<ul>
<li>To seek for an internship in information engineering domain with challenging and inspiring objectives</li>
<li>To work with interesting and professional colleagues in an open and innovative environment</li>
</ul>
<h2>Education</h2>
<ul>
<li><p> <strong>SJTU - ParisTech Institute of Technology</strong>, 2013 - Today</p>
<p> Shanghai, Shanghai Jiao Tong University</p>
<ul>
<li>Adrian Progress Scholarship, 2015</li>
<li>University Scholarship, 2015</li>
</ul>
</li>
<li><p><strong>Taizhou High School</strong>, 2010 - 2013</p>
<p> Taizhou, Zhejiang Prov.</p>
<ul>
<li>Vice class president</li>
<li>Also in charge of multimedia system maintenance and technical support</li>
</ul>
</li>
</ul>
<h2>Language Ability</h2>
<ul>
<li><strong>Mandarin</strong> native</li>
<li><strong>English</strong> fluent, CET4: 651, CET6: 551</li>
<li><strong>French</strong> fluent, DELF: B1+</li>
<li><strong>Shanghainese</strong> basic</li>
</ul>
<h2>Programming Ability</h2>
<ul>
<li><strong>C, C++</strong>, course within curriculum</li>
<li><strong>HTML, CSS, PHP</strong>, self-learned with practice</li>
<li><strong>wxMaxima, R</strong>, basic math usage</li>
<li><strong>Arduino</strong>, self-learned</li>
</ul>
<h2>Other skills</h2>
<ul>
<li><strong>Office</strong> suites including Microsoft, Apple and Google</li>
<li><strong>Typesetting</strong> with <strong>Adobe InDesign</strong> and <strong>PhotoShop</strong></li>
<li><strong>WordPress</strong> site maintenance and basic development</li>
<li><strong>SolidWorks</strong></li>
<li><strong>iMovie</strong> and <strong>Adobe Premier</strong> video editing</li>
<li><strong>Director</strong>, <strong>Cameraman</strong> and <strong>Post-Production Director</strong> for short videos and micro-films</li>
</ul>
<h2>Projects</h2>
<ul>
<li><strong>Pedometer</strong> analysing motion datum on mobile phones with programmed Excel, 2014 Winter</li>
<li><strong>Hand Skeleton for rehabilitation</strong> as a SJTU Participation in Research Program, constructing a hand exoskeleton using 3D print with controlling motor, with an API for receiving nerve signals, 2014 - early 2015</li>
<li><strong>Evaluating highway traffic status in intelligent transportation system</strong>, proposing a predictive model for traffic jam calculation and for auto-generating an evacuating plan, Feb 2016 - Jun 2016</li>
</ul>
<h2>Internship</h2>
<ul>
<li><p><strong>SJTU - ParisTech Review</strong>, 2014 - Today</p>
<p> Responsible for:</p>
<ul>
<li>operation and maintenance of the Internet site</li>
<li>simple development in PHP, CSS, HTML</li>
<li>translation of articles from English and French to Chinese</li>
<li>typesetting of publications both printed and electronic;</li>
<li>visual design</li>
</ul>
</li>
<li><p><strong>Taizhou Model United Nation</strong>, 2012 - 2013</p>
<p> Teaching assistant for preparatory classes</p></li>
</ul>
</body>
</html>