Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 3575ab3

Browse files
Adapt tcolorboxes to look like the posterboxes.
1 parent 863c2c5 commit 3575ab3

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

poster.tex

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,15 @@
144144
%The \emph{RDF dump} is available at \url{https://github.com/IMISE/snik-ontology/releases/download/0.8.0/snik-0.8.zip} and contains all triples of SNIK in Turtle syntax, such as:
145145

146146
%\begin{tcolorbox}[colback=white,colframe=mediblue,title=RDF Dump\\\url{https://github.com/IMISE/snik-ontology/releases/download/0.8.0/snik-0.8.zip}]
147-
\begin{tcolorbox}[colback=white,colframe=mediblue,title=RDF Dump~~\url{http://www.snik.eu/download/snik-0.8.zip}]
147+
\newtcolorbox{subsectionbox}[1]
148+
{
149+
colframe=white,
150+
colback=white,
151+
colbacktitle=mediblue,
152+
sharp corners=all,
153+
title = {#1},
154+
}
155+
\begin{subsectionbox}{RDF Dump~~\url{http://www.snik.eu/download/snik-0.8.zip}}
148156
The \emph{RDF dump} contains all triples of SNIK in Turtle syntax, such as:
149157
\begin{lstlisting}[basicstyle=\ttfamily]
150158
bb:InformationSystem
@@ -155,27 +163,27 @@
155163
\end{lstlisting}
156164
%offers several interfaces that are useful for researchers practitioners and students, depending on their objectives and their semantic web skills.
157165
\vspace{-1.0em}
158-
\end{tcolorbox}
166+
\end{subsectionbox}
159167
\vspace{-0.5em}
160168

161-
\begin{tcolorbox}[colback=white,colframe=mediblue,title=LodLive RDF Browser~~~~~~~~~~~~~\url{http://www.snik.eu/ontology}]
169+
\begin{subsectionbox}{LodLive RDF Browser~~~~~~~~~~~~~\url{http://www.snik.eu/ontology}}
162170
%Users can open a SNIK class URL in a web browser using \emph{LodLive}~\cite{lodlive}:
163171
\includegraphics[width=\textwidth]{img/lodlive.png}
164172
\vspace{-1.0em}
165-
\end{tcolorbox}
173+
\end{subsectionbox}
166174
\vspace{-0.5em}
167175

168-
\begin{tcolorbox}[colback=white,colframe=mediblue,title=SNIK Graph~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\url{http://www.snik.eu/graph}]
176+
\begin{subsectionbox}{SNIK Graph~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\url{http://www.snik.eu/graph}}
169177
\emph{SNIK Graph} visualizes the structure of SNIK by modelling each class as a node and each RDF triple and OWL restriction as an edge:
170178
\includegraphics[width=\textwidth]{img/snikgraph.png}
171179
%SNIK Graph queries the list of classes and their relations from the SPARQL endpoint and transforms them into nodes and edges of the graph.
172180
%Exploration options like the “spider worm”, which consists of the shortest path between a start node and an end node together with the end node’s neighbourhood, illustrate the context of a concept.
173181
%The meta model and the subontologies can be freely accessed via SPARQL queries:
174182
\vspace{-1.0em}
175-
\end{tcolorbox}
183+
\end{subsectionbox}
176184
\vspace{-0.5em}
177185

178-
\begin{tcolorbox}[colback=white,colframe=mediblue,title=SPARQL Endpoint~~~~~~~~~~~~~~~~\url{http://www.snik.eu/sparql}]
186+
\begin{subsectionbox}{SPARQL Endpoint~~~~~~~~~~~~~~~~\url{http://www.snik.eu/sparql}}
179187
The SPARQL endpoint is the most expressive interface to SNIK but requires knowledge of both the SPARQL syntax and the SNIK meta model.
180188
%Read access is publicly available at \url{http://www.snik.eu/sparql}
181189
It can be used both as an API and directly. Examples:\\
@@ -195,7 +203,7 @@
195203
%ASK {bb:TransinstitutionalHealthInformationSystem meta:supports bb:Telemicroscopy.}
196204
%\end{lstlisting}
197205
\vspace{-1.0em}
198-
\end{tcolorbox}
206+
\end{subsectionbox}
199207
\vspace{-0.5em}
200208

201209
\end{posterbox}

0 commit comments

Comments
 (0)