source: anr/anr.tex @ 364

Last change on this file since 364 was 356, checked in by coach, 13 years ago

1ere Pre-release

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