]> AND Private Git Repository - these_gilles.git/blob - paper_lniv_gpu/biographies.tex~
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
7 avril pour jury
[these_gilles.git] / paper_lniv_gpu / biographies.tex~
1 %% bare_conf.tex
2 %% V1.3
3 %% 2007/01/11
4 %% by Michael Shell
5 %% See:
6 %% http://www.michaelshell.org/
7 %% for current contact information.
8 %%
9 %% This is a skeleton file demonstrating the use of IEEEtran.cls
10 %% (requires IEEEtran.cls version 1.7 or later) with an IEEE conference paper.
11 %%
12 %% Support sites:
13 %% http://www.michaelshell.org/tex/ieeetran/
14 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
15 %% and
16 %% http://www.ieee.org/
17
18 %%*************************************************************************
19 %% Legal Notice:
20 %% This code is offered as-is without any warranty either expressed or
21 %% implied; without even the implied warranty of MERCHANTABILITY or
22 %% FITNESS FOR A PARTICULAR PURPOSE! 
23 %% User assumes all risk.
24 %% In no event shall IEEE or any contributor to this code be liable for
25 %% any damages or losses, including, but not limited to, incidental,
26 %% consequential, or any other damages, resulting from the use or misuse
27 %% of any information contained here.
28 %%
29 %% All comments are the opinions of their respective authors and are not
30 %% necessarily endorsed by the IEEE.
31 %%
32 %% This work is distributed under the LaTeX Project Public License (LPPL)
33 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
34 %% distributed and modified. A copy of the LPPL, version 1.3, is included
35 %% in the base LaTeX documentation of all distributions of LaTeX released
36 %% 2003/12/01 or later.
37
38
39 %% Retain all contribution notices and credits.
40 %% ** Modified files should be clearly indicated as such, including  **
41 %% ** renaming them and changing author support contact information. **
42 %%
43 %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
44 %%                    bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex
45 %%*************************************************************************
46
47 % *** Authors should verify (and, if needed, correct) their LaTeX system  ***
48 % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
49 % *** with production work. IEEE's font choices can trigger bugs that do  ***
50 % *** not appear when using other class files.                            ***
51 % The testflow support page is at:
52 % http://www.michaelshell.org/tex/testflow/
53
54
55
56 % Note that the a4paper option is mainly intended so that authors in
57 % countries using A4 can easily print to A4 and see how their papers will
58 % look in print - the typesetting of the document will not typically be
59 % affected with changes in paper size (but the bottom and side margins will).
60 % Use the testflow package mentioned above to verify correct handling of
61 % both paper sizes by the user's LaTeX system.
62 %
63 % Also note that the "draftcls" or "draftclsnofoot", not "draft", option
64 % should be used if it is desired that the figures are to be displayed in
65 % draft mode.
66 %
67 \documentclass[10pt, journal]{IEEEtran}
68 %\documentclass[12pt, journal, drafcls, onecolumn]{IEEEtran}
69 % Add the compsocconf option for Computer Society conferences.
70 %
71 % If IEEEtran.cls has not been installed into the LaTeX system files,
72 % manually specify the path to it like:
73 % \documentclass[conference]{../sty/IEEEtran}
74
75
76 %  \usepackage[latin1]{inputenc}
77 %  \usepackage[cyr]{aeguill}
78 %  \usepackage[francais]{babel}
79
80
81 % Some very useful LaTeX packages include:
82 % (uncomment the ones you want to load)
83
84
85 % *** MISC UTILITY PACKAGES ***
86 %
87 %\usepackage{ifpdf}
88 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
89 % compilation based on whether the output is pdf or dvi.
90 % usage:
91 % \ifpdf
92 %   % pdf code
93 % \else
94 %   % dvi code
95 % \fi
96 % The latest version of ifpdf.sty can be obtained from:
97 % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
98 % Also, note that IEEEtran.cls V1.7 and later provides a builtin
99 % \ifCLASSINFOpdf conditional that works the same way.
100 % When switching from latex to pdflatex and vice-versa, the compiler may
101 % have to be run twice to clear warning/error messages.
102
103
104
105
106
107
108 % *** CITATION PACKAGES ***
109 %
110 \usepackage{cite}
111 % cite.sty was written by Donald Arseneau
112 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
113 % \cite{} output to follow that of IEEE. Loading the cite package will
114 % result in citation numbers being automatically sorted and properly
115 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
116 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
117 % \cite will automatically add leading space, if needed. Use cite.sty's
118 % noadjust option (cite.sty V3.8 and later) if you want to turn this off.
119 % cite.sty is already installed on most LaTeX systems. Be sure and use
120 % version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does
121 % not currently provide for hyperlinked citations.
122 % The latest version can be obtained at:
123 % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
124 % The documentation is contained in the cite.sty file itself.
125
126
127
128
129
130
131 % *** GRAPHICS RELATED PACKAGES ***
132 %
133 \usepackage{transparent}
134 \ifCLASSINFOpdf
135   \usepackage[pdftex]{graphicx,color}
136   % declare the path(s) where your graphic files are
137   \graphicspath{{img/}}
138   % and their extensions so you won't have to specify these with
139   % every instance of \includegraphics
140   \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
141 \else
142   % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
143   % will default to the driver specified in the system graphics.cfg if no
144   % driver is specified.
145    \usepackage[dvips]{graphicx}
146   % declare the path(s) where your graphic files are
147    \graphicspath{{imgfs/}}
148   % and their extensions so you won't have to specify these with
149   % every instance of \includegraphics
150    \DeclareGraphicsExtensions{.png,.jpg}
151 \fi
152 % graphicx was written by David Carlisle and Sebastian Rahtz. It is
153 % required if you want graphics, photos, etc. graphicx.sty is already
154 % installed on most LaTeX systems. The latest version and documentation can
155 % be obtained at: 
156 % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
157 % Another good source of documentation is "Using Imported Graphics in
158 % LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or
159 % epslatex.pdf at: http://www.ctan.org/tex-archive/info/
160 %
161 % latex, and pdflatex in dvi mode, support graphics in encapsulated
162 % postscript (.eps) format. pdflatex in pdf mode supports graphics
163 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
164 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
165 % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
166 % which can result in "jaggedy"/blurry rendering of lines and letters as
167 % well as large increases in file sizes.
168 %
169 % You can find documentation about the pdfTeX application at:
170 % http://www.tug.org/applications/pdftex
171
172
173
174
175
176 % *** MATH PACKAGES ***
177 %
178 \usepackage[cmex10]{amsmath}
179 % A popular package from the American Mathematical Society that provides
180 % many useful and powerful commands for dealing with mathematics. If using
181 % it, be sure to load this package with the cmex10 option to ensure that
182 % only type 1 fonts will utilized at all point sizes. Without this option,
183 % it is possible that some math symbols, particularly those within
184 % footnotes, will be rendered in bitmap form which will result in a
185 % document that can not be IEEE Xplore compliant!
186 %
187 % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
188 % thus preventing page breaks from occurring within multiline equations. Use:
189 %\interdisplaylinepenalty=2500
190 % after loading amsmath to restore such page breaks as IEEEtran.cls normally
191 % does. amsmath.sty is already installed on most LaTeX systems. The latest
192 % version and documentation can be obtained at:
193 % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
194
195
196
197
198
199 % *** SPECIALIZED LIST PACKAGES ***
200 %
201 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
202 % pour les refs dans les environnements
203 %\usepackage{algorithmic}
204 % algorithmic.sty was written by Peter Williams and Rogerio Brito.
205 % This package provides an algorithmic environment fo describing algorithms.
206 % You can use the algorithmic environment in-text or within a figure
207 % environment to provide for a floating algorithm. Do NOT use the algorithm
208 % floating environment provided by algorithm.sty (by the same authors) or
209 % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
210 % algorithm float types and packages that provide these will not provide
211 % correct IEEE style captions. The latest version and documentation of
212 % algorithmic.sty can be obtained at:
213 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
214 % There is also a support site at:
215 % http://algorithms.berlios.de/index.html
216 % Also of interest may be the (relatively newer and more customizable)
217 % algorithmicx.sty package by Szasz Janos:
218 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
219
220
221
222
223 % *** ALIGNMENT PACKAGES ***
224 %
225 \usepackage{array}
226 % Frank Mittelbach's and David Carlisle's array.sty patches and improves
227 % the standard LaTeX2e array and tabular environments to provide better
228 % appearance and additional user controls. As the default LaTeX2e table
229 % generation code is lacking to the point of almost being broken with
230 % respect to the quality of the end results, all users are strongly
231 % advised to use an enhanced (at the very least that provided by array.sty)
232 % set of table tools. array.sty is already installed on most systems. The
233 % latest version and documentation can be obtained at:
234 % http://www.ctan.org/tex-archive/macros/latex/required/tools/
235
236
237 \usepackage{mdwmath}
238 \usepackage{mdwtab}
239 % Also highly recommended is Mark Wooding's extremely powerful MDW tools,
240 % especially mdwmath.sty and mdwtab.sty which are used to format equations
241 % and tables, respectively. The MDWtools set is already installed on most
242 % LaTeX systems. The lastest version and documentation is available at:
243 % http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/
244
245
246 % IEEEtran contains the IEEEeqnarray family of commands that can be used to
247 % generate multiline equations as well as matrices, tables, etc., of high
248 % quality.
249
250
251 %\usepackage{eqparbox}
252 % Also of notable interest is Scott Pakin's eqparbox package for creating
253 % (automatically sized) equal width boxes - aka "natural width parboxes".
254 % Available at:
255 % http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/
256
257
258
259
260
261 % *** SUBFIGURE PACKAGES ***
262 %\usepackage[tight,footnotesize]{subfigure}
263 % subfigure.sty was written by Steven Douglas Cochran. This package makes it
264 % easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE
265 % work, it is a good idea to load it with the tight package option to reduce
266 % the amount of white space around the subfigures. subfigure.sty is already
267 % installed on most LaTeX systems. The latest version and documentation can
268 % be obtained at:
269 % http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/
270 % subfigure.sty has been superceeded by subfig.sty.
271
272
273
274 %\usepackage[caption=false]{caption}
275 %\usepackage[font=footnotesize]{subfig}
276 % subfig.sty, also written by Steven Douglas Cochran, is the modern
277 % replacement for subfigure.sty. However, subfig.sty requires and
278 % automatically loads Axel Sommerfeldt's caption.sty which will override
279 % IEEEtran.cls handling of captions and this will result in nonIEEE style
280 % figure/table captions. To prevent this problem, be sure and preload
281 % caption.sty with its "caption=false" package option. This is will preserve
282 % IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later 
283 % (recommended due to many improvements over 1.2) of subfig.sty supports
284 % the caption=false option directly:
285 \usepackage[caption=false,font=footnotesize]{subfig}
286 %
287 % The latest version and documentation can be obtained at:
288 % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
289 % The latest version and documentation of caption.sty can be obtained at:
290 % http://www.ctan.org/tex-archive/macros/latex/contrib/caption/
291
292
293
294
295 % *** FLOAT PACKAGES ***
296 %
297 \usepackage{fixltx2e}
298 % fixltx2e, the successor to the earlier fix2col.sty, was written by
299 % Frank Mittelbach and David Carlisle. This package corrects a few problems
300 % in the LaTeX2e kernel, the most notable of which is that in current
301 % LaTeX2e releases, the ordering of single and double column floats is not
302 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
303 % single column figure to be placed prior to an earlier double column
304 % figure. The latest version and documentation can be found at:
305 % http://www.ctan.org/tex-archive/macros/latex/base/
306
307
308
309 %\usepackage{stfloats}
310 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
311 % the ability to do double column floats at the bottom of the page as well
312 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
313 % LaTeX2e). It also provides a command:
314 %\fnbelowfloat
315 % to enable the placement of footnotes below bottom floats (the standard
316 % LaTeX2e kernel puts them above bottom floats). This is an invasive package
317 % which rewrites many portions of the LaTeX2e float routines. It may not work
318 % with other packages that modify the LaTeX2e float routines. The latest
319 % version and documentation can be obtained at:
320 % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
321 % Documentation is contained in the stfloats.sty comments as well as in the
322 % presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE
323 % does not allow \baselineskip to stretch. Authors submitting work to the
324 % IEEE should note that IEEE rarely uses double column equations and
325 % that authors should try to avoid such use. Do not be tempted to use the
326 % cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does
327 % not format its papers in such ways.
328
329
330
331 % correct bad hyphenation here
332 % \hyphenation{op-tical net-works semi-conduc-tor}
333
334
335 \begin{document}
336 %
337 % paper title
338 % can use linebreaks \\ within to get better formatting as desired
339 \title{}
340
341
342 % author names and affiliations
343 % use a multiple column layout for up to two different
344 % affiliations
345 \author{}
346
347
348 \textbf{Gilles Perrot} is a Ph.D student at the university of Franche-comt\'{e} within the FEMTO-ST Laboratory. His research interests currently focus on GPU-oriented, high performance image processing algorithms. 
349 His university studies have been conducted at University of Orsay (Paris XI) and at \'{E}cole Normale Sup\'{e}rieure (ENS). 
350 He received the M.Sc. degree in electrical engineering in 1993.
351 He received the Agr\'{e}gation of electrical engineering (EE) in 1994 (the highest qualification of teachers in France).
352 In 1995 he presented a MA thesis in signal processing.
353 From 1995 to 2009, he has been a EE teacher, technical advisor or manager for several projetcs on Communication and Information technologies. 
354
355 \newline
356 \textbf{St\'{e}phane Domas} is Assistant Professor at the University of Franche-Comt\'{e}. He is a member of the AND team, within the DISC department of the FEMTO-ST Laboratory. His domain of research is the high performance computing applied to a large range of architectures, from FPGAs and GPUs to widely distributed grid of machines/clusters. More precisely, he is concerned about the development of programming/execution environments for such architectures, and the creation or the optimization of algorithms that take into account their hardware specificities. 
357
358 \newline
359 \textbf{Rapha\"{e}l Couturier} received the Ph.D. degree in 2000 in Computer Science from the Henri Poincaré
360 University in Nancy, France. From 2000 to 2006 he was an Assistant Professor in the University of
361 Franche Comte. Then he has been a Professor in the same University. His research interests include
362 parallel and distributed algorithms with a strong knowledge on asynchronous iterative methods, and
363 GPU and FPGA computing. Raphaël authored or co-authored more than 70 papers in conferences
364 and journals and a book. He has also served in many program committees for conferences. 
365
366 \newline
367 \textbf{Nicolas Bertaux} graduated from  \'{E}cole Normale Sup\'{e}rieure (ENS). He received the M.Sc. degree in electrical engineering from Paris University, Orsay, France in 1993 and the Agr\'{e}gation of electrical engineering (EE) in 1994 (the highest qualification of teachers in France). He received the Ph.D. from ENS in january 2000 in electrical engineering.\\He is an assistant professor in leectrical engineering at \'{E}cole Centrale de Marseille. His main research interests at Fresnel Institute (UMR CNRS 7249) include digital image processing and signal processing.
368
369 \end{document}
370