Add dedicated publications section

This commit is contained in:
2026-04-14 23:25:20 +02:00
parent 1e78782e7e
commit d78e00287f
9 changed files with 82 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
<template>
<div class="md:ml-2 mt-4">
({{ props.year }}). {{ props.title }}.<br/>
<span v-for="(author, i) in props.authors">
<span :class="`${props.highlight_author == author ? 'font-bold' : ''}`">{{ author }}</span><span v-if="i < props.authors.length-1">; </span>
</span>.
({{ props.year }}).<br/>
"{{ props.title }}".<br/>
</span>. <br/>
<span>{{ conference }}</span>.<br/>
<ReferenceLink :doi="doi" :openreview="openreview" :arxiv="arxiv" />
</div>

View File

@@ -1,10 +1,9 @@
<template>
<div class="md:ml-2 mt-4">
({{ props.year }}). {{ props.title }}.<br/>
<span v-for="(author, i) in props.authors">
<span :class="`${props.highlight_author == author ? 'font-bold' : ''}`">{{ author }}</span><span v-if="i < props.authors.length-1">; </span>
</span>.
({{ props.year }}).<br/>
"{{ props.title }}".<br/>
</span>. <br/>
<span class="italic">{{ journal }}</span>.<br/>
<ReferenceLink :doi="doi" :openreview="openreview" :arxiv="arxiv" />
</div>