summaryrefslogtreecommitdiff
path: root/nmsa-ist-integration.tex
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2017-01-11 12:44:32 +0100
committerrautenberg <rautenberg@in-silico.ch>2017-01-11 12:44:32 +0100
commitc6102208da95884e158cc7767de72d1b2ba81215 (patch)
tree4c025cfe353a540870f10f8a208a711eaaf920f9 /nmsa-ist-integration.tex
parentc0a2533951682310c49f29b64fbb8bcc5315b7a6 (diff)
two more templates
Diffstat (limited to 'nmsa-ist-integration.tex')
-rw-r--r--nmsa-ist-integration.tex70
1 files changed, 70 insertions, 0 deletions
diff --git a/nmsa-ist-integration.tex b/nmsa-ist-integration.tex
new file mode 100644
index 0000000..c929441
--- /dev/null
+++ b/nmsa-ist-integration.tex
@@ -0,0 +1,70 @@
+\documentclass[final]{beamer}
+\usetheme{IST}
+\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter} % poster size
+\usepackage[absolute,overlay]{textpos}
+\usepackage[utf8]{inputenc}
+
+\setlength{\TPHorizModule}{1cm}
+\setlength{\TPVertModule}{1cm}
+
+\title{Integration of the in silico toxicology services in the eNanoMapper infrastructure }
+\author{C. Helma, D. Gebele, M. Rautenberg}
+\institute{\emph{in silico} toxicology gmbh, Basel, Switzerland}
+\footer{Contact: \texttt{support@in-silico.ch}. Information: \texttt{www.in-silico.ch}}
+
+\begin{document}
+
+ \begin{frame}{}
+
+ \begin{textblock}{80}(1,12)
+ % \begin{block}{}
+ \input{./markdown_blocks/company}
+ % \end{block}
+ \end{textblock}
+
+ \begin{textblock}{40.5}(1,16)
+ \begin{block}{Abstract}
+ \input{./markdown_blocks/integration_summary}
+ \end{block}
+
+ \begin{block}{Screenshot}
+ \input{./markdown_blocks/screenshot}
+ \end{block}
+
+ \begin{block}{Markdown tables}
+ \input{./markdown_blocks/table}
+ \end{block}
+
+ \end{textblock}
+
+ \begin{textblock}{40.5}(42.6,16)
+
+ \begin{block}{Maths example}
+ \input{./markdown_blocks/maths}
+ \end{block}
+
+ \begin{alertblock}{Highlighted Box}
+ \input{./markdown_blocks/exampletext}
+ \end{alertblock}
+
+ \begin{block}{Code}
+ \input{./markdown_blocks/code}
+ \end{block}
+
+ \begin{exampleblock}{Links}
+ \input{./markdown_blocks/services_links}
+ \end{exampleblock}
+
+ \begin{block}{References}
+ \small\bibliography{references}
+ \end{block}
+
+ \end{textblock}
+
+ \begin{textblock}{82.1}(1,88)
+ \input{./markdown_blocks/exampletext}
+ \end{textblock}
+
+ \end{frame}
+
+\end{document}