From 8ce3da91c35ec0ed518475d115b3cb7c214c841d Mon Sep 17 00:00:00 2001 From: Andrei Paleyes Date: Mon, 11 Sep 2023 10:50:49 +0100 Subject: [PATCH] Added SciPy paper --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fb21cff..fe56f03c 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,23 @@ To learn about emulation as a concept, check out the [Emukit playground](https:/ ## Citing the library -If you are using emukit, we would appreciate if you could cite our paper about Emukit in your research: +If you are using emukit, we would appreciate if you could cite our papers about Emukit in your research: @inproceedings{emukit2019, author = {Paleyes, Andrei and Pullin, Mark and Mahsereci, Maren and McCollum, Cliff and Lawrence, Neil and González, Javier}, - title = {Emulation of physical processes with Emukit}, + title = {Emulation of physical processes with {E}mukit}, booktitle = {Second Workshop on Machine Learning and the Physical Sciences, NeurIPS}, year = {2019} } -The paper itself can be found on [arXiv](https://arxiv.org/abs/2110.13293). + @article{emukit2023, + title={Emukit: A {P}ython toolkit for decision making under uncertainty}, + author={Andrei Paleyes and Maren Mahsereci and Neil D. Lawrence}, + journal={Proceedings of the Python in Science Conference}, + year={2023} + } + +The papers themselves can be found at these links: [NeurIPS workshop 2019](https://arxiv.org/abs/2110.13293), [SciPy conference 2023](https://conference.scipy.org/proceedings/scipy2023/emukit.html). ## License