master.tex
3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
\documentclass[a4paper,french,12pt]{book}
\usepackage[ruled,lined]{algorithm2e}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{thmtools}
\usepackage{xcolor}
\usepackage{nameref}
\usepackage{bbold}
\usepackage{hyperref}
\usepackage{makecell}
\usepackage{booktabs}
\usepackage{dsfont}
\usepackage{geometry}
\usepackage{tcolorbox}
\usepackage{multicol}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\renewcommand{\familydefault}{\sfdefault} % Met tout le texte en 'sans serif'.
\fancyhead[LE,RO]{\leftmark}
\fancyfoot[C]{\thepage}
\graphicspath{ {figures/} }
\geometry{margin=1in}
\begin{document}
\input{chapters/couv}
\tableofcontents
\chapter*{Introduction}
\markboth{Introduction}{Introduction}
\input{chapters/Introduction}
% état de l'art
\part{Contexte et état de l'art}
\chapter{Contexte clinique}
\label{clinique}
\input{chapters/contexte_clinique}
\chapter{Propriétés biomécaniques du système cérébrospinal}
\label{signal}
\input{chapters/mecanique}
\part{Contributions}
\chapter{Détection automatique des pics P1 et P2}
\label{SWAn}
\input{chapters/chapitre_HCL}
\chapter{Indice composite de compliance cérébrale}
\label{EC2}
\input{chapters/EC2}
\chapter{Compliance cérébrale et osmothérapie}
\label{HTS}
\input{chapters/HTS}
\chapter{Limites du plateau d'autorégulation cérébrale}
\label{OptiMAP}
\input{chapters/OptiMAP}
\chapter*{Conclusion et perspectives}
\markboth{Conclusion et perspectives}{Conclusion et perspectives}
\input{chapters/conclusion}
\chapter*{Bibliographie personnelle}
\markboth{Bibliographie personnelle}{Bibliographie personnelle}
Articles publiés:
\begin{itemize}
\item Donatien Legé, Laurent Gergelé, Marion Prud’homme, Jean-Christophe Lapayre, Yoann Launey, Julien Henriet. 2023. A Deep Learning-Based Automated Framework for Subpeak Designation on Intracranial Pressure Signals. \textit{Sensors} 23(18): 7834, 2023.
\item Donatien Legé, Pierre-Henri Murgat, Russell Chabanne, Kevin Lagarde, Clément Magand, Jean-François Payen, Marion Prud'homme, Yoann Launey, Laurent Gergelé. Cerebral compliance assessment from intracranial pressure waveform analysis: Is a positional shift-related increase in intracranial pressure predictable? \textit{PLoS ONE} 9(12): e0316167, 2024.
\end{itemize}
Accepté pour publication en août 2025:
\begin{itemize}
\item Donatien Legé, Baptiste Balança, Agnieszka Kazimierska, Gwendan Percevault, Valentin Ghibaudo, Marion Prud'homme, Célestin Kokonendji, Julien Henriet. ICP-SWAn: A Selective Waveform Analysis Pipeline for Conformal Subpeak Detection in Intracranial Pressure Signals. \textit{Biomedical Signal Processing and Control}, Elsevier.
\end{itemize}
\markboth{}{}
\clearpage
\bibliographystyle{unsrt}
\bibliography{biblio}
\appendix
\chapter{Supplément au chapitre~\ref{EC2}}
\input{chapters/Annexes-EC2}
\cleardoublepage
\thispagestyle{empty}
\input{chapters/4e_couv}
\end{document}