Skip to content

Commit 9fbc510

Browse files
committed
publication list update
1 parent cc9b3b9 commit 9fbc510

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

_data/publications.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- arxiv_cat: hep-lat
2+
arxiv_id: '2603.19557'
3+
authors:
4+
- Jong-Wan Lee
5+
- Ed Bennett
6+
- Yannick Dengler
7+
- Deog Ki Hong
8+
- Ho Hsiao
9+
- C.-J. David Lin
10+
- Biagio Lucini
11+
- Axel Maas
12+
- Maurizio Piai
13+
- Davide Vadacchino
14+
- Fabian Zierler
15+
category: Conference proceedings
16+
created: '2026-03-23T04:05:39.322002+00:00'
17+
inspire: https://inspirehep.net/literature/3132391
18+
title: Vector-channel scattering of dark particles in a Sp(4) gauge theory
119
- arxiv_cat: hep-lat
220
arxiv_id: '2506.19804'
321
authors:
@@ -40,8 +58,12 @@
4058
- Fabian Zierler
4159
category: Conference proceedings
4260
created: '2025-02-28T04:12:52.578613+00:00'
43-
doi: null
61+
doi: 10.22323/1.483.0180
4462
inspire: https://inspirehep.net/literature/2895227
63+
journal_artid: '180'
64+
journal_title: PoS
65+
journal_volume: QCHSC24
66+
journal_year: 2025
4567
title: Progress on lattice study of the chimera baryon spectrum in Sp(4) gauge theory
4668
- arxiv_cat: hep-lat
4769
arxiv_id: '2412.01170'

tools/get_publications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def journal_info(pub):
4141
publications = [
4242
{
4343
**{
44-
"authors": [f"{author['first_name']} {author['last_name']}" for author in pub["metadata"]["authors"]],
44+
"authors": [f"{author['first_name']} {author.get('last_name')}" for author in pub["metadata"]["authors"]],
4545
"arxiv_id": pub["metadata"]["arxiv_eprints"][0]["value"],
4646
"arxiv_cat": pub["metadata"]["arxiv_eprints"][0]["categories"][0],
4747
"title": pub["metadata"]["titles"][0]["title"],

0 commit comments

Comments
 (0)