-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharticle.tex
More file actions
115 lines (90 loc) · 2.89 KB
/
Copy patharticle.tex
File metadata and controls
115 lines (90 loc) · 2.89 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
\RequirePackage{fix-cm}
%
%\documentclass{svjour3} % onecolumn (standard format)
%\documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
\documentclass[smallextended]{svjour3} % onecolumn (second format)
%\documentclass[twocolumn]{svjour3} % twocolumn
%
\smartqed % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx}
%
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{upquote,textcomp}
\usepackage{hyperref}
\usepackage{apacite}
%
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\fig}[1]{Fig.~\ref{#1}}
\setcounter{errorcontextlines}{999}
%
\journalname{Behavior Research Methods}
\begin{document}
\title{PyMICE -- a Python library for analysis of IntelliCage data
}
\author{Jakub M. Dzik \and
Alicja Puścian \and
Zofia Mijakowska \and
Kasia Radwanska \and
Szymon Łęski
}
\institute{J. M. Dzik \and A. Puścian \and S. Łęski \at
Department of Neurophysiology, Nencki Institute of Experimental Biology of Polish Academy of Sciences, Warsaw, Poland \\
\and
Z. Mijakowska \and K. Radwanska \at
Department of Molecular and Cellular Neurobiology, Nencki Institute of Experimental Biology of Polish Academy of Sciences, Warsaw, Poland
\and
S. Łęski \at \email{s.leski@nencki.gov.pl}
}
\maketitle
\begin{abstract}
\input{pymice_abstract}
\keywords{Python \and library \and mice \and behavior \and analysis \and IntelliCage}
\end{abstract}
\section*{Introduction}
\label{intro}
\input{pymice_introduction}
\section*{IntelliCage system}
\label{sec:1}
\input{pymice_intellicage}
\section*{PyMICE library}
\label{sec:2}
\input{pymice_overview}
\section*{Examples}
\label{sec:3}
\input{pymice_examples}
\subsection*{Example 1: minimal example -- extracting the side of the first nosepokes in six lines of code}
\label{sec:3:1}
\input{example1}
\subsection*{Example 2: full analysis example -- side discrimination task}
\label{sec:3:2}
\input{example2}
\subsection*{Example 3: reproducibility -- batch analysis of data}
\label{sec:3:3}
\input{example3}
\subsection*{Example 4: implementing new behavioral measures -- intervals between visits}
\label{sec:3:4}
\input{example4}
\section*{Technical details}
\label{sec:4}
\input{pymice_technical}
\section*{Terms of use}
\label{sec:5}
\input{pymice_termsofuse}
\section*{Discussion}
\label{sec:6}
\input{pymice_discussion}
\section*{Statement of reproducibility\protect\cite{peng2011}}
\label{sec:7}
\input{pymice_reproducibility}
\begin{acknowledgements}
\input{pymice_acknowledgements}
\end{acknowledgements}
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
\bibliographystyle{apacite}
\bibliography{pymice}
\end{document}