-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (165 loc) · 6.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="./assets/ico/favicon.ico">
<title>Jack Doan</title>
<link href="./assets/css/bootstrap.css" rel="stylesheet">
</head>
<body role="document">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Jack Doan</a>
</div>
<div class="navbar-collapse collapse"><ul class="nav navbar-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<li><a href="/assets/pdf/JackDoanResume.pdf">Resume</a></li>
<li class="dropdown PROJECTS_ACTIVE">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Robotics</li>
<li><a href="/blender.html">The Blender</a></li>
<li><a href="https://www.youtube.com/channel/UClGu04I9xxNYcLN9llDUbRQ">Blender Videos</a></li>
<li><a href="/comex.html">Comet Exoskeleton</a></li>
<li><a href="https://www.youtube.com/channel/UCGCffAhqLlb1pd3oE7YIftg">LocoLab Videos</a></li>
<li class="dropdown-header">Software</li>
<li><a href="https://github.com/JackDoan">GitHub</a></li>
<li><a href="/scpi.html">SCPI Instrumentation</a></li>
<!--<li><a href="./ll120.html">TODO Corsair LL120</a></li>-->
</ul></li>
</ul></div><!--- end nav-collapse -->
</div>
</div>
<div class="container theme-showcase" role="main">
<div class="row">
<div class="col-md-12"><br></div>
</div>
<div class="row">
<div class="col-md-3">
<img src="./assets/img/jack2.png" style="margin-top: 10%; margin-bottom: 3%;" class="center-block img-thumbnail" alt="Jack Doan">
</div>
<div class="col-md-9">
<div class="jumbotron">
<h1>Hello!</h1>
<p>I'm Jack Doan! I'm a computer engineer, a cybersecurity researcher, and a persistent tinkerer. </p>
<p><a href="mailto:[email protected]" class="btn btn-primary btn-lg" role="button">Send me an Email</a></p>
</div>
</div>
</div>
<div class="page-header">
<h1>About Me</h1>
</div>
<div class="row">
<div class="col-md-12">
<!--make this longer-->
<p>I'm a computer engineer with a passion for solving problems.
Currently, I work at <a href="https://collins.com">Collins Aerospace</a> where I use my knowledge of embedded systems and open-source technologies to breathe new life into legacy systems.
When I'm not poking something with my oscilloscope, I can be found writing programs to play video games for me, reverse-engineering a gadget I bought to make it work on Linux, or building my own home automation solutions.
Got a solution that needs a problem? I'd love to find one.
</p>
</div>
</div>
<div class="page-header">
<h1>Skills</h1>
</div>
<div class="row">
<div class="col-md-4">
<h2>Hardware</h2>
<ul>
<li>PCB Design<!-- - <a>Examples</a>--></li>
<li>Microcontroller Programming:
<ul>
<li>TI C2000</li>
<li>TI MSP430</li>
<li>Atmel AVR</li>
</ul>
</li>
<li>Brushed and Brushless DC Motor Controllers</li>
<li>Verilog & FPGA Development</li>
</ul>
</div>
<div class="col-md-4">
<h2>Development</h2>
<ul>
<li>Experience with the following languages:
<ul>
<li>C/C++</li>
<li>Python</a>
<li>Java</a>
<li>PHP</li>
</ul>
</li>
<li>Programming for Embedded Systems & Internet of Things devices</a>
<li>Full-Stack Web Design & Development</a>
</ul>
</div>
<div class="col-md-4">
<h2>Software</h2>
<ul>
<li>Git and SVN</li>
<li>Red Hat Enterprise Linux</a>
<li>NI LabVIEW - <a href="/assets/pdf/NI-CLAD.pdf">certification</a></li>
<li>NI Multisim & Ultiboard</a>
<li>Xilinx ISE & Vivado</li>
</ul>
</div>
</div>
<div class="page-header">
<h1>Education</h1>
</div>
<div class="row">
<div class="col-md-6">
<h2>Undergraduate</h2>
<ul>
<li>B.S. in Computer Engineering at <a href="https://utdallas.edu">UT Dallas</a></li>
<li>Working with the <a href="http://www.utdallas.edu/~rdg130030/locolab/">Locomotor Control Systems Laboratory</a></li>
</ul>
</div>
<div class="col-md-6">
<h2>Goals</h2>
<p>Wikipedia says that Computer Engineering is a discipline that integrates several fields of electrical engineering and computer science required to develop computer hardware and software. I'd like to do just that. I've always been passionate about using technology to make new things.
<br><br>
Most of all, I want to see my work affect the world around me. Being able to point to a finished product and say "I helped build that!" is very important to me.
<!--b>More words here.</b--> </p>
</div>
</div>
<div class="page-header">
<h1>Hobbies</h1>
</div>
<div class="row">
<div class="col-md-6">
<h2>Combat Robotics</h2>
<p>
I've been the Electrical Team Leader for the <a href="https://utdbattlebots.com">UTD Battlebots Team</a> since late 2014. Since then, I've spearheaded a number of projects to improve the electrical systems of our flagship combat robot, The Blender. These include:
<ul>
<li>Developing a more efficent brushed DC motor controller</li>
<li>Setting & implementing a standard for wiring</li>
<li>Developing power-on and charging safety guidelines</li>
<li>Designing a new controller signal processing board</li>
</ul>
Our team has an exciting track record, including placing 3rd in the world in the 120-pound bracket at the <a href="http://robogames.net/2015.php">2015 Robogames</a> Check out some of our matches <a href="https://utdbattlebots.com/index.php/media/">here!</a>
</div>
<div class="col-md-6">
<!--h2>Games</h2-->
</div>
</div>
<hr><footer>
<div class="row"><div class="col-lg-12">
<p>Copyright © Jack Doan</p>
</div></div></footer>
</div><!-- /.container -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets/js/jquery-3.3.1.slim.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
</body>
</html>