Skip to content

Commit c0e9afa

Browse files
committed
ENH: placeholder for python in electrophysiology
1 parent b3d11c3 commit c0e9afa

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

flier/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: pics nipy-handout.pdf
1+
all: pics nipy-handout.pdf eppy-handout.pdf
22
# rst2pdf materials.rst
33

44
pics:

flier/eppy-handout.tex

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
\include{common-handout}
2+
3+
\hypersetup{
4+
pdftitle={Python in Electrophysiology},
5+
}
6+
7+
%%% Body
8+
\begin{document}
9+
10+
\begin{multicols}{3} % 3 columns
11+
12+
% Document title
13+
%\section*{
14+
\begin{center}\Large \textbf{Python in Electrophysiology}\end{center}
15+
%}
16+
%\label{python-in-neuroimaging}
17+
18+
\begin{center}
19+
\noindent
20+
%% yoh: what logo? worse comes to worse we could reuse snakebrain in
21+
%% different colorscheme ;)
22+
\includegraphics[width=0.5\columnwidth]{snakebrain}
23+
%\includegraphics[width=0.5\columnwidth]{openlogo-vsop}
24+
25+
Find the community @ \url{http://http://neuralensemble.org}
26+
27+
%% yoh: or what should be(come) the canonical location?
28+
%% or should we (you) come up with one?
29+
30+
% \hrule
31+
\end{center}
32+
\vspace{0em}
33+
34+
35+
%___________________________________________________________________________
36+
%% yoh: what sections do you foresee? Below see my blunt dump of ideas
37+
%% or may be there should be no sections at all?
38+
39+
\ndsection{Data I/O}
40+
41+
%___________________________________________________________________________
42+
43+
% Your logo placed under ../pics called as <project>_logo.svg
44+
% .svg is preferable, otherwise some other vector (.pdf) or even
45+
% raster (.png) would suffice
46+
\ndproject{XXX}{http://example.org}{opensesame_logo.pdf}{.2}{-0.25em}{0em}
47+
48+
%\begin{figure}
49+
%\includegraphics[width=0.3\columnwidth]{../pics/psychopy_logo.pdf}
50+
%\end{figure}
51+
52+
Brief description.
53+
\begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc]
54+
\item The
55+
\item most
56+
\item interesting
57+
\item and
58+
\item methodology
59+
\item oriented
60+
\item features
61+
\item ideally with limited selection of citations
62+
\end{itemize}
63+
% Your favorite screenshot placed under ../pics/
64+
% named as <project>_screenshot.png (optional numbers in suffixes if
65+
% you have multiple to choose from)
66+
\includegraphics[width=\columnwidth]{opensesame_screenshot1.png}
67+
% Selected set of citations, Here is an example:
68+
\ndcite{D. Geffroy, D. Rivière, I. Denghien, N. Souedet,
69+
S. Laguitton, and Y. Cointepas. BrainVISA: a complete software
70+
platform for neuroimaging. In Python in Neuroscience workshop,
71+
Paris, Aug. 2011.}
72+
73+
%___________________________________________________________________________
74+
75+
\ndsection{Data Archiving}
76+
\ndsection{Experimentation Control}
77+
\ndsection{Analysis}%
78+
\ndsection{Closed-loop Frameworks}%
79+
80+
81+
\end{multicols}
82+
\end{document}
83+
84+
%%% Local Variables:
85+
%%% mode: latex
86+
%%% TeX-master: t
87+
%%% TeX-PDF-mode: t
88+
%%% whizzy-viewers: (("-pdf" "okular") ("-dvi" "xdvi") ("-ps" "gv"))
89+
%%% End:

0 commit comments

Comments
 (0)