Skip to content

Commit

Permalink
Closes academicpages#45 with an update to the CV generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii authored and dorukaks committed Nov 24, 2024
1 parent 54afe3a commit 01df74f
Showing 1 changed file with 76 additions and 4 deletions.
80 changes: 76 additions & 4 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,95 @@ Education
* M.S.E in Mechanical Engineering, University of Michigan, 2018-
* B.Sc. in Mechanical Engineering, Bogazici University, 2013-2018
* Erasmus+ exchange, Technical University of Munich, 2015-2016
* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
* M.S. in Jekyll, GitHub University, 2014
* B.S. in GitHub, GitHub University, 2012

Work experience
======
* Spring 2024: Academic Pages Collaborator
* Github University
* Duties includes: Updates and improvements to template
* Supervisor: The Users

* Fall 2015: Research Assistant
* Github University
* Duties included: Merging pull requests
* Supervisor: Professor Hub

* Summer 2015: Research Assistant
* Github University
* Duties included: Tagging issues
* Supervisor: Professor Git

Skills
======
* Skill 1
* Skill 2
* Sub-skill 2.1
* Sub-skill 2.2
* Sub-skill 2.3
* Skill 3

<<<<<<< HEAD
=======
Publications
======
<ul>{% for post in site.publications %}
<ul>{% for post in site.publications reversed %}
{% include archive-single-cv.html %}
{% endfor %}</ul>
* M.S.E in Mechanical Engineering, University of Michigan, 2018-
* B.Sc. in Mechanical Engineering, Bogazici University, 2013-2018
* Erasmus+ exchange, Technical University of Munich, 2015-2016


Talks
======
<ul>{% for post in site.talks %}
{% include archive-single-talk-cv.html %}
<ul>{% for post in site.talks reversed %}
{% include archive-single-talk-cv.html %}
{% endfor %}</ul>

Teaching
======
* Spring 2024: Academic Pages Collaborator
* Github University
* Duties includes: Updates and improvements to template
* Supervisor: The Users

* Fall 2015: Research Assistant
* Github University
* Duties included: Merging pull requests
* Supervisor: Professor Hub

* Summer 2015: Research Assistant
* Github University
* Duties included: Tagging issues
* Supervisor: Professor Git

Skills
======
* Skill 1
* Skill 2
* Sub-skill 2.1
* Sub-skill 2.2
* Sub-skill 2.3
* Skill 3

<<<<<<< HEAD
=======
Publications
======
<ul>{% for post in site.publications reversed %}
{% include archive-single-cv.html %}
{% endfor %}</ul>

<!-- Work experience
Talks
======
<ul>{% for post in site.talks reversed %}
{% include archive-single-talk-cv.html %}
{% endfor %}</ul>

Teaching
======
* Spring 2024: Academic Pages Collaborator
* Github University
Expand Down

0 comments on commit 01df74f

Please sign in to comment.