-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting up the research, students, publications and teaching tabs of …
…the webpage.
- Loading branch information
1 parent
0275739
commit 008f856
Showing
6 changed files
with
178 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: archive | ||
title: "CV" | ||
permalink: /cv/ | ||
author_profile: true | ||
redirect_from: | ||
- /resume | ||
--- | ||
|
||
{% include base_path %} | ||
|
||
Education | ||
====== | ||
* B.S. in Github, Github University, 2012 | ||
* M.S. in Jekyll, Github University, 2014 | ||
* Ph.D in Version Control Theory, Github University, 2018 (expected) | ||
|
||
Work experience | ||
====== | ||
* Summer 2015: Research Assistant | ||
* Github University | ||
* Duties included: Tagging issues | ||
* Supervisor: Professor Git | ||
|
||
* Fall 2015: Research Assistant | ||
* Github University | ||
* Duties included: Merging pull requests | ||
* Supervisor: Professor Hub | ||
|
||
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 %} | ||
{% include archive-single-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Talks | ||
====== | ||
<ul>{% for post in site.talks %} | ||
{% include archive-single-talk-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Teaching | ||
====== | ||
<ul>{% for post in site.teaching %} | ||
{% include archive-single-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Service and leadership | ||
====== | ||
* Currently signed in to 43 different slack teams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: archive | ||
title: "CV" | ||
permalink: /cv/ | ||
author_profile: true | ||
redirect_from: | ||
- /resume | ||
--- | ||
|
||
{% include base_path %} | ||
|
||
Education | ||
====== | ||
* B.S. in Github, Github University, 2012 | ||
* M.S. in Jekyll, Github University, 2014 | ||
* Ph.D in Version Control Theory, Github University, 2018 (expected) | ||
|
||
Work experience | ||
====== | ||
* Summer 2015: Research Assistant | ||
* Github University | ||
* Duties included: Tagging issues | ||
* Supervisor: Professor Git | ||
|
||
* Fall 2015: Research Assistant | ||
* Github University | ||
* Duties included: Merging pull requests | ||
* Supervisor: Professor Hub | ||
|
||
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 %} | ||
{% include archive-single-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Talks | ||
====== | ||
<ul>{% for post in site.talks %} | ||
{% include archive-single-talk-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Teaching | ||
====== | ||
<ul>{% for post in site.teaching %} | ||
{% include archive-single-cv.html %} | ||
{% endfor %}</ul> | ||
|
||
Service and leadership | ||
====== | ||
* Currently signed in to 43 different slack teams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 1" | ||
collection: publications | ||
permalink: /publication/2009-10-01-paper-title-number-1 | ||
excerpt: 'This paper is about the number 1. The number 2 is left for future work.' | ||
date: 2009-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper1.pdf' | ||
citation: 'Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1).' | ||
--- | ||
This paper is about the number 1. The number 2 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper1.pdf) | ||
|
||
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 2" | ||
collection: publications | ||
permalink: /publication/2010-10-01-paper-title-number-2 | ||
excerpt: 'This paper is about the number 2. The number 3 is left for future work.' | ||
date: 2010-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper2.pdf' | ||
citation: 'Your Name, You. (2010). "Paper Title Number 2." <i>Journal 1</i>. 1(2).' | ||
--- | ||
This paper is about the number 2. The number 3 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper2.pdf) | ||
|
||
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." <i>Journal 1</i>. 1(2). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 3" | ||
collection: publications | ||
permalink: /publication/2015-10-01-paper-title-number-3 | ||
excerpt: 'This paper is about the number 3. The number 4 is left for future work.' | ||
date: 2015-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper3.pdf' | ||
citation: 'Your Name, You. (2015). "Paper Title Number 3." <i>Journal 1</i>. 1(3).' | ||
--- | ||
This paper is about the number 3. The number 4 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper3.pdf) | ||
|
||
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." <i>Journal 1</i>. 1(3). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 1" | ||
collection: publications | ||
permalink: /publication/2009-10-01-paper-title-number-1 | ||
excerpt: 'This paper is about the number 1. The number 2 is left for future work.' | ||
date: 2009-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper1.pdf' | ||
citation: 'Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1).' | ||
--- | ||
This paper is about the number 1. The number 2 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper1.pdf) | ||
|
||
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1). |