We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cf0c4 commit ae54a77Copy full SHA for ae54a77
_pages/cv.html
_pages/cv.md
@@ -0,0 +1,32 @@
1
+---
2
+layout: archive
3
+title: "CV"
4
+permalink: /cv/
5
+author_profile: true
6
+redirect_from:
7
+ - /wordpress/cv/
8
9
+
10
11
+{% include base_path %}
12
+{% capture written_label %}'None'{% endcapture %}
13
14
15
+Education
16
+======
17
+* B.S. in Github, Github University, 2010
18
+* M.S. in Jekyll, Github University, 2012
19
20
+Publications
21
22
+ {% for post in site.articles %}
23
+ {% include archive-single-cv.html %}
24
+ {% endfor %}
25
26
+Talks
27
28
+ {% for post in site.talks %}
29
+ {% unless post.talk_type == "Conference proceedings talk" %}
30
+ {% include archive-single-talk-cv.html %}
31
+ {% endunless %}
32
0 commit comments