-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
198 lines (152 loc) · 5.13 KB
/
main.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
\documentclass[report,openany]{memoir}
\chapterstyle{ell}
\pagenumbering{arabic}
\setlrmarginsandblock{3cm}{*}{*}
\checkandfixthelayout
\usepackage{fourier}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{extarrows}
\usepackage{listings}
\usepackage{url}
\usepackage{colortbl,array}
\usepackage{tabularx}
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}
%\usepackage{trackchanges}
%\addeditor{SH}
\newcommand*{\TitleFont}{%
\usefont{\encodingdefault}{\rmdefault}{b}{n}%
\fontsize{16}{20}%
\selectfont}
%\renewcommand{\maketitlehooka}{Test}
%\renewcommand{\maketitlehookc}{\vspace{3.0cm}\hspace{2.7cm}\vspace{2.2cm}\includegraphics[scale=1.0]{imgs/stochssoutput.png}}
\renewcommand{\maketitlehooka}{
\vspace{-150pt}
\begin{figure}[!hbt]
\hspace{-70pt}
\includegraphics[width=40pt,height=40pt]{ucsbseal.png}
\includegraphics[width=40pt,height=40pt]{uulogo.png}
\vspace{150pt}
\end{figure}
}
\title{\rightline{\HUGE StochSS: Stochastic Simulation Service}}
\date{}
\renewcommand{\maketitlehookb}{\vspace{-0.4cm}{\rightline{\LARGE User Guide and Tutorial}}\vspace{11.3cm}}
\renewcommand{\maketitlehookc}{\hspace{10.2cm}\includegraphics[scale=0.7]{imgs/stochsslogo.png}}
\definecolor{warningbackground}{RGB}{255,255,255}
\newcommand{\warning}[1]{
\hspace{\baselineskip}\hrule
\begin{tabularx}{\linewidth}{
>{\columncolor{warningbackground}}c
>{\columncolor{warningbackground}}X}
\raisebox{\dimexpr2\baselineskip-\height}
{\includegraphics[scale=0.3]{imgs/warningsymbol.png}}&
\raisebox{\tabcolsep}{\strut}#1\raisebox{-\tabcolsep}{\strut}
\end{tabularx}
\hrule\vspace{\baselineskip}
}
\newcommand{\tip}[1]{
\hspace{\baselineskip}\hrule
\begin{tabularx}{\linewidth}{
>{\columncolor{warningbackground}}c
>{\columncolor{warningbackground}}X}
\raisebox{\dimexpr2\baselineskip-\height}
{\includegraphics[scale=0.3]{imgs/tipsymbol.png}}&
\raisebox{\tabcolsep}{\strut}#1\raisebox{-\tabcolsep}{\strut}
\end{tabularx}
\hrule\vspace{\baselineskip}
}
\usepackage{xcolor}
\usepackage[many]{tcolorbox}
\tcbuselibrary{listings}
\definecolor{light-gray}{gray}{0.95}
% the space reserved between for the ``In'' numbers and the code
\newlength\inwd
\setlength\inwd{1.3cm}
\newcounter{ipythcntr}
\newtcblisting{ipythonnb}[1][\theipythcntr]{
enlarge left by=\inwd,
width=\linewidth-\inwd,
enhanced,
boxrule=0.4pt,
colback=light-gray,
listing only,
top=0pt,
bottom=0pt,
overlay={
\node[
anchor=north east,
text width=\inwd,
font=\footnotesize\ttfamily\color{blue!50!black},
inner ysep=2mm,
inner xsep=0pt,
outer sep=0pt
]
at (frame.north west)
{\stepcounter{ipythcntr}In [#1]:};
}
listing options={
basicstyle=\footnotesize\ttfamily,
language=python,
escapechar=¢,
showstringspaces=false,
},
}
\begin{document}
\maketitle
\tableofcontents
%\chapter{Introduction}
%\input{intro.tex}
\input{Install.tex}
\input{T1/tutorial1.tex}
\input{T2/tutorial2.tex}
\input{T3/tutorial3.tex}
\input{T4/tutorial4.tex}
\input{T6/tutorial6.tex}
\input{PSweep/psweep.tex}
\input{Vis/vis.tex}
%\input{T7/tutorial7.tex}
\input{custommesh.tex}
\begin{thebibliography}{9}
\bibitem{dan}
D.T. Gillespie.
\textit{Exact stochastic simulation of coupled chemical reactions}.
J. Phys. Chem., 81(25), 2340-2361 (1977)
\bibitem{sundials}
A. C. Hindmarsh et al.,
\textit{SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers}.
ACM Trans. Math. Softw., 31(3), 363-396 (2005)
\bibitem{scale}
W. A. Link and P. F. Doherty Jr.,
\textit{Scaling in sensitivity analysis}.
Ecology, 83(12), 3299-3305 (2002)
\bibitem{calib}
M. C. Hill,
\textit{Methods and guidelines for effective model calibration}.
U.S. Geol. Surv. Water Resour. Invest. Rep. 98-4005 (1998)
\bibitem{bernie}
B.J. Daigle et al.
\textit{Accelerated maximum likelihood parameter estimation for stochastic biochemical systems}.
BMC Bioinformatics, 13, 68 (2012)
\bibitem{caffo}
B.S. Caffo et al.
\textit{Ascent-based Monte Carlo expectation-maximization}.
J. Royal Statistical Society Series B, 67(2), 235-251 (2005)
\bibitem{nsm}
J. Elf and M. Ehrenberg,
\textit{Spontaneous separation of bi-stable biochemical systems into spatial domains of opposite phases}. IEEE Systems Biology, 1, 230-6 (2004)
\bibitem{urdme}
B. Drawert, S. Engblom and A. Hellander,
\textit{URDME: {A} modular framework for stochastic simulation
of reaction-transport processes in complex geometries}. BMC Systems Biology, 6(76) (2012)
\bibitem{wiki-michaelis-menten}
Michaelis-Menten kinetics.
\url{http://en.wikipedia.org/wiki/Michaelis-Menten_kinetics}
\bibitem{congote}
Congote, John and Segura, Alvaro and Kabongo, Luis and Moreno, Aitor and Posada, Jorge and Ruiz, Oscar.
\textit{Interactive Visualization of Volumetric Data with WebGL in Real-time}
In Proceedings of the 16th International Conference on 3D Web Technology (Web3D '11). ACM, New York, NY, USA, 137-146.
\url{http://dx.doi.org/10.1145/2010425.2010449}
\end{thebibliography}
\end{document}