mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-03-22 00:42:23 +00:00
Update publications
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<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 }}). "{{ props.title }}".
|
||||
<span>{{ conference }}</span>.
|
||||
<ReferenceLink :doi="doi" :openreview="openreview" />
|
||||
({{ props.year }}).<br/>
|
||||
"{{ props.title }}".<br/>
|
||||
<span>{{ conference }}</span>.<br/>
|
||||
<ReferenceLink :doi="doi" :openreview="openreview" :arxiv="arxiv" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -18,6 +19,7 @@
|
||||
year: String,
|
||||
conference: String,
|
||||
doi: { type: String, default: '' },
|
||||
openreview: { type: String, default: '' }
|
||||
openreview: { type: String, default: '' },
|
||||
arxiv: { type: String, default: '' }
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user