You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,12 +167,13 @@ \section{Mise à jour cohérente}
156
167
\begin{frame}{Évaluation : Temps d'exécution par \acrshort{sgbd}}
157
168
\centering
158
169
\begin{tikzpicture}
159
-
\begin{axis}[xbar, every axis plot/.append style={fill}, axis x line=none, axis line style={draw=none}, tick style={draw=none}, symbolic y coords = {MySQL}, enlarge y limits = 0.5, restrict x to domain=0:*, nodes near coords, ytick=data, xlabel={Temps}, x unit=\si{\ms}, legend columns=-1, legend style={draw=none, at={(0.5,0)}, anchor=north}, width=.9\linewidth, height=.9\textheight]
170
+
\tikzstyle{every node}=[font=\small]
171
+
\begin{axis}[xmax=1000, bar width=.6em, xbar, every axis plot/.append style={fill}, axis x line=none, axis line style={draw=none}, tick style={draw=none}, symbolic y coords = {MySQL}, enlarge y limits = 0.5, restrict x to domain=0:*, nodes near coords, ytick=data, xlabel={Temps}, x unit=\si{\ms}, legend columns=-1, legend style={draw=none, at={(0.5,0)}, anchor=north}, width=.9\linewidth, height=.4\textheight]
160
172
\addplot+[area legend] table [y=db, x=chase, col sep=comma] {time_mysql.csv};
161
173
\addlegendentry{Chase};
162
174
163
175
\addplot+[area legend] table [y=db, x=nullBucket, col sep=comma] {time_mysql.csv};
164
-
\addlegendentry{Null bucket};
176
+
\addlegendentry{NullBucket};
165
177
166
178
\addplot+[area legend] table [y=db, x=partitions, col sep=comma, col sep=comma] {time_mysql.csv};
167
179
\addlegendentry{LinkedNulls};
@@ -170,6 +182,54 @@ \section{Mise à jour cohérente}
\begin{frame}{Évaluation : Temps d'exécution par \acrshort{sgbd}}
282
342
\centering
283
343
\begin{tikzpicture}
284
-
\begin{axis}[xbar, every axis plot/.append style={fill}, axis x line=none, axis line style={draw=none}, tick style={draw=none}, symbolic y coords = {MySQL,Neo4J}, enlarge y limits = 0.5, restrict x to domain=0:*, nodes near coords, ytick=data, xlabel={Temps}, x unit=\si{\ms}, legend columns=-1, legend style={draw=none, at={(0.5,0)}, anchor=north}, width=.9\linewidth, height=.9\textheight]
344
+
\tikzstyle{every node}=[font=\small]
345
+
\begin{axis}[xmax=1000, bar width=.6em, xbar, every axis plot/.append style={fill}, axis x line=none, axis line style={draw=none}, tick style={draw=none}, symbolic y coords = {MySQL,Neo4J}, enlarge y limits = 0.5, restrict x to domain=0:*, nodes near coords, ytick=data, xlabel={Temps}, x unit=\si{\ms}, legend columns=-1, legend style={draw=none, at={(0.5,0)}, anchor=north}, width=.9\linewidth, height=.6\textheight]
285
346
\addplot+[area legend] table [y=db, x=chase, col sep=comma] {time_per_db.csv};
286
347
\addlegendentry{Chase};
287
348
288
349
\addplot+[area legend] table [y=db, x=nullBucket, col sep=comma] {time_per_db.csv};
289
-
\addlegendentry{Null bucket};
350
+
\addlegendentry{NullBucket};
290
351
291
352
\addplot+[area legend] table [y=db, x=partitions, col sep=comma, col sep=comma] {time_per_db.csv};
Copy file name to clipboardExpand all lines: slides/parts/struct.tex
+55-7Lines changed: 55 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,57 @@
40
40
41
41
\section{Grammaire et schéma}
42
42
43
+
\begin{frame}{}
44
+
\setbeamercolor{block body}{bg=blue, fg=white}
45
+
\begin{block}{}
46
+
\Huge
47
+
\centering
48
+
\vspace{1em}
49
+
Structuration automatique de l'information
50
+
\vspace{1em}
51
+
\end{block}
52
+
\end{frame}
53
+
54
+
\begin{frame}{Exemple}
55
+
\centering
56
+
57
+
\begin{displaycquote}[extrait de PubMed]{mandalDeepBlueDot2022}
58
+
A female patient in the age group 55-60 years presented to us with blurring of vision in both eyes.
59
+
On slit-lamp examination, numerous circular to oval fleck-like discrete blue opacities at the level of deep corneal stroma and Descemet's membrane was observed.
0 commit comments