Skip to content

Commit 0a8fc09

Browse files
committed
fix citation
1 parent d3c97f3 commit 0a8fc09

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CITATION.cff

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ identifiers:
3030
preferred-citation:
3131
type: article
3232
title: Polyglot Jet Finding
33+
doi: 10.1051/epjconf/202429505017
34+
journal: EPJ Web Conf.
35+
volume: 295
36+
start: "05017"
37+
year: 2024
3338
authors:
3439
- given-names: Graeme Andrew
3540
family-names: Stewart
@@ -49,9 +54,6 @@ preferred-citation:
4954
5055
affiliation: CERN
5156
orcid: 'https://orcid.org/0009-0009-2020-1620'
52-
identifiers:
53-
- type: doi
54-
value: 10.1051/epjconf/202429505017
5557
repository-code: 'https://github.com/JuliaHEP/JetReconstruction.jl'
5658
abstract: Jet reconstruction (reclustering) with Julia
5759
license: MIT

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,17 @@ conference proceedings, [arXiv:2309.17309](https://arxiv.org/abs/2309.17309),
130130
should be cited if you use this package:
131131

132132
```bibtex
133-
@misc{stewart2023polyglot,
134-
title={Polyglot Jet Finding},
135-
author={Graeme Andrew Stewart and Philippe Gras and Benedikt Hegner and Atell Krasnopolski},
136-
year={2023},
137-
eprint={2309.17309},
138-
archivePrefix={arXiv},
139-
primaryClass={hep-ex}
133+
@article{Stewart:2023lgt,
134+
author = "Stewart, Graeme Andrew and Gras, Philippe and Hegner, Benedikt and Krasnopolski, Atell",
135+
title = "{Polyglot Jet Finding}",
136+
eprint = "2309.17309",
137+
archivePrefix = "arXiv",
138+
primaryClass = "hep-ex",
139+
doi = "10.1051/epjconf/202429505017",
140+
journal = "EPJ Web Conf.",
141+
volume = "295",
142+
pages = "05017",
143+
year = "2024"
140144
}
141145
```
142146

0 commit comments

Comments
 (0)