Use "fiche de synthèse"
This commit is contained in:
parent
81fc69c975
commit
7be0febbde
3 changed files with 49 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
all: report.pdf
|
||||
|
||||
report.pdf: report.tex ../shared/report.bib
|
||||
report.pdf: report.tex fiche_synthese.tex ../shared/report.bib
|
||||
latexmk -pdf $<
|
||||
|
||||
clean:
|
||||
|
|
40
report/fiche_synthese.tex
Normal file
40
report/fiche_synthese.tex
Normal file
|
@ -0,0 +1,40 @@
|
|||
\pagestyle{empty} %
|
||||
\thispagestyle{empty}
|
||||
|
||||
%% Attention: pas plus d'un recto-verso!
|
||||
% Ne conservez pas les questions
|
||||
|
||||
\subsection*{The general context}
|
||||
What is it about? Where does it come from? What is the state of the art in this area?
|
||||
|
||||
\subsection*{The research problem}
|
||||
|
||||
What is the question that you studied?
|
||||
Why is it important, what are the applications/consequences?
|
||||
Is it a new problem?
|
||||
If so, why are you the first researcher in the universe who consider it?
|
||||
If not, why did you think that you could bring an original contribution?
|
||||
|
||||
\subsection*{Your contribution}
|
||||
|
||||
What is your solution to the question described in the last paragraph?
|
||||
|
||||
Be careful, do \emph{not} give technical details, only rough ideas!
|
||||
|
||||
Pay a special attention to the description of the \emph{scientific} approach.
|
||||
|
||||
\subsection*{Arguments supporting its validity}
|
||||
|
||||
What is the evidence that your solution is a good solution?
|
||||
Experiments? Proofs?
|
||||
|
||||
Comment the robustness of your solution: how does it rely/depend on the working assumptions?
|
||||
|
||||
\subsection*{Summary and future work}
|
||||
|
||||
What is next? In which respect is your approach general?
|
||||
What did your contribution bring to the area?
|
||||
What should be done now?
|
||||
What is the good \emph{next} question?
|
||||
|
||||
\pagestyle{plain}
|
|
@ -1,6 +1,10 @@
|
|||
\title{DWARF Semantics}
|
||||
\author{Théophile Bastian}
|
||||
\date{\today}
|
||||
\title{Le titre de votre rapport \\
|
||||
Pas plus du recto-verso pour cette fiche}
|
||||
|
||||
\author{Votre nom, celui de votre encadrant, le nom de son
|
||||
équipe/labo}
|
||||
|
||||
\date{La date}
|
||||
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
|
@ -23,6 +27,7 @@
|
|||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\input{fiche_synthese}
|
||||
|
||||
\printbibliography{}
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue