From 75350583386f8d55e7b5e9c8bdf3b084c1c3d8e6 Mon Sep 17 00:00:00 2001 From: PA Senger Date: Sat, 16 Mar 2024 16:46:15 +0100 Subject: [PATCH 1/3] linked references.bib to report.tex #43 #3 --- references.bib | 9 ++++----- report.tex | 12 ++++++------ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/references.bib b/references.bib index 410168b9..396cc0e9 100644 --- a/references.bib +++ b/references.bib @@ -26,9 +26,8 @@ @article{verdie2014detecting note = {hal-00843022, HAL Id: hal-00843022, Submitted on 10 Jul 2013} } - @article{stava2014inverse, - author = {O. Stava, S. Pirk, J. Kratt, B. Chen, R. Me\v{c}h, O. Deussen, B. Benes}, + author = {O. Stava and S. Pirk and J. Kratt and B. Chen and R. Me\v{c}h and O. Deussen and B. Benes}, title = {{Inverse Procedural Modeling of Trees}}, journal = {Preprint}, year = {2014}, @@ -38,20 +37,20 @@ @article{stava2014inverse @misc{benes-vegetation, author = {Bedrich Benes}, title = {Computational Vegetation}, - howpublished = {https://cs.purdue.edu/homes/bbenes/vegetation/}, + howpublished = {\url{https://cs.purdue.edu/homes/bbenes/vegetation/}}, note = {{Accessed on 2024-03-15}} } @misc{cgal-docs, author = {{CGAL Development Team}}, title = {{CGAL User and Reference Manual}}, - howpublished = {{https://doc.cgal.org/latest/Manual/index.html}}, + howpublished = {\url{https://doc.cgal.org/latest/Manual/index.html}}, note = {{Accessed on 2024-03-15}} } @misc{overpass-Guide, author = {{OpenStreetMap Contributors}}, title = {{Overpass Tutorial}}, - howpublished = {{https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide}}, + howpublished = {\url{https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide}}, note = {{Accessed on 2024-03-15}} } \ No newline at end of file diff --git a/report.tex b/report.tex index 4ff35be7..2d302e05 100644 --- a/report.tex +++ b/report.tex @@ -33,13 +33,13 @@ \section{Roadmap} \item \end{itemize} -\begin{thebibliography}{9} - \bibitem{osm-wiki} \url{https://wiki.openstreetmap.org/wiki/Overpass_API} - \bibitem{osm-queries} \url{https://osm-queries.ldodds.com/tutorial} - \bibitem{osm-learnoverpass} \url{https://osmlab.github.io/learnoverpass//en/} - \bibitem{hal-openscience} \url{https://inria.hal.science/file/index/docid/843022/filename/IJCV.pdf} -\end{thebibliography} +\newpage +\section{Appendix} +\subsection{References} +\nocite{*} +\bibliographystyle{plain} % We choose the "plain" reference style +\bibliography{references} % Entries are in the refs.bib file \end{document} \ No newline at end of file From f5b8b65c8ce587311d5bf1ed7b1cfbed9f0df0cc Mon Sep 17 00:00:00 2001 From: Giulio Date: Sat, 16 Mar 2024 17:32:17 +0100 Subject: [PATCH 2/3] Code formatting --- references.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references.bib b/references.bib index 396cc0e9..05a2f8f5 100644 --- a/references.bib +++ b/references.bib @@ -3,7 +3,7 @@ % Description: Bibliographic references for ExaMA WP1 - Vegetation Project @article{verdie2015lod, - author = {Yannick Verdie, Florent Lafarge, Pierre Alliez}, + author = {Yannick Verdie and Florent Lafarge and Pierre Alliez}, title = {{LOD Generation for Urban Scenes}}, journal = {ACM Transactions on Graphics}, volume = {34}, From ba850070d7bb93a59867c476c1ca75adb8004047 Mon Sep 17 00:00:00 2001 From: Giulio Date: Sat, 16 Mar 2024 17:49:14 +0100 Subject: [PATCH 3/3] update report to match branch 4 --- report.tex | 75 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 50 insertions(+), 25 deletions(-) diff --git a/report.tex b/report.tex index 2d302e05..bd0a6a14 100644 --- a/report.tex +++ b/report.tex @@ -1,4 +1,4 @@ -\documentclass[11pt]{article} +\documentclass[12pt]{article} \usepackage{amsmath} \usepackage{hyperref} @@ -6,40 +6,65 @@ \begin{document} - \begin{titlepage} \centering - \includegraphics[width=1\textwidth]{images/logo_Uni.png}\par\vspace{1cm} - {\scshape\Large Report WP1 - Vegetation \par} - \vspace{1cm} - {\scshape\large Giulio CARPI LAPI, Pierre-Antoine SENGER\par} - \vspace{1cm} - {\large \today\par} + \includegraphics[width=0.5\textwidth]{images/logo_ufr.png}\par\vspace{1cm} + \vspace{1.5cm} + {\huge\bfseries ExaMA WP1 - Vegetation\par} + \vspace{2cm} + {\Large Giulio Carpi Lapi, Pierre-Antoine Senger\par} + \vfill + supervised by\par + Pierre Alliez and Vincent Chabannes + + \vfill + +% Bottom of the page + {\large Date: \today\par} \end{titlepage} - -\tableofcontents % Table of Contents -\newpage % Start a new page after the TOC +\tableofcontents +\newpage + +\section{Abstract} +The abstract is a brief summary of your entire academic project report. +It typically provides an overview of the main objectives, methodology, +results, and conclusions of your research or project. +The purpose of the abstract is to give readers a quick understanding +of the key points of your work without having to read the entire document. +Key elements typically included in an abstract are: +Objective: A statement of the main purpose or objective of the project. +Methodology: A brief description of the methods or approaches +used to conduct the research or project. +Results: A summary of the main findings or outcomes of the project. +Conclusion: A brief statement of the implications or significance of the results. +The abstract is usually placed at the beginning of the report, +before the introduction, and should be concise, clear, and informative. +It helps readers decide whether they want to read the full report +by providing them with a preview of its content. \section{Introduction} +A team of researchers is currently developing a tool for building +a 3D geometric model of an urban area (neighborhood, city, etc.). +This representation then enables them to create +a digital thermal and energy simulation model of an urban area. +For the moment, they can reconstruct the geometry of buildings and land +using information available in online databases such as OpenStreetMap, Mapbox, etc. +Vegetation (trees in particular) can have a significant influence on the model. +We need to create these objects in the 3D model. -A team of researchers is currently developing a tool for building a 3D geometric model of an urban area (neighborhood, city, etc.). -This representation then enables them to create a digital thermal and energy simulation model of an urban area. -For the moment, they can reconstruct the geometry of buildings and land using information available in online databases such as OpenStreetMap, Mapbox, etc. -Vegetation (trees in particular) can have a significant influence on the model. We need to create these objects in the 3D model. -\section{Roadmap} -\begin{itemize} - \item -\end{itemize} +\section{Literature Review} +\section{Methodology} -\newpage -\section{Appendix} -\subsection{References} -\nocite{*} -\bibliographystyle{plain} % We choose the "plain" reference style -\bibliography{references} % Entries are in the refs.bib file +\section{Results} +\section{Conclusion} + +\section{References} +\nocite{*} +\bibliographystyle{plain} +\bibliography{references} \end{document} \ No newline at end of file