title and form

This commit is contained in:
toni
2016-01-29 15:26:16 +01:00
parent f3856d9473
commit 3419078453
2 changed files with 6 additions and 4 deletions

View File

@@ -131,7 +131,7 @@
% not capitalized unless they are the first or last word of the title. % not capitalized unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired. % Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title. % Do not put math or special symbols in the title.
\title{Realistic Pathfinding for Multi Sensor 3D Indoor Localisation and Navigation} \title{On Prior Navigation Knowledge in Multi Sensor Indoor Localisation}
% author names and affiliations % author names and affiliations
@@ -180,10 +180,10 @@
\input{chapters/relatedwork} \input{chapters/relatedwork}
\input{chapters/grid}
\input{chapters/system} \input{chapters/system}
\input{chapters/grid}
\input{chapters/experiments} \input{chapters/experiments}
\input{chapters/conclusion} \input{chapters/conclusion}

View File

@@ -6,7 +6,9 @@
\subitem klarstellen was wir anders/besser machen \subitem klarstellen was wir anders/besser machen
\item graphen-basierte systeme \item graphen-basierte systeme
\subitem probability graph / transition \subitem probability graph / transition
\item pathfinding \item pathfinding for humans
\subitem computerspiele machen das schon ewig. robotor auch. \subitem computerspiele machen das schon ewig. robotor auch.
\subitem auf menschliches verhalten anpassen. gibt es viele theoritsche ansätze und simulationen aber in noch keinem system. \subitem auf menschliches verhalten anpassen. gibt es viele theoritsche ansätze und simulationen aber in noch keinem system.
\end{itemize} \end{itemize}