press new

This commit is contained in:
jeremias
2021-03-29 10:45:02 +02:00
parent 842a3fbcc6
commit 74785679cb
5 changed files with 148 additions and 224 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -25,10 +25,9 @@
\usepackage{amssymb,graphicx,enumerate}
\usepackage{subcaption}
\usepackage{hyperref}
\usepackage[normalem]{ulem} % for strike out command \sout
\usepackage{tikz}
\usetikzlibrary{arrows,shapes,positioning}
@ -98,7 +97,7 @@
\title[]{4D flow MRI in cardiovascular diseases}
\title[]{4D flow MRI in the diagnosis of cardiovascular diseases}
%\author[Jeremías Garay Labra]
%{Jeremías Garay Labra}
\institute[University of Groningen]
@ -118,13 +117,40 @@ University of Groningen\\[0.5cm]
% \onslide<1->
\begin{frame}
\begin{figure}[!hbtp]
\includegraphics[height=0.5\textwidth]{images/aorta_healthy.jpg}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\includegraphics[height=0.6\textwidth]{images/aortic_stenosis.png}
\includegraphics[height=0.6\textwidth]{images/aortic_stenosis_1.png}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\includegraphics[height=0.6\textwidth]{images/aortic_stenosis_2.png}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\includegraphics[height=0.6\textwidth]{images/aortic_stenosis_3.png}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\includegraphics[height=0.6\textwidth]{images/aortic_stenosis_4.png}
\end{figure}
\end{frame}
\begin{frame}
@ -145,10 +171,6 @@ University of Groningen\\[0.5cm]
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\begin{center}
@ -161,6 +183,31 @@ University of Groningen\\[0.5cm]
\begin{frame}
\begin{figure}
\centering
\tikzstyle{block} = [rectangle, draw, fill=blue!25,text width=15em, text centered, rounded corners, minimum height=15em, line width=1pt ]
\tikzstyle{block2} = [rectangle, draw, fill=blue!25,text width=4em, text centered, rounded corners, minimum height=2em, line width=1pt ]
\tikzstyle{line} = [draw, -latex', line width=1pt]
\tikzstyle{alert} = [text=red, fill=red!25, draw=red]
\begin{tikzpicture}[node distance = 2cm, auto]
% Place nodes
\node [block2] (mri) {velocity data \\ $\vec{u}$ };
\node [block, right of=mri, node distance=4.5cm] (NS) {Navier-Stokes equations \\[0.3cm]
$$\rho \frac{\partial \vec{u}}{\partial t} + \rho \vec{u} \cdot \nabla \vec{u} + \mu \Delta \vec{u} + \nabla p =0 $$ $$ \nabla \cdot \vec{u} = 0$$};
\node [block2,alert, right of=NS, node distance=4.5cm] (press) {pressure \\ $p$ };
% Draw edges
\path [line] (mri) -> (NS);
\path [line] (NS) -- (press);
\end{tikzpicture}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
@ -172,6 +219,23 @@ University of Groningen\\[0.5cm]
\end{frame}
\begin{frame}
\begin{figure}[!hbtp]
\begin{center}
\includegraphics[height=0.6\textwidth]{images/p2.png}
\caption{\footnotesize reconstructed pressure using NS equations}
\end{center}
\end{figure}
\end{frame}
\begin{frame}
\begin{center}
\huge{Conclusions}
\end{center}
\end{frame}
@ -180,6 +244,31 @@ University of Groningen\\[0.5cm]
\begin{frame}
\begin{figure}[!hbtp]
\begin{center}
\includegraphics[height=0.5\textwidth]{images/catheter_curve.png}
\caption{\footnotesize Two different methods for pressure reconstruction (STE, PPE) against actual catheter data in two patients}
\end{center}
\end{figure}
\end{frame}
\begin{frame}
\title{Conclusion}
\begin{itemize}
\item \onslide<1-> New approach for addressing cardiovascular diagnosis is presented \\[0.3cm]
\item \onslide<2-> Consists in imagining the velocity of blood flows (4D flow)\\[0.3cm]
\item \onslide<3-> Main limitations so far:
\begin{itemize}
\item \onslide<4-> Difficulties in obtaining the special type of data needed
\item \onslide<5-> Practical resolutions are far from the desired ones
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
\begin{center}
\huge{Thank you for your time!}