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 austinwli committed Oct 13, 2024
1 parent bdaf0a0 commit f1ed174
Showing 1 changed file with 52 additions and 3 deletions.
55 changes: 52 additions & 3 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,56 @@ redirect_from:
{% include base_path %}
{% capture written_label %}'None'{% endcapture %}

If the embedded PDF below does not load, you can <u><a href="https://austinwli.github.io/files/UPDATE-NAME.pdf">download it here.</a></u>
<br/>
Education
======
* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
* M.S. in Jekyll, GitHub University, 2014
* B.S. in GitHub, GitHub University, 2012

<embed src="https://austinwli.github.io/files/UPDATE-NAME.pdf" type="application/pdf" width="100%" />
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

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

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

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

Service and leadership
======
* Currently signed in to 43 different slack teams

0 comments on commit f1ed174

Please sign in to comment.