Browse Source

Changes to Elephant, NEO->Neo

Michael Denker 2 years ago
parent
commit
5d9b39f4c5

BIN
day_0/intro_presentation_nix.pdf


+ 25 - 25
day_0/intro_presentation_nix.tex

@@ -221,7 +221,7 @@
         \end{column}
     \end{columns}
     \vspace{2ex}
-    $\Rightarrow$ NEO-nixio stores NEO electrophysiology data using NIX as storage backend.\\
+    $\Rightarrow$ Neo-nixio stores Neo electrophysiology data using NIX as storage backend.\\
     \vspace{1ex}
     $\Rightarrow$ Storing to NIX can be embedded into the recording software \url{http://relacs.sourceforge.net}.
 \end{frame}
@@ -266,19 +266,16 @@
 
 
 \begin{frame}{Elephant}
-    \begin{columns}
-        \begin{column}{5cm}
-            \includegraphics[width=\textwidth]{resources/elephant_structure.png}
-        \end{column}
-        \begin{column}{7cm}
-            Electrophysiology Analysis Toolkit
-            \begin{itemize}
-                \item electrophysiology data preprocessing
-                \item spiketrain analysis
-                \item local field potential analysis
-            \end{itemize}
-        \end{column}
-    \end{columns}
+    \begin{center}
+    \includegraphics[width=.7\textwidth]{resources/elephant_teaser.png}\\
+    \ \\
+    Electrophysiology Analysis Toolkit
+    \begin{itemize}
+        \item analysis of brain activity (spike trains, local field potentials,\dots)
+        \item builds on the Neo framework (input, output)
+        \item focus on population measures from experiment and simulation
+    \end{itemize}
+    \end{center}
 \end{frame}
 
 
@@ -288,9 +285,9 @@
             \includegraphics[width=\textwidth]{resources/viziphant_logo_sidebar.png}
         \end{column}
         \begin{column}{6cm}
-            Quick and easy visualizations
+            Quick visualizations
             \begin{itemize}
-                \item of Neo based electrophysiology data
+                \item of Neo representations of electrophysiology data
                 \item of Elephant analysis results
             \end{itemize}
         \end{column}
@@ -300,7 +297,7 @@
 
 
 
-\begin{frame}{NIX-NEO Workshop}
+\begin{frame}{NIX-Neo Workshop}
     In this workshop we will ...
     \begin{itemize}
         \item introduce the ideas and concepts of the NIX data model.
@@ -313,7 +310,7 @@
 \end{frame}
 
 
-\begin{frame}{NIX-NEO Workshop}
+\begin{frame}{NIX-Neo Workshop}
     \begin{columns}[t]
         \begin{column}{4cm}
             \textbf{Day 1:} NIX Basics\vspace{1ex}
@@ -333,17 +330,17 @@
             \end{itemize}
         \end{column}
         \begin{column}{4cm}
-            \textbf{Day 3:} NEO\&Elephant\vspace{1ex}
+            \textbf{Day 3:} Neo\&Elephant\vspace{1ex}
             \begin{itemize}
                 \item Introduction
-                \item Working with NEO data
+                \item Working with Neo data
                 \item Elephant toolbox
             \end{itemize}
         \end{column}
     \end{columns}
 \end{frame}
 
-\begin{frame}{NIX-NEO Workshop - Requirements}
+\begin{frame}{NIX-Neo Workshop - Requirements}
     \begin{itemize}
         \item We run the workshop using the python version of the NIX library (called nixio while the project is called nixpy...) and you should have some basic knowledge of the python programming language.
         \item You need a running python environment ($\geq$ 3.6).
@@ -361,7 +358,7 @@
 \end{frame}
 
 
-\begin{frame}[fragile]{NIX-NEO Workshop - Requirements}
+\begin{frame}[fragile]{NIX-Neo Workshop - Requirements}
     \begin{block}{Installing the requirements locally}
     \verb+>pip3 install -r requirements.txt+
     \end{block}
@@ -375,23 +372,26 @@
 \end{frame}
 
 
-\begin{frame}{NIX-NEO Workshop - Resources}
+\begin{frame}{NIX-Neo Workshop - Resources}
+    \small
     \textbf{Course material:}
     \begin{itemize}
         \item \url{https://gin.g-node.org/INCF-workshop-2021/NIX-Neo-workshop}
     \end{itemize}
-    \vspace{2ex}
+    \vspace{1ex}
     \textbf{Source code:}
     \begin{itemize}
         \item \url{https://github.com/g-node/nix}
         \item \url{https://github.com/g-node/nixpy}
         \item \url{https://github.com/g-node/nix-mx}
     \end{itemize}
-    \vspace{2ex}
+    \vspace{1ex}
     \textbf{Documentation \& tutorials:}
     \begin{itemize}
         \item \url{https://nixpy.readthedocs.io/}
         \item \url{https://nixio.readthedocs.io/}
+        \item \url{https://neuralensemble.org/neo/}
+        \item \url{https://python-elephant.org}
     \end{itemize}
 \end{frame}
 

BIN
day_0/resources/elephant_teaser.png