Skip to content

Commit a24a201

Browse files
InfantLabclaude
andcommitted
paper: fix ORCID format and add ByteTrack/CLIP DOIs for JOSS
ORCID fields used full https://orcid.org/ URLs which made editorialbot report the corresponding author's ORCID as the wrong length and blocked PDF generation. Switched all six authors to the bare 16-digit ID form JOSS expects. Also added the ByteTrack DOI (10.1007/978-3-031-20047-2_1) suggested by editorialbot's reference check, with the corrected Springer ECCV 2022 booktitle/series, and an arXiv DOI for the CLIP reference. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 013634a commit a24a201

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

paper/paper.bib

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,17 @@ @inproceedings{clip
158158
volume = {139},
159159
pages = {8748--8763},
160160
year = {2021},
161-
series = {PMLR}
161+
series = {PMLR},
162+
doi = {10.48550/arXiv.2103.00020}
162163
}
163164

164165
@inproceedings{bytetrack,
165166
title={ByteTrack: Multi-Object Tracking by Associating Every Detection Box},
166167
author={Zhang, Yifu and Sun, Peize and Jiang, Yi and Yu, Dongdong and Weng, Fucheng and Ze, Yuanze and Yuan, Chao and Luo, Ping and Liu, Wenyu and Wang, Xinggang},
167-
booktitle={European Conference on Computer Vision},
168+
booktitle={Computer Vision -- ECCV 2022},
169+
series={Lecture Notes in Computer Science},
168170
pages={1--21},
169171
year={2022},
170-
organization={Springer}
172+
publisher={Springer},
173+
doi={10.1007/978-3-031-20047-2_1}
171174
}

paper/paper.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ tags:
88
- machine learning
99
authors:
1010
- name: Caspar Addyman
11-
orcid: https://orcid.org/0000-0003-0001-9548
11+
orcid: 0000-0003-0001-9548
1212
corresponding: true
1313
affiliation: 1
1414
- name: Jeremiah Ishaya
15-
orcid: https://orcid.org/0000-0002-9014-9372
15+
orcid: 0000-0002-9014-9372
1616
affiliation: 1
1717
- name: Irene Uwerikowe
18-
orcid: https://orcid.org/0000-0002-1293-7349
18+
orcid: 0000-0002-1293-7349
1919
affiliation: 1
2020
- name: Daniel Stamate
21-
orcid: https://orcid.org/0000-0001-8565-6890
21+
orcid: 0000-0001-8565-6890
2222
affiliation: 2
2323
- name: Jamie Lachman
24-
orcid: https://orcid.org/0000-0001-9475-9218
24+
orcid: 0000-0001-9475-9218
2525
affiliation: 3
2626
- name: Mark Tomlinson
27-
orcid: https://orcid.org/0000-0001-5846-3444
27+
orcid: 0000-0001-5846-3444
2828
affiliation: 1
2929
affiliations:
3030
- name: Institute for Life Course Health Research (ILCHR), Stellenbosch University, South Africa

0 commit comments

Comments
 (0)