Update resume to match site
This commit is contained in:
21
resume.html
21
resume.html
@@ -23,6 +23,8 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<hr>
|
||||
|
||||
<main>
|
||||
<div class="horizontal-list">
|
||||
<section style="flex-basis: 45%;">
|
||||
@@ -82,16 +84,16 @@
|
||||
<h1>Publications</h1>
|
||||
|
||||
<div class="section-content">
|
||||
Co-Author: Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em> GPCE 2018: 161-167
|
||||
Jácome Cunha, Mihai Dan, Martin Erwig, <strong>Danila Fedorin</strong>, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em> GPCE 2018: 161-167
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Technical Experience</h1>
|
||||
<h1>Experience</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<div class="position">
|
||||
<h2>Research Assistant</h2>
|
||||
<div class="position-location">Oregon State University | Spring 2018 - Present</div>
|
||||
<h2>Research Assistant, Programming Language Theory</h2>
|
||||
<div class="position-location">Oregon State University, Corvallis, OR | Spring 2018 - Present</div>
|
||||
<ul>
|
||||
<li>Devised and implemented language to explain behavior of spreadsheets to new users.</li>
|
||||
<li>Developed tooling in Haskell to verify, generate, and debug the explanation language.</li>
|
||||
@@ -112,10 +114,9 @@
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Undergraduate Teaching Assistant</h2>
|
||||
<div class="position-location">Oregon State University | Winter 2020 - Spring 2020</div>
|
||||
<h2>Undergraduate Teaching Assistant, Programming Language Theory</h2>
|
||||
<div class="position-location">Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020</div>
|
||||
<ul>
|
||||
<li>Helped run Oregon State University's Programming Language Theory course.</li>
|
||||
<li>Engaged in weekly question-and-answer sessions regarding course topics.</li>
|
||||
<li>Aided students in implementing a final project in the form of a custom programming language.</li>
|
||||
<li>Proctored quizzes and exams for over 200 students.</li>
|
||||
@@ -125,7 +126,7 @@
|
||||
|
||||
<div class="position">
|
||||
<h2>Lead Programmer</h2>
|
||||
<div class="position-location">Northwest Advanced Programming Workshop | Summer 2017</div>
|
||||
<div class="position-location">Northwest Advanced Programming Workshop, Portland, OR | Summer 2017</div>
|
||||
<ul>
|
||||
<li>Designed and implemented a desktop calculator application with a focus on usability and feature-completeness.</li>
|
||||
<li>Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design.</li>
|
||||
@@ -137,7 +138,7 @@
|
||||
|
||||
<div class="position">
|
||||
<h2>Game Developer</h2>
|
||||
<div class="position-location">Oregon Game Project Challenge | Spring 2016 and 2017 </div>
|
||||
<div class="position-location">Oregon Game Project Challenge, Portland, OR | Spring 2016 and 2017 </div>
|
||||
<ul>
|
||||
<li>Worked in a team to complete video game to be presented at main event.</li>
|
||||
<li>Created a game engine from scratch using Entity Component Systems architecture.</li>
|
||||
@@ -152,7 +153,7 @@
|
||||
<div class="section-content">
|
||||
<ul>
|
||||
<li><em>Honor Roll (every academic term)</em> — Awarded to students maintaining a full credit load and a GPA above 3.5.</li>
|
||||
<li><em>IB Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
|
||||
<li><em>International Baccalaureate Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
|
||||
<li><em>Finalist</em> — Google Code-In 2016, online competition in which participants
|
||||
complete tasks for open-source projects.</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user