Update publications

This commit is contained in:
2026-03-11 23:25:01 +01:00
parent 1e84da008c
commit 6a0beb29e1
4 changed files with 28 additions and 15 deletions

View File

@@ -3,9 +3,10 @@
<span v-for="(author, i) in props.authors"> <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 :class="`${props.highlight_author == author ? 'font-bold' : ''}`">{{ author }}</span><span v-if="i < props.authors.length-1">; </span>
</span>. </span>.
({{ props.year }}). "{{ props.title }}". ({{ props.year }}).<br/>
<span>{{ conference }}</span>. "{{ props.title }}".<br/>
<ReferenceLink :doi="doi" :openreview="openreview" /> <span>{{ conference }}</span>.<br/>
<ReferenceLink :doi="doi" :openreview="openreview" :arxiv="arxiv" />
</div> </div>
</template> </template>
@@ -18,6 +19,7 @@
year: String, year: String,
conference: String, conference: String,
doi: { type: String, default: '' }, doi: { type: String, default: '' },
openreview: { type: String, default: '' } openreview: { type: String, default: '' },
arxiv: { type: String, default: '' }
}); });
</script> </script>

View File

@@ -3,9 +3,10 @@
<span v-for="(author, i) in props.authors"> <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 :class="`${props.highlight_author == author ? 'font-bold' : ''}`">{{ author }}</span><span v-if="i < props.authors.length-1">; </span>
</span>. </span>.
({{ props.year }}). "{{ props.title }}". ({{ props.year }}).<br/>
<span class="italic">{{ journal }}</span>. "{{ props.title }}".<br/>
<ReferenceLink :doi="doi" :openreview="openreview" /> <span class="italic">{{ journal }}</span>.<br/>
<ReferenceLink :doi="doi" :openreview="openreview" :arxiv="arxiv" />
</div> </div>
</template> </template>
@@ -18,6 +19,7 @@
year: String, year: String,
journal: String, journal: String,
doi: { type: String, default: '' }, doi: { type: String, default: '' },
openreview: { type: String, default: '' } openreview: { type: String, default: '' },
arxiv: { type: String, default: '' }
}); });
</script> </script>

View File

@@ -1,13 +1,15 @@
<template> <template>
<span v-if="doi === '' && openreview === ''">{{ $t("under_review") }}</span> <span v-if="doi === '' && openreview === '' && arxiv === ''">{{ $t("under_review") }}</span>
<span v-if="doi !== ''"><span class="font-mono">DOI</span>: <a :href="`https://doi.org/${props.doi}`" class="font-mono hover:underline">{{ props.doi }}</a>.</span> <span v-if="doi !== ''"><span class="font-mono">DOI</span>: <a :href="`https://doi.org/${props.doi}`" class="font-mono hover:underline">{{ props.doi }}</a>.</span>
<span v-if="openreview !== ''"><span class="font-mono">OpenReview</span>: <a :href="`https://openreview.net/forum?id=${props.openreview}`" class="font-mono hover:underline">{{ props.openreview }}</a>.</span> <span v-if="openreview !== ''"><span class="font-mono">OpenReview</span>: <a :href="`https://openreview.net/forum?id=${props.openreview}`" class="font-mono hover:underline">{{ props.openreview }}</a>.</span>
<span v-if="arxiv !== ''"><span class="font-mono">arXiv</span>: <a :href="`https://arxiv.org/abs/${props.arxiv}`" class="font-mono hover:underline">{{ props.arxiv }}</a>.</span>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
const props = defineProps({ const props = defineProps({
doi: { type: String, default: '' }, doi: { type: String, default: '' },
openreview: { type: String, default: '' } openreview: { type: String, default: '' },
arxiv: { type: String, default: '' }
}); });
</script> </script>

View File

