-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
53 lines (42 loc) · 1.85 KB
/
index.Rmd
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
---
title: "Fundamental plots for electrophysiological data"
author: "Vikram B. Baliga"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
url: https://flightlab.github.io/ephys_fundamental_plots/
# cover-image: path to the social sharing image like images/cover.jpg
description: |
A walkthrough on how to produce fundamental plots from electrophysiological
data. Developed by the Alshuler Lab at the University of British Columbia.
link-citations: yes
links-as-notes: true
github-repo: flightlab/ephys_fundamental_plots
---
# About
Until this statement is deleted from this page, please consider everything you
see here a work in progress. Ultimately, this site will provide a walkthrough on
how to produce fundamental plots from electrophysiological data. The content
was initialized using a [bookdown](https://bookdown.org/) template; accordingly,
as this site remains in a developmental stage, content from the template may
linger.
The original content written here is intended to instruct trainees in the
Altshuler Lab at the University of British Columbia to take raw recorded data
from electrophysiological examinations and then produce preliminary plots that
help characterize the recorded neural spike data.
To get started, please use the left navigation and work through chapters in
order.
🐢
## Citation {-}
TBD
## License {-}
The content of this work is licensed under CC-BY. For details please see
[this web page](https://creativecommons.org/licenses/by/4.0/) or the LICENSE
file in [flightlab/ephys_fundamental_plots](https://github.com/flightlab/ephys_fundamental_plots).
```{r bibs, include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```