Skip to content

Commit d340552

Browse files
committed
Closes #45 with an update to the CV generator
1 parent 3a9f6e8 commit d340552

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

_pages/cv.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,26 @@ redirect_from:
1111

1212
Education
1313
======
14-
* B.S. in GitHub, GitHub University, 2012
15-
* M.S. in Jekyll, GitHub University, 2014
1614
* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
15+
* M.S. in Jekyll, GitHub University, 2014
16+
* B.S. in GitHub, GitHub University, 2012
1717

1818
Work experience
1919
======
20-
* Summer 2015: Research Assistant
20+
* Spring 2024: Academic Pages Collaborator
2121
* Github University
22-
* Duties included: Tagging issues
23-
* Supervisor: Professor Git
22+
* Duties includes: Updates and improvements to template
23+
* Supervisor: The Users
2424

2525
* Fall 2015: Research Assistant
2626
* Github University
2727
* Duties included: Merging pull requests
2828
* Supervisor: Professor Hub
29+
30+
* Summer 2015: Research Assistant
31+
* Github University
32+
* Duties included: Tagging issues
33+
* Supervisor: Professor Git
2934

3035
Skills
3136
======
@@ -38,19 +43,19 @@ Skills
3843

3944
Publications
4045
======
41-
<ul>{% for post in site.publications %}
46+
<ul>{% for post in site.publications reversed %}
4247
{% include archive-single-cv.html %}
4348
{% endfor %}</ul>
4449

4550
Talks
4651
======
47-
<ul>{% for post in site.talks %}
48-
{% include archive-single-talk-cv.html %}
52+
<ul>{% for post in site.talks reversed %}
53+
{% include archive-single-talk-cv.html %}
4954
{% endfor %}</ul>
5055

5156
Teaching
5257
======
53-
<ul>{% for post in site.teaching %}
58+
<ul>{% for post in site.teaching reversed %}
5459
{% include archive-single-cv.html %}
5560
{% endfor %}</ul>
5661

0 commit comments

Comments
 (0)