diff --git a/site/_workshops/feb-2025.md b/site/_workshops/feb-2025.md index a93784a..5c048b4 100644 --- a/site/_workshops/feb-2025.md +++ b/site/_workshops/feb-2025.md @@ -12,6 +12,7 @@ redirect_from: /workshops/feb-2025/ 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. +{: .notice} 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. diff --git a/site/assets/main2.css b/site/assets/main2.css index 4e153c5..4acc211 100644 --- a/site/assets/main2.css +++ b/site/assets/main2.css @@ -486,3 +486,9 @@ project-card { font-size: 1.2rem; } } + +.notice { + background-color: #fc0; + padding: 1em; + border-radius: 4px; +}