From ef0ae7d72730a6a1736e241a4a7cc5d15fc0c397 Mon Sep 17 00:00:00 2001 From: Carlos <51201408+HoYuenhang@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:23:17 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 307ede9d..8e610128 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,24 @@ [README(ja)](./doc/README.md) +## Publications & presentations + +If you find TILDE is useful in your research, please consider citing: + +- Xuankeng He, Hiromi Sato, Yoshikazu Okumura, and Takuya Azumi, "TILDE: Topic-tracking Infrastructure for Dynamic Message Latency and Deadline Evaluator for ROS 2 Application," The 27th International Symposium on Distributed Simulation and Real Time Applications (DS-RT), 2023. + +
+BibTeX + +```bibtex +@inproceedings{TILDE, +title={{TILDE}: {Topic-tracking} {Infrastructure} for {Dynamic} {Message Latency} and {Deadline Evaluator} for {ROS} 2 {Application}}, +author={Xuankeng He, Hiromi Sato, Yoshikazu Okumura, and Takuya Azumi}, +booktitle={Proceedings of The 27th International Symposium on Distributed Simulation and Real Time Applications (DS-RT)}, +year={2023}} +``` +
+ ## Contents | src/ | about | From d28e37e8d3d648c6c36e8572b34776d60ebe1bd7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:24:02 +0000 Subject: [PATCH 2/2] ci(pre-commit): autofix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e610128..efa1c53f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ author={Xuankeng He, Hiromi Sato, Yoshikazu Okumura, and Takuya Azumi}, booktitle={Proceedings of The 27th International Symposium on Distributed Simulation and Real Time Applications (DS-RT)}, year={2023}} ``` + ## Contents