Skip to content

Commit 13bd5d2

Browse files
Adds Download Button to CV, Updates CV to show publications, Adds CV file
1 parent c2b4077 commit 13bd5d2

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

_pages/cv.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: archive
3-
title: "Curriculum Vitae"
3+
title: "Curriculum Vitae"
44
permalink: /cv/
55
author_profile: true
66
redirect_from:
@@ -9,7 +9,16 @@ redirect_from:
99

1010
{% include base_path %}
1111

12-
-----
12+
<!-- <a href="{{ base_path }}/files/Anup_Kumar_Gupta_CV.pdf" class="btn btn--primary" target="_blank"><i class="fas fa-file-pdf"></i> Download CV</a>
13+
14+
<a href="{{ base_path }}/files/Anup_Kumar_Gupta_CV.pdf" class="btn" target="_blank"><i class="fas fa-file-pdf"></i> Download CV</a>
15+
16+
<a href="{{ base_path }}/files/Anup_Kumar_Gupta_CV.pdf" class="btn btn--outline-primary" target="_blank"><i class="fas fa-file-pdf"></i> Download CV</a> -->
17+
18+
<a href="{{ base_path }}/files/Anup_Kumar_Gupta_CV.pdf" target="_blank"><i class="fas fa-file-pdf" style="margin-right: 5px;"></i><strong>Download CV</strong></a>
19+
20+
<!-- ----- -->
21+
1322

1423
Education
1524
=========
@@ -19,9 +28,11 @@ Education
1928

2029
Publications
2130
======
22-
<ul>{% for post in site.publications %}
23-
{% include archive-single-cv.html %}
24-
{% endfor %}</ul>
31+
{% assign sorted_papers = site.data.publications | sort: "year" | reverse %}
32+
33+
{% for paper in sorted_papers %}
34+
* {{ paper.authors | replace: "Anup Kumar Gupta", "<span style='font-weight: 550;'>Anup Kumar Gupta</span>" }}. ``[{% if paper.link != empty and paper.link != nil %}{{ paper.title }}{% else %}{{ paper.title }}{% endif %}]({{ paper.link }})''. *{{ paper.venue }}*, {{ paper.year }}.
35+
{% endfor %}
2536

2637
Patent
2738
======

_pages/publications.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ author_profile: true
1313

1414
{% for paper in sorted_papers %}
1515
* {{ paper.authors | replace: "Anup Kumar Gupta", "<span style='font-weight: 550;'>Anup Kumar Gupta</span>" }}. ``[{% if paper.link != empty and paper.link != nil %}{{ paper.title }}{% else %}{{ paper.title }}{% endif %}]({{ paper.link }})''. *{{ paper.venue }}*, {{ paper.year }}.
16-
{% endfor %}
17-
18-
{% for paper in sorted_papers %}
19-
* {{ paper.authors }}. ``[{% if paper.link != empty and paper.link != nil %}{{ paper.title }}{% else %}{{ paper.title }}{% endif %}]({{ paper.link }})''. *{{ paper.venue }}*, {{ paper.year }}.
2016
{% endfor %}

files/Anup_Kumar_Gupta_CV.pdf

134 KB
Binary file not shown.
-120 KB
Binary file not shown.

0 commit comments

Comments
 (0)