From a8d29fd35871f2bb125dee50089be49e14aba849 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Thu, 9 Nov 2023 15:58:36 +0100 Subject: [PATCH] FIX: got rid of hardcoded citation --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index c0ef701..e9d3d73 100644 --- a/README.md +++ b/README.md @@ -347,34 +347,6 @@ brew unlink gmp ## License GPLv3 -## Bibitex citation -This is the citation for the software: -```bibitex -@software{TSlam2023, - author = {Andrea, Settimi and Hong-Bin, Yang}, - doi = {}, - title = {{Software Repository for TSlam: TSlam: a Hybrid Tag-based Object-Centered Monocular Navigation System for Augmented Manual Wood-working Fabrication}}, - url = {https://github.com/ibois-epfl/TSlam}, - version = {beta}, - year = {2023} -} -``` -To cite the dataset: -```bibitex -@misc{TSlamDataset2023, - doi = {10.5281/ZENODO.8377793}, - url = {https://zenodo.org/record/8377793}, - author = {Settimi, Andrea and Yang, Hong-Bin and Gamerro, Julien and Weinand, Yves}, - keywords = {augmented-reality, computer-vision, digital-fabrication, slam, 3D-vision, evaluation-method, timber-construction}, - language = {en}, - title = {TSlam-dataset}, - publisher = {Zenodo}, - year = {2023}, - copyright = {Creative Commons Attribution 4.0 International} -} -``` -The citation for the paper is coming.. - ## RoadMap ```mermaid gantt @@ -413,4 +385,4 @@ gantt Windows compatibility :active, wincomp, 2023-12-11, 2024-01-20 Python wrapping :pywrap, 2024-01-20, 2024-02-20 Grasshopper integration (not confirmed) :crit, after pywrap, 4w -``` \ No newline at end of file +```