-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
79 lines (55 loc) · 3 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Gentner Lab Repos by gentnerlab</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Gentner Lab Repos</h1>
<p>code for science</p>
<p class="view"><a href="https://github.com/gentnerlab">View My GitHub Profile</a></p>
</header>
<section>
<p><img src="http://gentnerlab.ucsd.edu/images/gentnerlab_logo5.png" alt="Gentner Lab"></p>
<p><a href="http://gentnerlab.ucsd.edu">http://gentnerlab.ucsd.edu</a></p>
<h1>
<a id="public-repositories" class="anchor" href="#public-repositories" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Public Repositories</h1>
<h2>
<a id="pyoperant" class="anchor" href="#pyoperant" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>PyOperant</h2>
<p>A Python package for easily constructing and sharing operant behavior paradigms.</p>
<p><a href="http://gentnerlab.github.io/pyoperant">http://gentnerlab.github.io/pyoperant</a></p>
<p>by Justin Kiggins & Marvin Thielk</p>
<h2>
<a id="probe-the-broab" class="anchor" href="#probe-the-broab" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>probe-the-broab</h2>
<p>Spike2 scripts used for awake-behaving neural recordings</p>
<p><a href="https://github.com/gentnerlab/probe-the-broab">https://github.com/gentnerlab/probe-the-broab</a></p>
<p>by Dan Knudsen </p>
<h2>
<a id="django-broab" class="anchor" href="#django-broab" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>django-broab</h2>
<p>Django package that implements the Neo data model for neurophysiological data.</p>
<p><a href="https://github.com/gentnerlab/django-broab">https://github.com/gentnerlab/django-broab</a></p>
<h2>
<a id="sturnus" class="anchor" href="#sturnus" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>sturnus</h2>
<p>django database & website for experiment data</p>
<p><a href="https://github.com/gentnerlab/sturnus">https://github.com/gentnerlab/sturnus</a></p>
<h2>
<a id="operant_c" class="anchor" href="#operant_c" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>operant_c</h2>
<p>Legacy scripts for operant behavior</p>
<p><a href="https://github.com/gentnerlab/operant_c">https://github.com/gentnerlab/operant_c</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>