[Commits] [svn:einsteintoolkit] Workshop_Spring_2012/scientific_viz/ (Rev. 6)

tanja.bode at physics.gatech.edu tanja.bode at physics.gatech.edu
Thu Mar 22 10:16:48 CDT 2012


User: tbode
Date: 2012/03/22 10:16 AM

Added:
 /scientific_viz/
  Makefile, preamble.tex, scientific_viz.tex

Log:
 Initial commit: Basic outlines only.

File Changes:

Directory: /scientific_viz/
===========================

File [added]: Makefile
Delta lines: +10 -0
===================================================================
--- scientific_viz/Makefile	                        (rev 0)
+++ scientific_viz/Makefile	2012-03-22 15:16:47 UTC (rev 6)
@@ -0,0 +1,10 @@
+all: scientific_viz.pdf 
+
+%.pdf: %.tex
+	pdflatex $*
+
+clean:
+	/bin/bash -exec "rm -f scientific_viz.{aux,log,nav,out,snm,pdf,toc}"
+
+.PHONY: all clean
+

File [added]: preamble.tex
Delta lines: +67 -0
===================================================================
--- scientific_viz/preamble.tex	                        (rev 0)
+++ scientific_viz/preamble.tex	2012-03-22 15:16:47 UTC (rev 6)
@@ -0,0 +1,67 @@
+\documentclass{beamer}
+
+\usepackage[utf8]{inputenc}
+\usepackage{beamerthemesplit}
+\usepackage{url}
+\usepackage{hyperref}
+%\usepackage{tikz}
+\usepackage{alltt}
+%\usepackage{marvosym}
+
+\usetheme{Madrid}
+\usecolortheme[RGB={77,83,186}]{structure}
+%\usecolortheme[RGB={132,186,75}]{structure}
+\definecolor{cactusgreen}{RGB}{132,186,75}
+\graphicspath{{pics/}}
+
+\newcommand{\ilshell}[1]{\colorbox{lightgray}{\small{\texttt{#1}}}}
+\newcommand{\shell}[1]{\hspace{1cm}\colorbox{lightgray}{\small{\texttt{#1}}}}
+
+\hyphenation{Cac-tus-Ein-stein Schwarz-schild vacuum in-fra-struc-ture}
+
+% \logo{\includegraphics[height=1cm]{pics/cactuslogo.png}} 
+
+% We want to use the infolines outer theme because it uses so less space, but
+% it also tries to print an institution (which we do not have) and the slide
+% numbers (which we might not want to show). Therefore, we here redefine the
+% footline ourselfes - mostly a copy & paste from
+% /usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty
+\defbeamertemplate*{footline}{infolines theme without institution and slide numbers}
+{
+  \leavevmode%
+  \hbox{%
+  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
+    \usebeamerfont{author in head/foot}\insertshortauthor
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
+    \usebeamerfont{title in head/foot}\insertshorttitle
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{date in head/foot}%
+    \usebeamerfont{date in head/foot}\insertshortdate{}
+  \end{beamercolorbox}}%
+  \vskip0pt%
+}
+
+% For some reason this is not displayed by default. This is just a copy & paste
+% from the same file as the footline
+\defbeamertemplate*{headline}{infolines theme with sections/subsections}
+{
+  \leavevmode%
+  \hbox{%
+  \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,right]{section in head/foot}%
+    \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex}
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,left]{subsection in head/foot}%
+    \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead
+  \end{beamercolorbox}}%
+  \vskip0pt%
+}
+
+%\newcommand{\abspic}[4]
+% {\vspace{ #2\paperheight}\hspace{ #3\paperwidth}\includegraphics[height=#4\paperheight]{#1}\\
+%  \vspace{-#2\paperheight}\vspace{-#4\paperheight}\vspace{-0.0038\paperheight}}
+
+% Make a todo comment stand out visually
+\newcommand{\todo}[1]{{~\textbf{\color{red}[TODO: #1]}}}
+
+

File [added]: scientific_viz.tex
Delta lines: +105 -0
===================================================================
--- scientific_viz/scientific_viz.tex	                        (rev 0)
+++ scientific_viz/scientific_viz.tex	2012-03-22 15:16:47 UTC (rev 6)
@@ -0,0 +1,105 @@
+\input{preamble}
+\usepackage{listings}
+\usepackage{amsmath}
+\usepackage{ragged2e}
+
+%% Have 1 hour, end with overview of hands-on  %%
+%% (or put this into a separate file)          %%
+
+\title{Scientific Visualization}
+\author{Tanja Bode}
+\titlegraphic{\includegraphics[height=3cm]{../pics/einstein_flip}}
+\date{5. April 2012}
+
+\begin{document}
+
+\section{Scientific Visualization}
+
+\frame{ \frametitle{}
+ \hspace{1em}
+ \begin{centering}
+ \hspace{-1cm}\includegraphics[height=3.3cm]{../pics/einstein_flip}\\
+ \vspace{1cm}
+ {\Huge Scientific Visualization}\\
+ \end{centering}
+}
+
+\frame{ \frametitle{Outline}
+ {\Large Outline:
+ \begin{itemize}
+ \item Types of Output in Cactus/Carpet
+ \item Scalar/0D Data %% Cactus/Carpet output/reductions vs. thorn-specific output (AHFinder)
+ \item 1D Data        %% Carpet 1D output -- suggest carpetsplit1d && ygraph
+ \item 2D/3D Visualization %% Gnuplot surface (ascii) and Visit (HDF5)
+ \end{itemize}}
+}
+
+\subsection{Overview of Cactus/Carpet Output}
+\frame{ \frametitle{Overview of Cactus/Carpet Output}
+  \begin{itemize}
+    \item CarpetIO*, IOUtils
+    \item Buffer zones, ghost zones, and boundary points
+    \item Thorn-specific output
+  \end{itemize}
+}
+
+\subsection{Scalar/0D Output}
+\frame{ \frametitle{Scalar/0D Data}
+  \begin{itemize}
+    \item Reduction Options
+    \item Turning header/info off
+    \item gnuplot
+  \end{itemize}
+}
+
+\subsection{1D Output}
+\frame{ \frametitle{1D Data}
+
+  \begin{itemize}
+    \item Line parameters
+    \item carpetsplit1d
+    \item gnuplot \& ygraph
+  \end{itemize}
+
+}
+
+\subsection{2D \& 3D Output}
+\frame{ \frametitle{2D/3D Visualization}
+  \begin{itemize}
+    \item Plane parameters
+    \item Format choices
+    \item Gnuplot surface plots
+    \item VisIt: pseudocolor and volume renderings
+  \end{itemize}
+}
+
+%\subsection{Visualization Pointers}
+%\frame{ \frametitle{Encore: Visualization Pointers}
+%  A few pointers to making good scientific plots
+%  \begin{itemize}
+%  \item Make the point you want to make obvious without misleading
+%  \end{itemize}
+%}
+
+\section{Scientific Visualization -- Hands-On I }
+
+\frame{ \frametitle{Outline}
+ \vspace{-2em}
+ \begin{centering}
+ {\Large \emph{Purpose:} To visualize useful 0-D \& 1-D timeseries data from yesterday's toy simulations.}
+ \end{centering}
+ \vspace{1em}
+ {%\Large Outline:
+ \begin{itemize}
+ \item BH Mass and Area evolutions
+ \item Gravitational Waves
+ \item Conserved TOV mass
+ \item TOV density profiles
+ \item Convergence factor
+ \end{itemize}}
+}
+
+\frame{ \frametitle{Black Hole Information}
+}
+
+\end{document}



More information about the Commits mailing list