Skip to content

Commit a8f4c37

Browse files
author
Nicolas Hiot
committed
Update slides
1 parent 5bf4747 commit a8f4c37

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

slides/parts/nulls.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ \section{Mise à jour cohérente}
182182
\addlegendentry{Simplifications};
183183
\end{axis}
184184
\end{tikzpicture}
185+
Temps moyens en (ms) par opérations sur des instances de \num{100000} faits
185186

186187
\vfill
187188
\[

slides/parts/struct.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ \section{Grammaire et schéma}
7373
\begin{tikzpicture}[node distance=5em]
7474
\node[labeled node] (eyes) {Anatomy \nodepart{two} name: \emph{both eyes}};
7575
\node[labeled node, above=of eyes] (sosy) {Symptom \nodepart{two} name: \emph{blurring of vision}};
76-
\node[labeled node, right=7em of sosy] (person) {Person \nodepart{two} name: \emph{unknown}\\age: \emph{55-60}};
77-
\node[labeled node, right=7em of person] (exam) {Examination \nodepart{two} name: \emph{slit-lamp}};
78-
\node[labeled node, below=of exam] (result) {Symptom \nodepart{two} name: \emph{numerous circular}\\~~~~~~~~~~~\emph{to oval fleck-like}};
79-
\node[labeled node, below=of person] (stroma) {Anatomy \nodepart{two} name: \emph{corneal stroma}};
76+
\node[labeled node, right=7.5em of sosy] (person) {Person \nodepart{two} name: \emph{unknown}\\age: \emph{55-60}};
77+
\node[labeled node, right=7.5em of person] (exam) {Examination \nodepart{two} name: \emph{slit-lamp}};
78+
\node[labeled node, right=7.5em of exam] (result) {Symptom \nodepart{two} name: \emph{numerous circular}\\~~~~~~~~~~~\emph{to oval fleck-like}};
79+
\node[labeled node, below=of exam] (stroma) {Anatomy \nodepart{two} name: \emph{corneal stroma}};
8080
\node[labeled node, below=of result] (membrane) {Anatomy \nodepart{two} name: \emph{descemet membrane}};
8181

8282
\path [very thick, -Latex]
@@ -91,6 +91,10 @@ \section{Grammaire et schéma}
9191
\end{figure}
9292
\end{frame}
9393

94+
\begin{frame}{}
95+
\includegraphics[width=\textwidth]{images/deft2020.png}
96+
\end{frame}
97+
9498
\begin{frame}{Construction automatique de bases de données}
9599
\centering
96100
\begin{adjustbox}{max width=.8\linewidth}
@@ -117,10 +121,6 @@ \section{Grammaire et schéma}
117121
\end{block}
118122
\end{frame}
119123

120-
\begin{frame}{}
121-
\includegraphics[width=\textwidth]{images/deft2020.png}
122-
\end{frame}
123-
124124
% \begin{frame}{Texte et arbres}
125125
% \begin{center}
126126
% \begin{adjustbox}{max width=\linewidth, max height=.5\textheight}

slides/thesis-slides.tex

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ \section{Introduction}
299299
\item Axes de Recherches :
300300
\begin{itemize}
301301
\item Extraction et structuration automatique de l'information
302-
\item Assurer la qualité et la cohérence des données:
302+
\item Assurer la qualité et la cohérence des données
303303
\end{itemize}
304304
\end{itemize}
305305
\end{frame}
@@ -436,20 +436,22 @@ \section{Conlusion}
436436

437437
\begin{frame}{Productions scientifiques et perspectives}
438438
\begin{columns}
439-
\begin{column}{.5\linewidth}
439+
\begin{column}{.4\linewidth}
440440
7 publications scientifiques :
441441
\begin{itemize}
442442
\item 1 revue (IJIWIS)
443443
\item 2 conférences internationales (iiWAS, ADBIS)
444444
\item 4 workshops (DEFT, Doing)
445445
\end{itemize}
446446
\end{column}
447-
\begin{column}{.5\linewidth}
447+
\begin{column}{.3\linewidth}
448448
2 logiciels :
449449
\begin{itemize}
450450
\item ArchiTxt : Structuration automatique
451451
\item DataFix : Maintenance cohérente
452452
\end{itemize}
453+
\end{column}
454+
\begin{column}{.3\linewidth}
453455
Participation projets :
454456
\begin{itemize}
455457
\item ANR SENDUP
@@ -458,7 +460,7 @@ \section{Conlusion}
458460
\end{itemize}
459461
\end{column}
460462
\end{columns}
461-
\vfill
463+
\vfill\pause
462464
\begin{block}{Perspectives}
463465
\begin{itemize}
464466
\item Intégrer les contraintes dès la structuration automatique (guider la structuration pour garantir leur respect)
@@ -469,9 +471,9 @@ \section{Conlusion}
469471

470472
\frame{\titlepage}
471473

472-
% \begin{frame}[allowframebreaks]{References}
473-
% \bibliographystyle{apalike}
474-
% \bibliography{../these/biblio}
475-
% \end{frame}
474+
\begin{frame}[allowframebreaks,noframenumbering]{References}
475+
\bibliographystyle{apalike}
476+
\bibliography{../these/biblio}
477+
\end{frame}
476478

477479
\end{document}

0 commit comments

Comments
 (0)