File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def journal_info(pub):
4141publications = [
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" ],
You can’t perform that action at this time.
0 commit comments