generated from sbmlteam/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sbml-l3v2-jib-cover-page.tex
98 lines (79 loc) · 4.54 KB
/
sbml-l3v2-jib-cover-page.tex
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\documentclass{jib}
\newlength{\platz}
\setlength{\platz}{15pt}
\RequirePackage{listings}
\lstset{%
basicstyle=\ttfamily,
fontadjust,
flexiblecolumns=true,
frame=L,
xleftmargin=15pt,
framesep=5pt,
emphstyle=\rmfamily\itshape}
\usepackage{pdfpages}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% JIB Header/Footer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\jibvolume{XX} % insert volume
\jibissue{X} % insert issue
\jibpages{XXX} % insert article ID
\jibyear{XXXX} % insert year
\makeHeaderFooter{} % leave as is
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Title Page
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{jibtitlepage}
\jibtitle{The Systems Biology Markup Language (SBML):\\
Language Specification for Level~3 Version~2 Core}
% Please make sure to use unique footnote characters for each author
\jibauthor{%
Michael Hucka\iref{caltech},
Frank T. Bergmann\iref{caltech},
Claudine Chaouiya\iref{ciencia},
Andreas Dr{\"a}ger\iref{tuebingen},
Stefan Hoops\iref{vbi},
Sarah M. Keating\iref{ebi},
Matthias K{\"o}nig\iref{humboldt}
Nicolas Le~Nov\`{e}re\iref{babraham},
Chris J. Myers\iref{utah},
Brett G. Olivier\iref{amsterdam},
Sven Sahle\iref{heidelberg},
James C. Schaff\iref{uconn},
Rahuman Sheriff\iref{ebi},
Lucian P. Smith\iref{uw},
Dagmar Waltemath\iref{rostock},
Darren J. Wilkinson\iref{newcastle},
Fengkai Zhang\iref{niaid}
}
%\addjibinstitution{imbio}{IMBio, Ralf Hofest\"adt, Bielefeld University, Faculty of Technology, Bioinformatics Department, D-33501 Bielefeld, Germany, \url{http://www.imbio.de}}
\addjibinstitution{amsterdam}{VU University Amsterdam, NL}
\addjibinstitution{babraham}{Babraham Institute, GB}
\addjibinstitution{caltech}{California Institute of Technology, US}
\addjibinstitution{ciencia}{Instituto Gulbenkian de Ci{\^e}ncia, PT}
\addjibinstitution{ebi}{European Bioinformatics Institute, GB}
\addjibinstitution{heidelberg}{University of Heidelberg, DE}
\addjibinstitution{humboldt}{Humboldt University Berlin, DE}
\addjibinstitution{newcastle}{Newcastle University, GB}
\addjibinstitution{niaid}{NIAID/NIH, US}
\addjibinstitution{rostock}{University of Rostock, DE}
\addjibinstitution{tuebingen}{University of T{\"u}bingen, DE}
\addjibinstitution{uconn}{University of Connecticut, US}
\addjibinstitution{utah}{University of Utah, US}
\addjibinstitution{uw}{University of Washington, US}
\addjibinstitution{vbi}{Virginia Bioinformatics Institute, US}
\end{jibtitlepage}
% adjusts the width of the abstract, please do not change!
%\begin{adjustwidth}{}{1cm} %LS NOTE: 'adjustwidth' not recognized in my setup.
\renewcommand{\baselinestretch}{1.0}
\abstract{Computational models can help researchers to interpret data, understand biological functions, and make quantitative predictions. The \textbf{S}ystems \textbf{B}iology \textbf{M}arkup \textbf{L}anguage (SBML) is a file format for representing computational models in a declarative form that different software systems can exchange. SBML is oriented towards describing biological processes of the sort common in research on a number of topics, including metabolic pathways, cell signaling pathways, and many others. By supporting SBML as an input/output format, different tools can all operate on an identical representation of a model, removing opportunities for translation errors and assuring a common starting point for analyses and simulations. This document provides the specification for \emph{Release 2} of \emph{Version~2} of \emph{SBML Level~3 Core}. The specification defines the data structures prescribed by SBML as well as their encoding in XML, the eXtensible Markup Language. The design of \emph{Version 2} principally differs from \emph{Version 1} in allowing new MathML constructs, making more child elements optional, and adding identifiers to all SBML elements, instead of only selected SBML elements. \emph{Release 2} corrects some errors and clarifies some ambiguities discovered in \emph{Release 1}. This specification also defines validation rules that determine the validity of an SBML document, and provides many examples of models in SBML form. Other materials and software are available from the SBML project website at \url{http://sbml.org/}.}
%\end{adjustwidth} % please do not change %LS NOTE: 'adjustwidth' not recognized in my setup.
% Include your PDF document
\clearpage
\setlength{\voffset}{0cm}
\setlength{\hoffset}{0cm}
\includepdf[pages=-]{sbml-level-3-version-2-core.pdf}
\end{document}