From 1bf5eda6d89c311c11aef3b12b226e843bb0ede7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Thu, 12 Sep 2024 21:53:26 -0400 Subject: [PATCH] added arxiv pdf and url --- content/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 2e0303a..18a9498 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,8 +7,8 @@ authors = [ ] venue = {name = "16th International Workshop on the Algorithmic Foundations of Robotics (WAFR) 2024", url = "https://www.algorithmic-robotics.org/"} buttons = [ - {name = "Paper", url = ""}, - {name = "PDF", url = ""}, + {name = "Paper", url = "https://arxiv.org/abs/2409.08249"}, + {name = "PDF", url = "https://arxiv.org/pdf/2409.08249"}, {name = "Poster", url = ""}, ] katex = true @@ -72,13 +72,13 @@ Details about LUCCa's computational overhead (~3 ms per planning step) and its e # BibTeX (cite this!) ``` -@misc{marques2024----, +@misc{marques2024quantifyingaleatoricepistemicdynamics, title={Quantifying Aleatoric and Epistemic Dynamics Uncertainty via Local Conformal Calibration}, author={Luís Marques and Dmitry Berenson}, year={2024}, - eprint={-----}, + eprint={2409.08249}, archivePrefix={arXiv}, - primaryClass={cs.Ro}, - url={-----}, + primaryClass={cs.RO}, + url={https://arxiv.org/abs/2409.08249}, } ``` \ No newline at end of file