From a03af49a97c2493993aac0b0e8f6cd3b84ed1d53 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Fri, 19 Jul 2024 21:06:49 +0200 Subject: [PATCH] Add more DOIs and reformat bibtex --- paper/paper.bib | 78 +++++++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 32 deletions(-) diff --git a/paper/paper.bib b/paper/paper.bib index b48035718..e89814c2f 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -41,7 +41,9 @@ @inproceedings{bosch2023probabilistic booktitle = {Thirty-seventh Conference on Neural Information Processing Systems}, year = 2023, - url = {https://openreview.net/forum?id=2dx5MNs2Ip} + url = {https://openreview.net/forum?id=2dx5MNs2Ip}, + doi = "10.5555/3666122.3667881", + url = "https://dl.acm.org/doi/10.5555/3666122.3667881", } @inproceedings{beck2024diffusion, @@ -64,22 +66,26 @@ @misc{wenger2021probnum year = 2021, eprint = {2112.02100}, archivePrefix ={arXiv}, - primaryClass = {cs.MS} + primaryClass = {cs.MS}, + doi = "10.48550/arXiv.2112.02100", + url = "https://doi.org/10.48550/arXiv.2112.02100", } @InProceedings{dalton2024, - title = {Data-Adaptive Probabilistic Likelihood Approximation for Ordinary Differential Equations}, + title = {Data-Adaptive Probabilistic Likelihood Approximation for + Ordinary Differential Equations}, author = {Wu, Mohan and Lysy, Martin}, - booktitle = {Proceedings of The 27th International Conference on Artificial Intelligence and Statistics}, - pages = {1018--1026}, - year = {2024}, - editor = {Dasgupta, Sanjoy and Mandt, Stephan and Li, Yingzhen}, - volume = {238}, - series = {Proceedings of Machine Learning Research}, - month = {02--04 May}, + booktitle = {Proceedings of The 27th International Conference on Artificial + Intelligence and Statistics}, + pages = {1018--1026}, + year = 2024, + editor = {Dasgupta, Sanjoy and Mandt, Stephan and Li, Yingzhen}, + volume = 238, + series = {Proceedings of Machine Learning Research}, + month = {02--04 May}, publisher = {PMLR}, - pdf = {https://proceedings.mlr.press/v238/wu24b/wu24b.pdf}, - url = {https://proceedings.mlr.press/v238/wu24b.html}, + pdf = {https://proceedings.mlr.press/v238/wu24b/wu24b.pdf}, + url = {https://proceedings.mlr.press/v238/wu24b.html}, } @article{rackauckas2017differentialequations, @@ -96,12 +102,13 @@ @article{rackauckas2017differentialequations } @misc{probdiffeq, - author = {Kr{\"a}mer, Nicholas}, - title = {probdiffeq: Probabilistic solvers for differential equations in JAX}, - year = {2023}, - publisher = {GitHub}, - journal = {GitHub repository}, - url = {https://github.com/pnkraemer/probdiffeq} + author = {Kr{\"a}mer, Nicholas}, + title = {probdiffeq: Probabilistic solvers for differential equations + in JAX}, + year = 2023, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/pnkraemer/probdiffeq} } @misc{jax2018github, @@ -185,7 +192,9 @@ @misc{bosch2023parallelintime year = 2023, eprint = {2310.01145}, archivePrefix ={arXiv}, - primaryClass = {math.NA} + primaryClass = {math.NA}, + doi = {10.48550/arXiv.2310.01145}, + url = {https://doi.org/10.48550/arXiv.2310.01145} } @InProceedings{kersting20invprob, @@ -220,7 +229,9 @@ @inproceedings{schmidt21 url = {https://proceedings.neurips.cc/paper/2021/file/6734fa703f6633ab896eecbdfad8953a-Paper.pdf}, volume = 34, - year = 2021 + year = 2021, + doi = {10.5555/3540261.3541208}, + url = {https://dl.acm.org/doi/10.5555/3540261.3541208}, } @inproceedings{kraemer202bvp, @@ -234,7 +245,9 @@ @inproceedings{kraemer202bvp url = {https://papers.nips.cc/paper/2021/hash/5ca3e9b122f61f8f06494c97b1afccf3-Abstract.html}, volume = 34, - year = 2021 + year = 2021, + doi = {10.5555/3540261.3541114}, + url = {https://dl.acm.org/doi/10.5555/3540261.3541114}, } @InProceedings{kraemer22mol, @@ -301,15 +314,16 @@ @article{kraemer24stableimp } @article{julia, - doi = {10.1137/141000671}, - url = {https://doi.org/10.1137%2F141000671}, - year = 2017, - month = {jan}, - publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}, - volume = {59}, - number = {1}, - pages = {65--98}, - author = {Jeff Bezanson and Alan Edelman and Stefan Karpinski and Viral B. Shah}, - title = {Julia: A Fresh Approach to Numerical Computing}, - journal = {{SIAM} Review} + doi = {10.1137/141000671}, + url = {https://doi.org/10.1137%2F141000671}, + year = 2017, + month = {jan}, + publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})}, + volume = 59, + number = 1, + pages = {65--98}, + author = {Jeff Bezanson and Alan Edelman and Stefan Karpinski and Viral + B. Shah}, + title = {Julia: A Fresh Approach to Numerical Computing}, + journal = {{SIAM} Review} }