-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (78 loc) · 4.55 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
80
81
82
<html>
<head>
<title>Plenoptic Presentations</title>
<link rel="shortcut icon" href="assets/icons/favicon.ico" />
<meta name="theme-color" content="#3F519D" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="assets/plenoptic.svg" alt="" /></a>
<h1>
<strong>Plenoptic</strong> presentations, a collection of
presentations about the software package
<a href="https://github.com/plenoptic-org/plenoptic/">plenoptic</a>.
</h1>
</div>
</header>
<!-- Main -->
<main id="main">
<section id="past">
<h1>Presentations</h1>
<p>If the presentation scaling doesn't look right on your smartphone, try activating "Desktop mode" in your browser.</p>
<ul class="alt">
<li><a href="2023-10-02_Winawer-lab-mtg/slides.html">Plenoptic introduction (Winawer lab meeting)</a><a href="https://github.com/plenoptic-org/plenoptic_presentations/tree/main/2023-10-02_Winawer-lab-mtg" class="icon inline-icon brands fa-github"></a><span class="inline-date">Oct 02, 2023</span> </li>
<li><a href="2024-06-25_SAB/slides.html">Scientific Advisory Board, 2024</a><a href="https://github.com/plenoptic-org/plenoptic_presentations/tree/main/2024-06-25_SAB" class="icon inline-icon brands fa-github"></a><span class="inline-date">June 25, 2024</span> </li>
<li><a href="2024-07-12_CSHL/slides.html">Cold Spring Harbor Labs, Computational Neuroscience: Vision course, 2024</a><a href="https://github.com/plenoptic-org/plenoptic_presentations/tree/main/2024-07-12_CSHL" class="icon inline-icon brands fa-github"></a><span class="inline-date">July 12, 2024</span> </li>
<li><a href="2024-07-15_dana/slides.html">Leadership Alliance Dana Neuroscience & Society Scholars Program</a><a href="https://github.com/plenoptic-org/plenoptic_presentations/tree/main/2024-07-12_CSHL" class="icon inline-icon brands fa-github"></a><span class="inline-date">July 15, 2024</span> </li>
</ul>
</section>
<!-- Four -->
<section id="about">
<h2>About</h2>
<div class="row">
<div class="col-12-small">
<p><b>Plenoptic</b> is a python library for model-based stimulus synthesis. It provides tools to help researchers understand their model by synthesizing novel informative stimuli, which help build intuition for what features the model ignores and what it is sensitive to. These synthetic images can then be used in future perceptual or neural experiments for further investigation.</p>
<p>This website hosts a collection of presentations given about the package, providing information about its contents and who to use it. The presentations and their contents are all shared under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> license, so feel free to reuse and remix their contents as you wish, but you must credit us and share your derived works under the same (or a compatible) license.</p>
</div>
</div>
</section>
<!-- Five -->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li>
<a href="https://github.com/plenoptic-org/plenoptic_presentations/" class="icon brands fa-github" alt="Presentations Github">
<span class="label">Github</span>
</a>
</li>
<li>
<a href="https://plenoptic.readthedocs.io/en/latest/" class="icon" alt="Readthedocs">
<span class="label">Readthedocs</span><img src="assets/readthedocs.svg" alt="Readthedocs" />
</a>
</li>
<li>
<a href="https://github.com/plenoptic-org/plenoptic/" class="icon fas" alt="Plenoptic github">
<span class="label">Plenoptic github</span>
</a>
</li>
</ul>
<ul class="copyright">
<li><a href="#about">About</a></li>
</ul>
</div>
</footer>
</main>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>