diff --git a/sass/styles/theme.scss b/sass/styles/theme.scss index 1fbc8cf..72e7b1b 100644 --- a/sass/styles/theme.scss +++ b/sass/styles/theme.scss @@ -8,7 +8,7 @@ .pubs { display: grid; - grid-template-columns: 1fr 10fr; + grid-template-columns: 1fr 15fr; gap: 1em; justify-items: left; } diff --git a/templates/publications.html b/templates/publications.html index 7e0d2fb..3f62600 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -64,7 +64,7 @@

Conference Publications

{{ self::authorlist(authors=paper.tags.author) }} - {% if paper.tags.conference and paper.entry_type is matching("inproceedings") %} + {% if paper.tags.conference and paper.entry_type is matching("article") %}
Presented at {{ paper.tags.conference }}. Published in {{ paper.tags.journaltitle | replace(from="{{", to="") | replace(from="}}", to="") }}. @@ -78,7 +78,6 @@

Conference Publications

Acceptance rate: {{ paper.tags.acceptance }}% {% endif %} {% if paper.tags.note %} -
{{ paper.tags.note }} {% endif %}
@@ -123,7 +122,6 @@

Journal Publications

(under review) {% endif %} {% if paper.tags.note %} -
{{ paper.tags.note }} {% endif %}