@@ -3,10 +3,17 @@
<h2 class="text-4xl font-bold tracking-wide">{{ $t("publications") }}</h2> <h2 class="text-4xl font-bold tracking-wide">{{ $t("publications") }}</h2>
<ConferenceReference
title = "SciClaimEval: Cross-modal Claim Verification in Scientific Papers"
:authors = "['Xanh Ho', 'Yun-Ang Wu', 'Sunisth Kumar', 'Tian Cheng Xia', 'Florian Boudin', 'Andre Greiner-Petter', 'Akiko Aizawa']"
:highlight_author = "highlight_author"
year = "2026"
conference = "Language Resources and Evaluation Conference (LREC)"
arxiv = "2602.07621" />
<ConferenceReference <ConferenceReference
title = "UnitMath: Unit-Aware Numerical Reasoning and Dimensional Consistency for Scientific Table Claims" title = "UnitMath: Unit-Aware Numerical Reasoning and Dimensional Consistency for Scientific Table Claims"
:authors = "['AI Scientist', 'Ho, Xanh', 'Xia, Tian Cheng', 'Duong, Khoa', 'Wu, Yun-Ang', 'Nguyen, Ha-Thanh', 'Aizawa, Akiko' ]" :authors = "['AI Scientist', 'Xanh Ho', 'Tian Cheng Xia', 'Khoa Duong', 'Yun-Ang Wu', 'Ha-Thanh Nguyen', 'Akiko Aizawa']"
:highlight_author = "highlight_author" :highlight_author = "highlight_author"
year = "2025" year = "2025"
conference = "Open Conference of AI Agents for Science 2025" conference = "Open Conference of AI Agents for Science 2025"
@@ -14,7 +21,7 @@
<ConferenceReference <ConferenceReference
title = "Decontextualization, Everywhere: A Systematic Audit on PeerQA" title = "Decontextualization, Everywhere: A Systematic Audit on PeerQA"
:authors = "['AI Scientist', 'Ho, Xanh', 'Xia, Tian Cheng', 'Duong, Khoa', 'Wu, Yun-Ang', 'Nguyen, Ha-Thanh', 'Aizawa, Akiko' ]" :authors = "['AI Scientist', 'Xanh Ho', 'Tian Cheng Xia', 'Khoa Duong', 'Yun-Ang Wu', 'Ha-Thanh Nguyen', 'Akiko Aizawa']"
:highlight_author = "highlight_author" :highlight_author = "highlight_author"
year = "2025" year = "2025"
conference = "Open Conference of AI Agents for Science 2025" conference = "Open Conference of AI Agents for Science 2025"
@@ -23,7 +30,7 @@
<JournalReference <JournalReference
title = "Large Language Models Evaluation for PubMed Extractive Summarisation" title = "Large Language Models Evaluation for PubMed Extractive Summarisation"
:authors = "['Xia, Tian Cheng', 'Bertini, Flavio', 'Montesi, Danilo']" :authors = "['Tian Cheng Xia', 'Flavio Bertini', 'Danilo Montesi']"
:highlight_author = "highlight_author" :highlight_author = "highlight_author"
year = "2025" year = "2025"
journal = "ACM Transactions on Computing for Healthcare" journal = "ACM Transactions on Computing for Healthcare"
@@ -31,7 +38,7 @@
<JournalReference <JournalReference
title = "The Design and Realization of a Self-Hosted and Open-Source Agile Internal Development Platform" title = "The Design and Realization of a Self-Hosted and Open-Source Agile Internal Development Platform"
:authors = "['Ciancarini, Paolo', 'Giancarlo, Raffaele', 'Grimaudo, Gennaro', 'Missiroli, Marcello', 'Xia, Tian Cheng']" :authors = "['Paolo Ciancarini', 'Raffaele Giancarlo', 'Gennaro Grimaudo', 'Marcello Missiroli', 'Tian Cheng Xia']"
:highlight_author = "highlight_author" :highlight_author = "highlight_author"
year = "2025" year = "2025"
journal = "IEEE Access" journal = "IEEE Access"
@@ -42,5 +49,5 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
const highlight_author = "Xia, Tian Cheng"; const highlight_author = "Tian Cheng Xia";
</script> </script>