From 76c210662516f2e7b194faf40531ffe123f47b7c Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Tue, 22 Feb 2022 08:54:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3e6290..e2a0b8a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AdTree implements the tree reconstruction method described in the following [paper](https://3d.bk.tudelft.nl/liangliang/publications/2019/adtree/AdTree_RS-2019.pdf): -``` +```c++ Shenglan Du, Roderik Lindenbergh, Hugo Ledoux, Jantien Stoter, and Liangliang Nan. AdTree: Accurate, Detailed, and Automatic Modelling of Laser-Scanned Trees. Remote Sensing. 2019, 11(18), 2074. @@ -100,8 +100,7 @@ If you use the code/program (or part) of AdTree in a scientific work, please cit volume={11}, number={18}, pages={2074}, - year={2019}, - publisher={Multidisciplinary Digital Publishing Institute} + year={2019} } ```