Skip to content
Snippets Groups Projects
Commit 77bb5a52 authored by sommer's avatar sommer Committed by Christoph Sommer
Browse files

port to nsm

parent c67ca0c5
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
.PHONY: all clean zip
all: proposal.pdf
clean:
rm -f proposal.pdf cms-proposal.zip
zip: cms-proposal.zip
proposal.pdf: proposal.tex references.bib
latexmk -pdf proposal
cms-proposal.zip: ./references.bib ./Makefile ./cms-proposal.cls ./proposal.pdf ./proposal.tex
zip "$@" $^
This diff is collapsed.
File added
\documentclass[]{nsm-proposal}
% options:
% [germanthesis] - Thesis is written in German
% [plainunnumbered] - Don't print numbers on plain pages
% [earlydraft] - Settings for quick draft printouts
% [watermark] - Print current time/date at bottom of each page
% [twoside] - double sided
% [cutmargins] - text body fills complete page
% Author name. Separate multiple authors with commas.
\author{Max Mustermann}
\birthday{1. Januar 2000}
\birthplace{Dresden}
% Title of your thesis.
\title{A Novel Architecture to Measure the Resonance Frequency of Copper Pipes}
% Choose one of the following lines, changing the word "Computer Science" to match your degree program.
%\thesistype{Seminar Thesis in Computer Science}\thesiscite{Seminar Thesis~(Seminararbeit)}
\thesistype{Bachelor Thesis in Computer Science}\thesiscite{Bachelor Thesis~(Bachelorarbeit)}
%\thesistype{Master's Thesis in Computer Science}\thesiscite{Master's Thesis~(Masterarbeit)}
%\thesistype{Diploma Thesis in Computer Science}\thesiscite{Diploma Thesis~(Diplomarbeit)}
% List of advisors, separated by commas. Delete if identical to referees or inapplicable.
\advisors{Erika Musterfrau}
% List of referees, separated by commas.
\referees{Christoph Sommer, Jane Doe}
% Define abbreviations used in the thesis here.
\acrodef{WSN}{Wireless Sensor Network}
\acrodef{MANET}{Mobile Ad Hoc Network}
\acrodef{ROI}{Region of Interest}{short-indefinite={an}, long-plural-form={Regions of Interest}}
\acrodef{ADAC}{German Automobile Association}{foreign={Allgemeiner Deutscher Automobilclub}}
\acrodef{CANhashing}[CAN]{Content Addressable Network}{extra={when referring to the distributed hash table}}
\acrodef{CANproto}[CAN]{Controller Area Network}{extra={when referring to the bus protocol}}
\begin{document}
\maketitle
\TODO{This template is for use with \texttt{pdflatex} and \texttt{biber}. It has been tested with TeX~Live 2020 (as of 25 Oct 2020).}
\section{Introduction \& Motivation}
A description of the task to be completed and the reasons behind working on the thesis.
If needed, use citations: \textcite{upper1974unsuccessful}...
\section{Description \& Goals}
A clear formulation of the objectives and a description of the work necessary to reach the goal
\begin{itemize}
\item Step 1
\item Step 2
\item Step n
\end{itemize}
\section{Preliminary Outline}
\begin{outline}
\chapter{Chapter 1}
\section{Section 1.1}
\section{Section 1.2}
\chapter{Chapter 2}
\section{Section 2.1}
\section{Section 2.2}
\chapter{Chapter 3}
\end{outline}
\section{Work Plan}
The Gantt chart in Figure~\ref{fig:gantt} provides a rough estimate of the schedule for the realization of this master's thesis.
\begin{figure}
\centering
\begin{workplan}{2014-06-01}{21} % start date and number of weeks
\job{ 0 }{ 1.5}{Related Work} % start and end week, title
\job{ 1.5}{ 5.5}{Algorithm}
\job{ 5.5}{ 7 }{Simulations}[ 8 ][ 9 ]
\job{ 7 }{ 8 }{Evaluation}
\job{ 9 }{18 }{Writing}
\job{18 }{20 }{Literature Review}
\job{20 }{21 }{Presentation}
\end{workplan}
\caption{Preliminary Timetable}
\label{fig:gantt}
\end{figure}
\printbibliography
\end{document}
@article{berry2011apparent,
author = {Berry, M. V. and Brunner, N. and Popescu, S. and Shukla, P.},
title = {{Can apparent superluminal neutrino speeds be explained as a quantum weak measurement?}},
abstract = {Probably not.},
doi = {10.1088/1751-8113/44/49/492001},
journal = {Journal of Physics A: Mathematical and Theoretical},
month = Nov,
number = {49},
publisher = {IOP},
volume = {44},
year = {2011},
}
@inproceedings{hardes2019communication,
author = {Hardes, Tobias and Sommer, Christoph},
title = {{Towards Heterogeneous Communication Strategies for Urban Platooning at Intersections}},
booktitle = {11th IEEE Vehicular Networking Conference (VNC 2019)},
address = {Los Angeles, CA},
doi = {10.1109/VNC48660.2019.9062835},
month = Dec,
publisher = {IEEE},
year = {2019},
}
@article{knuth1984complexity,
author = {Knuth, Donald E.},
title = {{The Complexity of Songs}},
doi = {10.1145/358027.358042},
journal = {Communications of the ACM},
month = Apr,
number = {4},
publisher = {ACM},
volume = {27},
year = {1984},
}
@article{sommer2011bidirectionally,
author = {Sommer, Christoph and German, Reinhard and Dressler, Falko},
title = {{Bidirectionally Coupled Network and Road Traffic Simulation for Improved IVC Analysis}},
doi = {10.1109/TMC.2010.133},
journal = {IEEE Transactions on Mobile Computing (TMC)},
month = Jan,
number = {1},
publisher = {IEEE},
volume = {10},
year = {2011},
}
@article{upper1974unsuccessful,
author = {Upper, Dennis},
title = {{The Unsuccessful Self-Treatment of a Case of Writer's Block}},
doi = {10.1901/jaba.1974.7-497a},
journal = {Journal of Applied Behavior Analysis},
number = {3},
publisher = {Blackwell},
volume = {7},
year = {1974},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment