-
Notifications
You must be signed in to change notification settings - Fork 2
Add missing DOIs to bibliography per JOSS reference check #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,11 +1,13 @@ | ||||||||
| @misc{byambadalai2024estimatingdistributionaltreatmenteffects, | ||||||||
| @inproceedings{byambadalai2024estimatingdistributionaltreatmenteffects, | ||||||||
| title={Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction}, | ||||||||
| author={Undral Byambadalai and Tatsushi Oka and Shota Yasui}, | ||||||||
| author={Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota}, | ||||||||
| booktitle={Proceedings of the 41st International Conference on Machine Learning}, | ||||||||
| pages={5082--5113}, | ||||||||
| year={2024}, | ||||||||
| eprint={2407.16037}, | ||||||||
| archivePrefix={arXiv}, | ||||||||
| primaryClass={econ.EM}, | ||||||||
| url={https://arxiv.org/abs/2407.16037}, | ||||||||
| volume={235}, | ||||||||
| series={Proceedings of Machine Learning Research}, | ||||||||
| publisher={PMLR}, | ||||||||
| doi={10.2139/ssrn.4910058} | ||||||||
| } | ||||||||
|
|
||||||||
| @book{fisher1935design, | ||||||||
|
|
@@ -50,31 +52,31 @@ @article{scikit-learn | |||||||
|
|
||||||||
| @inproceedings{byambadalai2025efficientestimationdistributionaltreatment, | ||||||||
| title={On Efficient Estimation of Distributional Treatment Effects under Covariate-Adaptive Randomization}, | ||||||||
| author={Undral Byambadalai and Tomu Hirata and Tatsushi Oka and Shota Yasui}, | ||||||||
| author={Byambadalai, Undral and Hirata, Tomu and Oka, Tatsushi and Yasui, Shota}, | ||||||||
| booktitle={Proceedings of the 42nd International Conference on Machine Learning}, | ||||||||
| year={2025}, | ||||||||
| series={ICML'25}, | ||||||||
| url={https://arxiv.org/abs/2506.05945} | ||||||||
| series={Proceedings of Machine Learning Research}, | ||||||||
| publisher={PMLR}, | ||||||||
|
||||||||
| publisher={PMLR}, | |
| publisher={PMLR}, | |
| url={https://doi.org/10.2139/ssrn.5286083}, |
Copilot
AI
Apr 29, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This NeurIPS 2025 entry currently has only title/authors/booktitle/year plus an SSRN DOI. If page numbers/venue details (or at least a URL) aren’t available yet, consider keeping the arXiv URL/eprint metadata too so the citation remains usable outside of DOI resolution.
| doi={10.2139/ssrn.5504858} | |
| doi={10.2139/ssrn.5504858}, | |
| url={https://doi.org/10.2139/ssrn.5504858} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These entries were converted from arXiv-style
@miscto@inproceedingsand now only include an SSRN DOI (no arXiv eprint fields and no URL). If the intent is just to satisfy the JOSS DOI check, consider keeping a URL (e.g., proceedings/arXiv) as well so the reference remains directly retrievable even if the DOI is to a different landing page.