summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2017-01-20 11:08:00 +0100
committerrautenberg <rautenberg@in-silico.ch>2017-01-20 11:08:00 +0100
commitc62406ffa17d5f10af1cc6ee7da1ec379bc6e500 (patch)
treeeed5775e1d2dd19cb044315f29523276b118e2b4
parenta9a8393d188a1d93f3573d86a2dcebd9c8c43768 (diff)
layout for integration poster / reduce block top-margin
-rw-r--r--beamerthemeIST.sty4
-rw-r--r--markdown_blocks/integration_diagram.md2
-rw-r--r--markdown_blocks/integration_links.md15
-rw-r--r--markdown_blocks/integration_text.md0
-rw-r--r--nmsa-ist-integration.tex24
5 files changed, 37 insertions, 8 deletions
diff --git a/beamerthemeIST.sty b/beamerthemeIST.sty
index edfbf18..51205f4 100644
--- a/beamerthemeIST.sty
+++ b/beamerthemeIST.sty
@@ -59,7 +59,7 @@
% setup exampleblock
\setbeamertemplate{block example begin}{
- \vskip3ex
+ \vskip2ex
\begin{beamercolorbox}[rounded=true,shadow=true,sep=0ex,ht=3.4ex,dp=-0.2ex,colsep=0.9ex]{block title example}%
\usebeamerfont*{block title example}\textbf{\insertblocktitle}
\end{beamercolorbox}%
@@ -75,7 +75,7 @@
% setup alertblock
\setbeamertemplate{block alerted begin}{
- \vskip3ex
+ \vskip2ex
\begin{beamercolorbox}[rounded=true,shadow=true,sep=0ex,ht=3.4ex,dp=-0.2ex,colsep=0.9ex]{block title alerted}%
\usebeamerfont*{block title alerted}\textbf{\insertblocktitle}
\end{beamercolorbox}%
diff --git a/markdown_blocks/integration_diagram.md b/markdown_blocks/integration_diagram.md
index 48fbb6e..4d7bc3d 100644
--- a/markdown_blocks/integration_diagram.md
+++ b/markdown_blocks/integration_diagram.md
@@ -1 +1 @@
-![nano-lazar integration](./images/integration.pdf "nano-lazar integration"){width=3040px} \ No newline at end of file
+![nano-lazar integration](./images/integration.pdf "nano-lazar integration"){width=100%} \ No newline at end of file
diff --git a/markdown_blocks/integration_links.md b/markdown_blocks/integration_links.md
new file mode 100644
index 0000000..7de44f7
--- /dev/null
+++ b/markdown_blocks/integration_links.md
@@ -0,0 +1,15 @@
+* eNM Data Warehouse <https://data.enanomapper.net>
+
+* eNM Ontologies <https://github.com/enanomapper/ontologies>
+
+* nano-lazar GUI <http://nano-lazar.in-silico.ch>
+
+* eNM Ontology Viewer <https://query.enanomapper.net/enm-viewer>
+
+* nano-lazar REST interface <https://enm.enanomapper.org>
+
+* eNM SPARQL interface <https://sparql.enanomapper.net>
+
+* BioPortal <http://bioportal.bioontology.org>
+
+* UniProt <http://www.uniprot.org/uniprot> \ No newline at end of file
diff --git a/markdown_blocks/integration_text.md b/markdown_blocks/integration_text.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/markdown_blocks/integration_text.md
diff --git a/nmsa-ist-integration.tex b/nmsa-ist-integration.tex
index da3f77d..b1b3a13 100644
--- a/nmsa-ist-integration.tex
+++ b/nmsa-ist-integration.tex
@@ -27,24 +27,38 @@
\input{./markdown_blocks/integration_summary}
\end{block}
-
\end{textblock}
\begin{textblock}{40.5}(42.6,16)
+ \begin{block}{Text}
+ \input{./markdown_blocks/integration_text}
+ \end{block}
+
+ \end{textblock}
+
+
+
+ \begin{textblock}{82.1}(1,28)
+ \input{./markdown_blocks/integration_diagram}
+ \end{textblock}
+
+ \begin{textblock}{40.5}(1,90)
+
\begin{exampleblock}{Links}
- \input{./markdown_blocks/services_links}
+ \input{./markdown_blocks/integration_links}
\end{exampleblock}
+ \end{textblock}
+
+ \begin{textblock}{40.5}(42.6,90)
+
\begin{block}{References}
\small\bibliography{references}
\end{block}
\end{textblock}
- \begin{textblock}{82.1}(1,42)
- \input{./markdown_blocks/integration_diagram}
- \end{textblock}
\end{frame}