source: anr/anr.tex @ 352

Last change on this file since 352 was 352, checked in by coach, 14 years ago

Corrections pour que ca compile.

File size: 12.3 KB
RevLine 
[99]1\documentclass[11pt,a4paper]{article}
[1]2
[150]3\usepackage[french,english]{babel}
[320]4\usepackage[utf8x]{inputenc}
[1]5\usepackage{times}
6\usepackage[T1]{fontenc}
7\usepackage{aeguill}
8\usepackage{verbatim}
9\usepackage{algorithm,algorithmic}
10\usepackage{xmpmulti}
11\usepackage{graphicx}
[3]12\usepackage{color}
[12]13\usepackage{xspace}
14\usepackage{geometry}
[62]15\usepackage{textcomp}
[147]16\usepackage{multirow}
[158]17\usepackage{lscape}
[99]18\geometry{verbose,a4paper,tmargin=3cm,bmargin=2cm,lmargin=2cm,rmargin=2cm}
[289]19\usepackage{hyperref}
[295]20\hypersetup{
21    %backref=true,
22    %pagebackref=true,
23    %hyperindex=true,
24    colorlinks=true, %colorise les liens
25    breaklinks=true, %permet le retour à la ligne dans les lien
26    urlcolor= blue,  %couleur des hyperliens
27    linkcolor= blue  %couleur des liens internes
28}
[305]29\usepackage{fancybox}
[310]30\usepackage{marginnote}
31    \reversemarginpar
32    \renewcommand*{\raggedrightmarginnote}{\centering}
33    \renewcommand*{\marginfont}{\color{blue}\sffamily}
34    \def\note#1{\marginnote{#1}\label{note:#1}}
35    \def\seenote#1{#1 (page~\pageref{note:#1})\xspace}
[21]36\usepackage{anr}
37
[12]38%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[116]39\usepackage{fancyhdr}
40\usepackage{lastpage}
41\pagestyle{fancy}
42\lhead{\begin{minipage}{1.5cm}\includegraphics[width=\linewidth]{logo-anr}\vspace*{1mm}\end{minipage}}
[305]43\chead{\begin{minipage}{8cm}\small\center Programme Ing\'enierie num\'erique \& s\'ecurit\'e\\Edition 2010\vspace*{1mm}\end{minipage}}
[116]44\rhead{\begin{minipage}{5cm}\small\raggedleft Project COACH\\Scientific document\vspace*{1mm}\end{minipage}}
[305]45\lfoot{\begin{minipage}{7cm}\small ANR-GUI-AAP-04 – Doc Scientifique 2011\end{minipage}}
[116]46\cfoot{\begin{minipage}{5cm}\end{minipage}}
47\rfoot{\begin{minipage}{2cm}\small\center\thepage/\pageref{LastPage}\end{minipage}}
48
49%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[12]50\def\xcoach{\texttt{xcoach}\xspace}
[21]51\def\xcoachplus{\texttt{xcoach+}\xspace}
[44]52\def\backbone{backbone infrastructure\xspace}
[46]53\def\Backbone{Backbone infrastructure\xspace}
[163]54\def\hommemois{men*months\xspace}
[311]55\def\xilinxcpu{ARM\xspace}
56\def\xilinxbus{AMBA\xspace}
[3]57
[12]58%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
59\def\anrdoc#1{}
60\let\pagefeed\relax
61\def\euro{\mbox{\raisebox{.25ex}{{\it =}}\hspace{-.5em}{\sf C}}}
[276]62\definecolor{gris}{gray}{0.55}
[12]63\definecolor{rouge}{rgb}{1.0,0.2,0.2}
64\def\mustbecompleted#1{}
[297]65\def\parlf{\mbox{}\vspace*{1.0ex}\\}
[276]66\def\ADDED#1{\textcolor{blue}{#1}}
67\newenvironment{ADDEDENV}{\color{blue}}{}
68\def\SUPPRESSED#1{\textcolor{gris}{#1}}
69\newenvironment{SUPPRESSEDENV}{\color{gris}}{}
[12]70
71%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[27]72\def\Sformat#1{\begin{small}\textsc{#1}\end{small}}
[120]73\def\inria{INRIA\xspace}          \def\Sinria{\Sformat{INRIA}\xspace}
[335]74%\def\irisa{INRIA/\-CAIRN\xspace}    \def\Sirisa{\Sformat{INRI}\xspace}
[333]75\def\lip{ENS Lyon/LIP/Compsys\xspace}     \def\Slip{\Sformat{LIP}\xspace}
[49]76\def\tima{TIMA\xspace}            \def\Stima{\Sformat{TIMA}\xspace}
[99]77\def\ubs{LAB-STICC\xspace}        \def\Subs{\Sformat{UBS}\xspace}
[49]78\def\upmc{LIP6\xspace}            \def\Supmc{\Sformat{LIP6}\xspace}
79\def\bull{BULL\xspace}            \def\Sbull{\Sformat{BULL}\xspace}
[123]80\def\thales{THALES\xspace}        \def\Sthales{\Sformat{TRT}\xspace} \let\TRT\thales
[291]81\def\mdslong{MAGILLEM DESIGN SERVICES\xspace}
82\def\mds{MAGILLEM\xspace}         \def\Smds{\Sformat{MDS}\xspace}
[21]83
[283]84\def\altera{ALTERA\xspace}        \def\Saltera{\Sformat{ALTE}\xspace}
85\def\xilinx{XILINX\xspace}        \def\Sxilinx{\Sformat{XILX}\xspace}
86
[335]87\def\alllabs{\inria \citi \lip \tima \ubs \upmc}
[283]88\def\allcompagnies{\bull \thales \mds\xspace}
[21]89
90%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
91\def\ST{sub-task\xspace}
[27]92\def\STs{sub-tasks\xspace}
[21]93
94%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[12]95% DEBUT CONFIG
96% Comment next marcro to suppress the printing of anr directives
[352]97% \def\anrdoc#1{\noindent\begin{scriptsize}\textcolor{red}{#1}\end{scriptsize}\ifhmode\par\fi}
[12]98% Comment the next macro to suppress the pagefeed
[99]99%\let\pagefeed\newpage
[12]100% Comment the next macro to suppress it
[99]101\def\mustbecompleted#1{\textcolor{red}{#1}}
[12]102% FIN CONFIG
103%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[10]104
[12]105%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[1]106\begin{document}
[12]107%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
108
[116]109%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
110% 1
[289]111\anrdoc{
112Ce document, hors annexes, ne doit pas dépasser 40 pages, corps de texte en
113police de taille 11. Ce point constitue un critÚre de recevabilité de la
114proposition de projet. Les propositions de projets ne satisfaisant pas aux
115critÚres de recevabilité ne seront pas évaluées.
116}
117
[148]118\def\boitecochee{\fcolorbox{black}{black}{\makebox(0.20,0.20){}}}
[116]119\noindent
120\begin{tabular}{|p{5cm}|p{10cm}|}\hline
121Acronym of the proposal & COACH \\\hline
122Title of the proposal in French &
[126]123        \textbf{C}onception d'\textbf{A}rchitecture sur FPGA par
[116]124        \textbf{C}ompilation et synt\textbf{H}\`{e}se\\\hline
[118]125\begin{minipage}{\linewidth}Title of the proposal in\\ English\end{minipage}
[148]126       & Architecture Design on FPGA by Compilation and Synthesis \\\hline
127\begin{minipage}{\linewidth}Theme\\\end{minipage}
128       & \setlength{\unitlength}{5.0mm}\begin{picture}(20,2)
[297]129        \put( 0.5,0.9){\framebox(0.6,0.6){ }}         \put( 1.5,0.9){1}
130        \put( 3.5,1.1){\boitecochee}                  \put( 4.5,0.9){2}
131        \put( 6.5,0.9){\framebox(0.6,0.6){}}          \put( 7.5,0.9){3}
[148]132        \put( 9.5,0.9){\framebox(0.6,0.6){ }}         \put(10.5,0.9){4}
[240]133        \put(12.5,0.9){\framebox(0.6,0.6){$\bullet$}} \put(13.5,0.9){5}
[148]134        \put( 0.5,0){\mbox{{\scriptsize $\bullet$: secondary theme}}}
[116]135        \end{picture}\\\hline
[118]136\begin{minipage}{\linewidth}\mbox{}\\Type of research\\\end{minipage}
[148]137       & \begin{minipage}{\linewidth}
138             \setlength{\unitlength}{5.0mm}\begin{picture}(20,3.2)
139        \put(0.5,0.2){\framebox(0.6,0.6){ }} \put(1.5,0.2){Basic Research}
140        \put(0.5,1.4){\boitecochee}          \put(1.5,1.2){Industrial Research}
141        \put(0.5,2.2){\framebox(0.6,0.6){ }} \put(1.5,2.2){Experimental Development}
[118]142        \end{picture}\end{minipage}\\\hline
[292]143%Type of scientific project & \setlength{\unitlength}{5.0mm}\begin{picture}(20,1)
144%        \put(0.5,0){\framebox(0.6,0.6){ }} \put(1.5,0){Platform}
145%        \end{picture}\\\hline
[116]146\end{tabular}\vspace{.5ex}\\
[118]147\begin{tabular}{|c|c|c|c|}\hline
[123]148  \begin{minipage}{4cm}\center
149    \vspace*{0.5ex}Total requested \\ funding
150  \end{minipage}
[297]151    & \makebox[3cm]{ \mustbecompleted{???} \euro}
[118]152      & \begin{minipage}{4.15cm}\center Project Duration \end{minipage}
153        & \begin{minipage}{3cm}\center 36 months \end{minipage} \\\hline
[116]154\end{tabular}
155%
[352]156\setcounter{tocdepth}{1}
[116]157\tableofcontents
[20]158
[12]159%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160% 1
161\section{Executive summary}
[289]162\anrdoc{Recopier le résumé utilisé dans le document administratif et financier
163(dit document de soumission)\\
164De memoire, la taille etait donnee en mot nots, et on avait ete oblige
165de raccourcir enormement.}
[12]166\input{section-1}
167
168%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
169% 2
170\pagefeed\section{Context and relevance to the call }
[289]171\anrdoc{A titre indicatif: de 5 à 10 pages pour ce chapitre\\
172Présentation générale du problÚme qu¿il est proposé de traiter dans le
173projet et du cadre de travail (recherche fondamentale, industrielle ou
174développement expérimental).}
[12]175\input{section-2}
176
177% 2.1
[289]178\pagefeed\subsection{Context, social and economic issues}\input{section-issues}
[12]179
180% 2.2
[289]181\pagefeed\subsection{Position of the project}\input{section-position.tex}
[12]182
[289]183% 2.3
184\pagefeed\subsection{State of the Art}\input{section-etat-de-art}
185
186% 2.4
187\pagefeed\subsection{Objectives, originality and novelty of the project}
188\input{section-objectif.tex}
189
[12]190%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
191% 3
[289]192\section{Scientific and technical objectives / project description}
193\anrdoc{A titre indicatif: de 8 à 12 pages pour ce chapitre, en fonction
194du nombre de taches.}
[12]195
196% 3.1
[289]197\pagefeed\subsection{Scientific programme, project structure}
198\input{section-project-description.tex}
[12]199
200% 3.2
201\pagefeed\subsection{Project management}
[289]202\input{section-project-management.tex}
[12]203
[289]204% 3.3
205\pagefeed\subsection{Description by task}
[99]206\label{task-description}
[289]207\anrdoc{Pour chaque tâche, décrire:\begin{itemize}
208\item les objectifs  de la tâche et éventuels indicateurs de succÚs,
209\item le responsable de la tâche et les partenaires impliqués (possibilité
[12]210de l'indiquer sous forme graphique),
[289]211\item le programme détaillé des travaux par tâche,
212\item les livrables de la tâche,
213\item les contributions des partenaires (le «qui fait quoi»),
214\item la description des méthodes et des choix techniques et de la maniÚre
215dont les solutions seront apportées,
216\item les risques de la tâche et les solutions de repli envisagées.
[12]217\end{itemize}}
[148]218In this document, we use the following abbreviations in the tables and Gantt diagrams:
219\begin{description}
220  \item[partner]
[335]221    \Sinria for \inria, \Slip for \lip, \Stima for \tima, \Subs for \ubs,
[148]222    \Supmc for \upmc, \Sxilinx for \xilinx, \Sbull for \bull, \Sthales for \thales,
[283]223    and \Smds for \mds.
[148]224  \item[kind of the deliverable]
225    \texttt{x} for a software, \texttt{d} for a document and \texttt{h} for a hardware
226    component.
227  \item[task contribution]
228    "{\color{red}lead.}" for leader and
229    "{\color{blue}part.}" for participant.
230  \item[other abbreviations] "resp." for responsible patrner, "kd" for kind of
231    deliverable.
232\end{description}
[12]233
[291]234\subsubsection{Task 1: \textit{Project management}}              \input{task-management.tex}
235\subsubsection{Task 2: \textit{\Backbone}}                       \input{task-backbone.tex}
236\subsubsection{Task 3: \textit{System generation}}               \input{task-csg.tex}
237\subsubsection{Task 4: \textit{HAS front-end}}                   \input{task-frontend}
238\subsubsection{Task 5: \textit{HAS back-end}}                    \input{task-backend.tex}
239\subsubsection{Task 6: \textit{PC/FPGA communication middleware}}\input{task-hpc}
240\subsubsection{Task 7: \textit{Industrial demonstrators}}        \input{task-demonstrator.tex}
241\subsubsection{Task 8: \textit{Dissemination}}                   \input{task-dissemination.tex}
[12]242
[289]243% 3.4
[12]244\subsection{Tasks schedule, deliverables and milestones}
[289]245\input{section-project-task-schedule.tex}
[12]246
247%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[289]248\section{Dissemination and exploitation of results. Intellectual property}
249\input{section-dissemination.tex}
[12]250
251%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
252\section{Consortium Description}
[289]253\anrdoc{A titre indicatif: de 2 à 5 pages pour ce chapitre, en fonction du
254nombre de partenaires}
[12]255
256\subsection{Partners description \& relevance, complementarity}
[289]257\input{section-consortium-desc.tex}
[12]258
259\subsection{Relevant experience of the project coordinator}
[289]260\input{section-consortium-leader.tex}
[12]261
[289]262\subsection{Qualification and contribution of each partner}
263\input{section-consortium-people.tex}
264
[12]265%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
266\section{Scientific justification for the mobilisation of the  resources}
[289]267\input{section-ressources.tex}
[12]268
269%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[150]270\appendix
271\newpage
272\section{Bibliography}
[12]273%\subsection{References}
[289]274\anrdoc{Inclure la liste des références bibliographiques utilisées dans la
275partie \og Ã©tat de l'art\fg et les références bibliographiques des
[12]276partenaires ayant trait au projet.}
277\bibliographystyle{plain}
278\bibliography{anr}
279
[289]280\newpage\section{CV, resume}\input{annexe-cv.tex}
281
282\newpage\section{Staff involvement in other contracts}\input{annexe-autre-participation.tex}
283
[296]284\newpage\section{Effort tables}
285%\begin{small}
[303]286\noindent\input{tmp/effort-par-livrable-1.tex}
287\newpage\noindent\input{tmp/effort-par-livrable-2.tex}
288\newpage\noindent\input{tmp/effort-par-livrable-3.tex}
289\newpage\noindent\input{tmp/effort-par-livrable-4.tex}
[296]290%\end{small}
291
[310]292\newpage\section{Prise en compte de l'évaluation 2010}
293\input{annexe-reponse.tex}
294
[305]295\newpage\section{Letters of interest}
296\label{lettre-soutien}
297\input{tmp/anr-supporter.tex}
[278]298
[12]299%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[1]300\end{document}
[12]301%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracBrowser for help on using the repository browser.