tocarina/howto4/out/main.tex

106 lines
4.5 KiB
TeX
Raw Normal View History

2022-02-24 11:53:43 +01:00
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
\usepackage{amsfonts}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{wrapfig}
\usepackage[final,colorlinks=true,linktocpage=true,linkcolor={black},allcolors={black}]{hyperref}
\usepackage{doi}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{float}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{caption}
\usepackage{tabularx}
\usepackage{braket}
\usepackage{array}
\usepackage{subcaption}
\usepackage{url}
\usepackage{tocbibind}
\usepackage[square, numbers]{natbib}
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{\leftmark}
\chead{}
\rhead{Page \thepage}
\title{}
\usepackage{float}
\usepackage{prettyref}
\usepackage[toc,page]{appendix}
\usepackage{cite}
\usepackage{url}
\renewcommand\thefootnote{\textcolor{black}{\arabic{footnote}}}
\hypersetup{colorlinks,linkcolor={black},citecolor={black},urlcolor={black}}
\begin{document}
%from file ../howto4//data/content
\newpage
\section{Content}\label{sec:Content}
%
Your Report should include at least 4 Parts:
\begin{itemize}
\item Start by introducing your Topic. Why should your reader care enough to read your whole report?
\item Then you need to summarize what you have learned. This summary should be enough for a Student who missed your presentation to be able to understand a topic building on top of yours. For example a Student wanting to explain how backpropagation works in recurrent neural networks, should be able to understand how backpropagation works in "normal" neural networks.
\item The next section is complicated to get right, but also the section we care the most about. We would like you to be critical, for the simple reason that we don't want to (only) grade how well you summarize your Topic. But we understand that it can be hard to criticize something as basic as a convolutional network. So you can extend this section to "everything that is not covered in your literature". For example you can compare your approach to alternatives (every topic should have alternative ways to achieve the same thing) and explain when to use which. You could also show some limitations and we appreciate any programming here. Also in most topics it can be justified to be critical. If you have problems with this, don't hesitate to ask your supervisors.
\item Finally you should summarize the rest of your report, this should not be long and is mostly used for your reader to remember your report quickly. Think of the conclusion in any paper.
\end{itemize}
Afterwards you need to include all of your references (see below) and can attach less important parts.
%from file ../howto4//data/format
\newpage
\section{Formatting}\label{sec:Formatting}
%
For formatting questions, please take a look at the ACM Template. You should have received a link for an overleaf project fullfilling the requirements. If for some reason you dont have one, please write us an email as soon as possible.
You need to write your report in this Project.
To do so, you can get a pro licence of overleaf from the student council here: https://fachschaften.org/ , but this should not really be necessary.
We like you to write at least 6 Pages (6 Pages are not 2 Pages and 4 big images). And everything that you use needs to be referenced at the end. Your Project contains a .bib file (sample-base.bib) that allows you to put references in a json-like format into your report (and contains lots of examples)
Finally, please read once through your report and maybe (especcially if youre not completely comfortable with english) use a spell and grammar checker. Overleaf has one build in, but as it is not very good with grammar, I suggest using grammarly (https://www.grammarly.com/).
Hand in your assignment the latest at the 30th of January (a Sunday 23:59) by email addressed to your supervisor and with me in cc (Simon.Kluettermann@cs.tu-dortmund.de). This email should include all files needed to understand your work and the report has to be one .pdf file. If we don't acknowledge your mail (by Monday 12:00) something probably went wrong.
\end{document}