Skip to content

Commit

Permalink
updated resume
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 9, 2017
1 parent 6e668ea commit 885cc4a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: default

<h1 style="text-align: center; width: 100%; font-size: 50px;">Ben Bolte</h1>

Hello! You've reached my homepage. I am a Master's candidate in Computer Science at Emory University in Atlanta, GA. Check out <a href="/resources/misc/wireworld.html" target="_blank">wireworld</a> and <a href="/resume.html" target="_blank">my resume</a>, as well as my <a href="/ml">machine learning blog</a>.
Hello! You've reached my homepage. I am a Master's candidate in Computer Science at Emory University in Atlanta, GA. Check out <a href="/resources/misc/wireworld.html" target="_blank">wireworld</a> and <a href="/resume" target="_blank">my resume</a>, as well as my <a href="/ml">machine learning blog</a>.

## Cool stuff from around the web
- [Visualizing Deep Belief Networks](https://www.cs.toronto.edu/~hinton/adi/index.htm)
Expand Down
68 changes: 36 additions & 32 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
<head>
<title>Benjamin Bolte Resume</title>
<style>
body {
font-family: "Open Sans", sans-serif;
font-weight: 300;
line-height: 1.1;
}
h1, h2, h3 {
font-weight: 400;
color: #121;
}
h1, h2 {
text-align: center;
text-align: center;
}
h2 {
text-decoration: underline;
text-decoration: underline;
}
</style>
</head>
<body>
<tt>

<h1>Benjamin Bolte</h1>

Expand All @@ -37,31 +45,6 @@ <h3>Bachelor's of Science and Master's of Science, Math and Computer Science, Em
<li>Thesis Advisor: <a href="http://www.mathcs.emory.edu/~avani/">Avani Wildani</a></li>
</ul>

<h2>Academic Experience</h2>

<h3>Deep Language Modeling for Question Answering using Keras</h3>
<p>
Recurrent and convolutional neural networks for question answering, including attention mechanisms and word embeddings. Presented as a <a href="https://www.youtube.com/watch?v=bvZnphPgz74">tutorial at PyData Carolinas 2016</a>.
</p>

<h3>Live demonstration: FPAA Demonstration Controlled through Android-Based Device</h3>
<p>
Presented a <a href="http://ieeexplore.ieee.org/document/7527525/?reload=true&arnumber=7527525&refinements%3D4224660032%26filter%3DAND(p_IS_Number:7527154)">conference poster</a> as first author at the International Symposium on Circuits and Systems conference, 2016.
</p>

<h3>Researcher, Georgia Tech CADSP Lab</h3>
<ul>
<li>May 2015 to present, Cooperative Analog-Digital Signal Processing Lab, Jennifer Hasler</li>
<li>Investigate how field-programmable analog arrays can be used for neuromorphic computing</li>
<li>Presented a conference poster as ISCAS 2016</li>
</ul>

<h3>Researcher, Emory University Sober Lab</h3>
<ul>
<li>May 2014 to May 2015</li>
<li>Investigated vocal characteristics of songbirds under electrical stimulation</li>
</ul>

<h2>Work Experience</h2>

<h3>SDE Intern, Google Research, Machine Perception</h3>
Expand All @@ -88,6 +71,31 @@ <h3>Student Programmer, Emory Center for Digital Scholarship</h3>
<li>Wrote PHP Wordpress plugin to support rendering TEI-formatted XML documents</li>
</ul>

<h2>Academic Experience</h2>

<h3>Deep Language Modeling for Question Answering using Keras</h3>
<p>
Recurrent and convolutional neural networks for question answering, including attention mechanisms and word embeddings. Presented as a <a href="https://www.youtube.com/watch?v=bvZnphPgz74">tutorial at PyData Carolinas 2016</a>.
</p>

<h3>Live demonstration: FPAA Demonstration Controlled through Android-Based Device</h3>
<p>
Presented a <a href="http://ieeexplore.ieee.org/document/7527525/?reload=true&arnumber=7527525&refinements%3D4224660032%26filter%3DAND(p_IS_Number:7527154)">conference poster</a> as first author at the International Symposium on Circuits and Systems conference, 2016.
</p>

<h3>Researcher, Georgia Tech CADSP Lab</h3>
<ul>
<li>May 2015 to present, Cooperative Analog-Digital Signal Processing Lab, Jennifer Hasler</li>
<li>Investigate how field-programmable analog arrays can be used for neuromorphic computing</li>
<li>Presented a conference poster as ISCAS 2016</li>
</ul>

<h3>Researcher, Emory University Sober Lab</h3>
<ul>
<li>May 2014 to May 2015</li>
<li>Investigated vocal characteristics of songbirds under electrical stimulation</li>
</ul>

<h2>Open Source Contributions</h2>

<h3>Keras</h3>
Expand Down Expand Up @@ -117,8 +125,6 @@ <h2>Awards</h2>
<h3>2nd Place, ACM ICPC 2015</h3>
<ul>
<li>Recieved 2nd place in the ACM Southeast Regional ICPC Division 2 competition</li>
<li>Competed against more than 60 teams and solved 9 out of 11 problems in total</li>
<li>Placed 1st at the Georgia Tech site and 2nd overall in the Southeast region</li>
</ul>

<h3>Round 2, Facebook Hacker's Cup 2016</h3>
Expand All @@ -128,7 +134,6 @@ <h3>Round 2, Facebook Hacker's Cup 2016</h3>

<h3>Dean's Achievement Scholarship</h3>
<ul>
<li>Awarded in May 2014</li>
<li>Top merit scholarship awared each year to ~25 rising sophomores and juniors in Emory College</li>
</ul>

Expand Down Expand Up @@ -185,6 +190,5 @@ <h3>Other Experience</h3>
Last updated October 26, 2016
</p>

</tt>
</body>
</html>

0 comments on commit 885cc4a

Please sign in to comment.