rapport : baldock including networks

This commit is contained in:
Louis Lacoste 2024-07-23 23:01:04 +02:00
parent 6be23c6ab4
commit 9cba77c975
3 changed files with 52 additions and 47 deletions

View file

@ -8,27 +8,34 @@ networks in four major english cities.
\cite{baldockDailyTemporalStructure2011} \cite{baldockDailyTemporalStructure2011}
% \begin{figure}[ht] \begin{figure}[ht]
% \centering \centering
% \begin{subfigure}[htb]{0.47\textwidth} \begin{subfigure}[htb]{0.47\textwidth}
% % \input{../tikz/applications/baldock/graph-Baldock2019_Bristol.tex} \input{../tikz/applications/baldock/graph-Baldock2019_Bristol.tex}
% \caption{Bristol} \caption{Bristol}
% \end{subfigure} \end{subfigure}
% \hfill \hfill
% \begin{subfigure}[htb]{0.47\textwidth} \begin{subfigure}[htb]{0.47\textwidth}
% % \input{../tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex} \input{../tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex}
% \caption{Edinburgh} \caption{Edinburgh}
% \end{subfigure} \end{subfigure}
% \newline \newline
% \begin{subfigure}[htb]{0.47\textwidth} \begin{subfigure}[htb]{0.47\textwidth}
% \input{../tikz/applications/baldock/graph-Baldock2019_Leeds.tex} \input{../tikz/applications/baldock/graph-Baldock2019_Leeds.tex}
% \caption{Leeds} \caption{Leeds}
% \end{subfigure} \end{subfigure}
% \hfill \hfill
% \begin{subfigure}[htb]{0.47\textwidth} \begin{subfigure}[htb]{0.47\textwidth}
% \input{../tikz/applications/baldock/graph-Baldock2019_Reading.tex} \input{../tikz/applications/baldock/graph-Baldock2019_Reading.tex}
% \caption{Reading} \caption{Reading}
% \end{subfigure} \end{subfigure}
% \caption{English networks from~\cite{baldockSystemsApproachReveals2019a}} \caption{English networks from~\cite{baldockSystemsApproachReveals2019a}}
% \label{fig:baldock-english-networks} \label{fig:baldock-english-networks}
% \end{figure} \end{figure}
\begin{figure}[ht]
\centering
\input{../tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex}
\caption{South African network from~\cite{baldockDailyTemporalStructure2011}}
\label{fig:baldock-south-african-networks}
\end{figure}

Binary file not shown.

View file

@ -39,6 +39,7 @@
\usepackage{pdflscape} \usepackage{pdflscape}
\usepackage{float} % pour le placement des figure \usepackage{float} % pour le placement des figure
\usepackage{caption} % Figures \usepackage{caption} % Figures
\usepackage{subcaption} % And Subfigures \usepackage{subcaption} % And Subfigures
@ -86,7 +87,6 @@
arrows,shapes,positioning,shadows,trees,calc,backgrounds, arrows,shapes,positioning,shadows,trees,calc,backgrounds,
automata,positioning} automata,positioning}
\tikzset{ \tikzset{
basic/.style = {draw, text width=3cm, font=\sffamily, rectangle}, basic/.style = {draw, text width=3cm, font=\sffamily, rectangle},
root/.style = {basic, rounded corners=2pt, thin, align=center, root/.style = {basic, rounded corners=2pt, thin, align=center,
@ -173,7 +173,6 @@ automata,positioning}
%%%%%%%%%%%%%% En-tête de chapitre %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% En-tête de chapitre %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter \makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern \z@} \def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern \z@}
\def\@makechapterhead#1{% \def\@makechapterhead#1{%
@ -221,32 +220,31 @@ automata,positioning}
% Pour activer les onglets % Pour activer les onglets
\ActivateBG \ActivateBG
\begin{selectlanguage}{french} \begin{selectlanguage}{french}
% \maketitle % \maketitle
\pagenumbering{roman} \pagenumbering{roman}
\tableofcontents \tableofcontents
\include{remerciements} \include{remerciements}
% \include{chapter1-presentation_UMR} % \include{chapter1-presentation_UMR}
\end{selectlanguage} \end{selectlanguage}
\begin{selectlanguage}{english} \begin{selectlanguage}{english}
\pagenumbering{arabic} \pagenumbering{arabic}
\include{chapter2-context} \include{chapter2-context}
\include{chapter3-structure-detection} \include{chapter3-structure-detection}
\include{chapter4-simulation-studies} \include{chapter4-simulation-studies}
% \chapter{Applications} % \chapter{Applications}
% \include{Rcodes/real_data/application_dore} % \include{Rcodes/real_data/application_dore}
% \include{Rcodes/real_data/CoOPLBM_completion_analyze} % \include{Rcodes/real_data/CoOPLBM_completion_analyze}
\include{chapter5-applications} \include{chapter5-applications}
\include{conclusions}
\include{conclusions} \addtocounter{maincontentend}{1}
\addtocounter{customchapter}{1}
\addtocounter{maincontentend}{1} \printbibliography
\addtocounter{customchapter}{1} \input{appendices.tex}
\printbibliography % \listoffigures
\input{appendices.tex} % \listoftables
% \listoffigures
% \listoftables
\end{selectlanguage} \end{selectlanguage}
\end{document} \end{document}