summaryrefslogtreecommitdiff
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
parentc0a2533951682310c49f29b64fbb8bcc5315b7a6 (diff)
two more templates
-rw-r--r--Makefile17
-rw-r--r--markdown_blocks/integration_summary.md6
-rw-r--r--markdown_blocks/rest_summary.md5
-rw-r--r--nmsa-ist-integration.tex70
-rw-r--r--nmsa-ist-rest.tex70
5 files changed, 167 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97176c0..9d8d7e5 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,22 @@ nmsa-ist-ontoviewer:
# $(PDFLATEX) nmsa-ist-ontoviewer.tex
# $(PDFLATEX) nmsa-ist-ontoviewer.tex
-
+# Poster enm-integration
+nmsa-ist-integration:
+ ./md2tex.sh nmsa-ist-integration.tex
+ $(PDFLATEX) nmsa-ist-integration.tex
+ # $(BIBTEX) nmsa-ist-integration
+ # $(PDFLATEX) nmsa-ist-integration.tex
+ # $(PDFLATEX) nmsa-ist-integration.tex
+
+# Poster enm-rest
+nmsa-ist-rest:
+ ./md2tex.sh nmsa-ist-rest.tex
+ $(PDFLATEX) nmsa-ist-rest.tex
+ # $(BIBTEX) nmsa-ist-rest
+ # $(PDFLATEX) nmsa-ist-rest.tex
+ # $(PDFLATEX) nmsa-ist-rest.tex
+
# Poster 2
exampleposter2:
./md2tex.sh postertemplate_2.tex
diff --git a/markdown_blocks/integration_summary.md b/markdown_blocks/integration_summary.md
new file mode 100644
index 0000000..c62f645
--- /dev/null
+++ b/markdown_blocks/integration_summary.md
@@ -0,0 +1,6 @@
+During the eNanoMapper project in silico toxicologies (IST) public services
+were adapted to the specification of the eNanoMapper API and new nanoparticle
+specific developments were implemented. This poster will depict the
+interaction of IST services with eNanoMapper resources of other partners which
+covers use cases like data download/mirroring, augmentation of GUIs with
+ontology queries and nanoparticle descriptor calculation.
diff --git a/markdown_blocks/rest_summary.md b/markdown_blocks/rest_summary.md
new file mode 100644
index 0000000..5742c71
--- /dev/null
+++ b/markdown_blocks/rest_summary.md
@@ -0,0 +1,5 @@
+During the eNanoMapper project in silico toxicologies (IST) webservices were
+adapted in order to provide REST interfaces that adhere to eNanoMapper
+standards and specifications and supplemented with interactive SWAGGER
+documentation. This poster will give an overview of ISTs eNanoMapper API
+compatible REST services and demonstrate its usage with practical examples.
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}
diff --git a/nmsa-ist-rest.tex b/nmsa-ist-rest.tex
new file mode 100644
index 0000000..7bf3c3f
--- /dev/null
+++ b/nmsa-ist-rest.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{In silico toxicology nano-lazar API rest services}
+\author{M. Rautenberg, C. Helma, D. Gebele}
+\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}