-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
175 lines (162 loc) · 6.26 KB
/
experience.html
File metadata and controls
175 lines (162 loc) · 6.26 KB
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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<title>ERIC DONG | Experiences</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div class="row">
<!--<div id="home">
<h1><a href="index.html"><i class="fa fa-home fa-lg"></i></a></h1>
</div> -->
<div>
<h1 class="title-bar">Experiences</h1>
</div>
</div>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<h2>Menu</h2>
<ul>
<li><a href="http://eric-dong.com">Home</a></li>
<li><a href="experience.html">Experiences</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Experiences</h2>
<p>Internship | Research | Hackathon</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>Software Engineer Intern At TeleTracking Technologies, Inc</h3>
<em>Developer | May 2017 - August 2017 | Pittsburgh, PA</em>
<div class="logo">
<img src="images/teletracking-logo.png" width="40%" />
</div>
<!-- Main content -->
<p>
Over the summer, we have built a web and mobile chat application with three other interns.
This chat application was designed with the scenario where medical employees needed an efficient
way to communicate with other employees as well as patients.
<p>
Specifically, I worked with SignalR, which was a ASP.NET library that allowed me to implement real-time
operations (e.g messaging and appearing on contacts list).
</p>
<p>Below is a screenshot of a prototype web application hosted on localhost</p>
<img src="images/chat_screenshot.png" width="95%"/>
</p>
<div class="row">
<div class="list">
<p>Programming Languages Used: </p>
<ul>
<li>C#</li>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div>
<p>Technologies / Frameworks Used: </p>
<ul>
<li>Entity Framework</li>
<li>AngularJS</li>
<li>ASP.NET SignalR</li>
<li>Cordova</li>
<li>Ionic</li>
</ul>
</div>
</div>
<div class="nav_scroll">
<a href="#research" class="more-info more scrolly">
<i class="icon fa fa-angle-down fa-2x"></i>
</a>
</div>
<hr />
<h3 id="research">Research Assistant At Laboratory of Ocular Biomechanics</h3>
<em>Developer | January 2016 - June 2016 | Pittsburgh, PA</em>
<div class="logo">
<img src="images/ocular.jpg" width="40%" />
</div>
<!-- Main content -->
<p>
I debugged and tested java algorithms in Fiji Plugins to aid in eye research.
The field of the human eye is current not well known, so Fiji plugins would be used
to measure and calculate various characterisitcs of the eye. (e.g Tortuosity)
</p>
<p>Program Language used: Java</p>
<p>Technology Used: Fiji Is Just Image J (Fiji) - image processing software</p>
<div class="nav_scroll">
<a href="#hack" class="more-info more scrolly">
<i class="icon fa fa-angle-down fa-2x"></i>
</a>
</div>
<hr />
<h3 id="hack">SteelHacks Hackathon</h3>
<em>Febuary 2017 | Pittsburgh, PA</em>
<div class="logo">
<img src="images/Major_League_Hacking_logo.png" width="35%"/>
</div>
<!-- Main content -->
<p>
I created a music player with two other people. The program would play musical notes on various
instruments included in the javax.sound.midi library. Each of us coded a song. For my song,
I coded "Faded" by Alan Walker using a computer-generated piano.
</p>
<p>Programming Language Used: Java</p>
</div>
<div class="nav_scroll">
<a href="#main" class="more-info more scrolly">
<i class="fa fa-angle-double-up fa-lg"></i></br>
Top
</a>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/eric-dong/" class="icon fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/e-dong" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
<!--<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="mailto:esd15@pitt.edu" class="icon fa-envelope-o" target="_top"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>©2017 Eric Dong 鄧兆應</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>