mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-05-06 08:46:40 +00:00
Add dedicated publications section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user