@@ -11,21 +11,26 @@ redirect_from:
11
11
12
12
Education
13
13
======
14
- * B.S. in GitHub, GitHub University, 2012
15
- * M.S. in Jekyll, GitHub University, 2014
16
14
* 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
17
17
18
18
Work experience
19
19
======
20
- * Summer 2015: Research Assistant
20
+ * Spring 2024: Academic Pages Collaborator
21
21
* Github University
22
- * Duties included: Tagging issues
23
- * Supervisor: Professor Git
22
+ * Duties includes: Updates and improvements to template
23
+ * Supervisor: The Users
24
24
25
25
* Fall 2015: Research Assistant
26
26
* Github University
27
27
* Duties included: Merging pull requests
28
28
* Supervisor: Professor Hub
29
+
30
+ * Summer 2015: Research Assistant
31
+ * Github University
32
+ * Duties included: Tagging issues
33
+ * Supervisor: Professor Git
29
34
30
35
Skills
31
36
======
@@ -38,19 +43,19 @@ Skills
38
43
39
44
Publications
40
45
======
41
- <ul >{% for post in site.publications %}
46
+ <ul >{% for post in site.publications reversed %}
42
47
{% include archive-single-cv.html %}
43
48
{% endfor %}</ul >
44
49
45
50
Talks
46
51
======
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 %}
49
54
{% endfor %}</ul >
50
55
51
56
Teaching
52
57
======
53
- <ul >{% for post in site.teaching %}
58
+ <ul >{% for post in site.teaching reversed %}
54
59
{% include archive-single-cv.html %}
55
60
{% endfor %}</ul >
56
61
0 commit comments