Skip to content

Commit

Permalink
improve publication card styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent 5518a33 commit e0bedbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Publication.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const bibJSON = BibtexParser.parseToJSON(data)[0];
const authorList = bibJSON.author!.split(" and ")
---

<div class="card-bordered mb-4">
<div class="card-bordered border-base-content rounded mb-4">
<div class="card-body">
<h3 class="card-title">
<h3 class="card-title !mt-0">
{
bibJSON.doi
? <a href={`https://doi.org/${bibJSON.doi}`}>{bibJSON.title}</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/details/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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_.

<Publication sourceFile="src/content/publications/datahub.bib"></Publication>

0 comments on commit e0bedbb

Please sign in to comment.