Add intro paragraph
This commit is contained in:
parent
4705112229
commit
3a79d3a2de
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@
|
|||
<h1 id="publications">Publications</h1>
|
||||
</header>
|
||||
<div>
|
||||
{% block before_content %}{% endblock %}
|
||||
{% block before_content %}
|
||||
<p>This is a complete list of publications I have authored or co-authored.
|
||||
You can find my h-index and i10-index information at <a
|
||||
href="http://scholar.google.com/citations?user=pAfLhMoAAAAJ"
|
||||
target="_blank">Google Scholar</a>.
|
||||
</p>
|
||||
{% endblock %}
|
||||
{% for group in publications|groupby(1)|reverse %}
|
||||
<h3 id="{{ group.grouper }}">{{ group.grouper }}</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue