Skip to content

Commit

Permalink
Some issues on CV page are addressed (#694)
Browse files Browse the repository at this point in the history
Partially fixes #693. Also minor issues with bib files have been fixed.
  • Loading branch information
jshinm authored Dec 31, 2022
2 parents 29d1d03 + 35df6b5 commit f8f6b54
Show file tree
Hide file tree
Showing 4 changed files with 5,189 additions and 9,343 deletions.
4 changes: 2 additions & 2 deletions content/about/jovo.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ <h4>{{ section.title }}</h4>


<h3>Published Peer-Reviewed Research Articles</h3>
{% set loops = 'content/bibs/pubs.bib'|load_bibtex("peer-reviewed") %}
<p class="cv-list-desc">
Note: CV author in bold; Trainees are underlined,<br />
<strong>({{PUBSpeer|length}} papers; top 10 cited 3,922 times; H-index 36; 12 first, 13 last, 48 middle authorships)</strong> as of {{ docs.data.updated }}
<strong>({{loops|length}} papers; top 10 cited 3,922 times; H-index 36; 12 first, 13 last, 48 middle authorships)</strong> as of {{ docs.data.updated }}
</p>
{% set loops = 'content/bibs/pubs.bib'|load_bibtex("peer-reviewed") %}
{% include 'partials/pubs_loop.html' %}

<h3>Manuscripts Not Yet Accepted</h3>
Expand Down
Loading

0 comments on commit f8f6b54

Please sign in to comment.