-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (22 loc) · 953 Bytes
/
about.html
File metadata and controls
22 lines (22 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: base
title: About
---
<article>
<header><h3>About</h3></header>
<p>
Hi, you've reached the personal webpage of Dan Harris. I am a software engineer
employed by <a href="http://www.cyclecomputing.com">Cycle Computing</a> living in
southern Connecticut, USA. I am a programmer (a.k.a code monkey) both professionally
and as a hobby. I am interested in web applications, mobile development, cloud computing,
and more.
</p>
<p>
I grew up in Connecticut and then went to college in Upstate New York at the
<a href="http://www.rit.edu">Rochester Institute of Technology</a>. I received
both my Bachelors and Masters degrees in computer science studying artificial intelligence
with <a href="http://cs.rit.edu/~rsg">Dr. Roger Gaborski</a>. If you are interested in
checking out my thesis, "A Biologically Inspired Focus of Attention Model", you can
find it <a href="http://github.com/staer/MS-Thesis">here</a>.
</p>
</article>