Spaces:
Sleeping
Sleeping
Update all files
Browse files- .gitattributes +9 -0
- chapters/collecting-trajectories.tex +393 -169
- chapters/preamble.tex +2 -2
- presentation.aux +115 -94
- presentation.fdb_latexmk +31 -25
- presentation.fls +274 -64
- presentation.log +432 -179
- presentation.nav +95 -80
- presentation.out +15 -11
- presentation.pdf +2 -2
- presentation.snm +2 -2
- presentation.synctex.gz +2 -2
- presentation.tex +3 -3
- presentation.toc +13 -9
- presentation_images/cell_fate_labelling.png +3 -0
- presentation_images/cell_fate_xgboost.png +3 -0
- presentation_images/feature_analysis.png +3 -0
- presentation_images/model_accuracy.png +3 -0
- presentation_images/oneat1.png +3 -0
- presentation_images/oneat1.svg +0 -0
- presentation_images/oneat_arch.png +3 -0
- presentation_images/overall_workflow.png +3 -0
- presentation_images/seg_tra_oneat.png +3 -0
- presentation_images/track_oneat_metrics.png +3 -0
.gitattributes
CHANGED
|
@@ -37,6 +37,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
*.pdf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/coke.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
mtrack.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
presentation_images/nuclei_Acceleration_t_start_0_t_end_100_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
presentation_images/nuclei_Acceleration_t_start_200_t_end_300_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
presentation_images/nuclei_Acceleration_t_start_300_t_end_359.0_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
|
@@ -79,5 +83,10 @@ presentation_images/nuclei_Speed_t_start_300_t_end_359.0_nuclei__distribution.pn
|
|
| 79 |
presentation_images/nuclei_Surface_Area_t_start_0_t_end_100_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 80 |
presentation_images/nuclei_Surface_Area_t_start_200_t_end_300_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 81 |
presentation_images/nuclei_Surface_Area_t_start_300_t_end_359.0_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
presentation_images/tm-oneat-panel.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 83 |
presentation_images/trackmate-panes-1536x495.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 37 |
*.pdf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/coke.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
mtrack.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
presentation_images/cell_fate_labelling.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
presentation_images/cell_fate_xgboost.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
presentation_images/feature_analysis.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
presentation_images/model_accuracy.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
presentation_images/nuclei_Acceleration_t_start_0_t_end_100_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
presentation_images/nuclei_Acceleration_t_start_200_t_end_300_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
presentation_images/nuclei_Acceleration_t_start_300_t_end_359.0_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 83 |
presentation_images/nuclei_Surface_Area_t_start_0_t_end_100_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 84 |
presentation_images/nuclei_Surface_Area_t_start_200_t_end_300_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 85 |
presentation_images/nuclei_Surface_Area_t_start_300_t_end_359.0_nuclei__distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
presentation_images/oneat1.png filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
presentation_images/oneat_arch.png filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
presentation_images/overall_workflow.png filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
presentation_images/seg_tra_oneat.png filter=lfs diff=lfs merge=lfs -text
|
| 90 |
presentation_images/tm-oneat-panel.png filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
presentation_images/track_oneat_metrics.png filter=lfs diff=lfs merge=lfs -text
|
| 92 |
presentation_images/trackmate-panes-1536x495.png filter=lfs diff=lfs merge=lfs -text
|
chapters/collecting-trajectories.tex
CHANGED
|
@@ -1,59 +1,400 @@
|
|
| 1 |
-
\section{
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
-
\begin{frame}{VollSeg}
|
| 7 |
-
\begin{itemize}[<+->]
|
| 8 |
-
|
| 9 |
-
\item VollSeg is a versatile tool built over StarDist with modular segmentation methodologies.
|
| 10 |
-
|
| 11 |
-
\item Xenopus: Early stage of development occupies limited space, $\rightarrow$ lots of background signal $\rightarrow$ Normalization issues.
|
| 12 |
-
|
| 13 |
-
\item Train a ROI and StarDist nuclei model $\rightarrow$ nuclei segmentation in the region of signal.
|
| 14 |
-
|
| 15 |
-
\end{itemize}
|
| 16 |
-
|
| 17 |
-
\end{frame}
|
| 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 |
-
\end{itemize}
|
| 44 |
-
\end{frame}
|
| 45 |
-
\begin{frame}{Mitosis Action Classification}
|
| 46 |
-
\href{run:presentation_movies/all_timepoints_mitosis.mp4}{
|
| 47 |
-
\fcolorbox{blue!80!black}{blue!10}{% Border and background color
|
| 48 |
-
\parbox[c][1.5em][c]{0.6\textwidth}{% Box size
|
| 49 |
-
\centering\textbf{\textcolor{blue!90!black}{Action Classification Video (Click)}}% Text styling
|
| 50 |
-
}%
|
| 51 |
-
}%
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
\subsection{Lineage tree correction: TrackMate-Oneat}
|
| 58 |
|
| 59 |
\frame{\sectionpage}
|
|
@@ -107,31 +448,7 @@
|
|
| 107 |
}
|
| 108 |
\end{frame}
|
| 109 |
|
| 110 |
-
|
| 111 |
-
\frame{\sectionpage}
|
| 112 |
-
\begin{frame}{Membrane Segmentation}
|
| 113 |
-
|
| 114 |
-
\begin{itemize}[<+->]
|
| 115 |
-
|
| 116 |
-
\item CellPose: Slice by Slice 3D segmentation, object shape stretched, 3D features washed out.
|
| 117 |
-
|
| 118 |
-
\item Mode VollSeg: Autoencoder to enhance membrane edges $\rightarrow$ Nuclei seeds perform 3D watershed.
|
| 119 |
-
|
| 120 |
-
\item Computer vision methods to remove 'overflows', cellpose regions as mask.
|
| 121 |
-
\href{run:presentation_movies/fifth_data_membrane_segmentation.mp4}{
|
| 122 |
-
\fcolorbox{blue!80!black}{blue!10}{% Border and background color
|
| 123 |
-
\parbox[c][1.5em][c]{0.6\textwidth}{% Box size
|
| 124 |
-
\centering\textbf{\textcolor{blue!90!black}{Membrane Segmentation (Click)}}% Text styling
|
| 125 |
-
}%
|
| 126 |
-
}%
|
| 127 |
-
}
|
| 128 |
-
\begin{alertblock}{3D membrane leveraged segmentation}
|
| 129 |
-
Leveraging nuclei seeds on membrane enhanced signal for 3D shape preserving segmentation
|
| 130 |
-
\end{alertblock}
|
| 131 |
-
|
| 132 |
-
\end{itemize}
|
| 133 |
-
|
| 134 |
-
\end{frame}
|
| 135 |
\subsection{Tracks: Nuclei $\rightarrow$ Membrane: NapaTrackMater}
|
| 136 |
\frame{\sectionpage}
|
| 137 |
\begin{frame}{Transfer Tracks}
|
|
@@ -198,97 +515,4 @@
|
|
| 198 |
\end{itemize}
|
| 199 |
\end{frame}
|
| 200 |
|
| 201 |
-
\begin{frame}{Inception Model Prediction}
|
| 202 |
-
\begin{itemize}[<+->]
|
| 203 |
-
\item A totally theoretical physics based network, on ideas of non-equilibrium statistical physics (later slides).
|
| 204 |
-
\item Cell type $\rightarrow$ Track label, Motion type $\rightarrow$ Another Track label
|
| 205 |
-
\item $F$ features along channel dimension, T as other dimension: Input Data for Neural Network(s)
|
| 206 |
-
\item 1D densenet as the model for training a) Cell type/Track type b) Motion type
|
| 207 |
-
\item Not whole track in training, cut out tracklets. Feature not Vision based neural network.
|
| 208 |
-
\begin{alertblock}{Model can Predict!}
|
| 209 |
-
Given a cut-out of tracklet it can reliably predict a) \& b)
|
| 210 |
-
\end{alertblock}
|
| 211 |
-
\end{itemize}
|
| 212 |
-
\end{frame}
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
\subsection{Time Cross Correlations}
|
| 216 |
-
|
| 217 |
-
\frame{\sectionpage}
|
| 218 |
-
\begin{frame}{Time Cross Correlations: Motivation}
|
| 219 |
-
\begin{itemize}[<+->]
|
| 220 |
-
|
| 221 |
-
\item Equilibrium statistical mechanics $\rightarrow$ thermodynamic properties: partition function of the ensemble
|
| 222 |
-
\item Nonequilibrium systems $\rightarrow$ no unique partition function
|
| 223 |
-
\item System properties obtained via time cross-correlations
|
| 224 |
-
\end{itemize}
|
| 225 |
-
\uncover<+->{\begin{equation*}
|
| 226 |
-
\langle v(t) v(t^\prime) \rangle_\mathrm{time} = \frac{kT}{m}\exp^{-\gamma(t-t^\prime)/m} \label{time-cross}
|
| 227 |
-
\end{equation*}}
|
| 228 |
-
|
| 229 |
-
\uncover<+->{
|
| 230 |
-
\begin{alertblock}{Inception Model}
|
| 231 |
-
Can we design a neural network to learn time-cross correlations $\rightarrow$ predict cell-fate (Basal, Goblet, Radial)/action (Mitosis, Apoptosis) classfication.
|
| 232 |
-
\end{alertblock}
|
| 233 |
-
}
|
| 234 |
-
|
| 235 |
-
\end{frame}
|
| 236 |
-
|
| 237 |
-
\begin{frame}{Time Cross Correlations}
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
\uncover<+->{
|
| 242 |
-
Consider the vector of morphodynamic properties $\vec{A(t)}$, let us compute time average of this vector
|
| 243 |
-
\begin{equation*}
|
| 244 |
-
\langle \vec{A} \rangle = \frac{1}{\tau}\int_0^\tau dt \vec{A(t)}
|
| 245 |
-
\end{equation*}}
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
\uncover<+->{
|
| 249 |
-
Subtract the average to get the fluctuation $\delta \vec{A}$
|
| 250 |
-
\begin{equation*}
|
| 251 |
-
\delta \vec{A(t)} = \vec{A(t)} - \langle \vec{A} \rangle
|
| 252 |
-
\end{equation*}}
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
\uncover<+->{
|
| 256 |
-
The time-averaged product of two fluctuations
|
| 257 |
-
\begin{equation*}
|
| 258 |
-
C(t) = \frac{1}{\tau}\int_0^\tau ds \delta \vec{A}(s)\delta \vec{A}(t + s) \label{cross-corr}
|
| 259 |
-
\end{equation*}
|
| 260 |
-
$C(t)$: cross-correlation of the morphodynamic feature vector.
|
| 261 |
-
}
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
\end{frame}
|
| 266 |
-
|
| 267 |
-
\begin{frame}{Neural Network: Learning cross-correlations}
|
| 268 |
-
\begin{itemize}[<+->]
|
| 269 |
-
\item Construct a $(B,F,T)$ dimensional tensor, B: batch dimension, F: channels/features and T: time interval, take all the tracks belonging to a certain cell type $S$.
|
| 270 |
-
\item Inception Model: Customized $1D$ Densenet model with soft attention over time
|
| 271 |
-
\item Convolution operations in Densenet $=$ computing the cross correlations as 1D convolutions are mathematically the same.
|
| 272 |
-
\item Training data: several tracks of $25$ timepoints with $18$ features for each cell type $S$
|
| 273 |
-
\item Data is $Z$ scored to have zero mean and are normalized by the standard deviation of the feature vector (component wise) with $S$ being the ground truth label
|
| 274 |
-
\item Categorical Cross entropy as objective to train the network to classify trajectories as belonging to certain cell type.
|
| 275 |
-
\end{itemize}
|
| 276 |
-
\end{frame}
|
| 277 |
-
\begin{frame}{Neural Network: Learning cross-correlations}
|
| 278 |
-
\begin{columns} % Use columns for better layout
|
| 279 |
-
\begin{column}{0.5\textwidth} % Adjust width as needed
|
| 280 |
-
\includegraphics[width=0.8\linewidth, angle=-90]{presentation_images/1DCNN.png} % Use \linewidth to fit within the column
|
| 281 |
-
\end{column}
|
| 282 |
-
|
| 283 |
-
\begin{column}{0.5\textwidth}
|
| 284 |
-
|
| 285 |
-
\begin{itemize}[<+->]
|
| 286 |
-
\item Input 1D data with features as channels $\rightarrow$ 1D Densenet: a) Convolutional, b) Dense, c) Transition, d) Attention block.
|
| 287 |
-
\item Convolutions compute temporal correlations b/w features
|
| 288 |
-
\item Network output class: cell type, $S$ (Goblet, Basal, Radial)/ action class, $A$ (Mitosis, Non-Mitosis)
|
| 289 |
-
\end{itemize}
|
| 290 |
-
\end{column}
|
| 291 |
-
\end{columns}
|
| 292 |
-
\end{frame}
|
| 293 |
-
|
| 294 |
|
|
|
|
| 1 |
+
\section{Overall Workflow}
|
| 2 |
|
| 3 |
+
\begin{frame}{Overall Workflow}
|
| 4 |
+
|
| 5 |
+
% Large figure at the beginning
|
| 6 |
+
\only<1>{
|
| 7 |
+
\begin{center}
|
| 8 |
+
\includegraphics[width=0.8\textwidth]{presentation_images/overall_workflow.png}
|
| 9 |
+
\end{center}
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 13 |
+
\only<2->{
|
| 14 |
+
\begin{columns}
|
| 15 |
+
\begin{column}{0.45\textwidth}
|
| 16 |
+
\includegraphics[width=\textwidth]{presentation_images/overall_workflow.png}
|
| 17 |
+
\end{column}
|
| 18 |
+
\begin{column}{0.55\textwidth}
|
| 19 |
+
\begin{itemize}[<+->]
|
| 20 |
+
\item A. Animal caps are cut from Xenopus embryos at NF stage 8-9.
|
| 21 |
+
\item B. The prospective MCE undergoes morphogenetic shaping and cell fate decisions during development into differentiated tissue.
|
| 22 |
+
\item C. Immunostained differentiated tissue at NF stage 28: acetylated $\alpha$-tubulin labels multiciliated cells (green) and lectin labels goblet cells and small secretory cells in later stages. Ionocytes are distinct for their lack of labeling.
|
| 23 |
+
\item D. Nuclei and membrane labeling (H2B-RFP and mem-mNeonGreen, respectively) of developing tissue at 0, 8, and 22 h.
|
| 24 |
+
\item E. Image analysis pipeline from live image acquisition to cell fate prediction. Single-cell features are then used to classify cell fate by using ground truth data based on cell immunolabeling.
|
| 25 |
+
\end{itemize}
|
| 26 |
+
\end{column}
|
| 27 |
+
\end{columns}
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
\end{frame}
|
| 31 |
+
|
| 32 |
+
\section{Segmenation, Tracking and Action Classification}
|
| 33 |
+
|
| 34 |
+
\begin{frame}{Seg Tra and Oneat}
|
| 35 |
+
|
| 36 |
+
% Large figure at the beginning
|
| 37 |
+
\only<1>{
|
| 38 |
+
\begin{center}
|
| 39 |
+
\includegraphics[width=0.5\textwidth]{presentation_images/seg_tra_oneat.png}
|
| 40 |
+
\end{center}
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 44 |
+
\only<2->{
|
| 45 |
+
\begin{columns}
|
| 46 |
+
\begin{column}{0.4\textwidth}
|
| 47 |
+
\includegraphics[width=\textwidth]{presentation_images/seg_tra_oneat.png}
|
| 48 |
+
\end{column}
|
| 49 |
+
\begin{column}{0.55\textwidth}
|
| 50 |
+
\begin{itemize}[<+->]
|
| 51 |
+
\item A-B. Nuclei and membrane stacks (raw for nuclei,CARE denoised for membrane) are used as inputs for StarDist (nuclei) and Cellpose (membrane)
|
| 52 |
+
\item C. Segmented nuclei and membrane object labels.
|
| 53 |
+
\item D. Cell trajectories are generated by tracking nuclei objects, which are then assigned membrane objects based on closest object centroid matching. Tracks are initially generated with TrackMate, using StarDist labelled objects as input, and trajectory branching points are imposed at cells that are classified as dividing by Oneat, using a Fiji plugin TrackMate-Oneat.
|
| 54 |
+
\item E. Resulting cell trajectories at 0, 10 and 20 h.
|
| 55 |
+
\end{itemize}
|
| 56 |
+
\end{column}
|
| 57 |
+
\end{columns}
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
\end{frame}
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
\section{Trajectory feature analysis}
|
| 65 |
+
|
| 66 |
+
\begin{frame}{Trajectory feature analysis}
|
| 67 |
+
|
| 68 |
+
% Large figure at the beginning
|
| 69 |
+
\only<1>{
|
| 70 |
+
\begin{center}
|
| 71 |
+
\includegraphics[width=0.5\textwidth]{presentation_images/feature_analysis.png}
|
| 72 |
+
\end{center}
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 76 |
+
\only<2->{
|
| 77 |
+
\begin{columns}
|
| 78 |
+
\begin{column}{0.4\textwidth}
|
| 79 |
+
\includegraphics[width=\textwidth]{presentation_images/feature_analysis.png}
|
| 80 |
+
\end{column}
|
| 81 |
+
\begin{column}{0.55\textwidth}
|
| 82 |
+
\begin{itemize}[<+->]
|
| 83 |
+
\item A. Each constructed trajectory in time consists of single cells with shape, nucleus shape, movement, and positional features.
|
| 84 |
+
\item B-C. Membrane and nucleus shapes of example trajectories at 8 and 16 h, with corresponding
|
| 85 |
+
point cloud to 16 h. 3D shape measurements of both cell membranes and nuclei are constructed from
|
| 86 |
+
a point cloud. For membranes, additional 2D shape descriptor features are calculated from the object
|
| 87 |
+
center slice.
|
| 88 |
+
\item D. 1st and 2nd principal components of membrane shape, nucleus shape, movement, and
|
| 89 |
+
all features feature space.
|
| 90 |
+
\item E. Feature correlations with principal components. For all features, only the
|
| 91 |
+
top 5 correlating features for PC1 and PC2 are shown
|
| 92 |
+
\item F. Selected feature trends across developmental
|
| 93 |
+
time for all cells.
|
| 94 |
+
\item G. Spearman rank correlations of each feature with time, calculated per trajectory, and
|
| 95 |
+
a boxplot shows the distribution of correlations.
|
| 96 |
+
\end{itemize}
|
| 97 |
+
\end{column}
|
| 98 |
+
\end{columns}
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
\end{frame}
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
\section{Cell Fate Labelling}
|
| 108 |
+
|
| 109 |
+
\begin{frame}{Cell Fate Labelling}
|
| 110 |
+
|
| 111 |
+
% Large figure at the beginning
|
| 112 |
+
\only<1>{
|
| 113 |
+
\begin{center}
|
| 114 |
+
\includegraphics[width=0.4\textwidth]{presentation_images/cell_fate_labelling.png}
|
| 115 |
+
\end{center}
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 119 |
+
\only<2->{
|
| 120 |
+
\begin{columns}
|
| 121 |
+
\begin{column}{0.4\textwidth}
|
| 122 |
+
\includegraphics[width=\textwidth]{presentation_images/cell_fate_labelling.png}
|
| 123 |
+
\end{column}
|
| 124 |
+
\begin{column}{0.55\textwidth}
|
| 125 |
+
\begin{itemize}[<+->]
|
| 126 |
+
\item A-B. Live imaged cells are fixed at the end
|
| 127 |
+
of the experiment and immunolabelled for MCE cell types (A). The cell fate is assigned to a track based
|
| 128 |
+
on manual annotation of the final timepoint cell type based on the presence of immunolabel in a cell
|
| 129 |
+
(B).
|
| 130 |
+
\item C. Tracks with cell fate labelling, overlaid against the last timepoint.
|
| 131 |
+
\item D. Mean and s.d. of selected features, colored by cell type.
|
| 132 |
+
\item E. Membrane shape of randomly selected cells, 1 per cell type, at 1 h, 4 h, 8, 16 h and 22 h.
|
| 133 |
+
\item F. Single cell features of randomly selected cells across time, 1 per cell type
|
| 134 |
+
|
| 135 |
+
\end{itemize}
|
| 136 |
+
\end{column}
|
| 137 |
+
\end{columns}
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
\end{frame}
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
\section{Cell Fate Classification: XGBoost}
|
| 145 |
+
|
| 146 |
+
\begin{frame}{Cell Fate Classification: XGBoost}
|
| 147 |
+
|
| 148 |
+
% Large figure at the beginning
|
| 149 |
+
\only<1>{
|
| 150 |
+
\begin{center}
|
| 151 |
+
\includegraphics[width=0.4\textwidth]{presentation_images/cell_fate_xgboost.png}
|
| 152 |
+
\end{center}
|
| 153 |
+
}
|
| 154 |
+
|
| 155 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 156 |
+
\only<2->{
|
| 157 |
+
\begin{columns}
|
| 158 |
+
\begin{column}{0.4\textwidth}
|
| 159 |
+
\includegraphics[width=\textwidth]{presentation_images/cell_fate_xgboost.png}
|
| 160 |
+
\end{column}
|
| 161 |
+
\begin{column}{0.55\textwidth}
|
| 162 |
+
\begin{itemize}[<+->]
|
| 163 |
+
\item A. Feature vectors of single
|
| 164 |
+
cells are used as independent features, and cell fate as a dependent feature, for training a classifier
|
| 165 |
+
model, based on either XGBoost or multinomial (softmax) logistic regressor. Then, each cell in the test
|
| 166 |
+
dataset is assigned a cell fate based on its feature vector.
|
| 167 |
+
\item B-C. Confusion matrices of test dataset cell
|
| 168 |
+
fate prediction vs. ground truth, for XGBoost model and logistic regression model, respectively.
|
| 169 |
+
\item D. Example test dataset trajectories showing single-cell predictions per track.
|
| 170 |
+
\item E-F. Percent point-wise
|
| 171 |
+
accuracy difference to baseline accuracy of the XGBoost model for leaving out a feature category (E)
|
| 172 |
+
or a single feature (F, only the top feature per feature category is shown).
|
| 173 |
+
\item G. Feature coefficients for a
|
| 174 |
+
logistic regressor model, only the top feature per category is shown. All calculations in B, C, E, F, and
|
| 175 |
+
G are averaged out for 20 iterations of randomized test-train split, model training, and prediction
|
| 176 |
+
|
| 177 |
+
\end{itemize}
|
| 178 |
+
\end{column}
|
| 179 |
+
\end{columns}
|
| 180 |
+
}
|
| 181 |
+
|
| 182 |
+
\end{frame}
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
\section{Oneat Architecture: Action Classification}
|
| 188 |
+
|
| 189 |
+
\begin{frame}{Oneat Architecture: Action Classification}
|
| 190 |
+
|
| 191 |
+
% Large figure at the beginning
|
| 192 |
+
\only<1>{
|
| 193 |
+
\begin{center}
|
| 194 |
+
\includegraphics[width=0.4\textwidth]{presentation_images/oneat_arch.png}
|
| 195 |
+
\end{center}
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 199 |
+
\only<2->{
|
| 200 |
+
\begin{columns}
|
| 201 |
+
\begin{column}{0.4\textwidth}
|
| 202 |
+
\includegraphics[width=\textwidth]{presentation_images/oneat_arch.png}
|
| 203 |
+
\end{column}
|
| 204 |
+
\begin{column}{0.55\textwidth}
|
| 205 |
+
\begin{itemize}[<+->]
|
| 206 |
+
\item Oneat model structure. A. Training data annotations in Napari for training a mitosis
|
| 207 |
+
classifier.
|
| 208 |
+
\item B. CNN architecture. Input data is 3 timepoints, 8 x 64 x 64 pixel crop, centered around
|
| 209 |
+
the annotation ZYX+t centroid. Output is probabilities for classification as mitotic or non-mitotic
|
| 210 |
+
|
| 211 |
+
|
| 212 |
+
\end{itemize}
|
| 213 |
+
\end{column}
|
| 214 |
+
\end{columns}
|
| 215 |
+
}
|
| 216 |
+
|
| 217 |
+
\end{frame}
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
\section{TrackMate-Oneat: Auto Track Correction}
|
| 221 |
+
|
| 222 |
+
\begin{frame}{TrackMate-Oneat: Auto Track Correction}
|
| 223 |
+
|
| 224 |
+
% Large figure at the beginning
|
| 225 |
+
\only<1>{
|
| 226 |
+
\begin{center}
|
| 227 |
+
\includegraphics[width=0.4\textwidth]{presentation_images/track_oneat_metrics.png}
|
| 228 |
+
\end{center}
|
| 229 |
+
}
|
| 230 |
+
|
| 231 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 232 |
+
\only<2->{
|
| 233 |
+
\begin{columns}
|
| 234 |
+
\begin{column}{0.4\textwidth}
|
| 235 |
+
\includegraphics[width=\textwidth]{presentation_images/track_oneat_metrics.png}
|
| 236 |
+
\end{column}
|
| 237 |
+
\begin{column}{0.55\textwidth}
|
| 238 |
+
\begin{itemize}[<+->]
|
| 239 |
+
\item A-B. Cell Tracking Challenge format
|
| 240 |
+
quality estimations in Table S3 are based on an ROI of a dataset (A), where each cell is manually
|
| 241 |
+
tracked for as long it appears in the ROI.
|
| 242 |
+
\item Manual track annotations are formatted in CTC format, to
|
| 243 |
+
which automated tracking with TrackMate is then compared to estimate tracking quality. Division metrics
|
| 244 |
+
in C-J are based on a dataset where each cell division is manually annotated (B).
|
| 245 |
+
\item C-E, I.
|
| 246 |
+
Division detections for Oneat (not connected with tracks), TrackMate-Oneat (Oneat divisions connected
|
| 247 |
+
with TrackMate tracks), TrackMate-Oneat + MARI principle (TrackMate-Oneat with max boundary set
|
| 248 |
+
for angle between mother cell and daughter cells), and TrackMate “native” track splitting, enabled in
|
| 249 |
+
TrackMate LAP linking algorithm.
|
| 250 |
+
\item H, J. Corresponding detection metrics. K. Manually annotated
|
| 251 |
+
ground truth tracks colorized by the Track ID assigned by automatic tracking used for the experiments
|
| 252 |
+
|
| 253 |
+
|
| 254 |
+
\end{itemize}
|
| 255 |
+
\end{column}
|
| 256 |
+
\end{columns}
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
\end{frame}
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
\section{XGBoost: Feature Ablation}
|
| 264 |
+
|
| 265 |
+
\begin{frame}{XGBoost: Feature Ablation}
|
| 266 |
+
|
| 267 |
+
% Large figure at the beginning
|
| 268 |
+
\only<1>{
|
| 269 |
+
\begin{center}
|
| 270 |
+
\includegraphics[width=0.4\textwidth]{presentation_images/model_accuracy.png}
|
| 271 |
+
\end{center}
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
% Shrunk figure + text overlay for subsequent slides
|
| 275 |
+
\only<2->{
|
| 276 |
+
\begin{columns}
|
| 277 |
+
\begin{column}{0.4\textwidth}
|
| 278 |
+
\includegraphics[width=\textwidth]{presentation_images/model_accuracy.png}
|
| 279 |
+
\end{column}
|
| 280 |
+
\begin{column}{0.55\textwidth}
|
| 281 |
+
\begin{itemize}[<+->]
|
| 282 |
+
\item A. Classifier
|
| 283 |
+
training dataset sample counts across dataset time.
|
| 284 |
+
\item B. Mean and s.d. prediction confidence of predicted class of
|
| 285 |
+
XGBoost-based predictions, colored by class.
|
| 286 |
+
\item C. Timewise accuracy confusion matrix of XGBoost-
|
| 287 |
+
based predictions.
|
| 288 |
+
\item D. Percent point-wise accuracy difference to baseline accuracy of the XGBoost
|
| 289 |
+
model for leaving out a single feature
|
| 290 |
+
\item G. Feature coefficients for a logistic regressor model. All
|
| 291 |
+
calculations in B, C, D, and E are averaged out for 20 iterations of randomized test-train split, model
|
| 292 |
+
training and prediction
|
| 293 |
+
|
| 294 |
+
\end{itemize}
|
| 295 |
+
\end{column}
|
| 296 |
+
\end{columns}
|
| 297 |
+
}
|
| 298 |
+
|
| 299 |
+
\end{frame}
|
| 300 |
+
|
| 301 |
+
|
| 302 |
+
\begin{frame}{Inception Model Prediction}
|
| 303 |
+
\begin{itemize}[<+->]
|
| 304 |
+
\item A totally theoretical physics based network, on ideas of non-equilibrium statistical physics (later slides).
|
| 305 |
+
\item Cell type $\rightarrow$ Track label, Motion type $\rightarrow$ Another Track label
|
| 306 |
+
\item $F$ features along channel dimension, T as other dimension: Input Data for Neural Network(s)
|
| 307 |
+
\item 1D densenet as the model for training a) Cell type/Track type b) Motion type
|
| 308 |
+
\item Not whole track in training, cut out tracklets. Feature not Vision based neural network.
|
| 309 |
+
\begin{alertblock}{Model can Predict!}
|
| 310 |
+
Given a cut-out of tracklet it can reliably predict a) \& b)
|
| 311 |
+
\end{alertblock}
|
| 312 |
+
\end{itemize}
|
| 313 |
+
\end{frame}
|
| 314 |
|
| 315 |
+
|
| 316 |
+
\subsection{Time Cross Correlations}
|
| 317 |
+
|
| 318 |
+
\frame{\sectionpage}
|
| 319 |
+
\begin{frame}{Time Cross Correlations: Motivation}
|
| 320 |
+
\begin{itemize}[<+->]
|
| 321 |
+
|
| 322 |
+
\item Equilibrium statistical mechanics $\rightarrow$ thermodynamic properties: partition function of the ensemble
|
| 323 |
+
\item Nonequilibrium systems $\rightarrow$ no unique partition function
|
| 324 |
+
\item System properties obtained via time cross-correlations
|
| 325 |
+
\end{itemize}
|
| 326 |
+
\uncover<+->{\begin{equation*}
|
| 327 |
+
\langle v(t) v(t^\prime) \rangle_\mathrm{time} = \frac{kT}{m}\exp^{-\gamma(t-t^\prime)/m} \label{time-cross}
|
| 328 |
+
\end{equation*}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 329 |
|
| 330 |
+
\uncover<+->{
|
| 331 |
+
\begin{alertblock}{Inception Model}
|
| 332 |
+
Can we design a neural network to learn time-cross correlations $\rightarrow$ predict cell-fate (Basal, Goblet, Radial)/action (Mitosis, Apoptosis) classfication.
|
| 333 |
+
\end{alertblock}
|
| 334 |
+
}
|
| 335 |
+
|
| 336 |
+
\end{frame}
|
| 337 |
+
|
| 338 |
+
\begin{frame}{Time Cross Correlations}
|
| 339 |
+
|
| 340 |
+
|
| 341 |
+
|
| 342 |
+
\uncover<+->{
|
| 343 |
+
Consider the vector of morphodynamic properties $\vec{A(t)}$, let us compute time average of this vector
|
| 344 |
+
\begin{equation*}
|
| 345 |
+
\langle \vec{A} \rangle = \frac{1}{\tau}\int_0^\tau dt \vec{A(t)}
|
| 346 |
+
\end{equation*}}
|
| 347 |
+
|
| 348 |
+
|
| 349 |
+
\uncover<+->{
|
| 350 |
+
Subtract the average to get the fluctuation $\delta \vec{A}$
|
| 351 |
+
\begin{equation*}
|
| 352 |
+
\delta \vec{A(t)} = \vec{A(t)} - \langle \vec{A} \rangle
|
| 353 |
+
\end{equation*}}
|
| 354 |
+
|
| 355 |
+
|
| 356 |
+
\uncover<+->{
|
| 357 |
+
The time-averaged product of two fluctuations
|
| 358 |
+
\begin{equation*}
|
| 359 |
+
C(t) = \frac{1}{\tau}\int_0^\tau ds \delta \vec{A}(s)\delta \vec{A}(t + s) \label{cross-corr}
|
| 360 |
+
\end{equation*}
|
| 361 |
+
$C(t)$: cross-correlation of the morphodynamic feature vector.
|
| 362 |
+
}
|
| 363 |
+
|
| 364 |
+
|
| 365 |
+
|
| 366 |
+
\end{frame}
|
| 367 |
+
|
| 368 |
+
\begin{frame}{Neural Network: Learning cross-correlations}
|
| 369 |
+
\begin{itemize}[<+->]
|
| 370 |
+
\item Construct a $(B,F,T)$ dimensional tensor, B: batch dimension, F: channels/features and T: time interval, take all the tracks belonging to a certain cell type $S$.
|
| 371 |
+
\item Inception Model: Customized $1D$ Densenet model with soft attention over time
|
| 372 |
+
\item Convolution operations in Densenet $=$ computing the cross correlations as 1D convolutions are mathematically the same.
|
| 373 |
+
\item Training data: several tracks of $25$ timepoints with $18$ features for each cell type $S$
|
| 374 |
+
\item Data is $Z$ scored to have zero mean and are normalized by the standard deviation of the feature vector (component wise) with $S$ being the ground truth label
|
| 375 |
+
\item Categorical Cross entropy as objective to train the network to classify trajectories as belonging to certain cell type.
|
| 376 |
+
\end{itemize}
|
| 377 |
+
\end{frame}
|
| 378 |
+
\begin{frame}{Neural Network: Learning cross-correlations}
|
| 379 |
+
\begin{columns} % Use columns for better layout
|
| 380 |
+
\begin{column}{0.5\textwidth} % Adjust width as needed
|
| 381 |
+
\includegraphics[width=0.8\linewidth, angle=-90]{presentation_images/1DCNN.png} % Use \linewidth to fit within the column
|
| 382 |
+
\end{column}
|
| 383 |
+
|
| 384 |
+
\begin{column}{0.5\textwidth}
|
| 385 |
+
|
| 386 |
+
\begin{itemize}[<+->]
|
| 387 |
+
\item Input 1D data with features as channels $\rightarrow$ 1D Densenet: a) Convolutional, b) Dense, c) Transition, d) Attention block.
|
| 388 |
+
\item Convolutions compute temporal correlations b/w features
|
| 389 |
+
\item Network output class: cell type, $S$ (Goblet, Basal, Radial)/ action class, $A$ (Mitosis, Non-Mitosis)
|
| 390 |
+
\end{itemize}
|
| 391 |
+
\end{column}
|
| 392 |
+
\end{columns}
|
| 393 |
+
\end{frame}
|
| 394 |
+
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
|
| 398 |
\subsection{Lineage tree correction: TrackMate-Oneat}
|
| 399 |
|
| 400 |
\frame{\sectionpage}
|
|
|
|
| 448 |
}
|
| 449 |
\end{frame}
|
| 450 |
|
| 451 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 452 |
\subsection{Tracks: Nuclei $\rightarrow$ Membrane: NapaTrackMater}
|
| 453 |
\frame{\sectionpage}
|
| 454 |
\begin{frame}{Transfer Tracks}
|
|
|
|
| 515 |
\end{itemize}
|
| 516 |
\end{frame}
|
| 517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 518 |
|
chapters/preamble.tex
CHANGED
|
@@ -58,8 +58,8 @@
|
|
| 58 |
\setbeamercolor{alerted text}{fg=yellow}
|
| 59 |
\setbeamercolor{block title alerted}{bg=alerted text.fg!90!black}
|
| 60 |
\setbeamercolor{block title example}{bg=lightorange!60!black}
|
| 61 |
-
\setbeamercolor{background canvas}{bg=
|
| 62 |
-
\setbeamercolor{normal text}{bg=
|
| 63 |
|
| 64 |
\setbeamertemplate{footline}
|
| 65 |
{
|
|
|
|
| 58 |
\setbeamercolor{alerted text}{fg=yellow}
|
| 59 |
\setbeamercolor{block title alerted}{bg=alerted text.fg!90!black}
|
| 60 |
\setbeamercolor{block title example}{bg=lightorange!60!black}
|
| 61 |
+
\setbeamercolor{background canvas}{bg=white}
|
| 62 |
+
\setbeamercolor{normal text}{bg=white,fg=gray}
|
| 63 |
|
| 64 |
\setbeamertemplate{footline}
|
| 65 |
{
|
presentation.aux
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
\relax
|
|
|
|
| 2 |
\providecommand\hyper@newdestlabel[2]{}
|
| 3 |
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
| 4 |
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
|
@@ -20,104 +21,124 @@
|
|
| 20 |
\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
|
| 21 |
\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
|
| 22 |
\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
|
| 23 |
-
\@writefile{toc}{\beamer@sectionintoc {1}{
|
| 24 |
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
|
| 25 |
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
|
| 26 |
-
\@writefile{nav}{\headcommand {\sectionentry {1}{
|
| 27 |
-
\@writefile{
|
| 28 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 29 |
-
\@writefile{
|
| 30 |
-
\@writefile{nav}{\headcommand {\
|
| 31 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
|
| 32 |
-
\@writefile{nav}{\headcommand {\slideentry {1}{1}{2}{4/6}{Nuclei Segmentation: VollSeg}{0}}}
|
| 33 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {4}{6}}}
|
| 34 |
-
\@writefile{nav}{\headcommand {\slideentry {1}{1}{3}{7/7}{Nuclei Segmentation: VollSeg}{0}}}
|
| 35 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}}
|
| 36 |
-
\@writefile{toc}{\beamer@subsectionintoc {1}{2}{Mitosis Action Classification: Oneat}{8}{0}{1}}
|
| 37 |
\@writefile{nav}{\headcommand {\beamer@subsectionpages {3}{7}}}
|
| 38 |
-
\@writefile{nav}{\headcommand {\
|
| 39 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 40 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {8}{
|
| 41 |
-
\@writefile{
|
| 42 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 43 |
-
\@writefile{nav}{\headcommand {\
|
| 44 |
-
\@writefile{nav}{\headcommand {\
|
| 45 |
-
\@writefile{
|
| 46 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 47 |
-
\@writefile{
|
| 48 |
-
\@writefile{nav}{\headcommand {\
|
| 49 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 50 |
-
\@writefile{nav}{\headcommand {\
|
| 51 |
-
\@writefile{nav}{\headcommand {\
|
| 52 |
-
\@writefile{nav}{\headcommand {\
|
| 53 |
-
\@writefile{
|
| 54 |
-
\@writefile{nav}{\headcommand {\
|
| 55 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 56 |
-
\@writefile{nav}{\headcommand {\
|
| 57 |
-
\@writefile{nav}{\headcommand {\
|
| 58 |
-
\@writefile{
|
| 59 |
-
\@writefile{
|
| 60 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 61 |
-
\@writefile{nav}{\headcommand {\
|
| 62 |
-
\@writefile{nav}{\headcommand {\
|
| 63 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 64 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {
|
| 65 |
-
\@writefile{toc}{\beamer@
|
| 66 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 67 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 68 |
-
\@writefile{nav}{\headcommand {\
|
| 69 |
-
\@writefile{nav}{\headcommand {\
|
| 70 |
-
\@writefile{nav}{\headcommand {\
|
| 71 |
-
\@writefile{
|
| 72 |
-
\@writefile{nav}{\headcommand {\
|
| 73 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 74 |
-
\@writefile{
|
| 75 |
-
\@writefile{nav}{\headcommand {\
|
| 76 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 77 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 78 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {
|
| 79 |
-
\@writefile{
|
| 80 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 81 |
-
\@writefile{nav}{\headcommand {\
|
| 82 |
-
\@writefile{nav}{\headcommand {\
|
| 83 |
-
\@writefile{
|
| 84 |
-
\@writefile{
|
| 85 |
-
|
| 86 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 87 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {
|
| 88 |
-
\@writefile{
|
| 89 |
-
|
| 90 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 91 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {
|
| 92 |
-
\@writefile{
|
| 93 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 94 |
-
\@writefile{nav}{\headcommand {\
|
| 95 |
-
\@writefile{nav}{\headcommand {\
|
| 96 |
-
\@writefile{
|
| 97 |
-
\@writefile{
|
| 98 |
-
\
|
| 99 |
-
\@writefile{nav}{\headcommand {\slideentry {
|
| 100 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {
|
| 101 |
-
\@writefile{
|
| 102 |
-
\newlabel{cross-corr}{{27}{55}{Time Cross Correlations}{Doc-Start}{}}
|
| 103 |
-
\@writefile{nav}{\headcommand {\slideentry {1}{8}{3}{55/57}{Time Cross Correlations}{0}}}
|
| 104 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {55}{57}}}
|
| 105 |
-
\@writefile{nav}{\headcommand {\slideentry {1}{8}{4}{58/63}{Time Cross Correlations}{0}}}
|
| 106 |
-
\@writefile{nav}{\headcommand {\beamer@framepages {58}{63}}}
|
| 107 |
-
\@writefile{nav}{\headcommand {\slideentry {1}{8}{5}{64/66}{Time Cross Correlations}{0}}}
|
| 108 |
\@writefile{nav}{\headcommand {\beamer@framepages {64}{66}}}
|
| 109 |
-
\@writefile{nav}{\headcommand {\
|
| 110 |
-
\@writefile{nav}{\headcommand {\beamer@subsectionpages {49}{66}}}
|
| 111 |
-
\@writefile{nav}{\headcommand {\sectionentry {2}{Acknowledgments}{67}{Acknowledgments}{0}}}
|
| 112 |
-
\@writefile{nav}{\headcommand {\slideentry {2}{0}{1}{67/67}{}{0}}}
|
| 113 |
\@writefile{nav}{\headcommand {\beamer@framepages {67}{67}}}
|
| 114 |
-
\@writefile{nav}{\headcommand {\
|
| 115 |
-
\@writefile{nav}{\headcommand {\beamer@subsectionpages {67}{67}}}
|
| 116 |
-
\@writefile{nav}{\headcommand {\slideentry {3}{0}{1}{68/68}{}{0}}}
|
| 117 |
\@writefile{nav}{\headcommand {\beamer@framepages {68}{68}}}
|
| 118 |
-
\@writefile{nav}{\headcommand {\
|
| 119 |
-
\@writefile{nav}{\headcommand {\beamer@
|
| 120 |
-
\@writefile{
|
| 121 |
-
\@writefile{nav}{\headcommand {\beamer@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {31}}}
|
| 123 |
-
\gdef
|
|
|
|
|
|
| 1 |
\relax
|
| 2 |
+
\providecommand{\transparent@use}[1]{}
|
| 3 |
\providecommand\hyper@newdestlabel[2]{}
|
| 4 |
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
| 5 |
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
|
|
|
| 21 |
\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
|
| 22 |
\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
|
| 23 |
\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
|
| 24 |
+
\@writefile{toc}{\beamer@sectionintoc {1}{Overall Workflow}{3}{0}{1}}
|
| 25 |
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
|
| 26 |
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
|
| 27 |
+
\@writefile{nav}{\headcommand {\sectionentry {1}{Overall Workflow}{3}{Overall Workflow}{0}}}
|
| 28 |
+
\@writefile{nav}{\headcommand {\slideentry {1}{0}{1}{3/7}{}{0}}}
|
| 29 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {3}{7}}}
|
| 30 |
+
\@writefile{toc}{\beamer@sectionintoc {2}{Segmenation, Tracking and Action Classification}{8}{0}{2}}
|
| 31 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {3}{7}}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
\@writefile{nav}{\headcommand {\beamer@subsectionpages {3}{7}}}
|
| 33 |
+
\@writefile{nav}{\headcommand {\sectionentry {2}{Segmenation, Tracking and Action Classification}{8}{Segmenation, Tracking and Action Classification}{0}}}
|
| 34 |
+
\@writefile{nav}{\headcommand {\slideentry {2}{0}{1}{8/11}{}{0}}}
|
| 35 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {8}{11}}}
|
| 36 |
+
\@writefile{toc}{\beamer@sectionintoc {3}{Trajectory feature analysis}{12}{0}{3}}
|
| 37 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {8}{11}}}
|
| 38 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {8}{11}}}
|
| 39 |
+
\@writefile{nav}{\headcommand {\sectionentry {3}{Trajectory feature analysis}{12}{Trajectory feature analysis}{0}}}
|
| 40 |
+
\@writefile{nav}{\headcommand {\slideentry {3}{0}{1}{12/17}{}{0}}}
|
| 41 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {12}{17}}}
|
| 42 |
+
\@writefile{toc}{\beamer@sectionintoc {4}{Cell Fate Labelling}{18}{0}{4}}
|
| 43 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {12}{17}}}
|
| 44 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {12}{17}}}
|
| 45 |
+
\@writefile{nav}{\headcommand {\sectionentry {4}{Cell Fate Labelling}{18}{Cell Fate Labelling}{0}}}
|
| 46 |
+
\@writefile{nav}{\headcommand {\slideentry {4}{0}{1}{18/22}{}{0}}}
|
| 47 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {18}{22}}}
|
| 48 |
+
\@writefile{toc}{\beamer@sectionintoc {5}{Cell Fate Classification: XGBoost}{23}{0}{5}}
|
| 49 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {18}{22}}}
|
| 50 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {18}{22}}}
|
| 51 |
+
\@writefile{nav}{\headcommand {\sectionentry {5}{Cell Fate Classification: XGBoost}{23}{Cell Fate Classification: XGBoost}{0}}}
|
| 52 |
+
\@writefile{nav}{\headcommand {\slideentry {5}{0}{1}{23/27}{}{0}}}
|
| 53 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {23}{27}}}
|
| 54 |
+
\@writefile{toc}{\beamer@sectionintoc {6}{Oneat Architecture: Action Classification}{28}{0}{6}}
|
| 55 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {23}{27}}}
|
| 56 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {23}{27}}}
|
| 57 |
+
\@writefile{nav}{\headcommand {\sectionentry {6}{Oneat Architecture: Action Classification}{28}{Oneat Architecture: Action Classification}{0}}}
|
| 58 |
+
\@writefile{nav}{\headcommand {\slideentry {6}{0}{1}{28/29}{}{0}}}
|
| 59 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {28}{29}}}
|
| 60 |
+
\@writefile{toc}{\beamer@sectionintoc {7}{TrackMate-Oneat: Auto Track Correction}{30}{0}{7}}
|
| 61 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {28}{29}}}
|
| 62 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {28}{29}}}
|
| 63 |
+
\@writefile{nav}{\headcommand {\sectionentry {7}{TrackMate-Oneat: Auto Track Correction}{30}{TrackMate-Oneat: Auto Track Correction}{0}}}
|
| 64 |
+
\@writefile{nav}{\headcommand {\slideentry {7}{0}{1}{30/33}{}{0}}}
|
| 65 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {30}{33}}}
|
| 66 |
+
\@writefile{toc}{\beamer@sectionintoc {8}{XGBoost: Feature Ablation}{34}{0}{8}}
|
| 67 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {30}{33}}}
|
| 68 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {30}{33}}}
|
| 69 |
+
\@writefile{nav}{\headcommand {\sectionentry {8}{XGBoost: Feature Ablation}{34}{XGBoost: Feature Ablation}{0}}}
|
| 70 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{0}{1}{34/38}{}{0}}}
|
| 71 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {34}{38}}}
|
| 72 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{0}{2}{39/44}{}{0}}}
|
| 73 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {39}{44}}}
|
| 74 |
+
\@writefile{toc}{\beamer@subsectionintoc {8}{1}{Time Cross Correlations}{45}{0}{8}}
|
| 75 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {34}{44}}}
|
| 76 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{8}{1}{45}{Time Cross Correlations}}}
|
| 77 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{1}{1}{45/45}{Time Cross Correlations}{0}}}
|
| 78 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {45}{45}}}
|
| 79 |
+
\@writefile{snm}{\beamer@slide {time-cross}{46}}
|
| 80 |
+
\newlabel{time-cross}{{13}{46}{Time Cross Correlations}{Doc-Start}{}}
|
| 81 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{1}{2}{46/50}{Time Cross Correlations}{0}}}
|
| 82 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {46}{50}}}
|
| 83 |
+
\@writefile{snm}{\beamer@slide {cross-corr}{51}}
|
| 84 |
+
\newlabel{cross-corr}{{14}{51}{Time Cross Correlations}{Doc-Start}{}}
|
| 85 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{1}{3}{51/53}{Time Cross Correlations}{0}}}
|
| 86 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {51}{53}}}
|
| 87 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{1}{4}{54/59}{Time Cross Correlations}{0}}}
|
| 88 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {54}{59}}}
|
| 89 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{1}{5}{60/62}{Time Cross Correlations}{0}}}
|
| 90 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {60}{62}}}
|
| 91 |
+
\@writefile{toc}{\beamer@subsectionintoc {8}{2}{Lineage tree correction: TrackMate-Oneat}{63}{0}{8}}
|
| 92 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {45}{62}}}
|
| 93 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{8}{2}{63}{Lineage tree correction: TrackMate-Oneat}}}
|
| 94 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{2}{1}{63/63}{Lineage tree correction: TrackMate-Oneat}{0}}}
|
| 95 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {63}{63}}}
|
| 96 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{2}{2}{64/66}{Lineage tree correction: TrackMate-Oneat}{0}}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
\@writefile{nav}{\headcommand {\beamer@framepages {64}{66}}}
|
| 98 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{2}{3}{67/67}{Lineage tree correction: TrackMate-Oneat}{0}}}
|
|
|
|
|
|
|
|
|
|
| 99 |
\@writefile{nav}{\headcommand {\beamer@framepages {67}{67}}}
|
| 100 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{2}{4}{68/68}{Lineage tree correction: TrackMate-Oneat}{0}}}
|
|
|
|
|
|
|
| 101 |
\@writefile{nav}{\headcommand {\beamer@framepages {68}{68}}}
|
| 102 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{2}{5}{69/69}{Lineage tree correction: TrackMate-Oneat}{0}}}
|
| 103 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {69}{69}}}
|
| 104 |
+
\@writefile{toc}{\beamer@subsectionintoc {8}{3}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{70}{0}{8}}
|
| 105 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {63}{69}}}
|
| 106 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{8}{3}{70}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}}}
|
| 107 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{3}{1}{70/70}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}}
|
| 108 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {70}{70}}}
|
| 109 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{3}{2}{71/74}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}}
|
| 110 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {71}{74}}}
|
| 111 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{3}{3}{75/75}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}}
|
| 112 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {75}{75}}}
|
| 113 |
+
\@writefile{toc}{\beamer@subsectionintoc {8}{4}{Point Cloud based morphodynamic features: NapaTrackMater}{76}{0}{8}}
|
| 114 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {70}{75}}}
|
| 115 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{8}{4}{76}{Point Cloud based morphodynamic features: NapaTrackMater}}}
|
| 116 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{4}{1}{76/76}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}}
|
| 117 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {76}{76}}}
|
| 118 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{4}{2}{77/80}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}}
|
| 119 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {77}{80}}}
|
| 120 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{4}{3}{81/81}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}}
|
| 121 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {81}{81}}}
|
| 122 |
+
\@writefile{toc}{\beamer@subsectionintoc {8}{5}{Trajectory Analysis: NapaTrackMater}{82}{0}{8}}
|
| 123 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {76}{81}}}
|
| 124 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{8}{5}{82}{Trajectory Analysis: NapaTrackMater}}}
|
| 125 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{5}{1}{82/82}{Trajectory Analysis: NapaTrackMater}{0}}}
|
| 126 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {82}{82}}}
|
| 127 |
+
\@writefile{nav}{\headcommand {\slideentry {8}{5}{2}{83/86}{Trajectory Analysis: NapaTrackMater}{0}}}
|
| 128 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {83}{86}}}
|
| 129 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {34}{86}}}
|
| 130 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {82}{86}}}
|
| 131 |
+
\@writefile{nav}{\headcommand {\sectionentry {9}{Acknowledgments}{87}{Acknowledgments}{0}}}
|
| 132 |
+
\@writefile{nav}{\headcommand {\slideentry {9}{0}{1}{87/87}{}{0}}}
|
| 133 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {87}{87}}}
|
| 134 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {87}{87}}}
|
| 135 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {87}{87}}}
|
| 136 |
+
\@writefile{nav}{\headcommand {\slideentry {10}{0}{1}{88/88}{}{0}}}
|
| 137 |
+
\@writefile{nav}{\headcommand {\beamer@framepages {88}{88}}}
|
| 138 |
+
\@writefile{nav}{\headcommand {\beamer@partpages {1}{88}}}
|
| 139 |
+
\@writefile{nav}{\headcommand {\beamer@subsectionpages {88}{88}}}
|
| 140 |
+
\@writefile{nav}{\headcommand {\beamer@sectionpages {88}{88}}}
|
| 141 |
+
\@writefile{nav}{\headcommand {\beamer@documentpages {88}}}
|
| 142 |
\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {31}}}
|
| 143 |
+
\gdef\svg@ink@ver@settings{{\m@ne }{inkscape}{\m@ne }}
|
| 144 |
+
\gdef \@abspage@last{88}
|
presentation.fdb_latexmk
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
# Fdb version 4
|
| 2 |
-
["pdflatex"]
|
| 3 |
"/etc/texmf/web2c/texmf.cnf" 1746201102 475 c0e671620eb5563b2130f56340a5fde8 ""
|
| 4 |
-
"/mnt/disk/KapoorspaceCopenhagen/presentation.tex"
|
| 5 |
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
|
| 6 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm" 1246382020 1120 1e8878807317373affa7f7bba4cf2f6a ""
|
| 7 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm" 1246382020 1124 14ccf5552bc7f77ca02a8a402bea8bfb ""
|
|
|
|
| 8 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm" 1246382020 1120 200be8b775682cdf80acad4be5ef57e4 ""
|
| 9 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df ""
|
| 10 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1246382020 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
|
| 11 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 ""
|
| 12 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 ""
|
|
|
|
| 13 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae ""
|
| 14 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 ""
|
| 15 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1246382020 924 9904cf1d39e9767e7a3622f2a125a565 ""
|
|
@@ -19,47 +21,38 @@
|
|
| 19 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 ""
|
| 20 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm" 1136768653 1116 4e6ba9d7914baa6482fd69f67d126380 ""
|
| 21 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1136768653 1328 c834bbb027764024c09d3d2bf908b5f0 ""
|
| 22 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 ""
|
| 23 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a ""
|
| 24 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 ""
|
|
|
|
| 25 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e ""
|
| 26 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
|
| 27 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1136768653 1528 abec98dbc43e172678c11b3b9031252a ""
|
| 28 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a ""
|
| 29 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad ""
|
| 30 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 ""
|
| 31 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm" 1136768653 1524 554068197b70979a55370e6c6495f441 ""
|
| 32 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1136768653 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
|
| 33 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 ""
|
| 34 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 ""
|
| 35 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d ""
|
| 36 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss10.tfm" 1136768653 1316 b636689f1933f24d1294acdf6041daaa ""
|
| 37 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss12.tfm" 1136768653 1324 37b971caf729d7edd9cbb9f9b0ea76eb ""
|
| 38 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss17.tfm" 1136768653 1320 ed93d62c5f2c16343826001f03341dbc ""
|
| 39 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm" 1136768653 1296 d77f431d10d47c8ea2cc18cf45346274 ""
|
| 40 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm" 1136768653 1272 e2d13f0df30bf3ad990bb9d028e37f34 ""
|
| 41 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 ""
|
| 42 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1136768653 1116 933a60c408fc0a863a92debe84b2d294 ""
|
| 43 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1136768653 1120 8b7d695260f3cff42e636090a8002094 ""
|
| 44 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm" 1336178347 1696 aaa5bbd1f47f001247d42218ce371101 ""
|
| 45 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi12.tfm" 1336178347 1708 6d4e701533a08297ca48058e38aa9e38 ""
|
| 46 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm" 1336178347 1676 fb6c6a335484692abff897d6e8965829 ""
|
| 47 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi10.tfm" 1364512039 2940 aae2d62ae19aaede2ff836fdb64bf2b7 ""
|
| 48 |
-
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi12.tfm" 1364512039 2996 b19b843f7f65ec180622aa72f6002525 ""
|
| 49 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm" 1364512039 3000 8e600ffb247b55d33f019684291222af ""
|
| 50 |
-
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
|
| 51 |
-
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb" 1248133631 30251 6afa5cb1d0204815a708a080681d4674 ""
|
| 52 |
-
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1248133631 36299 5f9df58c2139e7edcf37c8fca4bd384d ""
|
| 53 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb" 1248133631 35469 70d41d2b9ea31d5d813066df7c99281c ""
|
| 54 |
-
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
|
| 55 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb" 1248133631 32726 0a1aea6fcd6468ee2cf64d891f5c43c8 ""
|
| 56 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb" 1248133631 24457 5cbb7bdf209d5d1ce9892a9b80a307cc ""
|
| 57 |
-
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb" 1248133631 24393 3b7eb51a67a0a62aec5849271bdb9c2e ""
|
| 58 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb" 1248133631 24420 52dbb8e8aa0069a1b987309557f8d303 ""
|
| 59 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb" 1248133631 28902 2f5c04fd2884d1878057baa5aad22765 ""
|
| 60 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1248133631 32569 5e5ddc8df908dea60932f3c484a54c0d ""
|
|
|
|
| 61 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb" 1248133631 32587 1788b0c1c5b39540c96f5e42ccd6dae8 ""
|
| 62 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb" 1248133631 32626 4f5c1b83753b1dd3a97d1b399a005b4b ""
|
|
|
|
|
|
|
| 63 |
"/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b ""
|
| 64 |
"/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
|
| 65 |
"/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf" 1496785618 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
|
|
@@ -152,7 +145,6 @@
|
|
| 152 |
"/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1667332637 2462 8ce5f9a9c63002f2c1af03c262cf29af ""
|
| 153 |
"/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty" 1654720880 5319 48d7f3cfa322abd2788e3c09d624b922 ""
|
| 154 |
"/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty" 1654720880 1939 6ddbd9091294c45e7eac2e9cff8994ff ""
|
| 155 |
-
"/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo" 1667332637 8464 63bf71cc1214ffdd38288da73a7ca182 ""
|
| 156 |
"/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty" 1191314257 1644 1e0d54b051369c3f457872824cac219f ""
|
| 157 |
"/usr/share/texlive/texmf-dist/tex/latex/bbold/bbold.sty" 1137109921 1827 b8dfd92843f5ac03d85dbd86854854d5 ""
|
| 158 |
"/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls" 1663185823 12413 5a3669e34c7eedd2011faf100dfb9725 ""
|
|
@@ -209,6 +201,7 @@
|
|
| 209 |
"/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty" 1399239813 4378 f429f0da968c278653359293040a8f52 ""
|
| 210 |
"/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce ""
|
| 211 |
"/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1601931149 46845 3b58f70c6e861a13d927bff09d35ecbc ""
|
|
|
|
| 212 |
"/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1668028059 18450 88279bf67c81e69f8e3f1c1bad1a26c5 ""
|
| 213 |
"/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra/calligra.sty" 1334709462 2329 9b6efb7033ac4e81c6d0aa3aaa8bb7f1 ""
|
| 214 |
"/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty" 1578002852 41601 9cf6c5257b1bc7af01a58859749dd37a ""
|
|
@@ -229,6 +222,7 @@
|
|
| 229 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty" 1668456740 12947 2cb391007415dfa63f4c5ba1610afddb ""
|
| 230 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def" 1668456740 14249 c27c0c7065e940126403e065c08683b6 ""
|
| 231 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def" 1668456740 117125 a8ce97e3b03f76decc5ad7e8d4da3088 ""
|
|
|
|
| 232 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty" 1665605451 11185 5a5577e7689f2d10465f1705f5f9a83c ""
|
| 233 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty" 1665605451 3328 af45d3c431d75fd0ea188117a814e3bc ""
|
| 234 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty" 1665605451 2162 ddd7d923e5d10cf2c18186479dc1a2f8 ""
|
|
@@ -259,6 +253,7 @@
|
|
| 259 |
"/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty" 1580595219 4282 5d27280ace1239baaa4a225df16125ff ""
|
| 260 |
"/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg" 1167176009 2062 a0e7d66e09e508f51289a656aec06ed2 ""
|
| 261 |
"/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty" 1167176009 15188 91281c7ddbccfa54a8e0c3b56ab5aa72 ""
|
|
|
|
| 262 |
"/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1656107635 96695 0ff78495949c25f8b4397e77c7fa148e ""
|
| 263 |
"/usr/share/texlive/texmf-dist/tex/latex/tensor/tensor.sty" 1137110926 4258 177d16e71f50eb48389533ac9bd9cd26 ""
|
| 264 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty" 1667332637 12691 5b542990fe866f3d772f71346cf85b95 ""
|
|
@@ -267,6 +262,7 @@
|
|
| 267 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/dcolumn.sty" 1654720880 2758 beca49e2ccab02c8d15ef4a02cc23354 ""
|
| 268 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty" 1654720880 3468 46ba9177f0f0a79fe79845d3eebff113 ""
|
| 269 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/hhline.sty" 1654720880 3831 1874ca6d515b320d6865b4c87ddb7765 ""
|
|
|
|
| 270 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty" 1667332637 7392 f19cdc68ae9f1190dbd54eee6d29fb7c ""
|
| 271 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict" 1596662134 3535 7dc96051305a7e943219126c49c44cd6 ""
|
| 272 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict" 1512078926 903 c6d17f0656e9e1abb172b4faebabd617 ""
|
|
@@ -275,6 +271,8 @@
|
|
| 275 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict" 1512078926 1638 2bf1a1dea98f8a4d28033fce76e9cc67 ""
|
| 276 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict" 1512078926 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
|
| 277 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty" 1622492733 8765 56d370785f0143111ff9898b5adfe08e ""
|
|
|
|
|
|
|
| 278 |
"/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1253232110 1380 971a51b00a14503ddf754cab24c3f209 ""
|
| 279 |
"/usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty" 1137111039 4029 0462ee5ab265cf59dc15a41a3b883101 ""
|
| 280 |
"/usr/share/texlive/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
|
|
@@ -284,16 +282,24 @@
|
|
| 284 |
"/usr/share/texmf/web2c/texmf.cnf" 1681034085 39561 34c98e380bf7c7201ee6a7909aff625a ""
|
| 285 |
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1746202511 4623455 fa0568a71dd9a288d6c226ee477506c6 ""
|
| 286 |
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1746202669 7880976 a38e0d935e65b12666c3fcc67d41221d ""
|
| 287 |
-
"chapters/collecting-trajectories.tex"
|
| 288 |
-
"chapters/preamble.tex"
|
| 289 |
"mtrack.png" 1757697275 103449 72c305d33279224b90d954c7aa6171c8 ""
|
| 290 |
-
"presentation.aux"
|
| 291 |
-
"presentation.nav"
|
| 292 |
-
"presentation.out"
|
| 293 |
-
"presentation.tex"
|
| 294 |
-
"presentation.toc"
|
| 295 |
"presentation_images/1DCnn.png" 1757697336 22843 ce6821b18d074aae5134ef095abae183 ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
"presentation_images/tm-oneat-panel.png" 1757697337 127917 ae4003c19619762f73ce2b4f1d0df708 ""
|
|
|
|
| 297 |
"presentation_images/trackmate-panes-1536x495.png" 1757697337 344600 32077a9fb1e96e499a754b8018b8e519 ""
|
| 298 |
(generated)
|
| 299 |
"presentation.aux"
|
|
|
|
| 1 |
# Fdb version 4
|
| 2 |
+
["pdflatex"] 1759414118 "/mnt/disk/KapoorspaceCopenhagen/presentation.tex" "presentation.pdf" "presentation" 1759414139 0
|
| 3 |
"/etc/texmf/web2c/texmf.cnf" 1746201102 475 c0e671620eb5563b2130f56340a5fde8 ""
|
| 4 |
+
"/mnt/disk/KapoorspaceCopenhagen/presentation.tex" 1759411882 1041 a58fb7c7a2540dde30906d5def989dd3 ""
|
| 5 |
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
|
| 6 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm" 1246382020 1120 1e8878807317373affa7f7bba4cf2f6a ""
|
| 7 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm" 1246382020 1124 14ccf5552bc7f77ca02a8a402bea8bfb ""
|
| 8 |
+
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm" 1246382020 1120 7f9f170e8aa57527ad6c49feafd45d54 ""
|
| 9 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm" 1246382020 1120 200be8b775682cdf80acad4be5ef57e4 ""
|
| 10 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df ""
|
| 11 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1246382020 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
|
| 12 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 ""
|
| 13 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 ""
|
| 14 |
+
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm" 1246382020 1508 6e807ff901c35a5f1fde0ca275533df8 ""
|
| 15 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae ""
|
| 16 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 ""
|
| 17 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1246382020 924 9904cf1d39e9767e7a3622f2a125a565 ""
|
|
|
|
| 21 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 ""
|
| 22 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm" 1136768653 1116 4e6ba9d7914baa6482fd69f67d126380 ""
|
| 23 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1136768653 1328 c834bbb027764024c09d3d2bf908b5f0 ""
|
|
|
|
| 24 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a ""
|
| 25 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 ""
|
| 26 |
+
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx7.tfm" 1136768653 1336 3125ccb448c1a09074e3aa4a9832f130 ""
|
| 27 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e ""
|
|
|
|
|
|
|
|
|
|
| 28 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad ""
|
| 29 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 ""
|
| 30 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm" 1136768653 1524 554068197b70979a55370e6c6495f441 ""
|
|
|
|
|
|
|
| 31 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 ""
|
| 32 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d ""
|
| 33 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss10.tfm" 1136768653 1316 b636689f1933f24d1294acdf6041daaa ""
|
|
|
|
| 34 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss17.tfm" 1136768653 1320 ed93d62c5f2c16343826001f03341dbc ""
|
| 35 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm" 1136768653 1296 d77f431d10d47c8ea2cc18cf45346274 ""
|
| 36 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm" 1136768653 1272 e2d13f0df30bf3ad990bb9d028e37f34 ""
|
|
|
|
| 37 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1136768653 1116 933a60c408fc0a863a92debe84b2d294 ""
|
| 38 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1136768653 1120 8b7d695260f3cff42e636090a8002094 ""
|
| 39 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm" 1336178347 1696 aaa5bbd1f47f001247d42218ce371101 ""
|
|
|
|
| 40 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm" 1336178347 1676 fb6c6a335484692abff897d6e8965829 ""
|
| 41 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi10.tfm" 1364512039 2940 aae2d62ae19aaede2ff836fdb64bf2b7 ""
|
|
|
|
| 42 |
"/usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm" 1364512039 3000 8e600ffb247b55d33f019684291222af ""
|
| 43 |
+
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1248133631 37166 8ab3487cbe3ab49ebce74c29ea2418db ""
|
|
|
|
|
|
|
| 44 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb" 1248133631 35469 70d41d2b9ea31d5d813066df7c99281c ""
|
| 45 |
+
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1248133631 32734 69e00a6b65cedb993666e42eedb3d48f ""
|
| 46 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb" 1248133631 32726 0a1aea6fcd6468ee2cf64d891f5c43c8 ""
|
| 47 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb" 1248133631 24457 5cbb7bdf209d5d1ce9892a9b80a307cc ""
|
|
|
|
| 48 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb" 1248133631 24420 52dbb8e8aa0069a1b987309557f8d303 ""
|
| 49 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb" 1248133631 28902 2f5c04fd2884d1878057baa5aad22765 ""
|
| 50 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1248133631 32569 5e5ddc8df908dea60932f3c484a54c0d ""
|
| 51 |
+
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb" 1248133631 32915 7bf7720c61a5b3a7ff25b0964421c9b6 ""
|
| 52 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb" 1248133631 32587 1788b0c1c5b39540c96f5e42ccd6dae8 ""
|
| 53 |
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb" 1248133631 32626 4f5c1b83753b1dd3a97d1b399a005b4b ""
|
| 54 |
+
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb" 1248133631 29407 8c6dfc0f2d83bfc4807c3b1dc90ef23e ""
|
| 55 |
+
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb" 1248133631 30273 87a352d78b6810ae5cfdc68d2fb827b2 ""
|
| 56 |
"/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b ""
|
| 57 |
"/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
|
| 58 |
"/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf" 1496785618 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
|
|
|
|
| 145 |
"/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1667332637 2462 8ce5f9a9c63002f2c1af03c262cf29af ""
|
| 146 |
"/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty" 1654720880 5319 48d7f3cfa322abd2788e3c09d624b922 ""
|
| 147 |
"/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty" 1654720880 1939 6ddbd9091294c45e7eac2e9cff8994ff ""
|
|
|
|
| 148 |
"/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty" 1191314257 1644 1e0d54b051369c3f457872824cac219f ""
|
| 149 |
"/usr/share/texlive/texmf-dist/tex/latex/bbold/bbold.sty" 1137109921 1827 b8dfd92843f5ac03d85dbd86854854d5 ""
|
| 150 |
"/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls" 1663185823 12413 5a3669e34c7eedd2011faf100dfb9725 ""
|
|
|
|
| 201 |
"/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty" 1399239813 4378 f429f0da968c278653359293040a8f52 ""
|
| 202 |
"/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce ""
|
| 203 |
"/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1601931149 46845 3b58f70c6e861a13d927bff09d35ecbc ""
|
| 204 |
+
"/usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo" 1137110130 6172 5062a8faf7cb200267aa33f36102c207 ""
|
| 205 |
"/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1668028059 18450 88279bf67c81e69f8e3f1c1bad1a26c5 ""
|
| 206 |
"/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra/calligra.sty" 1334709462 2329 9b6efb7033ac4e81c6d0aa3aaa8bb7f1 ""
|
| 207 |
"/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty" 1578002852 41601 9cf6c5257b1bc7af01a58859749dd37a ""
|
|
|
|
| 222 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty" 1668456740 12947 2cb391007415dfa63f4c5ba1610afddb ""
|
| 223 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def" 1668456740 14249 c27c0c7065e940126403e065c08683b6 ""
|
| 224 |
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def" 1668456740 117125 a8ce97e3b03f76decc5ad7e8d4da3088 ""
|
| 225 |
+
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty" 1665605451 100782 f6b410b31620fc8f716ac3eb9e120b80 ""
|
| 226 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty" 1665605451 11185 5a5577e7689f2d10465f1705f5f9a83c ""
|
| 227 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty" 1665605451 3328 af45d3c431d75fd0ea188117a814e3bc ""
|
| 228 |
"/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty" 1665605451 2162 ddd7d923e5d10cf2c18186479dc1a2f8 ""
|
|
|
|
| 253 |
"/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty" 1580595219 4282 5d27280ace1239baaa4a225df16125ff ""
|
| 254 |
"/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg" 1167176009 2062 a0e7d66e09e508f51289a656aec06ed2 ""
|
| 255 |
"/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty" 1167176009 15188 91281c7ddbccfa54a8e0c3b56ab5aa72 ""
|
| 256 |
+
"/usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty" 1606428179 43468 671ae75b3a15019004495eff4c0911e8 ""
|
| 257 |
"/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1656107635 96695 0ff78495949c25f8b4397e77c7fa148e ""
|
| 258 |
"/usr/share/texlive/texmf-dist/tex/latex/tensor/tensor.sty" 1137110926 4258 177d16e71f50eb48389533ac9bd9cd26 ""
|
| 259 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty" 1667332637 12691 5b542990fe866f3d772f71346cf85b95 ""
|
|
|
|
| 262 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/dcolumn.sty" 1654720880 2758 beca49e2ccab02c8d15ef4a02cc23354 ""
|
| 263 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty" 1654720880 3468 46ba9177f0f0a79fe79845d3eebff113 ""
|
| 264 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/hhline.sty" 1654720880 3831 1874ca6d515b320d6865b4c87ddb7765 ""
|
| 265 |
+
"/usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty" 1654720880 4118 0aa319c56935d7d217b6a8bf300b81b7 ""
|
| 266 |
"/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty" 1667332637 7392 f19cdc68ae9f1190dbd54eee6d29fb7c ""
|
| 267 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict" 1596662134 3535 7dc96051305a7e943219126c49c44cd6 ""
|
| 268 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict" 1512078926 903 c6d17f0656e9e1abb172b4faebabd617 ""
|
|
|
|
| 271 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict" 1512078926 1638 2bf1a1dea98f8a4d28033fce76e9cc67 ""
|
| 272 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict" 1512078926 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
|
| 273 |
"/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty" 1622492733 8765 56d370785f0143111ff9898b5adfe08e ""
|
| 274 |
+
"/usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty" 1667073146 4212 8da4873548cbd3f1cdb053c708e8aa7e ""
|
| 275 |
+
"/usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty" 1667073146 1918 c8d1ecb3722721d6f624992cbc042b70 ""
|
| 276 |
"/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1253232110 1380 971a51b00a14503ddf754cab24c3f209 ""
|
| 277 |
"/usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty" 1137111039 4029 0462ee5ab265cf59dc15a41a3b883101 ""
|
| 278 |
"/usr/share/texlive/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
|
|
|
|
| 282 |
"/usr/share/texmf/web2c/texmf.cnf" 1681034085 39561 34c98e380bf7c7201ee6a7909aff625a ""
|
| 283 |
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1746202511 4623455 fa0568a71dd9a288d6c226ee477506c6 ""
|
| 284 |
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1746202669 7880976 a38e0d935e65b12666c3fcc67d41221d ""
|
| 285 |
+
"chapters/collecting-trajectories.tex" 1759414097 20757 b8775d8bade30e33430b7a2041de063e ""
|
| 286 |
+
"chapters/preamble.tex" 1759411846 3520 cc572ebef65f6d05da5e3bf1f455a3e8 ""
|
| 287 |
"mtrack.png" 1757697275 103449 72c305d33279224b90d954c7aa6171c8 ""
|
| 288 |
+
"presentation.aux" 1759414138 10411 915e01a746516cb188bf9c954e9ff19e "pdflatex"
|
| 289 |
+
"presentation.nav" 1759414138 6339 9455caaf9dc8ba34a3420aa385ed0ef7 "pdflatex"
|
| 290 |
+
"presentation.out" 1759414138 3102 cb36e47024677abf0118646bb93e8cc4 "pdflatex"
|
| 291 |
+
"presentation.tex" 1759411882 1041 a58fb7c7a2540dde30906d5def989dd3 ""
|
| 292 |
+
"presentation.toc" 1759414138 993 7862bbb5476607a2d9ec6a8f072ecace "pdflatex"
|
| 293 |
"presentation_images/1DCnn.png" 1757697336 22843 ce6821b18d074aae5134ef095abae183 ""
|
| 294 |
+
"presentation_images/cell_fate_labelling.png" 1759398863 3933925 fd6b3aba3b80e3c08a99503221fd1249 ""
|
| 295 |
+
"presentation_images/cell_fate_xgboost.png" 1759398863 993662 d5e9fc3f1c52087513aa1e0f4c576360 ""
|
| 296 |
+
"presentation_images/feature_analysis.png" 1759398864 2405263 2beddc857811df2b8616abdb613b3d8f ""
|
| 297 |
+
"presentation_images/model_accuracy.png" 1759398862 360809 3bc6d15c47f9f0cab07e02f67b3161ec ""
|
| 298 |
+
"presentation_images/oneat_arch.png" 1759398862 609920 533d9cc1aa92d533d0c5716f35b1ea6c ""
|
| 299 |
+
"presentation_images/overall_workflow.png" 1759398864 3771240 2f6676d98468f90462c0a22cb2ab7177 ""
|
| 300 |
+
"presentation_images/seg_tra_oneat.png" 1759398865 4137104 f704fef43ce608edc200d1db874f6e8e ""
|
| 301 |
"presentation_images/tm-oneat-panel.png" 1757697337 127917 ae4003c19619762f73ce2b4f1d0df708 ""
|
| 302 |
+
"presentation_images/track_oneat_metrics.png" 1759398864 1408893 c450cd55bd2010dd13d715ca0db112d7 ""
|
| 303 |
"presentation_images/trackmate-panes-1536x495.png" 1757697337 344600 32077a9fb1e96e499a754b8018b8e519 ""
|
| 304 |
(generated)
|
| 305 |
"presentation.aux"
|
presentation.fls
CHANGED
|
@@ -171,12 +171,12 @@ INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.c
|
|
| 171 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex
|
| 172 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
|
| 173 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
| 174 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/
|
| 175 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/
|
| 176 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/
|
| 177 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/
|
| 178 |
INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map
|
| 179 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 180 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
| 181 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
| 182 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
|
@@ -1029,7 +1029,7 @@ INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
|
| 1029 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1030 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1031 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1032 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 1033 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
| 1034 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
| 1035 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
|
@@ -1236,6 +1236,82 @@ INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
|
| 1236 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
| 1237 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
| 1238 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1239 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
| 1240 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
| 1241 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
|
@@ -1580,16 +1656,6 @@ INPUT /usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
|
| 1580 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 1581 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 1582 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1583 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1584 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1585 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1586 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1587 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1588 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1589 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1590 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1591 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1592 |
-
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1593 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
| 1594 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pstricks/pstricks.sty
|
| 1595 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.sty
|
|
@@ -1732,8 +1798,7 @@ INPUT ./presentation.nav
|
|
| 1732 |
INPUT presentation.nav
|
| 1733 |
INPUT presentation.nav
|
| 1734 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
| 1735 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 1736 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
| 1737 |
INPUT ./mtrack.png
|
| 1738 |
INPUT ./mtrack.png
|
| 1739 |
INPUT mtrack.png
|
|
@@ -1744,57 +1809,218 @@ INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
|
|
| 1744 |
INPUT ./presentation.toc
|
| 1745 |
INPUT presentation.toc
|
| 1746 |
INPUT presentation.toc
|
| 1747 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 1748 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
|
| 1749 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
|
| 1750 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
| 1751 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
|
| 1752 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
|
| 1753 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
|
| 1754 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
|
| 1755 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
|
| 1756 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
|
| 1757 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
|
| 1758 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
|
|
|
| 1759 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1760 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1761 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1762 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1763 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
| 1764 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
| 1765 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
|
|
|
| 1766 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1767 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1768 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1769 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1770 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
| 1771 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
| 1772 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
|
|
|
| 1773 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1774 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1775 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1776 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1777 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm
|
| 1778 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1779 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1780 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1781 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm
|
| 1782 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm
|
| 1783 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 1784 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm
|
| 1785 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm
|
| 1786 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1787 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm
|
| 1788 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm
|
| 1789 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
|
|
|
| 1790 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1791 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1792 |
INPUT ./chapters/collecting-trajectories.tex
|
| 1793 |
INPUT chapters/collecting-trajectories.tex
|
| 1794 |
INPUT ./chapters/collecting-trajectories.tex
|
| 1795 |
INPUT chapters/collecting-trajectories.tex
|
| 1796 |
-
INPUT /
|
| 1797 |
-
INPUT /
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1798 |
INPUT ./presentation_images/trackmate-panes-1536x495.png
|
| 1799 |
INPUT ./presentation_images/trackmate-panes-1536x495.png
|
| 1800 |
INPUT presentation_images/trackmate-panes-1536x495.png
|
|
@@ -1804,38 +2030,22 @@ INPUT ./presentation_images/tm-oneat-panel.png
|
|
| 1804 |
INPUT presentation_images/tm-oneat-panel.png
|
| 1805 |
INPUT ./presentation_images/tm-oneat-panel.png
|
| 1806 |
INPUT ./presentation_images/tm-oneat-panel.png
|
| 1807 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/
|
| 1808 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1809 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
|
| 1810 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
|
| 1811 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
|
|
|
| 1812 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
| 1813 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1814 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
|
|
|
|
|
|
|
|
|
| 1815 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm
|
|
|
|
| 1816 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm
|
| 1817 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1818 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/
|
| 1819 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
|
| 1820 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
|
| 1821 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1822 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm
|
| 1823 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm
|
| 1824 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm
|
| 1825 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1826 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1827 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1828 |
-
INPUT presentation_images/1DCnn.png
|
| 1829 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1830 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1831 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1832 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1833 |
-
INPUT presentation_images/1DCnn.png
|
| 1834 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1835 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1836 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1837 |
-
INPUT presentation_images/1DCnn.png
|
| 1838 |
-
INPUT ./presentation_images/1DCnn.png
|
| 1839 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss17.tfm
|
| 1840 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
| 1841 |
OUTPUT presentation.nav
|
|
@@ -1844,16 +2054,16 @@ OUTPUT presentation.snm
|
|
| 1844 |
INPUT presentation.aux
|
| 1845 |
INPUT ./presentation.out
|
| 1846 |
INPUT ./presentation.out
|
| 1847 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/
|
| 1848 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/
|
| 1849 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
|
| 1850 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb
|
| 1851 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
|
| 1852 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb
|
| 1853 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb
|
| 1854 |
-
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb
|
| 1855 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb
|
| 1856 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
|
| 1857 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
|
|
|
|
| 1858 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb
|
| 1859 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb
|
|
|
|
| 171 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex
|
| 172 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
|
| 173 |
INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
| 174 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
|
| 175 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
|
| 176 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
|
| 177 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
|
| 178 |
INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map
|
| 179 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
|
| 180 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
| 181 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
| 182 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
|
|
|
| 1029 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1030 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1031 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
| 1032 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
| 1033 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
| 1034 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
| 1035 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
|
|
|
| 1236 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
| 1237 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
| 1238 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
| 1239 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1240 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1241 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1242 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1243 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1244 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1245 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1246 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1247 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1248 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1249 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 1250 |
+
INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
| 1251 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1252 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1253 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1254 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1255 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1256 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1257 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1258 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1259 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1260 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1261 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 1262 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty
|
| 1263 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
| 1264 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty
|
| 1265 |
+
INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
|
| 1266 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1267 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1268 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1269 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1270 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1271 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1272 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1273 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1274 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1275 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1276 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 1277 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
| 1278 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1279 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1280 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1281 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1282 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1283 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1284 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1285 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1286 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1287 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1288 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 1289 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
|
| 1290 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1291 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1292 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1293 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1294 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1295 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1296 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1297 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1298 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1299 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1300 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 1301 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1302 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1303 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1304 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1305 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1306 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1307 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1308 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1309 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1310 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1311 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 1312 |
+
INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
| 1313 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty
|
| 1314 |
+
INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
|
| 1315 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
| 1316 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
| 1317 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
|
|
|
| 1656 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 1657 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 1658 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1659 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
| 1660 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/pstricks/pstricks.sty
|
| 1661 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.sty
|
|
|
|
| 1798 |
INPUT presentation.nav
|
| 1799 |
INPUT presentation.nav
|
| 1800 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
| 1801 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss10.tfm
|
|
|
|
| 1802 |
INPUT ./mtrack.png
|
| 1803 |
INPUT ./mtrack.png
|
| 1804 |
INPUT mtrack.png
|
|
|
|
| 1809 |
INPUT ./presentation.toc
|
| 1810 |
INPUT presentation.toc
|
| 1811 |
INPUT presentation.toc
|
| 1812 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
|
|
|
| 1813 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
|
|
|
|
| 1814 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
|
| 1815 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
|
|
|
|
| 1816 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
|
| 1817 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
|
|
|
|
| 1818 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
|
| 1819 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
| 1820 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
| 1821 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1822 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1823 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1824 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 1825 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
|
|
|
| 1826 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
| 1827 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
|
| 1828 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1829 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1830 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1831 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 1832 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
|
|
|
| 1833 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
| 1834 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
|
| 1835 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1836 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1837 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 1838 |
INPUT /usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
|
|
|
| 1839 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1840 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1841 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 1842 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm
|
| 1843 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm
|
| 1844 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm
|
| 1845 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm
|
| 1846 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm
|
| 1847 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm
|
| 1848 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm
|
| 1849 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm
|
| 1850 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm
|
| 1851 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1852 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1853 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
| 1854 |
INPUT ./chapters/collecting-trajectories.tex
|
| 1855 |
INPUT chapters/collecting-trajectories.tex
|
| 1856 |
INPUT ./chapters/collecting-trajectories.tex
|
| 1857 |
INPUT chapters/collecting-trajectories.tex
|
| 1858 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1859 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1860 |
+
INPUT presentation_images/overall_workflow.png
|
| 1861 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1862 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1863 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1864 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1865 |
+
INPUT presentation_images/overall_workflow.png
|
| 1866 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1867 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1868 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1869 |
+
INPUT presentation_images/overall_workflow.png
|
| 1870 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1871 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1872 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1873 |
+
INPUT presentation_images/overall_workflow.png
|
| 1874 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1875 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1876 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1877 |
+
INPUT presentation_images/overall_workflow.png
|
| 1878 |
+
INPUT ./presentation_images/overall_workflow.png
|
| 1879 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1880 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1881 |
+
INPUT presentation_images/seg_tra_oneat.png
|
| 1882 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1883 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1884 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1885 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1886 |
+
INPUT presentation_images/seg_tra_oneat.png
|
| 1887 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1888 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1889 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1890 |
+
INPUT presentation_images/seg_tra_oneat.png
|
| 1891 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1892 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1893 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1894 |
+
INPUT presentation_images/seg_tra_oneat.png
|
| 1895 |
+
INPUT ./presentation_images/seg_tra_oneat.png
|
| 1896 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1897 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1898 |
+
INPUT presentation_images/feature_analysis.png
|
| 1899 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1900 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1901 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1902 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1903 |
+
INPUT presentation_images/feature_analysis.png
|
| 1904 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1905 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1906 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1907 |
+
INPUT presentation_images/feature_analysis.png
|
| 1908 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1909 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1910 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1911 |
+
INPUT presentation_images/feature_analysis.png
|
| 1912 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1913 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1914 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1915 |
+
INPUT presentation_images/feature_analysis.png
|
| 1916 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1917 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1918 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1919 |
+
INPUT presentation_images/feature_analysis.png
|
| 1920 |
+
INPUT ./presentation_images/feature_analysis.png
|
| 1921 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1922 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1923 |
+
INPUT presentation_images/cell_fate_labelling.png
|
| 1924 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1925 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1926 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1927 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1928 |
+
INPUT presentation_images/cell_fate_labelling.png
|
| 1929 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1930 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1931 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1932 |
+
INPUT presentation_images/cell_fate_labelling.png
|
| 1933 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1934 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1935 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1936 |
+
INPUT presentation_images/cell_fate_labelling.png
|
| 1937 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1938 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1939 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1940 |
+
INPUT presentation_images/cell_fate_labelling.png
|
| 1941 |
+
INPUT ./presentation_images/cell_fate_labelling.png
|
| 1942 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1943 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1944 |
+
INPUT presentation_images/cell_fate_xgboost.png
|
| 1945 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1946 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1947 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1948 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1949 |
+
INPUT presentation_images/cell_fate_xgboost.png
|
| 1950 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1951 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1952 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1953 |
+
INPUT presentation_images/cell_fate_xgboost.png
|
| 1954 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1955 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1956 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1957 |
+
INPUT presentation_images/cell_fate_xgboost.png
|
| 1958 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1959 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1960 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1961 |
+
INPUT presentation_images/cell_fate_xgboost.png
|
| 1962 |
+
INPUT ./presentation_images/cell_fate_xgboost.png
|
| 1963 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1964 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1965 |
+
INPUT presentation_images/oneat_arch.png
|
| 1966 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1967 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1968 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1969 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1970 |
+
INPUT presentation_images/oneat_arch.png
|
| 1971 |
+
INPUT ./presentation_images/oneat_arch.png
|
| 1972 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1973 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1974 |
+
INPUT presentation_images/track_oneat_metrics.png
|
| 1975 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1976 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1977 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1978 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1979 |
+
INPUT presentation_images/track_oneat_metrics.png
|
| 1980 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1981 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1982 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1983 |
+
INPUT presentation_images/track_oneat_metrics.png
|
| 1984 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1985 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1986 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1987 |
+
INPUT presentation_images/track_oneat_metrics.png
|
| 1988 |
+
INPUT ./presentation_images/track_oneat_metrics.png
|
| 1989 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1990 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1991 |
+
INPUT presentation_images/model_accuracy.png
|
| 1992 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1993 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1994 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1995 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1996 |
+
INPUT presentation_images/model_accuracy.png
|
| 1997 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1998 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 1999 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2000 |
+
INPUT presentation_images/model_accuracy.png
|
| 2001 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2002 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2003 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2004 |
+
INPUT presentation_images/model_accuracy.png
|
| 2005 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2006 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2007 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2008 |
+
INPUT presentation_images/model_accuracy.png
|
| 2009 |
+
INPUT ./presentation_images/model_accuracy.png
|
| 2010 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss10.tfm
|
| 2011 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2012 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2013 |
+
INPUT presentation_images/1DCnn.png
|
| 2014 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2015 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2016 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2017 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2018 |
+
INPUT presentation_images/1DCnn.png
|
| 2019 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2020 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2021 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2022 |
+
INPUT presentation_images/1DCnn.png
|
| 2023 |
+
INPUT ./presentation_images/1DCnn.png
|
| 2024 |
INPUT ./presentation_images/trackmate-panes-1536x495.png
|
| 2025 |
INPUT ./presentation_images/trackmate-panes-1536x495.png
|
| 2026 |
INPUT presentation_images/trackmate-panes-1536x495.png
|
|
|
|
| 2030 |
INPUT presentation_images/tm-oneat-panel.png
|
| 2031 |
INPUT ./presentation_images/tm-oneat-panel.png
|
| 2032 |
INPUT ./presentation_images/tm-oneat-panel.png
|
| 2033 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
| 2034 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
|
|
|
|
|
|
| 2035 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
| 2036 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
| 2037 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
| 2038 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
| 2039 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm
|
| 2040 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
|
| 2041 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
|
| 2042 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx7.tfm
|
| 2043 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm
|
| 2044 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm
|
| 2045 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm
|
| 2046 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm
|
| 2047 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi10.tfm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2048 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/sansmathaccent/mathkerncmssxi8.tfm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2049 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmss17.tfm
|
| 2050 |
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
| 2051 |
OUTPUT presentation.nav
|
|
|
|
| 2054 |
INPUT presentation.aux
|
| 2055 |
INPUT ./presentation.out
|
| 2056 |
INPUT ./presentation.out
|
| 2057 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb
|
| 2058 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb
|
| 2059 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb
|
| 2060 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb
|
| 2061 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb
|
| 2062 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb
|
| 2063 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb
|
|
|
|
| 2064 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb
|
| 2065 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
|
| 2066 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
|
| 2067 |
+
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb
|
| 2068 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb
|
| 2069 |
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb
|
presentation.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex 2025.5.2)
|
| 2 |
entering extended mode
|
| 3 |
restricted \write18 enabled.
|
| 4 |
file:line:error style messages enabled.
|
|
@@ -126,8 +126,8 @@ Package: pgfrcs 2023-01-15 v3.1.10 (3.1.10)
|
|
| 126 |
\pgfmath@stack@operation=\toks24
|
| 127 |
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
| 128 |
\c@pgfmathroundto@lastzeros=\count285
|
| 129 |
-
))) (/usr/share/texlive/texmf-dist/tex/latex/
|
| 130 |
-
File:
|
| 131 |
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
| 132 |
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
|
| 133 |
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
|
@@ -617,15 +617,34 @@ Package: fancyhdr 2022/11/09 v4.1 Extensive control of page headers and footers
|
|
| 617 |
\f@nch@O@erf=\skip75
|
| 618 |
\f@nch@O@olf=\skip76
|
| 619 |
\f@nch@O@orf=\skip77
|
| 620 |
-
) (/usr/share/texlive/texmf-dist/tex/latex/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 621 |
Package: nicefrac 1998/08/04 v0.9b Nice fractions
|
| 622 |
\L@UnitsRaiseDisplaystyle=\skip78
|
| 623 |
\L@UnitsRaiseTextstyle=\skip79
|
| 624 |
\L@UnitsRaiseScriptstyle=\skip80
|
| 625 |
) (/usr/share/texlive/texmf-dist/tex/latex/psfrag/psfrag.sty
|
| 626 |
Package: psfrag 1998/04/11 v3.04 PSfrag (MCG)
|
| 627 |
-
\pfg@pcount=\
|
| 628 |
-
\pfg@scount=\
|
| 629 |
\pfg@temp=\write5
|
| 630 |
) (/usr/share/texlive/texmf-dist/tex/latex/pstricks/pstricks.sty
|
| 631 |
Package: pstricks 2022/19/23 v0.72 LaTeX wrapper for `PSTricks' (RN,HV)
|
|
@@ -637,20 +656,20 @@ Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
|
|
| 637 |
\XKV@toks=\toks49
|
| 638 |
\XKV@tempa@toks=\toks50
|
| 639 |
)
|
| 640 |
-
\XKV@depth=\
|
| 641 |
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
|
| 642 |
))) (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.tex (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex `pst-fp' v0.06, 2020/11/20 (hv)
|
| 643 |
-
\pstFP@xs=\
|
| 644 |
-
\pstFP@xia=\
|
| 645 |
-
\pstFP@xib=\
|
| 646 |
-
\pstFP@xfa=\
|
| 647 |
-
\pstFP@xfb=\
|
| 648 |
-
\pstFP@rega=\
|
| 649 |
-
\pstFP@regb=\
|
| 650 |
-
\pstFP@regs=\
|
| 651 |
-
\pstFP@times=\
|
| 652 |
)
|
| 653 |
-
\psLoopIndex=\
|
| 654 |
|
| 655 |
`PSTricks' v3.18 <2022/11/28> (tvz,hv)
|
| 656 |
\pst@dima=\dimen299
|
|
@@ -663,27 +682,27 @@ File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
|
|
| 663 |
\pst@dimn=\dimen306
|
| 664 |
\pst@dimo=\dimen307
|
| 665 |
\pst@dimp=\dimen308
|
| 666 |
-
\pst@hbox=\
|
| 667 |
-
\pst@ibox=\
|
| 668 |
-
\pst@boxg=\
|
| 669 |
-
\pst@cnta=\
|
| 670 |
-
\pst@cntb=\
|
| 671 |
-
\pst@cntc=\
|
| 672 |
-
\pst@cntd=\
|
| 673 |
-
\pst@cntg=\
|
| 674 |
-
\pst@cnth=\
|
| 675 |
-
\pst@cntm=\
|
| 676 |
-
\pst@cntn=\
|
| 677 |
-
\pst@cnto=\
|
| 678 |
-
\pst@cntp=\
|
| 679 |
-
\@zero=\
|
| 680 |
\pst@toks=\toks51
|
| 681 |
--- We are running latex or xelatex ---
|
| 682 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.con) (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks-color.tex)
|
| 683 |
\psunit=\dimen309
|
| 684 |
\psxunit=\dimen310
|
| 685 |
\psyunit=\dimen311
|
| 686 |
-
\pst@C@@rType=\
|
| 687 |
\pslinewidth=\dimen312
|
| 688 |
\psk@startLW=\dimen313
|
| 689 |
\psk@endLW=\dimen314
|
|
@@ -703,7 +722,7 @@ File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
|
|
| 703 |
\sh@wgridXunit=\dimen323
|
| 704 |
\sh@wgridYunit=\dimen324
|
| 705 |
\pst@shift=\dimen325
|
| 706 |
-
\ps@imagectr=\
|
| 707 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.con))
|
| 708 |
File: pstricks.tex 2022/11/28 v3.18 `PSTricks' (tvz,hv)
|
| 709 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex `pst-fp' v0.06, 2020/11/20 (hv))
|
|
@@ -720,10 +739,10 @@ Package: subfigure 2002/03/15 v2.1.5 subfigure package
|
|
| 720 |
\subfigbottomskip=\skip83
|
| 721 |
\subfigcapmargin=\dimen327
|
| 722 |
\subfiglabelskip=\skip84
|
| 723 |
-
\c@subfigure=\
|
| 724 |
-
\c@lofdepth=\
|
| 725 |
-
\c@subtable=\
|
| 726 |
-
\c@lotdepth=\
|
| 727 |
|
| 728 |
****************************************
|
| 729 |
* Local config file subfigure.cfg used *
|
|
@@ -745,20 +764,20 @@ Package: dsfont 1995/08/01 v0.1 Double stroke roman fonts
|
|
| 745 |
Package: mathtools 2022/06/29 v1.29 mathematical typesetting tools
|
| 746 |
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
|
| 747 |
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
|
| 748 |
-
\calc@Acount=\
|
| 749 |
-
\calc@Bcount=\
|
| 750 |
\calc@Adimen=\dimen328
|
| 751 |
\calc@Bdimen=\dimen329
|
| 752 |
\calc@Askip=\skip87
|
| 753 |
\calc@Bskip=\skip88
|
| 754 |
LaTeX Info: Redefining \setlength on input line 80.
|
| 755 |
LaTeX Info: Redefining \addtolength on input line 81.
|
| 756 |
-
\calc@Ccount=\
|
| 757 |
\calc@Cskip=\skip89
|
| 758 |
) (/usr/share/texlive/texmf-dist/tex/latex/mathtools/mhsetup.sty
|
| 759 |
Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
|
| 760 |
)
|
| 761 |
-
\g_MT_multlinerow_int=\
|
| 762 |
\l_MT_multwidth_dim=\dimen330
|
| 763 |
\origjot=\skip90
|
| 764 |
\l_MT_shortvdotswithinadjustabove_dim=\dimen331
|
|
@@ -767,7 +786,7 @@ Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
|
|
| 767 |
\l_MT_below_intertext_sep=\dimen334
|
| 768 |
\l_MT_above_shortintertext_sep=\dimen335
|
| 769 |
\l_MT_below_shortintertext_sep=\dimen336
|
| 770 |
-
\xmathstrut@box=\
|
| 771 |
\xmathstrut@dim=\dimen337
|
| 772 |
) (/usr/share/texlive/texmf-dist/tex/latex/physics/physics.sty
|
| 773 |
Package: physics
|
|
@@ -775,20 +794,20 @@ Package: physics
|
|
| 775 |
Package: expl3 2023-01-16 L3 programming layer (loader)
|
| 776 |
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
| 777 |
File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX)
|
| 778 |
-
\l__color_backend_stack_int=\
|
| 779 |
-
\l__pdf_internal_box=\
|
| 780 |
))
|
| 781 |
Package: xparse 2023-01-16 L3 Experimental document command parser
|
| 782 |
)) (/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra/calligra.sty
|
| 783 |
Package: calligra 2012/04/10 v1.9 LaTeX package calligra
|
| 784 |
) (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty
|
| 785 |
Package: csquotes 2022-09-14 v5.2n context-sensitive quotations (JAW)
|
| 786 |
-
\csq@reset=\
|
| 787 |
-
\csq@gtype=\
|
| 788 |
-
\csq@glevel=\
|
| 789 |
-
\csq@qlevel=\
|
| 790 |
-
\csq@maxlvl=\
|
| 791 |
-
\csq@tshold=\
|
| 792 |
\csq@ltx@everypar=\toks54
|
| 793 |
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def
|
| 794 |
File: csquotes.def 2022-09-14 v5.2n csquotes generic definitions (JAW)
|
|
@@ -812,7 +831,7 @@ Package: tcolorbox 2022/06/24 version 5.1.1 text color boxes
|
|
| 812 |
Loading pgf.sty
|
| 813 |
(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
| 814 |
File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
| 815 |
-
\pgfnodeparttextbox=\
|
| 816 |
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
| 817 |
File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
| 818 |
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
|
@@ -831,20 +850,18 @@ LaTeX Warning: You have requested, on input line 24, version
|
|
| 831 |
|
| 832 |
(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 833 |
Package: environ 2014/05/04 v0.3 A new way to define environments
|
| 834 |
-
|
| 835 |
-
|
| 836 |
-
|
| 837 |
-
\tcb@
|
| 838 |
-
\tcb@
|
| 839 |
-
\
|
| 840 |
-
\
|
| 841 |
-
\c@
|
| 842 |
-
\c@tcblayer=\count379
|
| 843 |
-
\c@tcolorbox@number=\count380
|
| 844 |
-
\tcb@temp=\box89
|
| 845 |
\tcb@temp=\box90
|
| 846 |
\tcb@temp=\box91
|
| 847 |
\tcb@temp=\box92
|
|
|
|
| 848 |
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemerectangles.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemeprofessionalfonts.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemestructure.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemesidebartab.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemeorchid.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemewhale.sty))
|
| 849 |
Package csquotes Info: Checking for multilingual support...
|
| 850 |
Package csquotes Info: ... found 'babel' package.
|
|
@@ -880,23 +897,23 @@ LaTeX Font Info: ... okay on input line 16.
|
|
| 880 |
* layout: <same size as paper>
|
| 881 |
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
| 882 |
* modes: includehead includefoot
|
| 883 |
-
* h-part:(L,W,R)=(
|
| 884 |
* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
|
| 885 |
* \paperwidth=364.19536pt
|
| 886 |
* \paperheight=273.14662pt
|
| 887 |
-
* \textwidth=
|
| 888 |
* \textheight=244.6939pt
|
| 889 |
-
* \oddsidemargin=-
|
| 890 |
-
* \evensidemargin=-
|
| 891 |
* \topmargin=-72.26999pt
|
| 892 |
* \headheight=14.22636pt
|
| 893 |
* \headsep=0.0pt
|
| 894 |
-
* \topskip=
|
| 895 |
* \footskip=14.22636pt
|
| 896 |
* \marginparwidth=4.0pt
|
| 897 |
* \marginparsep=10.0pt
|
| 898 |
* \columnsep=10.0pt
|
| 899 |
-
* \skip\footins=
|
| 900 |
* \hoffset=0.0pt
|
| 901 |
* \voffset=0.0pt
|
| 902 |
* \mag=1000
|
|
@@ -908,16 +925,16 @@ LaTeX Font Info: ... okay on input line 16.
|
|
| 908 |
|
| 909 |
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
| 910 |
[Loading MPS to PDF converter (version 2006.09.02).]
|
| 911 |
-
\scratchcounter=\
|
| 912 |
\scratchdimen=\dimen340
|
| 913 |
-
\scratchbox=\
|
| 914 |
-
\nofMPsegments=\
|
| 915 |
-
\nofMParguments=\
|
| 916 |
\everyMPshowfont=\toks60
|
| 917 |
-
\MPscratchCnt=\
|
| 918 |
\MPscratchDim=\dimen341
|
| 919 |
-
\MPnumerator=\
|
| 920 |
-
\makeMPintoPDFobject=\
|
| 921 |
\everyMPtoPDFconversion=\toks61
|
| 922 |
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
| 923 |
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
|
@@ -943,11 +960,11 @@ Dictionary: translator-numbers-dictionary, Language: English
|
|
| 943 |
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
|
| 944 |
Dictionary: translator-theorem-dictionary, Language: English
|
| 945 |
) (./presentation.nav)
|
| 946 |
-
<mtrack.png, id=
|
| 947 |
File: mtrack.png Graphic file (type png)
|
| 948 |
<use mtrack.png>
|
| 949 |
Package pdftex.def Info: mtrack.png used on input line 18.
|
| 950 |
-
(pdftex.def) Requested size: 34.
|
| 951 |
[1
|
| 952 |
Non-PDF special ignored!
|
| 953 |
<special> header=psfrag.pro
|
|
@@ -967,119 +984,286 @@ Non-PDF special ignored!
|
|
| 967 |
Non-PDF special ignored!
|
| 968 |
<special> ps:tx@Dict begin gsave STV CP T /ps@refangle 0. def grestore e...
|
| 969 |
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./mtrack.png (PNG copy)>] (./presentation.toc
|
| 970 |
-
LaTeX Font Info: Trying to load font information for U+msa on input line
|
| 971 |
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 972 |
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
| 973 |
)
|
| 974 |
-
LaTeX Font Info: Trying to load font information for U+msb on input line
|
| 975 |
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 976 |
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
| 977 |
)
|
| 978 |
-
LaTeX Font Info: Trying to load font information for OT1+mathkerncmss on input line
|
| 979 |
(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 980 |
File: ot1mathkerncmss.fd 2020/01/31 Fontinst v1.933 font definitions for OT1/mathkerncmss.
|
| 981 |
)) [2
|
| 982 |
|
| 983 |
-
] (./chapters/collecting-trajectories.tex
|
| 984 |
-
|
| 985 |
-
|
| 986 |
-
|
| 987 |
-
|
|
|
|
| 988 |
|
| 989 |
-
|
| 990 |
-
|
| 991 |
-
] [7
|
| 992 |
-
|
| 993 |
-
] [8
|
| 994 |
-
|
| 995 |
-
] [9
|
| 996 |
-
|
| 997 |
-
] [10
|
| 998 |
|
| 999 |
-
|
| 1000 |
|
| 1001 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1002 |
|
| 1003 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1004 |
|
| 1005 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1006 |
|
| 1007 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1008 |
|
| 1009 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1010 |
|
| 1011 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1012 |
|
| 1013 |
]
|
| 1014 |
-
|
| 1015 |
-
|
| 1016 |
-
|
| 1017 |
-
|
| 1018 |
-
|
| 1019 |
-
[18
|
| 1020 |
|
| 1021 |
-
|
| 1022 |
-
<presentation_images/
|
| 1023 |
-
File: presentation_images/
|
| 1024 |
-
<use presentation_images/
|
| 1025 |
-
Package pdftex.def Info: presentation_images/
|
| 1026 |
-
(pdftex.def) Requested size:
|
| 1027 |
|
| 1028 |
-
Overfull \vbox (
|
| 1029 |
[]
|
| 1030 |
|
| 1031 |
-
[
|
| 1032 |
-
|
| 1033 |
-
<./presentation_images/tm-oneat-panel.png>] [20
|
| 1034 |
|
| 1035 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1036 |
|
| 1037 |
-
]
|
| 1038 |
-
|
| 1039 |
-
|
| 1040 |
-
|
| 1041 |
-
|
|
|
|
| 1042 |
|
| 1043 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1044 |
|
| 1045 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1046 |
|
| 1047 |
-
|
| 1048 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1049 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1050 |
|
| 1051 |
-
|
| 1052 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1053 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1054 |
|
| 1055 |
-
|
| 1056 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1057 |
|
| 1058 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1059 |
|
| 1060 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1061 |
|
| 1062 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1063 |
|
| 1064 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1065 |
|
| 1066 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1067 |
|
| 1068 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1069 |
|
| 1070 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1071 |
|
| 1072 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1073 |
|
| 1074 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1075 |
|
| 1076 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1077 |
|
| 1078 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1079 |
|
| 1080 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1081 |
|
| 1082 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1083 |
|
| 1084 |
] [39
|
| 1085 |
|
|
@@ -1123,54 +1307,123 @@ Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
|
| 1123 |
|
| 1124 |
] [59
|
| 1125 |
|
| 1126 |
-
] [60
|
| 1127 |
-
|
| 1128 |
-
] [61
|
| 1129 |
-
|
| 1130 |
-
] [62
|
| 1131 |
-
|
| 1132 |
-
] [63
|
| 1133 |
-
|
| 1134 |
]
|
| 1135 |
-
<presentation_images/1DCNN.png, id=
|
| 1136 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1137 |
<use presentation_images/1DCNN.png>
|
| 1138 |
-
Package pdftex.def Info: presentation_images/1DCNN.png used on input line
|
| 1139 |
-
(pdftex.def) Requested size:
|
| 1140 |
|
| 1141 |
-
Overfull \hbox (11.
|
| 1142 |
[][]
|
| 1143 |
[]
|
| 1144 |
|
| 1145 |
-
[
|
| 1146 |
|
| 1147 |
<./presentation_images/1DCnn.png (PNG copy)>]
|
| 1148 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1149 |
<use presentation_images/1DCNN.png>
|
| 1150 |
-
Package pdftex.def Info: presentation_images/1DCNN.png used on input line
|
| 1151 |
-
(pdftex.def) Requested size:
|
| 1152 |
|
| 1153 |
-
Overfull \hbox (11.
|
| 1154 |
[][]
|
| 1155 |
[]
|
| 1156 |
|
| 1157 |
-
[
|
| 1158 |
|
| 1159 |
]
|
| 1160 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1161 |
<use presentation_images/1DCNN.png>
|
| 1162 |
-
Package pdftex.def Info: presentation_images/1DCNN.png used on input line
|
| 1163 |
-
(pdftex.def) Requested size:
|
| 1164 |
|
| 1165 |
-
Overfull \hbox (11.
|
| 1166 |
[][]
|
| 1167 |
[]
|
| 1168 |
|
| 1169 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1170 |
|
| 1171 |
-
]) [
|
| 1172 |
|
| 1173 |
-
] [
|
| 1174 |
|
| 1175 |
]
|
| 1176 |
\tf@nav=\write7
|
|
@@ -1184,21 +1437,21 @@ Overfull \hbox (11.39662pt too wide) in paragraph at lines 292--292
|
|
| 1184 |
|
| 1185 |
(./presentation.aux)
|
| 1186 |
Package rerunfilecheck Info: File `presentation.out' has not changed.
|
| 1187 |
-
(rerunfilecheck) Checksum:
|
| 1188 |
)
|
| 1189 |
Here is how much of TeX's memory you used:
|
| 1190 |
-
|
| 1191 |
-
|
| 1192 |
-
|
| 1193 |
-
|
| 1194 |
-
|
| 1195 |
1141 hyphenation exceptions out of 8191
|
| 1196 |
-
128i,18n,122p,
|
| 1197 |
-
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/
|
| 1198 |
-
Output written on presentation.pdf (
|
| 1199 |
PDF statistics:
|
| 1200 |
-
|
| 1201 |
-
|
| 1202 |
-
|
| 1203 |
-
|
| 1204 |
|
|
|
|
| 1 |
+
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex 2025.5.2) 2 OCT 2025 14:08
|
| 2 |
entering extended mode
|
| 3 |
restricted \write18 enabled.
|
| 4 |
file:line:error style messages enabled.
|
|
|
|
| 126 |
\pgfmath@stack@operation=\toks24
|
| 127 |
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
| 128 |
\c@pgfmathroundto@lastzeros=\count285
|
| 129 |
+
))) (/usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
|
| 130 |
+
File: size8.clo 1999/11/11 v1.4a NON-Standard LaTeX file (size option)
|
| 131 |
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
| 132 |
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
|
| 133 |
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
|
|
|
| 617 |
\f@nch@O@erf=\skip75
|
| 618 |
\f@nch@O@olf=\skip76
|
| 619 |
\f@nch@O@orf=\skip77
|
| 620 |
+
) (/usr/share/texlive/texmf-dist/tex/latex/svg/svg.sty
|
| 621 |
+
Package: svg 2020/11/26 v2.02k (include SVG pictures)
|
| 622 |
+
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
|
| 623 |
+
Package: scrbase 2022/10/12 v3.38 KOMA-Script package (KOMA-Script-independent basics and keyval usage)
|
| 624 |
+
Applying: [2021/05/01] Usage of raw or classic option list on input line 252.
|
| 625 |
+
Already applied: [0000/00/00] Usage of raw or classic option list on input line 368.
|
| 626 |
+
) (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty
|
| 627 |
+
Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
|
| 628 |
+
) (/usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
| 629 |
+
Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
|
| 630 |
+
Package shellesc Info: Restricted shell escape enabled on input line 77.
|
| 631 |
+
)
|
| 632 |
+
\c@svg@param@lastpage=\count337
|
| 633 |
+
\svg@box=\box79
|
| 634 |
+
\c@svg@param@currpage=\count338
|
| 635 |
+
) (/usr/share/texlive/texmf-dist/tex/latex/transparent/transparent.sty
|
| 636 |
+
Package: transparent 2022-10-27 v1.5 Transparency with color stacks
|
| 637 |
+
(/usr/share/texlive/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
|
| 638 |
+
Package: transparent-nometadata 2022-10-27 v1.5 Transparency via pdfTeX's color stack (HO)
|
| 639 |
+
)) (/usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
|
| 640 |
Package: nicefrac 1998/08/04 v0.9b Nice fractions
|
| 641 |
\L@UnitsRaiseDisplaystyle=\skip78
|
| 642 |
\L@UnitsRaiseTextstyle=\skip79
|
| 643 |
\L@UnitsRaiseScriptstyle=\skip80
|
| 644 |
) (/usr/share/texlive/texmf-dist/tex/latex/psfrag/psfrag.sty
|
| 645 |
Package: psfrag 1998/04/11 v3.04 PSfrag (MCG)
|
| 646 |
+
\pfg@pcount=\count339
|
| 647 |
+
\pfg@scount=\count340
|
| 648 |
\pfg@temp=\write5
|
| 649 |
) (/usr/share/texlive/texmf-dist/tex/latex/pstricks/pstricks.sty
|
| 650 |
Package: pstricks 2022/19/23 v0.72 LaTeX wrapper for `PSTricks' (RN,HV)
|
|
|
|
| 656 |
\XKV@toks=\toks49
|
| 657 |
\XKV@tempa@toks=\toks50
|
| 658 |
)
|
| 659 |
+
\XKV@depth=\count341
|
| 660 |
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
|
| 661 |
))) (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.tex (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex `pst-fp' v0.06, 2020/11/20 (hv)
|
| 662 |
+
\pstFP@xs=\count342
|
| 663 |
+
\pstFP@xia=\count343
|
| 664 |
+
\pstFP@xib=\count344
|
| 665 |
+
\pstFP@xfa=\count345
|
| 666 |
+
\pstFP@xfb=\count346
|
| 667 |
+
\pstFP@rega=\count347
|
| 668 |
+
\pstFP@regb=\count348
|
| 669 |
+
\pstFP@regs=\count349
|
| 670 |
+
\pstFP@times=\count350
|
| 671 |
)
|
| 672 |
+
\psLoopIndex=\count351
|
| 673 |
|
| 674 |
`PSTricks' v3.18 <2022/11/28> (tvz,hv)
|
| 675 |
\pst@dima=\dimen299
|
|
|
|
| 682 |
\pst@dimn=\dimen306
|
| 683 |
\pst@dimo=\dimen307
|
| 684 |
\pst@dimp=\dimen308
|
| 685 |
+
\pst@hbox=\box80
|
| 686 |
+
\pst@ibox=\box81
|
| 687 |
+
\pst@boxg=\box82
|
| 688 |
+
\pst@cnta=\count352
|
| 689 |
+
\pst@cntb=\count353
|
| 690 |
+
\pst@cntc=\count354
|
| 691 |
+
\pst@cntd=\count355
|
| 692 |
+
\pst@cntg=\count356
|
| 693 |
+
\pst@cnth=\count357
|
| 694 |
+
\pst@cntm=\count358
|
| 695 |
+
\pst@cntn=\count359
|
| 696 |
+
\pst@cnto=\count360
|
| 697 |
+
\pst@cntp=\count361
|
| 698 |
+
\@zero=\count362
|
| 699 |
\pst@toks=\toks51
|
| 700 |
--- We are running latex or xelatex ---
|
| 701 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.con) (/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks-color.tex)
|
| 702 |
\psunit=\dimen309
|
| 703 |
\psxunit=\dimen310
|
| 704 |
\psyunit=\dimen311
|
| 705 |
+
\pst@C@@rType=\count363
|
| 706 |
\pslinewidth=\dimen312
|
| 707 |
\psk@startLW=\dimen313
|
| 708 |
\psk@endLW=\dimen314
|
|
|
|
| 722 |
\sh@wgridXunit=\dimen323
|
| 723 |
\sh@wgridYunit=\dimen324
|
| 724 |
\pst@shift=\dimen325
|
| 725 |
+
\ps@imagectr=\count364
|
| 726 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.con))
|
| 727 |
File: pstricks.tex 2022/11/28 v3.18 `PSTricks' (tvz,hv)
|
| 728 |
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex `pst-fp' v0.06, 2020/11/20 (hv))
|
|
|
|
| 739 |
\subfigbottomskip=\skip83
|
| 740 |
\subfigcapmargin=\dimen327
|
| 741 |
\subfiglabelskip=\skip84
|
| 742 |
+
\c@subfigure=\count365
|
| 743 |
+
\c@lofdepth=\count366
|
| 744 |
+
\c@subtable=\count367
|
| 745 |
+
\c@lotdepth=\count368
|
| 746 |
|
| 747 |
****************************************
|
| 748 |
* Local config file subfigure.cfg used *
|
|
|
|
| 764 |
Package: mathtools 2022/06/29 v1.29 mathematical typesetting tools
|
| 765 |
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
|
| 766 |
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
|
| 767 |
+
\calc@Acount=\count369
|
| 768 |
+
\calc@Bcount=\count370
|
| 769 |
\calc@Adimen=\dimen328
|
| 770 |
\calc@Bdimen=\dimen329
|
| 771 |
\calc@Askip=\skip87
|
| 772 |
\calc@Bskip=\skip88
|
| 773 |
LaTeX Info: Redefining \setlength on input line 80.
|
| 774 |
LaTeX Info: Redefining \addtolength on input line 81.
|
| 775 |
+
\calc@Ccount=\count371
|
| 776 |
\calc@Cskip=\skip89
|
| 777 |
) (/usr/share/texlive/texmf-dist/tex/latex/mathtools/mhsetup.sty
|
| 778 |
Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
|
| 779 |
)
|
| 780 |
+
\g_MT_multlinerow_int=\count372
|
| 781 |
\l_MT_multwidth_dim=\dimen330
|
| 782 |
\origjot=\skip90
|
| 783 |
\l_MT_shortvdotswithinadjustabove_dim=\dimen331
|
|
|
|
| 786 |
\l_MT_below_intertext_sep=\dimen334
|
| 787 |
\l_MT_above_shortintertext_sep=\dimen335
|
| 788 |
\l_MT_below_shortintertext_sep=\dimen336
|
| 789 |
+
\xmathstrut@box=\box83
|
| 790 |
\xmathstrut@dim=\dimen337
|
| 791 |
) (/usr/share/texlive/texmf-dist/tex/latex/physics/physics.sty
|
| 792 |
Package: physics
|
|
|
|
| 794 |
Package: expl3 2023-01-16 L3 programming layer (loader)
|
| 795 |
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
| 796 |
File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX)
|
| 797 |
+
\l__color_backend_stack_int=\count373
|
| 798 |
+
\l__pdf_internal_box=\box84
|
| 799 |
))
|
| 800 |
Package: xparse 2023-01-16 L3 Experimental document command parser
|
| 801 |
)) (/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra/calligra.sty
|
| 802 |
Package: calligra 2012/04/10 v1.9 LaTeX package calligra
|
| 803 |
) (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty
|
| 804 |
Package: csquotes 2022-09-14 v5.2n context-sensitive quotations (JAW)
|
| 805 |
+
\csq@reset=\count374
|
| 806 |
+
\csq@gtype=\count375
|
| 807 |
+
\csq@glevel=\count376
|
| 808 |
+
\csq@qlevel=\count377
|
| 809 |
+
\csq@maxlvl=\count378
|
| 810 |
+
\csq@tshold=\count379
|
| 811 |
\csq@ltx@everypar=\toks54
|
| 812 |
(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def
|
| 813 |
File: csquotes.def 2022-09-14 v5.2n csquotes generic definitions (JAW)
|
|
|
|
| 831 |
Loading pgf.sty
|
| 832 |
(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
| 833 |
File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
| 834 |
+
\pgfnodeparttextbox=\box85
|
| 835 |
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
| 836 |
File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
| 837 |
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
|
|
|
| 850 |
|
| 851 |
(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty
|
| 852 |
Package: environ 2014/05/04 v0.3 A new way to define environments
|
| 853 |
+
)
|
| 854 |
+
\tcb@titlebox=\box86
|
| 855 |
+
\tcb@upperbox=\box87
|
| 856 |
+
\tcb@lowerbox=\box88
|
| 857 |
+
\tcb@phantombox=\box89
|
| 858 |
+
\c@tcbbreakpart=\count380
|
| 859 |
+
\c@tcblayer=\count381
|
| 860 |
+
\c@tcolorbox@number=\count382
|
|
|
|
|
|
|
|
|
|
| 861 |
\tcb@temp=\box90
|
| 862 |
\tcb@temp=\box91
|
| 863 |
\tcb@temp=\box92
|
| 864 |
+
\tcb@temp=\box93
|
| 865 |
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemerectangles.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemeprofessionalfonts.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemestructure.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemesidebartab.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemeorchid.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemewhale.sty))
|
| 866 |
Package csquotes Info: Checking for multilingual support...
|
| 867 |
Package csquotes Info: ... found 'babel' package.
|
|
|
|
| 897 |
* layout: <same size as paper>
|
| 898 |
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
| 899 |
* modes: includehead includefoot
|
| 900 |
+
* h-part:(L,W,R)=(8.50012pt, 347.19511pt, 8.50012pt)
|
| 901 |
* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
|
| 902 |
* \paperwidth=364.19536pt
|
| 903 |
* \paperheight=273.14662pt
|
| 904 |
+
* \textwidth=347.19511pt
|
| 905 |
* \textheight=244.6939pt
|
| 906 |
+
* \oddsidemargin=-63.76987pt
|
| 907 |
+
* \evensidemargin=-63.76987pt
|
| 908 |
* \topmargin=-72.26999pt
|
| 909 |
* \headheight=14.22636pt
|
| 910 |
* \headsep=0.0pt
|
| 911 |
+
* \topskip=9.0pt
|
| 912 |
* \footskip=14.22636pt
|
| 913 |
* \marginparwidth=4.0pt
|
| 914 |
* \marginparsep=10.0pt
|
| 915 |
* \columnsep=10.0pt
|
| 916 |
+
* \skip\footins=7.0pt plus 4.0pt minus 2.0pt
|
| 917 |
* \hoffset=0.0pt
|
| 918 |
* \voffset=0.0pt
|
| 919 |
* \mag=1000
|
|
|
|
| 925 |
|
| 926 |
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
| 927 |
[Loading MPS to PDF converter (version 2006.09.02).]
|
| 928 |
+
\scratchcounter=\count383
|
| 929 |
\scratchdimen=\dimen340
|
| 930 |
+
\scratchbox=\box94
|
| 931 |
+
\nofMPsegments=\count384
|
| 932 |
+
\nofMParguments=\count385
|
| 933 |
\everyMPshowfont=\toks60
|
| 934 |
+
\MPscratchCnt=\count386
|
| 935 |
\MPscratchDim=\dimen341
|
| 936 |
+
\MPnumerator=\count387
|
| 937 |
+
\makeMPintoPDFobject=\count388
|
| 938 |
\everyMPtoPDFconversion=\toks61
|
| 939 |
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
| 940 |
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
|
|
|
| 960 |
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
|
| 961 |
Dictionary: translator-theorem-dictionary, Language: English
|
| 962 |
) (./presentation.nav)
|
| 963 |
+
<mtrack.png, id=74, 2008.50375pt x 2008.50375pt>
|
| 964 |
File: mtrack.png Graphic file (type png)
|
| 965 |
<use mtrack.png>
|
| 966 |
Package pdftex.def Info: mtrack.png used on input line 18.
|
| 967 |
+
(pdftex.def) Requested size: 34.72162pt x 34.69269pt.
|
| 968 |
[1
|
| 969 |
Non-PDF special ignored!
|
| 970 |
<special> header=psfrag.pro
|
|
|
|
| 984 |
Non-PDF special ignored!
|
| 985 |
<special> ps:tx@Dict begin gsave STV CP T /ps@refangle 0. def grestore e...
|
| 986 |
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./mtrack.png (PNG copy)>] (./presentation.toc
|
| 987 |
+
LaTeX Font Info: Trying to load font information for U+msa on input line 12.
|
| 988 |
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
| 989 |
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
| 990 |
)
|
| 991 |
+
LaTeX Font Info: Trying to load font information for U+msb on input line 12.
|
| 992 |
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
| 993 |
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
| 994 |
)
|
| 995 |
+
LaTeX Font Info: Trying to load font information for OT1+mathkerncmss on input line 12.
|
| 996 |
(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
|
| 997 |
File: ot1mathkerncmss.fd 2020/01/31 Fontinst v1.933 font definitions for OT1/mathkerncmss.
|
| 998 |
)) [2
|
| 999 |
|
| 1000 |
+
] (./chapters/collecting-trajectories.tex
|
| 1001 |
+
<presentation_images/overall_workflow.png, id=158, 570.4512pt x 650.9118pt>
|
| 1002 |
+
File: presentation_images/overall_workflow.png Graphic file (type png)
|
| 1003 |
+
<use presentation_images/overall_workflow.png>
|
| 1004 |
+
Package pdftex.def Info: presentation_images/overall_workflow.png used on input line 30.
|
| 1005 |
+
(pdftex.def) Requested size: 277.75714pt x 316.93336pt.
|
| 1006 |
|
| 1007 |
+
Overfull \vbox (96.29465pt too high) detected at line 30
|
| 1008 |
+
[]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1009 |
|
| 1010 |
+
[3
|
| 1011 |
|
| 1012 |
+
<./presentation_images/overall_workflow.png>]
|
| 1013 |
+
File: presentation_images/overall_workflow.png Graphic file (type png)
|
| 1014 |
+
<use presentation_images/overall_workflow.png>
|
| 1015 |
+
Package pdftex.def Info: presentation_images/overall_workflow.png used on input line 30.
|
| 1016 |
+
(pdftex.def) Requested size: 156.23674pt x 178.27129pt.
|
| 1017 |
+
[4
|
| 1018 |
|
| 1019 |
+
]
|
| 1020 |
+
File: presentation_images/overall_workflow.png Graphic file (type png)
|
| 1021 |
+
<use presentation_images/overall_workflow.png>
|
| 1022 |
+
Package pdftex.def Info: presentation_images/overall_workflow.png used on input line 30.
|
| 1023 |
+
(pdftex.def) Requested size: 156.23674pt x 178.27129pt.
|
| 1024 |
+
[5
|
| 1025 |
|
| 1026 |
+
]
|
| 1027 |
+
File: presentation_images/overall_workflow.png Graphic file (type png)
|
| 1028 |
+
<use presentation_images/overall_workflow.png>
|
| 1029 |
+
Package pdftex.def Info: presentation_images/overall_workflow.png used on input line 30.
|
| 1030 |
+
(pdftex.def) Requested size: 156.23674pt x 178.27129pt.
|
| 1031 |
+
[6
|
| 1032 |
|
| 1033 |
+
]
|
| 1034 |
+
File: presentation_images/overall_workflow.png Graphic file (type png)
|
| 1035 |
+
<use presentation_images/overall_workflow.png>
|
| 1036 |
+
Package pdftex.def Info: presentation_images/overall_workflow.png used on input line 30.
|
| 1037 |
+
(pdftex.def) Requested size: 156.23674pt x 178.27129pt.
|
| 1038 |
+
[7
|
| 1039 |
|
| 1040 |
+
]
|
| 1041 |
+
<presentation_images/seg_tra_oneat.png, id=299, 590.6868pt x 699.0918pt>
|
| 1042 |
+
File: presentation_images/seg_tra_oneat.png Graphic file (type png)
|
| 1043 |
+
<use presentation_images/seg_tra_oneat.png>
|
| 1044 |
+
Package pdftex.def Info: presentation_images/seg_tra_oneat.png used on input line 60.
|
| 1045 |
+
(pdftex.def) Requested size: 173.59755pt x 205.45158pt.
|
| 1046 |
+
[8
|
| 1047 |
+
|
| 1048 |
+
<./presentation_images/seg_tra_oneat.png>]
|
| 1049 |
+
File: presentation_images/seg_tra_oneat.png Graphic file (type png)
|
| 1050 |
+
<use presentation_images/seg_tra_oneat.png>
|
| 1051 |
+
Package pdftex.def Info: presentation_images/seg_tra_oneat.png used on input line 60.
|
| 1052 |
+
(pdftex.def) Requested size: 138.87592pt x 164.36127pt.
|
| 1053 |
+
[9
|
| 1054 |
|
| 1055 |
+
]
|
| 1056 |
+
File: presentation_images/seg_tra_oneat.png Graphic file (type png)
|
| 1057 |
+
<use presentation_images/seg_tra_oneat.png>
|
| 1058 |
+
Package pdftex.def Info: presentation_images/seg_tra_oneat.png used on input line 60.
|
| 1059 |
+
(pdftex.def) Requested size: 138.87592pt x 164.36127pt.
|
| 1060 |
+
[10
|
| 1061 |
|
| 1062 |
]
|
| 1063 |
+
File: presentation_images/seg_tra_oneat.png Graphic file (type png)
|
| 1064 |
+
<use presentation_images/seg_tra_oneat.png>
|
| 1065 |
+
Package pdftex.def Info: presentation_images/seg_tra_oneat.png used on input line 60.
|
| 1066 |
+
(pdftex.def) Requested size: 138.87592pt x 164.36127pt.
|
| 1067 |
+
[11
|
|
|
|
| 1068 |
|
| 1069 |
+
]
|
| 1070 |
+
<presentation_images/feature_analysis.png, id=409, 597.432pt x 845.0772pt>
|
| 1071 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1072 |
+
<use presentation_images/feature_analysis.png>
|
| 1073 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1074 |
+
(pdftex.def) Requested size: 173.59755pt x 245.5561pt.
|
| 1075 |
|
| 1076 |
+
Overfull \vbox (24.91739pt too high) detected at line 101
|
| 1077 |
[]
|
| 1078 |
|
| 1079 |
+
[12
|
|
|
|
|
|
|
| 1080 |
|
| 1081 |
+
<./presentation_images/feature_analysis.png>]
|
| 1082 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1083 |
+
<use presentation_images/feature_analysis.png>
|
| 1084 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1085 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1086 |
+
[13
|
| 1087 |
|
| 1088 |
+
]
|
| 1089 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1090 |
+
<use presentation_images/feature_analysis.png>
|
| 1091 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1092 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1093 |
+
[14
|
| 1094 |
|
| 1095 |
+
]
|
| 1096 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1097 |
+
<use presentation_images/feature_analysis.png>
|
| 1098 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1099 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1100 |
+
[15
|
| 1101 |
|
| 1102 |
]
|
| 1103 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1104 |
+
<use presentation_images/feature_analysis.png>
|
| 1105 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1106 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1107 |
+
[16
|
| 1108 |
|
| 1109 |
+
]
|
| 1110 |
+
File: presentation_images/feature_analysis.png Graphic file (type png)
|
| 1111 |
+
<use presentation_images/feature_analysis.png>
|
| 1112 |
+
Package pdftex.def Info: presentation_images/feature_analysis.png used on input line 101.
|
| 1113 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1114 |
+
[17
|
| 1115 |
|
| 1116 |
+
]
|
| 1117 |
+
<presentation_images/cell_fate_labelling.png, id=574, 582.978pt x 798.5835pt>
|
| 1118 |
+
File: presentation_images/cell_fate_labelling.png Graphic file (type png)
|
| 1119 |
+
<use presentation_images/cell_fate_labelling.png>
|
| 1120 |
+
Package pdftex.def Info: presentation_images/cell_fate_labelling.png used on input line 140.
|
| 1121 |
+
(pdftex.def) Requested size: 138.87592pt x 190.23827pt.
|
| 1122 |
+
[18
|
| 1123 |
|
| 1124 |
+
<./presentation_images/cell_fate_labelling.png>]
|
| 1125 |
+
File: presentation_images/cell_fate_labelling.png Graphic file (type png)
|
| 1126 |
+
<use presentation_images/cell_fate_labelling.png>
|
| 1127 |
+
Package pdftex.def Info: presentation_images/cell_fate_labelling.png used on input line 140.
|
| 1128 |
+
(pdftex.def) Requested size: 138.87592pt x 190.23827pt.
|
| 1129 |
+
[19
|
| 1130 |
|
| 1131 |
+
]
|
| 1132 |
+
File: presentation_images/cell_fate_labelling.png Graphic file (type png)
|
| 1133 |
+
<use presentation_images/cell_fate_labelling.png>
|
| 1134 |
+
Package pdftex.def Info: presentation_images/cell_fate_labelling.png used on input line 140.
|
| 1135 |
+
(pdftex.def) Requested size: 138.87592pt x 190.23827pt.
|
| 1136 |
+
[20
|
| 1137 |
|
| 1138 |
+
]
|
| 1139 |
+
File: presentation_images/cell_fate_labelling.png Graphic file (type png)
|
| 1140 |
+
<use presentation_images/cell_fate_labelling.png>
|
| 1141 |
+
Package pdftex.def Info: presentation_images/cell_fate_labelling.png used on input line 140.
|
| 1142 |
+
(pdftex.def) Requested size: 138.87592pt x 190.23827pt.
|
| 1143 |
+
[21
|
| 1144 |
|
| 1145 |
+
]
|
| 1146 |
+
File: presentation_images/cell_fate_labelling.png Graphic file (type png)
|
| 1147 |
+
<use presentation_images/cell_fate_labelling.png>
|
| 1148 |
+
Package pdftex.def Info: presentation_images/cell_fate_labelling.png used on input line 140.
|
| 1149 |
+
(pdftex.def) Requested size: 138.87592pt x 190.23827pt.
|
| 1150 |
+
[22
|
| 1151 |
|
| 1152 |
+
]
|
| 1153 |
+
<presentation_images/cell_fate_xgboost.png, id=713, 585.8688pt x 778.107pt>
|
| 1154 |
+
File: presentation_images/cell_fate_xgboost.png Graphic file (type png)
|
| 1155 |
+
<use presentation_images/cell_fate_xgboost.png>
|
| 1156 |
+
Package pdftex.def Info: presentation_images/cell_fate_xgboost.png used on input line 182.
|
| 1157 |
+
(pdftex.def) Requested size: 138.87592pt x 184.44614pt.
|
| 1158 |
+
[23
|
| 1159 |
+
|
| 1160 |
+
<./presentation_images/cell_fate_xgboost.png>]
|
| 1161 |
+
File: presentation_images/cell_fate_xgboost.png Graphic file (type png)
|
| 1162 |
+
<use presentation_images/cell_fate_xgboost.png>
|
| 1163 |
+
Package pdftex.def Info: presentation_images/cell_fate_xgboost.png used on input line 182.
|
| 1164 |
+
(pdftex.def) Requested size: 138.87592pt x 184.44614pt.
|
| 1165 |
+
[24
|
| 1166 |
|
| 1167 |
+
]
|
| 1168 |
+
File: presentation_images/cell_fate_xgboost.png Graphic file (type png)
|
| 1169 |
+
<use presentation_images/cell_fate_xgboost.png>
|
| 1170 |
+
Package pdftex.def Info: presentation_images/cell_fate_xgboost.png used on input line 182.
|
| 1171 |
+
(pdftex.def) Requested size: 138.87592pt x 184.44614pt.
|
| 1172 |
+
[25
|
| 1173 |
|
| 1174 |
+
]
|
| 1175 |
+
File: presentation_images/cell_fate_xgboost.png Graphic file (type png)
|
| 1176 |
+
<use presentation_images/cell_fate_xgboost.png>
|
| 1177 |
+
Package pdftex.def Info: presentation_images/cell_fate_xgboost.png used on input line 182.
|
| 1178 |
+
(pdftex.def) Requested size: 138.87592pt x 184.44614pt.
|
| 1179 |
+
[26
|
| 1180 |
|
| 1181 |
+
]
|
| 1182 |
+
File: presentation_images/cell_fate_xgboost.png Graphic file (type png)
|
| 1183 |
+
<use presentation_images/cell_fate_xgboost.png>
|
| 1184 |
+
Package pdftex.def Info: presentation_images/cell_fate_xgboost.png used on input line 182.
|
| 1185 |
+
(pdftex.def) Requested size: 138.87592pt x 184.44614pt.
|
| 1186 |
+
[27
|
| 1187 |
|
| 1188 |
+
]
|
| 1189 |
+
<presentation_images/oneat_arch.png, id=851, 597.432pt x 845.0772pt>
|
| 1190 |
+
File: presentation_images/oneat_arch.png Graphic file (type png)
|
| 1191 |
+
<use presentation_images/oneat_arch.png>
|
| 1192 |
+
Package pdftex.def Info: presentation_images/oneat_arch.png used on input line 217.
|
| 1193 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1194 |
+
[28
|
| 1195 |
+
|
| 1196 |
+
<./presentation_images/oneat_arch.png>]
|
| 1197 |
+
File: presentation_images/oneat_arch.png Graphic file (type png)
|
| 1198 |
+
<use presentation_images/oneat_arch.png>
|
| 1199 |
+
Package pdftex.def Info: presentation_images/oneat_arch.png used on input line 217.
|
| 1200 |
+
(pdftex.def) Requested size: 138.87592pt x 196.43973pt.
|
| 1201 |
+
[29
|
| 1202 |
|
| 1203 |
+
]
|
| 1204 |
+
<presentation_images/track_oneat_metrics.png, id=907, 585.387pt x 808.2195pt>
|
| 1205 |
+
File: presentation_images/track_oneat_metrics.png Graphic file (type png)
|
| 1206 |
+
<use presentation_images/track_oneat_metrics.png>
|
| 1207 |
+
Package pdftex.def Info: presentation_images/track_oneat_metrics.png used on input line 259.
|
| 1208 |
+
(pdftex.def) Requested size: 138.87592pt x 191.73213pt.
|
| 1209 |
+
[30
|
| 1210 |
+
|
| 1211 |
+
<./presentation_images/track_oneat_metrics.png>]
|
| 1212 |
+
File: presentation_images/track_oneat_metrics.png Graphic file (type png)
|
| 1213 |
+
<use presentation_images/track_oneat_metrics.png>
|
| 1214 |
+
Package pdftex.def Info: presentation_images/track_oneat_metrics.png used on input line 259.
|
| 1215 |
+
(pdftex.def) Requested size: 138.87592pt x 191.73213pt.
|
| 1216 |
+
[31
|
| 1217 |
|
| 1218 |
+
]
|
| 1219 |
+
File: presentation_images/track_oneat_metrics.png Graphic file (type png)
|
| 1220 |
+
<use presentation_images/track_oneat_metrics.png>
|
| 1221 |
+
Package pdftex.def Info: presentation_images/track_oneat_metrics.png used on input line 259.
|
| 1222 |
+
(pdftex.def) Requested size: 138.87592pt x 191.73213pt.
|
| 1223 |
+
[32
|
| 1224 |
|
| 1225 |
+
]
|
| 1226 |
+
File: presentation_images/track_oneat_metrics.png Graphic file (type png)
|
| 1227 |
+
<use presentation_images/track_oneat_metrics.png>
|
| 1228 |
+
Package pdftex.def Info: presentation_images/track_oneat_metrics.png used on input line 259.
|
| 1229 |
+
(pdftex.def) Requested size: 138.87592pt x 191.73213pt.
|
| 1230 |
+
[33
|
| 1231 |
|
| 1232 |
+
]
|
| 1233 |
+
<presentation_images/model_accuracy.png, id=1018, 590.205pt x 704.6325pt>
|
| 1234 |
+
File: presentation_images/model_accuracy.png Graphic file (type png)
|
| 1235 |
+
<use presentation_images/model_accuracy.png>
|
| 1236 |
+
Package pdftex.def Info: presentation_images/model_accuracy.png used on input line 299.
|
| 1237 |
+
(pdftex.def) Requested size: 138.87592pt x 165.79294pt.
|
| 1238 |
+
[34
|
| 1239 |
+
|
| 1240 |
+
<./presentation_images/model_accuracy.png>]
|
| 1241 |
+
File: presentation_images/model_accuracy.png Graphic file (type png)
|
| 1242 |
+
<use presentation_images/model_accuracy.png>
|
| 1243 |
+
Package pdftex.def Info: presentation_images/model_accuracy.png used on input line 299.
|
| 1244 |
+
(pdftex.def) Requested size: 138.87592pt x 165.79294pt.
|
| 1245 |
+
[35
|
| 1246 |
|
| 1247 |
+
]
|
| 1248 |
+
File: presentation_images/model_accuracy.png Graphic file (type png)
|
| 1249 |
+
<use presentation_images/model_accuracy.png>
|
| 1250 |
+
Package pdftex.def Info: presentation_images/model_accuracy.png used on input line 299.
|
| 1251 |
+
(pdftex.def) Requested size: 138.87592pt x 165.79294pt.
|
| 1252 |
+
[36
|
| 1253 |
|
| 1254 |
+
]
|
| 1255 |
+
File: presentation_images/model_accuracy.png Graphic file (type png)
|
| 1256 |
+
<use presentation_images/model_accuracy.png>
|
| 1257 |
+
Package pdftex.def Info: presentation_images/model_accuracy.png used on input line 299.
|
| 1258 |
+
(pdftex.def) Requested size: 138.87592pt x 165.79294pt.
|
| 1259 |
+
[37
|
| 1260 |
|
| 1261 |
+
]
|
| 1262 |
+
File: presentation_images/model_accuracy.png Graphic file (type png)
|
| 1263 |
+
<use presentation_images/model_accuracy.png>
|
| 1264 |
+
Package pdftex.def Info: presentation_images/model_accuracy.png used on input line 299.
|
| 1265 |
+
(pdftex.def) Requested size: 138.87592pt x 165.79294pt.
|
| 1266 |
+
[38
|
| 1267 |
|
| 1268 |
] [39
|
| 1269 |
|
|
|
|
| 1307 |
|
| 1308 |
] [59
|
| 1309 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1310 |
]
|
| 1311 |
+
<presentation_images/1DCNN.png, id=1760, 1056.94875pt x 1409.265pt>
|
| 1312 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1313 |
<use presentation_images/1DCNN.png>
|
| 1314 |
+
Package pdftex.def Info: presentation_images/1DCNN.png used on input line 393.
|
| 1315 |
+
(pdftex.def) Requested size: 138.87856pt x 185.16771pt.
|
| 1316 |
|
| 1317 |
+
Overfull \hbox (11.57016pt too wide) in paragraph at lines 393--393
|
| 1318 |
[][]
|
| 1319 |
[]
|
| 1320 |
|
| 1321 |
+
[60
|
| 1322 |
|
| 1323 |
<./presentation_images/1DCnn.png (PNG copy)>]
|
| 1324 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1325 |
<use presentation_images/1DCNN.png>
|
| 1326 |
+
Package pdftex.def Info: presentation_images/1DCNN.png used on input line 393.
|
| 1327 |
+
(pdftex.def) Requested size: 138.87856pt x 185.16771pt.
|
| 1328 |
|
| 1329 |
+
Overfull \hbox (11.57016pt too wide) in paragraph at lines 393--393
|
| 1330 |
[][]
|
| 1331 |
[]
|
| 1332 |
|
| 1333 |
+
[61
|
| 1334 |
|
| 1335 |
]
|
| 1336 |
File: presentation_images/1DCNN.png Graphic file (type png)
|
| 1337 |
<use presentation_images/1DCNN.png>
|
| 1338 |
+
Package pdftex.def Info: presentation_images/1DCNN.png used on input line 393.
|
| 1339 |
+
(pdftex.def) Requested size: 138.87856pt x 185.16771pt.
|
| 1340 |
|
| 1341 |
+
Overfull \hbox (11.57016pt too wide) in paragraph at lines 393--393
|
| 1342 |
[][]
|
| 1343 |
[]
|
| 1344 |
|
| 1345 |
+
[62
|
| 1346 |
+
|
| 1347 |
+
] [63
|
| 1348 |
+
|
| 1349 |
+
] [64
|
| 1350 |
+
|
| 1351 |
+
] [65
|
| 1352 |
+
|
| 1353 |
+
] [66
|
| 1354 |
+
|
| 1355 |
+
]
|
| 1356 |
+
<presentation_images/trackmate-panes-1536x495.png, id=1960, 1156.32pt x 372.64218pt>
|
| 1357 |
+
File: presentation_images/trackmate-panes-1536x495.png Graphic file (type png)
|
| 1358 |
+
<use presentation_images/trackmate-panes-1536x495.png>
|
| 1359 |
+
Package pdftex.def Info: presentation_images/trackmate-panes-1536x495.png used on input line 422.
|
| 1360 |
+
(pdftex.def) Requested size: 347.19511pt x 111.88449pt.
|
| 1361 |
+
[67
|
| 1362 |
+
|
| 1363 |
+
<./presentation_images/trackmate-panes-1536x495.png>]
|
| 1364 |
+
<presentation_images/tm-oneat-panel.png, id=1992, 794.97pt x 635.37375pt>
|
| 1365 |
+
File: presentation_images/tm-oneat-panel.png Graphic file (type png)
|
| 1366 |
+
<use presentation_images/tm-oneat-panel.png>
|
| 1367 |
+
Package pdftex.def Info: presentation_images/tm-oneat-panel.png used on input line 431.
|
| 1368 |
+
(pdftex.def) Requested size: 277.75714pt x 221.99634pt.
|
| 1369 |
+
|
| 1370 |
+
Overfull \vbox (1.35762pt too high) detected at line 431
|
| 1371 |
+
[]
|
| 1372 |
+
|
| 1373 |
+
[68
|
| 1374 |
+
|
| 1375 |
+
<./presentation_images/tm-oneat-panel.png>] [69
|
| 1376 |
+
|
| 1377 |
+
]
|
| 1378 |
+
|
| 1379 |
+
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
| 1380 |
+
(hyperref) removing `math shift' on input line 452.
|
| 1381 |
+
|
| 1382 |
+
|
| 1383 |
+
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
| 1384 |
+
(hyperref) removing `\rightarrow' on input line 452.
|
| 1385 |
+
|
| 1386 |
+
|
| 1387 |
+
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
| 1388 |
+
(hyperref) removing `math shift' on input line 452.
|
| 1389 |
+
|
| 1390 |
+
[70
|
| 1391 |
+
|
| 1392 |
+
] [71
|
| 1393 |
+
|
| 1394 |
+
] [72
|
| 1395 |
+
|
| 1396 |
+
] [73
|
| 1397 |
+
|
| 1398 |
+
] [74
|
| 1399 |
+
|
| 1400 |
+
] [75
|
| 1401 |
+
|
| 1402 |
+
] [76
|
| 1403 |
+
|
| 1404 |
+
] [77
|
| 1405 |
+
|
| 1406 |
+
] [78
|
| 1407 |
+
|
| 1408 |
+
] [79
|
| 1409 |
+
|
| 1410 |
+
] [80
|
| 1411 |
+
|
| 1412 |
+
] [81
|
| 1413 |
+
|
| 1414 |
+
] [82
|
| 1415 |
+
|
| 1416 |
+
] [83
|
| 1417 |
+
|
| 1418 |
+
] [84
|
| 1419 |
+
|
| 1420 |
+
] [85
|
| 1421 |
+
|
| 1422 |
+
] [86
|
| 1423 |
|
| 1424 |
+
]) [87
|
| 1425 |
|
| 1426 |
+
] [88
|
| 1427 |
|
| 1428 |
]
|
| 1429 |
\tf@nav=\write7
|
|
|
|
| 1437 |
|
| 1438 |
(./presentation.aux)
|
| 1439 |
Package rerunfilecheck Info: File `presentation.out' has not changed.
|
| 1440 |
+
(rerunfilecheck) Checksum: CB36E47024677ABF0118646BB93E8CC4;3102.
|
| 1441 |
)
|
| 1442 |
Here is how much of TeX's memory you used:
|
| 1443 |
+
31498 strings out of 476091
|
| 1444 |
+
616523 string characters out of 5794082
|
| 1445 |
+
1865330 words of memory out of 5000000
|
| 1446 |
+
50979 multiletter control sequences out of 15000+600000
|
| 1447 |
+
529991 words of font info for 86 fonts, out of 8000000 for 9000
|
| 1448 |
1141 hyphenation exceptions out of 8191
|
| 1449 |
+
128i,18n,122p,489b,722s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
| 1450 |
+
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb>
|
| 1451 |
+
Output written on presentation.pdf (88 pages, 14956142 bytes).
|
| 1452 |
PDF statistics:
|
| 1453 |
+
2696 PDF objects out of 2984 (max. 8388607)
|
| 1454 |
+
2525 compressed objects within 26 object streams
|
| 1455 |
+
194 named destinations out of 1000 (max. 500000)
|
| 1456 |
+
223 words of extra memory for PDF output out of 10000 (max. 10000000)
|
| 1457 |
|
presentation.nav
CHANGED
|
@@ -4,88 +4,103 @@
|
|
| 4 |
\headcommand {\beamer@framepages {2}{2}}
|
| 5 |
\headcommand {\beamer@sectionpages {1}{2}}
|
| 6 |
\headcommand {\beamer@subsectionpages {1}{2}}
|
| 7 |
-
\headcommand {\sectionentry {1}{
|
| 8 |
-
\headcommand {\
|
| 9 |
-
\headcommand {\beamer@
|
| 10 |
-
\headcommand {\
|
| 11 |
-
\headcommand {\beamer@framepages {3}{3}}
|
| 12 |
-
\headcommand {\slideentry {1}{1}{2}{4/6}{Nuclei Segmentation: VollSeg}{0}}
|
| 13 |
-
\headcommand {\beamer@framepages {4}{6}}
|
| 14 |
-
\headcommand {\slideentry {1}{1}{3}{7/7}{Nuclei Segmentation: VollSeg}{0}}
|
| 15 |
-
\headcommand {\beamer@framepages {7}{7}}
|
| 16 |
\headcommand {\beamer@subsectionpages {3}{7}}
|
| 17 |
-
\headcommand {\
|
| 18 |
-
\headcommand {\slideentry {
|
| 19 |
-
\headcommand {\beamer@framepages {8}{
|
| 20 |
-
\headcommand {\
|
| 21 |
-
\headcommand {\beamer@
|
| 22 |
-
\headcommand {\
|
| 23 |
-
\headcommand {\
|
| 24 |
-
\headcommand {\beamer@
|
| 25 |
-
\headcommand {\beamer@
|
| 26 |
-
\headcommand {\
|
| 27 |
-
\headcommand {\
|
| 28 |
-
\headcommand {\slideentry {
|
| 29 |
-
\headcommand {\beamer@framepages {
|
| 30 |
-
\headcommand {\
|
| 31 |
-
\headcommand {\beamer@
|
| 32 |
-
\headcommand {\
|
| 33 |
-
\headcommand {\
|
| 34 |
-
\headcommand {\
|
| 35 |
-
\headcommand {\beamer@
|
| 36 |
-
\headcommand {\beamer@subsectionpages {
|
| 37 |
-
\headcommand {\
|
| 38 |
-
\headcommand {\slideentry {
|
| 39 |
-
\headcommand {\beamer@framepages {
|
| 40 |
-
\headcommand {\
|
| 41 |
-
\headcommand {\beamer@
|
| 42 |
-
\headcommand {\
|
| 43 |
-
\headcommand {\
|
| 44 |
-
\headcommand {\
|
| 45 |
-
\headcommand {\beamer@
|
| 46 |
-
\headcommand {\
|
| 47 |
-
\headcommand {\
|
| 48 |
-
\headcommand {\slideentry {
|
| 49 |
-
\headcommand {\beamer@framepages {
|
| 50 |
-
\headcommand {\
|
| 51 |
-
\headcommand {\beamer@
|
| 52 |
-
\headcommand {\
|
| 53 |
-
\headcommand {\beamer@
|
| 54 |
-
\headcommand {\slideentry {
|
| 55 |
-
\headcommand {\beamer@framepages {
|
| 56 |
-
\headcommand {\slideentry {
|
| 57 |
-
\headcommand {\beamer@framepages {
|
| 58 |
-
\headcommand {\
|
| 59 |
-
\headcommand {\beamer@
|
| 60 |
-
\headcommand {\slideentry {
|
| 61 |
-
\headcommand {\beamer@framepages {
|
| 62 |
-
\headcommand {\slideentry {
|
| 63 |
-
\headcommand {\beamer@framepages {
|
| 64 |
-
\headcommand {\
|
| 65 |
-
\headcommand {\beamer@
|
| 66 |
-
\headcommand {\
|
| 67 |
-
\headcommand {\beamer@
|
| 68 |
-
\headcommand {\slideentry {
|
| 69 |
-
\headcommand {\beamer@framepages {49}{49}}
|
| 70 |
-
\headcommand {\slideentry {1}{8}{2}{50/54}{Time Cross Correlations}{0}}
|
| 71 |
-
\headcommand {\beamer@framepages {50}{54}}
|
| 72 |
-
\headcommand {\slideentry {1}{8}{3}{55/57}{Time Cross Correlations}{0}}
|
| 73 |
-
\headcommand {\beamer@framepages {55}{57}}
|
| 74 |
-
\headcommand {\slideentry {1}{8}{4}{58/63}{Time Cross Correlations}{0}}
|
| 75 |
-
\headcommand {\beamer@framepages {58}{63}}
|
| 76 |
-
\headcommand {\slideentry {1}{8}{5}{64/66}{Time Cross Correlations}{0}}
|
| 77 |
\headcommand {\beamer@framepages {64}{66}}
|
| 78 |
-
\headcommand {\
|
| 79 |
-
\headcommand {\beamer@subsectionpages {49}{66}}
|
| 80 |
-
\headcommand {\sectionentry {2}{Acknowledgments}{67}{Acknowledgments}{0}}
|
| 81 |
-
\headcommand {\slideentry {2}{0}{1}{67/67}{}{0}}
|
| 82 |
\headcommand {\beamer@framepages {67}{67}}
|
| 83 |
-
\headcommand {\
|
| 84 |
-
\headcommand {\beamer@subsectionpages {67}{67}}
|
| 85 |
-
\headcommand {\slideentry {3}{0}{1}{68/68}{}{0}}
|
| 86 |
\headcommand {\beamer@framepages {68}{68}}
|
| 87 |
-
\headcommand {\
|
| 88 |
-
\headcommand {\beamer@
|
| 89 |
-
\headcommand {\beamer@
|
| 90 |
-
\headcommand {\beamer@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
\headcommand {\gdef \inserttotalframenumber {31}}
|
|
|
|
| 4 |
\headcommand {\beamer@framepages {2}{2}}
|
| 5 |
\headcommand {\beamer@sectionpages {1}{2}}
|
| 6 |
\headcommand {\beamer@subsectionpages {1}{2}}
|
| 7 |
+
\headcommand {\sectionentry {1}{Overall Workflow}{3}{Overall Workflow}{0}}
|
| 8 |
+
\headcommand {\slideentry {1}{0}{1}{3/7}{}{0}}
|
| 9 |
+
\headcommand {\beamer@framepages {3}{7}}
|
| 10 |
+
\headcommand {\beamer@sectionpages {3}{7}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
\headcommand {\beamer@subsectionpages {3}{7}}
|
| 12 |
+
\headcommand {\sectionentry {2}{Segmenation, Tracking and Action Classification}{8}{Segmenation, Tracking and Action Classification}{0}}
|
| 13 |
+
\headcommand {\slideentry {2}{0}{1}{8/11}{}{0}}
|
| 14 |
+
\headcommand {\beamer@framepages {8}{11}}
|
| 15 |
+
\headcommand {\beamer@sectionpages {8}{11}}
|
| 16 |
+
\headcommand {\beamer@subsectionpages {8}{11}}
|
| 17 |
+
\headcommand {\sectionentry {3}{Trajectory feature analysis}{12}{Trajectory feature analysis}{0}}
|
| 18 |
+
\headcommand {\slideentry {3}{0}{1}{12/17}{}{0}}
|
| 19 |
+
\headcommand {\beamer@framepages {12}{17}}
|
| 20 |
+
\headcommand {\beamer@sectionpages {12}{17}}
|
| 21 |
+
\headcommand {\beamer@subsectionpages {12}{17}}
|
| 22 |
+
\headcommand {\sectionentry {4}{Cell Fate Labelling}{18}{Cell Fate Labelling}{0}}
|
| 23 |
+
\headcommand {\slideentry {4}{0}{1}{18/22}{}{0}}
|
| 24 |
+
\headcommand {\beamer@framepages {18}{22}}
|
| 25 |
+
\headcommand {\beamer@sectionpages {18}{22}}
|
| 26 |
+
\headcommand {\beamer@subsectionpages {18}{22}}
|
| 27 |
+
\headcommand {\sectionentry {5}{Cell Fate Classification: XGBoost}{23}{Cell Fate Classification: XGBoost}{0}}
|
| 28 |
+
\headcommand {\slideentry {5}{0}{1}{23/27}{}{0}}
|
| 29 |
+
\headcommand {\beamer@framepages {23}{27}}
|
| 30 |
+
\headcommand {\beamer@sectionpages {23}{27}}
|
| 31 |
+
\headcommand {\beamer@subsectionpages {23}{27}}
|
| 32 |
+
\headcommand {\sectionentry {6}{Oneat Architecture: Action Classification}{28}{Oneat Architecture: Action Classification}{0}}
|
| 33 |
+
\headcommand {\slideentry {6}{0}{1}{28/29}{}{0}}
|
| 34 |
+
\headcommand {\beamer@framepages {28}{29}}
|
| 35 |
+
\headcommand {\beamer@sectionpages {28}{29}}
|
| 36 |
+
\headcommand {\beamer@subsectionpages {28}{29}}
|
| 37 |
+
\headcommand {\sectionentry {7}{TrackMate-Oneat: Auto Track Correction}{30}{TrackMate-Oneat: Auto Track Correction}{0}}
|
| 38 |
+
\headcommand {\slideentry {7}{0}{1}{30/33}{}{0}}
|
| 39 |
+
\headcommand {\beamer@framepages {30}{33}}
|
| 40 |
+
\headcommand {\beamer@sectionpages {30}{33}}
|
| 41 |
+
\headcommand {\beamer@subsectionpages {30}{33}}
|
| 42 |
+
\headcommand {\sectionentry {8}{XGBoost: Feature Ablation}{34}{XGBoost: Feature Ablation}{0}}
|
| 43 |
+
\headcommand {\slideentry {8}{0}{1}{34/38}{}{0}}
|
| 44 |
+
\headcommand {\beamer@framepages {34}{38}}
|
| 45 |
+
\headcommand {\slideentry {8}{0}{2}{39/44}{}{0}}
|
| 46 |
+
\headcommand {\beamer@framepages {39}{44}}
|
| 47 |
+
\headcommand {\beamer@subsectionpages {34}{44}}
|
| 48 |
+
\headcommand {\beamer@subsectionentry {0}{8}{1}{45}{Time Cross Correlations}}
|
| 49 |
+
\headcommand {\slideentry {8}{1}{1}{45/45}{Time Cross Correlations}{0}}
|
| 50 |
+
\headcommand {\beamer@framepages {45}{45}}
|
| 51 |
+
\headcommand {\slideentry {8}{1}{2}{46/50}{Time Cross Correlations}{0}}
|
| 52 |
+
\headcommand {\beamer@framepages {46}{50}}
|
| 53 |
+
\headcommand {\slideentry {8}{1}{3}{51/53}{Time Cross Correlations}{0}}
|
| 54 |
+
\headcommand {\beamer@framepages {51}{53}}
|
| 55 |
+
\headcommand {\slideentry {8}{1}{4}{54/59}{Time Cross Correlations}{0}}
|
| 56 |
+
\headcommand {\beamer@framepages {54}{59}}
|
| 57 |
+
\headcommand {\slideentry {8}{1}{5}{60/62}{Time Cross Correlations}{0}}
|
| 58 |
+
\headcommand {\beamer@framepages {60}{62}}
|
| 59 |
+
\headcommand {\beamer@subsectionpages {45}{62}}
|
| 60 |
+
\headcommand {\beamer@subsectionentry {0}{8}{2}{63}{Lineage tree correction: TrackMate-Oneat}}
|
| 61 |
+
\headcommand {\slideentry {8}{2}{1}{63/63}{Lineage tree correction: TrackMate-Oneat}{0}}
|
| 62 |
+
\headcommand {\beamer@framepages {63}{63}}
|
| 63 |
+
\headcommand {\slideentry {8}{2}{2}{64/66}{Lineage tree correction: TrackMate-Oneat}{0}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
\headcommand {\beamer@framepages {64}{66}}
|
| 65 |
+
\headcommand {\slideentry {8}{2}{3}{67/67}{Lineage tree correction: TrackMate-Oneat}{0}}
|
|
|
|
|
|
|
|
|
|
| 66 |
\headcommand {\beamer@framepages {67}{67}}
|
| 67 |
+
\headcommand {\slideentry {8}{2}{4}{68/68}{Lineage tree correction: TrackMate-Oneat}{0}}
|
|
|
|
|
|
|
| 68 |
\headcommand {\beamer@framepages {68}{68}}
|
| 69 |
+
\headcommand {\slideentry {8}{2}{5}{69/69}{Lineage tree correction: TrackMate-Oneat}{0}}
|
| 70 |
+
\headcommand {\beamer@framepages {69}{69}}
|
| 71 |
+
\headcommand {\beamer@subsectionpages {63}{69}}
|
| 72 |
+
\headcommand {\beamer@subsectionentry {0}{8}{3}{70}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}}
|
| 73 |
+
\headcommand {\slideentry {8}{3}{1}{70/70}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}
|
| 74 |
+
\headcommand {\beamer@framepages {70}{70}}
|
| 75 |
+
\headcommand {\slideentry {8}{3}{2}{71/74}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}
|
| 76 |
+
\headcommand {\beamer@framepages {71}{74}}
|
| 77 |
+
\headcommand {\slideentry {8}{3}{3}{75/75}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{0}}
|
| 78 |
+
\headcommand {\beamer@framepages {75}{75}}
|
| 79 |
+
\headcommand {\beamer@subsectionpages {70}{75}}
|
| 80 |
+
\headcommand {\beamer@subsectionentry {0}{8}{4}{76}{Point Cloud based morphodynamic features: NapaTrackMater}}
|
| 81 |
+
\headcommand {\slideentry {8}{4}{1}{76/76}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}
|
| 82 |
+
\headcommand {\beamer@framepages {76}{76}}
|
| 83 |
+
\headcommand {\slideentry {8}{4}{2}{77/80}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}
|
| 84 |
+
\headcommand {\beamer@framepages {77}{80}}
|
| 85 |
+
\headcommand {\slideentry {8}{4}{3}{81/81}{Point Cloud based morphodynamic features: NapaTrackMater}{0}}
|
| 86 |
+
\headcommand {\beamer@framepages {81}{81}}
|
| 87 |
+
\headcommand {\beamer@subsectionpages {76}{81}}
|
| 88 |
+
\headcommand {\beamer@subsectionentry {0}{8}{5}{82}{Trajectory Analysis: NapaTrackMater}}
|
| 89 |
+
\headcommand {\slideentry {8}{5}{1}{82/82}{Trajectory Analysis: NapaTrackMater}{0}}
|
| 90 |
+
\headcommand {\beamer@framepages {82}{82}}
|
| 91 |
+
\headcommand {\slideentry {8}{5}{2}{83/86}{Trajectory Analysis: NapaTrackMater}{0}}
|
| 92 |
+
\headcommand {\beamer@framepages {83}{86}}
|
| 93 |
+
\headcommand {\beamer@sectionpages {34}{86}}
|
| 94 |
+
\headcommand {\beamer@subsectionpages {82}{86}}
|
| 95 |
+
\headcommand {\sectionentry {9}{Acknowledgments}{87}{Acknowledgments}{0}}
|
| 96 |
+
\headcommand {\slideentry {9}{0}{1}{87/87}{}{0}}
|
| 97 |
+
\headcommand {\beamer@framepages {87}{87}}
|
| 98 |
+
\headcommand {\beamer@sectionpages {87}{87}}
|
| 99 |
+
\headcommand {\beamer@subsectionpages {87}{87}}
|
| 100 |
+
\headcommand {\slideentry {10}{0}{1}{88/88}{}{0}}
|
| 101 |
+
\headcommand {\beamer@framepages {88}{88}}
|
| 102 |
+
\headcommand {\beamer@partpages {1}{88}}
|
| 103 |
+
\headcommand {\beamer@subsectionpages {88}{88}}
|
| 104 |
+
\headcommand {\beamer@sectionpages {88}{88}}
|
| 105 |
+
\headcommand {\beamer@documentpages {88}}
|
| 106 |
\headcommand {\gdef \inserttotalframenumber {31}}
|
presentation.out
CHANGED
|
@@ -1,11 +1,15 @@
|
|
| 1 |
-
\BOOKMARK [2][]{Outline0.1}{\376\377\
|
| 2 |
-
\BOOKMARK [
|
| 3 |
-
\BOOKMARK [
|
| 4 |
-
\BOOKMARK [
|
| 5 |
-
\BOOKMARK [
|
| 6 |
-
\BOOKMARK [
|
| 7 |
-
\BOOKMARK [
|
| 8 |
-
\BOOKMARK [
|
| 9 |
-
\BOOKMARK [3][]{Outline0.1.
|
| 10 |
-
\BOOKMARK [
|
| 11 |
-
\BOOKMARK [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
\BOOKMARK [2][]{Outline0.1}{\376\377\000O\000v\000e\000r\000a\000l\000l\000\040\000W\000o\000r\000k\000f\000l\000o\000w}{}% 1
|
| 2 |
+
\BOOKMARK [2][]{Outline0.2}{\376\377\000S\000e\000g\000m\000e\000n\000a\000t\000i\000o\000n\000,\000\040\000T\000r\000a\000c\000k\000i\000n\000g\000\040\000a\000n\000d\000\040\000A\000c\000t\000i\000o\000n\000\040\000C\000l\000a\000s\000s\000i\000f\000i\000c\000a\000t\000i\000o\000n}{}% 2
|
| 3 |
+
\BOOKMARK [2][]{Outline0.3}{\376\377\000T\000r\000a\000j\000e\000c\000t\000o\000r\000y\000\040\000f\000e\000a\000t\000u\000r\000e\000\040\000a\000n\000a\000l\000y\000s\000i\000s}{}% 3
|
| 4 |
+
\BOOKMARK [2][]{Outline0.4}{\376\377\000C\000e\000l\000l\000\040\000F\000a\000t\000e\000\040\000L\000a\000b\000e\000l\000l\000i\000n\000g}{}% 4
|
| 5 |
+
\BOOKMARK [2][]{Outline0.5}{\376\377\000C\000e\000l\000l\000\040\000F\000a\000t\000e\000\040\000C\000l\000a\000s\000s\000i\000f\000i\000c\000a\000t\000i\000o\000n\000:\000\040\000X\000G\000B\000o\000o\000s\000t}{}% 5
|
| 6 |
+
\BOOKMARK [2][]{Outline0.6}{\376\377\000O\000n\000e\000a\000t\000\040\000A\000r\000c\000h\000i\000t\000e\000c\000t\000u\000r\000e\000:\000\040\000A\000c\000t\000i\000o\000n\000\040\000C\000l\000a\000s\000s\000i\000f\000i\000c\000a\000t\000i\000o\000n}{}% 6
|
| 7 |
+
\BOOKMARK [2][]{Outline0.7}{\376\377\000T\000r\000a\000c\000k\000M\000a\000t\000e\000-\000O\000n\000e\000a\000t\000:\000\040\000A\000u\000t\000o\000\040\000T\000r\000a\000c\000k\000\040\000C\000o\000r\000r\000e\000c\000t\000i\000o\000n}{}% 7
|
| 8 |
+
\BOOKMARK [2][]{Outline0.8}{\376\377\000X\000G\000B\000o\000o\000s\000t\000:\000\040\000F\000e\000a\000t\000u\000r\000e\000\040\000A\000b\000l\000a\000t\000i\000o\000n}{}% 8
|
| 9 |
+
\BOOKMARK [3][]{Outline0.8.1.45}{\376\377\000T\000i\000m\000e\000\040\000C\000r\000o\000s\000s\000\040\000C\000o\000r\000r\000e\000l\000a\000t\000i\000o\000n\000s}{Outline0.8}% 9
|
| 10 |
+
\BOOKMARK [3][]{Outline0.8.2.63}{\376\377\000L\000i\000n\000e\000a\000g\000e\000\040\000t\000r\000e\000e\000\040\000c\000o\000r\000r\000e\000c\000t\000i\000o\000n\000:\000\040\000T\000r\000a\000c\000k\000M\000a\000t\000e\000-\000O\000n\000e\000a\000t}{Outline0.8}% 10
|
| 11 |
+
\BOOKMARK [3][]{Outline0.8.3.70}{\376\377\000T\000r\000a\000c\000k\000s\000:\000\040\000N\000u\000c\000l\000e\000i\000\040\000\040\000M\000e\000m\000b\000r\000a\000n\000e\000:\000\040\000N\000a\000p\000a\000T\000r\000a\000c\000k\000M\000a\000t\000e\000r}{Outline0.8}% 11
|
| 12 |
+
\BOOKMARK [3][]{Outline0.8.4.76}{\376\377\000P\000o\000i\000n\000t\000\040\000C\000l\000o\000u\000d\000\040\000b\000a\000s\000e\000d\000\040\000m\000o\000r\000p\000h\000o\000d\000y\000n\000a\000m\000i\000c\000\040\000f\000e\000a\000t\000u\000r\000e\000s\000:\000\040\000N\000a\000p\000a\000T\000r\000a\000c\000k\000M\000a\000t\000e\000r}{Outline0.8}% 12
|
| 13 |
+
\BOOKMARK [3][]{Outline0.8.5.82}{\376\377\000T\000r\000a\000j\000e\000c\000t\000o\000r\000y\000\040\000A\000n\000a\000l\000y\000s\000i\000s\000:\000\040\000N\000a\000p\000a\000T\000r\000a\000c\000k\000M\000a\000t\000e\000r}{Outline0.8}% 13
|
| 14 |
+
\BOOKMARK [2][]{Outline0.9}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000m\000e\000n\000t\000s}{}% 14
|
| 15 |
+
\BOOKMARK [2][]{Outline0.10}{}{}% 15
|
presentation.pdf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92e51893a1ba6306ae065c6132a990992f0e24520e79da389b8e7c25956faa7b
|
| 3 |
+
size 14956142
|
presentation.snm
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
\beamer@slide {time-cross}{
|
| 2 |
-
\beamer@slide {cross-corr}{
|
|
|
|
| 1 |
+
\beamer@slide {time-cross}{46}
|
| 2 |
+
\beamer@slide {cross-corr}{51}
|
presentation.synctex.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c7bfaa2c16a9c82008c74414c884f8cad7bb71da75145300d8f2c5aef6db422
|
| 3 |
+
size 92446
|
presentation.tex
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
\documentclass[aspectratio=43]{beamer}
|
| 2 |
\usepackage[english]{babel}
|
| 3 |
-
\usepackage{amsmath,amssymb,amsfonts,bbold,bm,color,dcolumn,hhline,verbatim,rotating,epsfig,fancyhdr,graphicx,nicefrac,psfrag,pstricks,cite,subfigure,bbm,makeidx,dsfont}
|
| 4 |
\input{chapters/preamble}
|
| 5 |
\title{Trajectory analysis: Xenopus}
|
| 6 |
\subtitle{Perspective: Non-equilibrium system}
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
|
| 24 |
\input{chapters/collecting-trajectories.tex}
|
| 25 |
|
| 26 |
-
\section*{Acknowledgments}
|
| 27 |
\begin{frame}{Acknowledgments}
|
| 28 |
The author is extremely thankful to Jean-Zay supercomputing support for this project.
|
| 29 |
\end{frame}
|
|
|
|
| 1 |
+
\documentclass[aspectratio=43, 8pt]{beamer}
|
| 2 |
\usepackage[english]{babel}
|
| 3 |
+
\usepackage{amsmath,amssymb,amsfonts,bbold,bm,color,dcolumn,hhline,verbatim,rotating,epsfig,fancyhdr,graphicx,svg,nicefrac,psfrag,pstricks,cite,subfigure,bbm,makeidx,dsfont}
|
| 4 |
\input{chapters/preamble}
|
| 5 |
\title{Trajectory analysis: Xenopus}
|
| 6 |
\subtitle{Perspective: Non-equilibrium system}
|
|
|
|
| 23 |
|
| 24 |
\input{chapters/collecting-trajectories.tex}
|
| 25 |
|
| 26 |
+
\section*{Acknowledgments}
|
| 27 |
\begin{frame}{Acknowledgments}
|
| 28 |
The author is extremely thankful to Jean-Zay supercomputing support for this project.
|
| 29 |
\end{frame}
|
presentation.toc
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
\babel@toc {english}{}\relax
|
| 2 |
-
\beamer@sectionintoc {1}{
|
| 3 |
-
\beamer@
|
| 4 |
-
\beamer@
|
| 5 |
-
\beamer@
|
| 6 |
-
\beamer@
|
| 7 |
-
\beamer@
|
| 8 |
-
\beamer@
|
| 9 |
-
\beamer@
|
| 10 |
-
\beamer@subsectionintoc {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
\babel@toc {english}{}\relax
|
| 2 |
+
\beamer@sectionintoc {1}{Overall Workflow}{3}{0}{1}
|
| 3 |
+
\beamer@sectionintoc {2}{Segmenation, Tracking and Action Classification}{8}{0}{2}
|
| 4 |
+
\beamer@sectionintoc {3}{Trajectory feature analysis}{12}{0}{3}
|
| 5 |
+
\beamer@sectionintoc {4}{Cell Fate Labelling}{18}{0}{4}
|
| 6 |
+
\beamer@sectionintoc {5}{Cell Fate Classification: XGBoost}{23}{0}{5}
|
| 7 |
+
\beamer@sectionintoc {6}{Oneat Architecture: Action Classification}{28}{0}{6}
|
| 8 |
+
\beamer@sectionintoc {7}{TrackMate-Oneat: Auto Track Correction}{30}{0}{7}
|
| 9 |
+
\beamer@sectionintoc {8}{XGBoost: Feature Ablation}{34}{0}{8}
|
| 10 |
+
\beamer@subsectionintoc {8}{1}{Time Cross Correlations}{45}{0}{8}
|
| 11 |
+
\beamer@subsectionintoc {8}{2}{Lineage tree correction: TrackMate-Oneat}{63}{0}{8}
|
| 12 |
+
\beamer@subsectionintoc {8}{3}{Tracks: Nuclei $\rightarrow $ Membrane: NapaTrackMater}{70}{0}{8}
|
| 13 |
+
\beamer@subsectionintoc {8}{4}{Point Cloud based morphodynamic features: NapaTrackMater}{76}{0}{8}
|
| 14 |
+
\beamer@subsectionintoc {8}{5}{Trajectory Analysis: NapaTrackMater}{82}{0}{8}
|
presentation_images/cell_fate_labelling.png
ADDED
|
Git LFS Details
|
presentation_images/cell_fate_xgboost.png
ADDED
|
Git LFS Details
|
presentation_images/feature_analysis.png
ADDED
|
Git LFS Details
|
presentation_images/model_accuracy.png
ADDED
|
Git LFS Details
|
presentation_images/oneat1.png
ADDED
|
Git LFS Details
|
presentation_images/oneat1.svg
ADDED
|
|
presentation_images/oneat_arch.png
ADDED
|
Git LFS Details
|
presentation_images/overall_workflow.png
ADDED
|
Git LFS Details
|
presentation_images/seg_tra_oneat.png
ADDED
|
Git LFS Details
|
presentation_images/track_oneat_metrics.png
ADDED
|
Git LFS Details
|