Skip to content

Commit 4d23b4e

Browse files
authored
small corrections
1 parent 62f5937 commit 4d23b4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publications.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="{{ site.base }}/bib/pubs.bib">Download BibTeX.</a>
88
</p>-->
99

10-
<h2> Jornal Papers</h2>
10+
<h2> Journal Papers</h2>
1111
{% assign prev_year = 1000 %}
1212
{% assign pubs = site.data.pubs | sort: "date" | reverse %}
1313
<table class="table">
@@ -22,6 +22,7 @@ <h2> Jornal Papers</h2>
2222
</table>
2323

2424
<h2> Conference Papers</h2>
25+
<p> &ast; - The authors have contributed equally </p>
2526
{% assign prev_year = 1000 %}
2627
{% assign pubs = site.data.pubs | sort: "date" | reverse %}
2728
<table class="table">

0 commit comments

Comments
 (0)