]> AND Private Git Repository - hdrcouchot.git/blob - talk/main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
b6a1a1569a6e87d866d33e0ce0b5024510ba6475
[hdrcouchot.git] / talk / main.tex
1 %\requirepackage[ntheorem}
2 \documentclass{beamer}
3 \usepackage{beamerthemefemto}
4 \usepackage[utf8]{inputenc}
5 \usepackage[T1]{fontenc}
6 \usepackage{amsfonts,amsmath,amssymb,stmaryrd,dsfont}
7 \usepackage[french]{babel}
8 \usepackage{algorithm2e}
9 \usepackage{alltt}
10 \usepackage{mathtools}
11 \usepackage{psfrag}
12 \usepackage[font=footnotesize]{subfig}
13 \usepackage{listings}
14 %\usepackage{ntheorem}
15 \deftranslation[to=french]{Theorem}{}
16
17
18
19 % \theoremstyle{plain}
20 % \theoremsymbol{\ensuremath{\clubsuit}}
21 % \theoremseparator{.}
22 % \theoremprework{\hrulefill}
23 % \theorempostwork{\hrulefill\newline}
24 % \renewtheorem{theorem}[theorem]{}
25
26
27
28 \newcommand{\inputFrameb}[2]{
29 \frame{
30 \frametitle{#1}
31 \begin{footnotesize}
32 \input{#2}
33 \end{footnotesize}
34 }}
35
36 \newcommand{\vectornorm}[1]{\ensuremath{\left|\left|#1\right|\right|_2}}
37 \newcommand{\ie}{\textit{i.e.}}
38 \newcommand{\Nats}[0]{\ensuremath{\mathbb{N}}}
39 \newcommand{\R}[0]{\ensuremath{\mathbb{R}}}
40 \newcommand{\K}[0]{\ensuremath{\mathbb{R}}}
41 \newcommand{\Z}[0]{\ensuremath{\mathbb{Z}}}
42 \newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
43 \newcommand{\rel}[0]{\ensuremath{{\mathcal{R}}}}
44 \newcommand{\Gall}[0]{\ensuremath{\mathcal{G}}}
45 \newcommand{\F}[0]{\ensuremath{\mathbb{F}}}
46 \newcommand{\StratSet}[0]{\ensuremath{\mathbb{S}}}
47 \newcommand{\class}[1]{\ensuremath{\langle #1\rangle}}
48
49
50  \newcommand{\eqNode}[0]{\ensuremath{{\mathcal{R}}}}
51
52
53 \setbeamertemplate{itemize/enumerate body begin}{\footnotesize}
54 \setbeamertemplate{itemize/enumerate subbody begin}{\footnotesize}
55
56
57 \newcommand{\fc}[1]{\ensuremath{\overline{#1}}}
58 %\renewcommand\footnotelayout{\tiny}
59 \let\oldfootnotesize\footnotesize
60 \renewcommand*{\footnotesize}{\oldfootnotesize\scriptsize}
61
62 \usepackage{graphicx}
63 \DeclareGraphicsExtensions{.jpg, .png , .pdf, .bmp, .pdftex}
64 \begin{document}
65
66
67 \title[Modèles discrets pour la sécurité]{Modèles discrets pour la sécurité informatique: des méthodes itératives à l'analyse vectorielle.}
68
69
70
71 \author[J.-F. Couchot]{Jean-Fran\c{c}ois {\sc Couchot}}
72 \date[HDR, le 30/01/16]{\vspace{-1.5em}Soutenance d'HDR: le 30/01/16}
73
74
75
76 \institute[Institut FEMTO-ST]{FEMTO-ST Institut, Université de Franche-Comté, France}
77
78
79 % \newtheorem{theorem}{Théorème}
80 % \newtheorem{lemma}{Lemme}
81 % \newtheorem{corollary}{Corollaire}
82 % \newtheorem*{xpl}{Exemple}
83
84 % \newtheorem{Def}{Définition}
85 %  ____  _____ ____  _   _ _____ 
86 % |  _ \| ____| __ )| | | |_   _|
87 % | | | |  _| |  _ \| | | | | |  
88 % | |_| | |___| |_) | |_| | | |  
89 % |____/|_____|____/ \___/  |_|  
90
91
92 %\newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
93
94 \setbeamertemplate{background}{\titrefemto}
95
96 \begin{frame}[plain]
97 \titlepage
98 \end{frame}
99  
100 \setbeamertemplate{background}{\pagefemto}
101
102 % \begin{frame}{Outline}
103 \setbeamertemplate{section in toc}[sections numbered] 
104 % \tableofcontents
105 % \end{frame}
106
107
108
109
110 %\frame{\frametitle{Plan}\tableofcontents[hideallsubsections]}
111
112 \section{Introduction: iterations de réseaux booléens}
113 \inputFrameb{Réseau booléen (définition)}{rb}
114 \inputFrameb{3 schémas $\leadsto$ 3 graphes d'itérations}{graphes}
115 \inputFrameb{Attracteurs}{attracteurs}
116 \inputFrameb{Dépendance entre éléments}{jacobienne}
117 \inputFrameb{Mode asynchrone}{asynchrone}
118 \inputFrameb{Un exemple motivant}{xplsddasync}
119 %\inputFrameb{Problématique}{sddproblematique}
120 \frame{\frametitle{Plan}\tableofcontents[hideallsubsections]}
121
122 \section{Réseaux booléens: des preuves de convergences}\label{sec:sdd}
123 \frame{\frametitle{Plan}\tableofcontents[currentsection]}
124 \inputFrameb{Suffisamment de synchronisme}{synchronisons}
125 \inputFrameb{Mode mixte avec $g$}{mixteexample}
126 \inputFrameb{Convergence par la pratique}{preuveconvmotiv}
127 \inputFrameb{Du système booléen au modèle PROMELA}{sdd2promela}
128
129
130
131
132 \section{Des systèmes dynamiques discrets au chaos}\label{sec:sddchaos}
133 \frame{\frametitle{Plan}\tableofcontents[currentsection]}
134 \inputFrameb{Rappels sur les itérations chaotiques}{chaosDevaney}
135 \inputFrameb{Espace pour itérations chaotiques (unaires)}{chaosDevaneyUnaire}
136 \inputFrameb{Espace pour itérations chaotiques (généralisées)}{chaosDevaneyGeneralisees}
137 \inputFrameb{Générer un graphe ${\textsc{giu}}$ fortement connexe}{tipe12}
138
139
140 \section{Applications à la génération de nombres pseudo-aléatoires}\label{sec:prng}
141 \frame{\frametitle{Plan}\tableofcontents[currentsection]}
142 \inputFrameb{PRNG par itérations unaires}{prngualgo}
143 \inputFrameb{Condition néc. suff. pour l'uniformité}{condunif}
144 \inputFrameb{Succès pratiques et limites théoriques}{xplprngyestheorieko}
145
146 \inputFrameb{Espace pour itérations chaotiques ($b$)}{prngunauretheorieok}
147 \inputFrameb{$\textsc{giu}$ fortement connexe par construction}{hamiltonien1}
148 \inputFrameb{Codes de Gray équilibrés}{gray}
149 \inputFrameb{Evaluation de l'écart / ditribution uniforme}{heam}
150 \inputFrameb{Et les itérations généralisées?}{prnggeneralise}
151 \inputFrameb{Analyse  pratique des deux classes de PRNGS}{prnggeneralise2}
152
153
154 \section{Application au masquage d'information}\label{sec:ih}
155 \frame{\frametitle{Plan}\tableofcontents[currentsection]}
156 %\inputFrameb{Marquer un média: un processsus chaotique}{marquage}
157
158
159 \section{Conclusion}
160 \frame{\frametitle{Plan}\tableofcontents[currentsection]}
161 \inputFrameb{Synthèse scientifique}{conclusion}
162
163
164
165 % \section{Formalisation}
166 % \frame{\frametitle{Plan}\tableofcontents[currentsection,hideallsubsections]}
167 % \inputFrameb{Algèbre de Boole}{ab}
168 % \inputFrameb{Réseaux booléens (définition)}{rb}
169 % \inputFrameb{Trois modes $\leadsto$ trois graphes d'itérations}{graphes}
170 % \inputFrameb{Attracteurs}{attracteurs}
171 % \inputFrameb{Matrice Jacobienne $f'$}{jacobienne}
172
173
174 % \section{Quelques résultats théoriques}
175 % \frame{\frametitle{Plan}\tableofcontents[currentsection,hideallsubsections]}
176 % \subsection{Conditions de convergence}
177 % \inputFrameb{François Robert 1980}{robert80}
178 % \inputFrameb{François Robert 1995}{robert95}
179 % \subsection{Nombre d'attracteurs}
180 % \inputFrameb{Absence de cycles}{attracteursth}
181
182 % \section{Application à l'étude du bacille de pyo}
183 % \frame{\frametitle{Plan}\tableofcontents[currentsection,hideallsubsections]}
184 % \inputFrameb{Retour aux réseaux de régulation de gènes}{pyo}
185
186 % \section{Des questions?}
187 % \frame{\frametitle{Plan}\tableofcontents[currentsection,hideallsubsections]}
188 % \inputFrameb{Un résumé}{../abstract}
189 % \inputFrameb{Mettre en confiance le candidat}{confiance}
190 % \inputFrameb{Similarités}{similarites}
191 % \inputFrameb{Exemple d'itérations asynchrones}{asynchroneex}
192 % \inputFrameb{Montrer que $d$ (Sect. 3) est une distance}{dv} 
193 % \inputFrameb{Application du théorème 2}{th2} 
194 % \inputFrameb{Théorème 4: illustrez le dans $\Bool^2$}{th4} 
195
196
197
198 % \section{Conclusion et perspectives}
199 % \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
200   
201
202 \bibliographystyle{alpha}
203 \bibliography{abbrev,biblioand}
204 \end{document}
205 %  _____ ___ _   _ 
206 % |  ___|_ _| \ | |
207 % | |_   | ||  \| |
208 % |  _|  | || |\  |
209 % |_|   |___|_| \_|
210 %