Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QianGroupUofT committed Apr 25, 2021
1 parent f0a1523 commit 39e4c1b
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,7 @@ permalink: /publications/

## Group highlights

(For a full list see [below](#full-list) or go to [Google Scholar](https://scholar.google.ca/citations?hl=en&user=sLHyO1wAAAAJ&view_op=list_works&sortby=pubdate).

{% assign number_printed = 0 %}
{% for publi in site.data.publist %}

{% assign even_odd = number_printed | modulo: 2 %}
{% if publi.highlight == 1 %}

{% if even_odd == 0 %}
<div class="row">
{% endif %}

<div class="col-sm-6 clearfix">
<div class="well">
<pubtit>{{ publi.title }}</pubtit>
<img src="{{ site.url }}{{ site.baseurl }}/images/pubpic/{{ publi.image }}" class="img-responsive" width="33%" style="float: left" />
<p>{{ publi.description }}</p>
<p><em>{{ publi.authors }}</em></p>
<p><strong><a href="{{ publi.link.url }}">{{ publi.link.display }}</a></strong></p>
<p class="text-danger"><strong> {{ publi.news1 }}</strong></p>
<p> {{ publi.news2 }}</p>
</div>
</div>
For a full list see [below](#full-list) or go to [Google Scholar](https://scholar.google.ca/citations?hl=en&user=sLHyO1wAAAAJ&view_op=list_works&sortby=pubdate).

{% assign number_printed = number_printed | plus: 1 %}

Expand Down

0 comments on commit 39e4c1b

Please sign in to comment.