Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion content/events/hck27-2027-janelia-ndrh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ summary: "Unlock new discoveries in neurophysiology through secondary analysis."
draft: false
organizers:
- "Benjamin Dichter, Ph.D. (Program Chair)"
instructors:
- name: "Benjamin Dichter, Ph.D."
affiliation: "CatalystNeuro"
image: "/images/ben-dichter.jpeg"
- name: "Ryan Ly, Ph.D."
affiliation: "Lawrence Berkeley National Laboratory"
image: "/images/ryan-ly.png"
- name: "Oliver Ruebel, Ph.D."
affiliation: "Lawrence Berkeley National Laboratory"
image: "/images/oliver-ruebel.png"
- name: "Edoardo Balzani, Ph.D."
affiliation: "Flatiron Institute"
image: "/images/edoardo-balzani.png"
- name: "Sarah Jo Venditto, Ph.D."
affiliation: "Flatiron Institute"
image: "/images/sarah-jo-venditto.jpg"
resources:
"PyNWB Documentation": "https://pynwb.readthedocs.io/en/stable/install_users.html#installing-pynwb"
"MatNWB Documentation": "https://matnwb.readthedocs.io"
Expand Down Expand Up @@ -50,7 +66,9 @@ A detailed schedule will be posted closer to the event. For a sense of the forma

## Instructors

Instructors will be announced closer to the event.
{{< instructors >}}

Additional instructors will be announced closer to the event.

## Eligibility

Expand Down
15 changes: 15 additions & 0 deletions layouts/shortcodes/instructors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{{ with .Page.Params.instructors }}
<div class="row g-3 g-md-4 mb-4">
{{ range . }}
<div class="col-6 col-md-4">
<div class="h-100 bg-dark-100 rounded-3 p-3">
{{ with .image }}
<img src="{{ . }}" alt="" class="img-fluid rounded-3 w-100" style="aspect-ratio: 1 / 1; object-fit: cover;">
{{ end }}
<h5 class="inter-700 text-18 dark-900 pt-3 mb-1">{{ .name | markdownify }}</h5>
{{ with .affiliation }}<p class="inter-400 text-14 dark-700 mb-0">{{ . | markdownify }}</p>{{ end }}
</div>
</div>
{{ end }}
</div>
{{ end }}
Binary file added static/images/edoardo-balzani.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/sarah-jo-venditto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading