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:
@@ -25,6 +25,7 @@
|
||||
<NavLink to="/about" :label="$t('about')"/>
|
||||
<NavLink to="/projects" :label="$t('projects')"/>
|
||||
<NavLink to="/resume" :label="$t('resume')"/>
|
||||
<NavLink to="/publications" :label="$t('publications')"/>
|
||||
<NavLink to="/contacts" :label="$t('contacts')"/>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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