From e0bedbb0d2c9fbe8464209e75a642dabfccbb739 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 20 Sep 2024 11:14:39 +0200 Subject: [PATCH] improve publication card styling --- src/components/Publication.astro | 4 ++-- src/pages/details/resources.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Publication.astro b/src/components/Publication.astro index 7fb9bcc..137429a 100644 --- a/src/components/Publication.astro +++ b/src/components/Publication.astro @@ -16,9 +16,9 @@ const bibJSON = BibtexParser.parseToJSON(data)[0]; const authorList = bibJSON.author!.split(" and ") --- -
+
-

+

{ bibJSON.doi ? {bibJSON.title} diff --git a/src/pages/details/resources.mdx b/src/pages/details/resources.mdx index 6fb8808..22b2ee7 100644 --- a/src/pages/details/resources.mdx +++ b/src/pages/details/resources.mdx @@ -43,6 +43,6 @@ Here are some highlights: ## Publications -_a curated list of publications related to ARCS_. +_A curated list of publications related to ARCS_.