summaryrefslogtreecommitdiff
path: root/nmsa-ist-services.tex
blob: 7a315c4a73e592a13789cc935656075af53dc110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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{In silico toxicology services for nanoparticle risk assessment}
\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,10)
    % \begin{block}{}
        \input{./markdown_blocks/company}
    % \end{block}
    \end{textblock}

    \begin{textblock}{40.5}(1,14)
      \begin{block}{Abstract}
        \input{./markdown_blocks/services_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,14)

      \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}