Skip to content

Commit

Permalink
switch workshops to using conclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 7, 2024
1 parent d2caff6 commit bef1a79
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 31 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ plugins:

collections:
people:
workshops:
output: true
projects:
order:
- nemos.md
- plenoptic.md
- pynapple.md
- CCN_Template.md

future: true
markdown: kramdown
kramdown:
parse_block_html: html
Expand Down
21 changes: 21 additions & 0 deletions site/_includes/workshops.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{%- if site.workshops.size > 0 -%}
<h1 class="post-list-heading">Workshops</h1>
<ul class="post-list">
{%- for workshop in site.workshops reversed -%}
<li>
{%- assign date_format = "%b %Y" -%}
<span class="post-meta">{{ workshop.date | date: date_format }}</span>
<h3>
{%- if workshop.external_url.size > 0 -%}
<a class="post-link" href="{{ workshop.external_url }}">
{%- else -%}
<a class="post-link" href="{{ workshop.url | relative_url }}">
{%- endif -%}
{{ workshop.title | escape }}
</a>
</h3>
{%- if site.show_excerpts -%} {{ workshop.excerpt }} {%- endif -%}
</li>
{%- endfor -%}
</ul>
{%- endif -%}
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
layout: home
title: February 2025
categories: workshops
date: February 2025
---

![image](/assets/jan2025-banner.svg)
Expand All @@ -8,6 +11,8 @@ layout: home

Due to popular demand for the [January 2025 workshop](../jan-2025), the Flatiron Center for Computational Neuroscience has added a second session of its workshop on using open source packages to analyze neural data, happening in February 2025! This workshop is intended for neuroscientists who originally applied for the January workshop and are based in NYC.

Note that the schedule is slightly different from the January workshop: we are running from Tuesday to Thursday, will have lunch on all three days, as well as a concluding reception.

Over the course of this two-day workshop, we will teach you how to use [pynapple](https://pynapple.org/) and [NeMoS](https://nemos.readthedocs.io) to analyze, model, and visualize neural data.

## <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" style="height: var(--base-font-size)"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg> Where?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
layout: home
title: FENS 2024
categories: workshops
date: June 2024
---

![image](/assets/fens2024-banner.jpg)
Expand Down Expand Up @@ -33,11 +36,11 @@ Before the workshop begins:

## Presentations, in chronological order

- [Welcome](welcome), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/welcome.pdf) if html won't load)
- [Welcome](/presentations/fens-2024/welcome), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/welcome.pdf) if html won't load)
- [Neurodata Without Borders](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/2024_06_22_CCN_at_FENS_NWB_Ruebel.pdf), Oliver Rübel
- [Introduction to Pynapple Core](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/Introduction%20to%20pynapple%20core.pdf), Guillaume Viejo
- [Data analysis with pynapple](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/Data%20analysis%20with%20pynapple.pdf), Guillaume Viejo
- [Ultrafast interative visualizations with fastplotlib](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/fastplotlib-fens.pdf), Caitlin Lewis
- [A conceptual introduction to Generalized Linear Models](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/glm_intro_FENS_2024.pdf), Edoardo Balzani
- [Basic Generalized Linear Models with NeMoS](current_injection), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/current_injection.pdf) if html won't load)
- [Conclusion](conclusion), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/conclusion.pdf) if html won't load)
- [Basic Generalized Linear Models with NeMoS](/presentations/fens-2024/current_injection), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/current_injection.pdf) if html won't load)
- [Conclusion](/presentations/fens-2024/conclusion), Billy Broderick ([pdf slides](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/conclusion.pdf) if html won't load)
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
layout: home
title: January 2025
categories: workshops
date: January 2025
---

![image](/assets/jan2025-banner.svg)
Expand Down
7 changes: 7 additions & 0 deletions site/_workshops/nemos-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: home
title: Nemos 2024
categories: workshops
date: February 2024
external_url: https://nemos-workshop-feb-2024.readthedocs.io/en/latest/
---
29 changes: 1 addition & 28 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,7 @@ The NeuroRSE group at Flatiron Institute Center for Computational Neuroscience b

{% include posts.html %}

# Workshops

<ul class="post-list">
<li>
<span class="post-meta">February 2025</span>
<h3>
<a class="post-link" href="/workshops/feb-2025">February 2025</a>
</h3>
</li>
<li>
<span class="post-meta">January 2025</span>
<h3>
<a class="post-link" href="/workshops/jan-2025">January 2025</a>
</h3>
</li>
<li>
<span class="post-meta">June 2024</span>
<h3>
<a class="post-link" href="/workshops/fens-2024">FENS 2024</a>
</h3>
</li>
<li>
<span class="post-meta">February 2024</span>
<h3>
<a class="post-link" href="https://nemos-workshop-feb-2024.readthedocs.io/en/latest/">Nemos 2024</a>
</h3>
</li>
</ul>
{% include workshops.html %}

# Our Projects

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bef1a79

Please sign in to comment.