diff --git a/resume.html b/resume.html
index 978e41d..8f476e1 100644
--- a/resume.html
+++ b/resume.html
@@ -79,7 +79,7 @@
Publications
- Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper). GPCE 2018: 161-167
+ Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper). GPCE 2018: 161-167
@@ -91,9 +91,9 @@
Oregon State University, Corvallis, OR | Spring 2018 - Present
- Devised and implemented language to explain behavior of spreadsheets to new users.
- - Developed tooling in Haskell to verify, generate, and debug the explanation language.
- - Contributed to research paper published to the International Conference on Generative Programming.
- - Formalized operational semantics of new explanation-oriented programming language.
+ - Developed tooling in Haskell to verify, generate, and debug the explanation language.
+ - Contributed to research paper published to the International Conference on Generative Programming.
+ - Formalized operational semantics of new explanation-oriented programming language.
@@ -103,19 +103,19 @@
- Designed and published website currently live at danilafe.com.
- Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.
- - Created 11-part series on compiler development, walking readers through lexing, parsing, compilation using LLVM,
+
- Created 11-part series on compiler development, walking readers through lexing, parsing, compilation using LLVM,
garbage collection, and polymorphic type checking.
-
Undergraduate Teaching Assistant, Programming Language Theory
+
Undergraduate Teaching Assistant, Programming Language Theory, CS 381
Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020
- Engaged in weekly question-and-answer sessions regarding course topics.
- - Aided students in implementing a final project in the form of a custom programming language.
- - Proctored quizzes and exams for over 200 students.
- - Hosted independent review sessions attended by over 70 students.
+ - Aided students in implementing a final project in the form of a custom programming language.
+ - Proctored quizzes and exams for over 200 students.
+ - Hosted independent review sessions attended by over 70 students.
@@ -123,10 +123,10 @@
Lead Programmer
Northwest Advanced Programming Workshop, Portland, OR | Summer 2017
- - Designed and implemented a desktop calculator application with a focus on usability and feature-completeness.
+ - Designed and implemented a desktop calculator application with a focus on usability and feature-completeness.
- Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design.
- - Profiled and debugged application in order to find inefficiencies, reducing computation time by 60%.
- - Led a small team using the git version control system.
+ - Profiled and debugged application using VisualVM in order to find inefficiencies, reducing computation time by 60%.
+ - Led a small team using the git version control system.
- Exercised public speaking and communication skills by reporting progress to supervisor and presenting to other teams.
@@ -136,9 +136,9 @@
Oregon Game Project Challenge, Portland, OR | Spring 2016 and 2017
- Worked in a team to complete video game to be presented at main event.
- - Created a game engine from scratch using Entity Component Systems architecture.
- - Used OpenGL shaders and normal mapping to create 2D-shadow system.
- - Developed novel interaction between physical components (microcontrollers) and the video game for multi-user cooperation.
+ - Created a game engine from scratch using Entity Component Systems architecture.
+ - Used OpenGL shaders and normal mapping to create 2D-shadow system.
+ - Developed novel interaction between physical components (microcontrollers) and the video game for multi-user cooperation.
diff --git a/scss/style.scss b/scss/style.scss
index 811724e..2e1a4a1 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -1,4 +1,4 @@
-@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
$text-font: 'Raleway';
$big-font: 'Raleway';
@@ -69,7 +69,7 @@ h1 {
h2 {
font-size: 1.2em;
- font-weight: 500;
+ font-weight: 400;
margin-bottom: 0px;
margin-top: 0px;
}
@@ -152,3 +152,8 @@ div.position-location {
section {
page-break-inside: avoid;
}
+
+em.bold {
+ font-style: normal;
+ font-weight: 600;
+}