[171cba]: / papers / mee-4x.tex

Download this file

339 lines (167 with data), 6.7 kB

  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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
% Template for PLoS
% Version 1.0 January 2009
%
% To compile to pdf, run:
% latex plos.template
% bibtex plos.template
% latex plos.template
% latex plos.template
% dvipdf plos.template
\documentclass[10pt]{article}
% amsmath package, useful for mathematical formulas
\usepackage{amsmath}
% amssymb package, useful for mathematical symbols
\usepackage{amssymb}
% graphicx package, useful for including eps and pdf graphics
% include graphics with the command \includegraphics
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[icelandic,english]{babel}
\usepackage{float}
% cite package, to clean up citations in the main text. Do not remove.
\usepackage{cite}
\usepackage{color}
% Use doublespacing - comment out for single spacing
%\usepackage{setspace}
%\doublespacing
% Text layout
\topmargin 0.0cm
\oddsidemargin 0.5cm
\evensidemargin 0.5cm
\textwidth 16cm
\textheight 21cm
% Bold the 'Figure #' in the caption and separate it with a period
% Captions will be left justified
\usepackage[labelfont=bf,labelsep=period,justification=raggedright]{caption}
% Use the PLoS provided bibtex style
\bibliographystyle{plos2009}
% Remove brackets from numbering in List of References
\makeatletter
\renewcommand{\@biblabel}[1]{\quad#1.}
\makeatother
% Leave date blank
\date{}
\pagestyle{myheadings}
%% ** EDIT HERE **
%% ** EDIT HERE **
%% PLEASE INCLUDE ALL MACROS BELOW
%% END MACROS SECTION
\begin{document}
% Title must be 150 characters or less
\begin{flushleft}
{\Large
\textbf{Robust extraction of quantitative structural and textural information from histological images}
}
% Insert Author names, affiliations and corresponding author email.
\\
Q. Caudron$^{1,\ast}$,
R. Garnier$^{1}$,
K. A. Watt$^{2}$,
J. G. Pilkington$^{2}$,
J. M. Pemberton$^{2}$,
T. A. Aboellail$^3$,
B. T. Grenfell$^{1,4}$
A. L. Graham$^1$,
\\
\bf{1} Department of Ecology and Evolutionary Biology, Princeton University, Princeton, NJ, USA
\\
\bf{2} University of Edinburgh
\\
\bf{3} Department of Microbiology, Immunology, and Pathology, Colorado State University, Fort Collins, CO, USA
\\
\bf{4} Fogarty International Center, National Institutes of Health, Bethesda, MD, USA
\\
$\ast$ E-mail: qcaudron@princeton.edu
\end{flushleft}
% Please keep the abstract between 250 and 300 words
\section*{Abstract}
\section*{Introduction}
Where histopathology is used
Current problems with histopathology
Advantages of automation
Our methodology
\section*{Methods}
Image capture pipeline
Image format and preprocessing
Sigmoid adjustment for contrast
Adaptive threshold on luminosity
Cleaning - Removing small objects
Measures :
GABOR - phase-insensitive
1 Gabor filter directionality
2 Gabor filter scale
3 normalised Lacunarity
4 Shannon entropy
5 Deconvolution foci count
6 Tissue / sinusoid ratio
% Results and Discussion can be combined.
\section*{Results}
\section*{Discussion}
% Do NOT remove this, even if you are not including acknowledgments
\section*{Acknowledgements}
QC and BTG were supported by funding from the US Department of Homeland Security contract HSHQDC-12-C-00058. BTG acknowledges support from the Bill \& Melinda Gates Foundation. BTG was funded by the RAPIDD program of the Science and Technology Directorate, Department of Homeland Security, and the Fogarty International Center, National Institutes of Health.
%\section*{References}
% The bibtex filename
\bibliography{qbib}
\section*{Figure Legends}
%\begin{figure}[!ht]
%\begin{center}
%%\includegraphics[width=4in]{figure_name.2.eps}
%\end{center}
%\caption{
%{\bf Bold the first sentence.} Rest of figure 2 caption. Caption
%should be left justified, as specified by the options to the caption
%package.
%}
%\label{Figure_label}
%\end{figure}
\section*{Tables}
%\begin{table}[!ht]
%\caption{
%\bf{Table title}}
%\begin{tabular}{|c|c|c|}
%table information
%\end{tabular}
%\begin{flushleft}Table caption
%\end{flushleft}
%\label{tab:label}
% \end{table}
\vspace{0.4cm}
\begin{table}[!h]
\centering
\begin{tabular}{ l c c c }
\hline \\[-0.9em]
\textbf{Locality} & Population & Birth rate & {$\mathbf{\tau}$} \\[0.1em]
\hline \\[-0.9em]
Bornholm & 47100 & 19.4 & 15 \\[0.1em]
Faroe Islands & 28200 & 29.4 & 15 \\[0.1em]
Reykjav\'{i}k & 47100 & 24.1 & 18 \\[0.1em]
Hafnarfj\"{o}r\dh{}ur & 6000 & 22.4 & 8 \\[0.1em]
Akureyri & 7000 & 22.7 & 19 \\[0.1em]
Vestmannaeyjar \hspace{0.2cm} & 3600 & 23.5 & 7 \\[0.1em]
\hline
\end{tabular}
\caption{Mean population sizes, birth rates, and sensitivity thresholds $\tau$ for each locality. Population sizes and annual birth rates per thousand are given as the mean over the study period. Thresholds were fit by maximising the correlation between the mean simulated epidemic time-series and the reported incidence data.}
\label{tableTau}
\end{table}
\section*{Figures}
\begin{figure}[!h]
\centering
%\includegraphics[width=\textwidth]{figures/q1.pdf}
\caption{\textbf{Reported and predicted biweekly incidence for Bornholm, the Faroe Islands, and four localities in Iceland.} The observed data is in blue. For the predicted time-series, the mean value of incidence simulations is plotted as a dark red line, with 95\% confidence intervals given in light red. Bornholm~: $R^2=0.78$; Faroe Islands~: $R^2=0.55$; Reykjav\'{i}k~: $R^2=0.73$; Hafnarfj\"{o}r\dh{}ur~: $R^2=0.86$; Akureyri~: $R^2=0.80$; Vestmannaeyjar~: $R^2=0.77$.}
\label{figIncidence}
\end{figure}
\begin{figure}[!h]
\centering
%\includegraphics[width=\textwidth]{figures/q2.pdf}
\caption{\textbf{Reporting rates and seasonalities.} Seasonality is plotted as a function of the biweek, with 95\% confidence intervals in light blue.}
\label{figSims}
\end{figure}
\begin{figure}[!h]
\centering
%\includegraphics[width=\textwidth]{figures/q3.pdf}
\caption{\textbf{Predictability of epidemic sizes.} The mean predicted size of each epidemic as a function of its observed size, from ten thousand simulations. Red lines are the regression lines with the follow coefficients of determination and slopes~-- Bornholm~: $R^2=0.76$, gradient~$=1.07$; Faroe Islands~: $R^2=0.77$, gradient~$=0.60$; Reykjav\'{i}k~: $R^2=0.64$, gradient~$=0.96$; Hafnarfj\"{o}r\dh{}ur~: $R^2=0.88$, gradient~$=1.18$; Akureyri~: $R^2 = 0.49$, gradient~$=0.72$; Vestmannaeyjar~: $R^2=0.76$, gradient~$=1.23$. The green line is the zero-intercept, gradient-one line representing a one-to-one match between observation and prediction.}
\label{fig_sizes}
\end{figure}
\end{document}