-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWork_Experience.html
127 lines (106 loc) · 5.58 KB
/
Work_Experience.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset= "utf-8">
<meta name="description" content= "Come learn more about me and the projects I have completed">
<meta name = "keywords" content="Computer Engineer, Tim, Tim Qin, Qin, Programming, Robotics">
<meta name="author" content="Tim Qin">
<title> Employment History </title>
<link rel ="stylesheet" type = "text/css" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
<link rel="icon" href="favicon.ico?" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- HAVE A BLUE COVER OVER EVERYTHING -->
</head>
<body id = "second">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64413529-1', 'auto');
ga('send', 'pageview');
</script>
<div id = "navigation_container">
<div id = "logo"> <a href="index.html"> Tim Qin</a> </div>
<!-- add a hover color change -->
<ul id = "nav_bar">
<li>Projects
<ul id="project"> <!-- drop down menu -->
<a href="https://github.com/tim7398/tim7398.github.io"><li> GitHub </li></a>
<a href="#" ><li> Recent Assignments</li></a>
</ul>
</li>
<li id = "about"> About
<ul id="about_drop">
<a href="WhoAmI.html"><li> Who Am I? </li></a>
<a href="travels.html"><li> Travels </li></a>
</ul>
</li>
<li id = "experience"> Experience
<ul id = "experience_drop">
<a href= "Work_Experience.html"><li> Employment History </li></a>
<a href= "Programming_concepts.html"><li> What Do I Know?</li></a>
</ul>
</li>
<!-- <a href = "contact.html">--><li id = "contact" ><span id ="b"> Contact </span> <span id ="a"> Under Construction</span></li><!--</a>-->
</ul>
</div>
<div id = "main-text">
<h1 id = "Work_Exp"> <u>Work Experience</u> </h1>
<br/>
<div class="work-block" >
<h3> Boston University IS&T</h3>
<h4> September 2015 - December 2015</h4>
<li> Provided students with educational resources at the Boston University library. </li>
</div>
<div class="work-block" >
<h3> Boston University Information Technology</h3>
<h4> May 2015 - September 2015</h4>
<li> Assisted students and Professors with Boston University account related issues. </li>
<br />
<li> Assisted Professors to set up their course website. </li>
<br />
<li> Trouble shoot/fix technological issues Boston University affiliates experienced on their devices. </li>
</div>
<div class="work-block" >
<h3> Schepens Eye Institute, Harvard Medical School</h3>
<h4> May 2014 - July 2014</h4>
<li> Worked in the Vision Engineering Lab to develop an eye tracking program that can adjust the text on the screen, so people who have mild visual impairments can read the text on the screen without glasses. </li>
<br />
<li> Used C++ and Microsoft Visual Studio. </li>
<br />
<li> Used Eye Link 1000 eye tracking head gear and software.</li>
<br />
<li> Operated on MS-DOS interface.</li>
</div>
<div class="work-block" >
<h3> Boston University Medical School</h3>
<h4> July 2012 - August 2012</h4>
<li> Developed and performed my own lab experiments pertaining to obesity of mice. </li>
<br />
<li> Performed Gel Electrophoresis to analyze macromolecules</li>
<br />
<li> Shadowed Phd students to learn about their projects. </li>
</div>
<div class="work-block" >
<h3> Asian Student Center</h3>
<h4> July 2011 - August 2011</h4>
<li> I was a Teaching Assistant at a summer school program. </li>
<br />
<li> I assisted student with their summer school homework.</li>
<br />
<li> I helped organize activities such as field trips to the Aquarium, trips to the movie theater, field day, and more. </li>
</div>
<div class="work-block" >
<h3> Schepens Eye Institute, Harvard Medical School</h3>
<h4> July 2010 - August 2010</h4>
<li> I shadowed researchers at the lab to learn about the various kinds of research that pertains to the eye. </li>
<br />
<li> I learned about the procedures involved when conducting experiments. </li>
</div>
</div>
</body>
</html>