From b596c870d0bdf5332901a8123c121d81904b2d0c Mon Sep 17 00:00:00 2001 From: Nikolaos Passalis Date: Tue, 8 Mar 2022 14:47:25 +0200 Subject: [PATCH 1/2] Added OpenDR citation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b3102f0580..ef8b0e95cd 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,18 @@ OpenDR has the following roadmap: ## How to contribute Please follow the instructions provided in the [wiki](https://github.com/tasostefas/opendr_internal/wiki). +## How to cite us +If you use OpenDR for your research, please cite the following paper that introduces OpenDR architecture and design: +
+@article{passalis2022opendr,
+  title={OpenDR: An Open Toolkit for Enabling High Performance, Low Footprint Deep Learning for Robotics},
+  author={Passalis, Nikolaos and Pedrazzi, Stefania and Babuska, Robert and Burgard, Wolfram and Dias, Daniel and Ferro, Francesco and Gabbouj, Moncef and Green, Ole and Iosifidis, Alexandros and Kayacan, Erdal and Kober, Jens and Michel, Olivier and Nikolaidis, Nikos and Nousi, Paraskevi and Pieters, Roel and Tzelepi, Maria and Valada, Valada and Tefas, Anastasios},
+  journal={arXiv preprint arXiv:2203.00403},
+  year={2022}
+}
+
+ + ## Acknowledgments *OpenDR project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871449.* From 203018284b4a51ef5621528914082e0c639f3a4e Mon Sep 17 00:00:00 2001 From: Nikolaos Passalis Date: Tue, 8 Mar 2022 14:49:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8b0e95cd..3d557e2ca4 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If you use OpenDR for your research, please cite the following paper that introd
 @article{passalis2022opendr,
   title={OpenDR: An Open Toolkit for Enabling High Performance, Low Footprint Deep Learning for Robotics},
-  author={Passalis, Nikolaos and Pedrazzi, Stefania and Babuska, Robert and Burgard, Wolfram and Dias, Daniel and Ferro, Francesco and Gabbouj, Moncef and Green, Ole and Iosifidis, Alexandros and Kayacan, Erdal and Kober, Jens and Michel, Olivier and Nikolaidis, Nikos and Nousi, Paraskevi and Pieters, Roel and Tzelepi, Maria and Valada, Valada and Tefas, Anastasios},
+  author={Passalis, Nikolaos and Pedrazzi, Stefania and Babuska, Robert and Burgard, Wolfram and Dias, Daniel and Ferro, Francesco and Gabbouj, Moncef and Green, Ole and Iosifidis, Alexandros and Kayacan, Erdal and Kober, Jens and Michel, Olivier and Nikolaidis, Nikos and Nousi, Paraskevi and Pieters, Roel and Tzelepi, Maria and Valada, Abhinav and Tefas, Anastasios},
   journal={arXiv preprint arXiv:2203.00403},
   year={2022}
 }