Skip to content

Commit

Permalink
Fix pub counting issue (neurodata#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshinm committed Dec 31, 2022
1 parent 2e7125b commit 35df6b5
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 35df6b5

Please sign in to comment.