From 1b9d72b294d7a0e1949d482e55bdaffcfa7a2676 Mon Sep 17 00:00:00 2001 From: Wil Thomason Date: Mon, 29 Jan 2024 09:47:16 -0600 Subject: [PATCH] Minor pub style tweaks --- sass/styles/theme.scss | 2 +- templates/publications.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 %}