Add publications.

This commit is contained in:
Danila Fedorin 2019-03-06 20:00:33 -08:00
parent eacbf2b438
commit ae6488bba9
3 changed files with 12 additions and 5 deletions

View File

@ -3,6 +3,9 @@ a {
color: #1dc868;
text-decoration: none; }
svg {
height: 1.2em; }
body {
margin: 0px;
padding: 0px;
@ -17,7 +20,7 @@ header {
div.name {
font-size: 1.25em;
margin: 20px;
margin: 15px;
font-family: "Raleway", serif; }
h1 {

View File

@ -106,7 +106,7 @@
<div class="position">
<h2>Participant</h2>
<div class="position-location">Oregon Game Project Challenge | Spring 2016 and 2016</div>
<div class="position-location">Oregon Game Project Challenge | 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>
@ -127,10 +127,10 @@
</div>
</section>
<section>
<h1>Community Service</h1>
<h1>Publications</h1>
<div class="section-content">
Helped at Findley Elementary School Coding Club; taught young kids basic programming concepts through Scratch.
Co-Author: J&aacute;come Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em> GPCE 2018: 161-167
</div>
</section>
</main>

View File

@ -12,6 +12,10 @@ a {
text-decoration: none;
}
svg {
height: 1.2em;
}
body {
margin: 0px;
padding: 0px;
@ -28,7 +32,7 @@ header {
div.name {
font-size: 1.25em;
margin: 20px;
margin: 15px;
font-family: $big-font, serif;
}