Skip to content

Commit

Permalink
Update myresume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amente committed Feb 16, 2015
1 parent 0ca5b25 commit e9ee626
Showing 1 changed file with 38 additions and 40 deletions.
78 changes: 38 additions & 40 deletions resume/myresume.html
Expand Up @@ -193,14 +193,9 @@ <h2>Skills</h2>
Programming Languages
</div>
<div class="keywords">
Java (Excellent),
Python (Very Good),
C (Very Good),
C++ (Good),
C# (Very Good),
Javascript (Good),
GO (Familiar),
Ruby (Familiar)
<b>Over 5000 lines</b>: Java, C# <br>
<b>Over 1000 lines</b>: Python, C, JavaScript <br>
<b>Familiar</b>: C++,Ruby, GO
</div>
</div>
<div class="item">
Expand Down Expand Up @@ -230,13 +225,35 @@ <h2>Skills</h2>
Hardware
</div>
<div class="keywords">
ARM Cortex M microcontrollers,
ARM Cortex M micro-controllers,
Zigbee Networks, Bluetooth, Wifi,
Hardware Protocols and Interfaces: I2C, SPI, USB
</div>
</div>
</section>

<section id="projects">
<h2>RELEVANT PROJECTS</h2>
<div class="item">
<div class="name">
<a href="http://amente.github.io/projects/KondoKinect/"><b>Controlling a Humanoid Robot using Kinect V2 </b></a>
</div>
<ul class="keywords">
<li> Implemented a firmware for controlling robot hardware using C and the Cortex Micro-controller Software Interface Standard (CMSIS) </li>
<li> Developed a user software in C#, using Microsoft .NET Framework 4.5 and WPF</li>
</ul>
</div>
<div class="item">
<div class="name">
<a href="http://amente.github.io/projects/Cansat%20Competition_2014/"> <b>CanSat Competition 2014 Team Lead </b></a>
</div>
<ul class="keywords">
<li>Led a team of 10 students which designed a can sized satellite system to take part in the international annual CanSat Competition and ranked 8th out of 36 teams worldwide </li>
<li> Worked on system firmware for a Freescale HC08 micro-controller using C to interface sensors and implemented a ZigBee wireless mesh network using XBee radios</li>
</ul>
</div>
</section>

<section class="experience">
<h2>Experience</h2>
<section class="item">
Expand All @@ -258,9 +275,9 @@ <h3 class="name">IBM</h3>
<p>Technologies: Node.js, Java, Coudant DBAAS, Hadoop, BlueMix</p>
</div>
<ul class="highlights">
<li>Developed a prototype for Social Media Analytics as a Service application on IBM’s PAAS platform BlueMix.</li>
<li>Worked with a client to identify their requirements and deliver a proof of concept web application that showcases Social Media Analytics as a service.</li>
<li>Prepared and delivered pitch to senior executives and CEO of IBM on the business value and proposition.</li>
<li>Developed a prototype for Social Media Analytics as a Service application on IBM’s PAAS platform BlueMix</li>
<li>Worked with a client to identify their requirements and deliver a proof of concept web application that showcases Social Media Analytics as a service</li>
<li>Prepared and delivered pitch to senior executives and CEO of IBM on the business value and proposition</li>
</ul>
</section>
<section class="item">
Expand Down Expand Up @@ -364,7 +381,7 @@ <h3 class="name">IEEE Carleton University Student Branch</h3>
<h3 class="name">Carleton University Robotics Club</h3>
</header>
<span class="position">
CanSat Competition 2014 Team Lead
Project lead and workshop coordinator
</span>

<span class="startDate">
Expand All @@ -375,10 +392,10 @@ <h3 class="name">Carleton University Robotics Club</h3>
</span>

<div class="summary">
<p>Led a team of 10 students which designed a can sized satellite system to take part in the international annual CanSat Competition</p>
<p></p>
</div>
<ul class="highlights">
<li>Worked on system firmware for a Freescale HC08 microcontroller using C to interface sensors. Implemented a ZigBee wireless mesh network using XBee radios</li>
<li>Organized introductory robotics and micro-controller programming workshops using Arduino IDE and C/C++ to students from 12 high schools in Ottawa</li>
</ul>
</div>
</section>
Expand Down Expand Up @@ -407,9 +424,9 @@ <h3 class="name">Carleton University</h3>
<span class="area">
- Computer Systems Engineering
</span>

<br>
<span class="gpa">
GPA: 10.9 (A)
GPA: 10.86 / 12.0 (A)
</span>
</div>

Expand Down Expand Up @@ -438,45 +455,26 @@ <h3 class="name">Addis Ababa University</h3>
</span>

<span class="gpa">
GPA: 3.6 (Second Year Level Achieved)
GPA: 3.6 / 4.0 (Second Year Level Achieved)
</span>
</div>

</div>
</section>





<section id="interests">
<h2>Interests</h2>
<div class="item">
<div class="name">
Amateur Radio, Advanced License VA3AXB
</div>
<ul class="keywords">
<li>Antenna Design</li>
<li>Radio Circuits</li>
</ul>
</div>
<div class="item">
<div class="name">
DIY
</div>
<ul class="keywords">
<li>Arduino</li>
<li>Raspberry PI</li>
<li>3D Printers</li>
</ul>
</div>
</div>
<div class="item">
<div class="name">
Programming Contests
</div>
<ul class="keywords">
<li>Google CodeJam 2012,2013</li>
<li>Facebook Hacker Cup 2013</li>
<li>IEEE Extreme Programming 2012,2014</li>
<li>Google CodeJam(2012,2013), Facebook Hacker Cup(2013,2014), IEEE Extreme Programming(2012,2014)</li>
</ul>
</div>
</section>
Expand Down

0 comments on commit e9ee626

Please sign in to comment.