% vim: set foldmethod=marker foldmarker=<<<,>>>: \input{ccmbeamer} %<<< title, author, institute \title [Fast and Accurate Simulation of Close-to-Touching Discs in 2D Stokes Flow] {Fast and Accurate Simulation of Close-to-Touching Discs in 2D Stokes Flow} \author[Dhairya Malhotra]{ \underline{Dhairya~Malhotra}, ~{Mariana Martinez Aguilar}, {Dan Fortunato}} %\author[Dhairya Malhotra]{Code: ~{\color{blue} \url{https://github.com/dmalhotra/CSBQ}} \\ %\phantom{.}\\ % \underline{Dhairya~Malhotra}, ~{Alex Barnett}} %\institute{Flatiron Institute\\ \mbox{} \\ \pgfuseimage{FIbig} } %\institute{\pgfuseimage{FIbig} } %\date[]{Code: ~{\color{blue} \url{https://github.com/dmalhotra/CSBQ}} \\ June 13, 2024} \date[SciCADE 2024]{\pgfuseimage{conferencelogo} \\ July 15, 2024 } %>>> %<<< packages \usepackage{tikz} \usetikzlibrary{fit,shapes.geometric,arrows,arrows.meta, positioning,calc,shapes,decorations.pathreplacing,patterns} \usetikzlibrary{shadows.blur} \usetikzlibrary{shapes.symbols} \usepackage{pgfplots,pgfplotstable} \pgfplotsset{compat=1.18} \usepackage{graphbox} \usepackage{mathtools} \usepackage{multirow} \usepackage{multimedia} \usepackage{media9} %\usepackage{movie15} %(obsolete) \usepackage{animate} \usepackage{fp} %\usepackage{enumitem} \usepackage{bm} \beamertemplateballitem % Numbered bullets \usepackage{xstring} \usepackage{mathtools}% Loads amsmath \usepackage{stmaryrd} \usepackage{amsfonts} %% <- also included by amssymb \DeclareMathSymbol{\shortminus}{\mathbin}{AMSa}{"39} \newcommand{\vcenteredinclude}[1]{\begingroup\setbox0=\hbox{{#1}}\parbox{\wd0}{\box0}\endgroup} %%------------------------------------------------------------------------------ %%- Latin-abbreviations %%------------------------------------------------------------------------------ \usepackage{expl3} \ExplSyntaxOn \newcommand\latinabbrev[1]{ \peek_meaning:NTF . {% Same as \@ifnextchar #1\@}% { \peek_catcode:NTF a {% Check whether next char has same catcode as \'a, i.e., is a letter #1.\@ }% {#1.\@}}} \ExplSyntaxOff %Omit final dot from each def. \def\eg{\latinabbrev{e.g}} \def\etal{\latinabbrev{et al}} \def\etc{\latinabbrev{etc}} \def\ie{\latinabbrev{i.e}} \definecolor{DarkGreen}{RGB}{0,130,0} \usepackage{minted} \usemintedstyle{vs} %\usemintedstyle{borland} %\usemintedstyle{emacs} %\usemintedstyle{perldoc} %\usemintedstyle{friendly} %%\usemintedstyle{pastie} %%\usemintedstyle{vim} %>>> \newcommand\vct[1]{{\ensuremath{\bm{#1}}}} \newcommand\convop[1]{{\ensuremath{\mathcal{#1}}}} \newcommand\Real{{\ensuremath{\mathbb{R}}}} \newcommand\StokesSL{{\ensuremath{\convop{S}}}} \newcommand\StokesDL{{\ensuremath{\convop{D}}}} \newcommand\StokesCF{{\ensuremath{\convop{K}}}} \newcommand\radius{{\ensuremath{R}}} \begin{document} \setbeamercovered{transparent}% Dim out "inactive" elements \begin{frame}%<<< Title \vspace{4em} \titlepage %\vspace{0.5em} \begin{columns} \column{0.8\textwidth} \column{0.2\textwidth} \pgfuseimage{FIbig} \end{columns} \end{frame}%>>> \input{intro.tex} \input{compression.tex} \input{timestepping.tex} \input{conclusions.tex} \end{document}