Skip to content
Open
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
14 changes: 14 additions & 0 deletions content/events.backup.2026-04-13T07-16-32-479Z/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# title: Recent Oral and Poster Presentations
title: Presentations
cms_exclude: true
#url: talk

# View
view: card

# Optional cover image (relative to `assets/media/` folder).
image:
caption: ''
filename: ''
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions content/events.backup.2026-04-13T07-16-32-479Z/example/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Example Talk
event_url: https://example.org
location: Hugo Blox Builder HQ
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: "94305"
country: United States
summary: An example talk using Hugo Blox Builder's Markdown slides feature.
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellusac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam.
date: 2017-01-01T00:00:00Z
authors:
- admin
tags: []
featured: false
image:
caption: "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)"
focal_point: Right
links:
- type: code
url: https://github.com
- type: slides
url: https://slideshare.net
- type: video
url: https://youtube.com
slides: ""
projects:
- example
event_start: 2030-06-01T13:00:00Z
event_end: 2030-06-01T15:00:00Z
event_all_day: false
event_name: Hugo Blox Builder Conference
---


{{% callout note %}}
Click on the **Slides** button above to view the built-in slides feature.
{{% /callout %}}

Slides can be added in a few ways:

- **Create** slides using Hugo Blox Builder's [_Slides_](https://docs.hugoblox.com/reference/content-types/) feature and link using the `slides` parameter in the front matter of the talk file
- **Upload** an existing slide deck to this page bundle and link it using `links: [{ type: slides, url: path/to/file } ]` in front matter
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/reference/markdown/).

Further event details, including [page elements](https://docs.hugoblox.com/reference/markdown/) such as image galleries, can be added to the body of this page.
40 changes: 40 additions & 0 deletions content/events.backup.2026-04-13T07-16-32-479Z/grc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Hacking neural learning with deep learning: real-time perturbation of high-dimensional song features in the zebra finch"
event_url: https://www.grc.org/neural-mechanisms-of-acoustic-communication-conference/2024/
location: Newry, ME
summary: Negative reinforcement of high-dimensional zebra finch song features.
abstract: Male zebra finches learn to produce a single, highly stereotyped song and maintain this song over the course of their adult lives using auditory feedback. Such continuous production and evaluation of song is commonly conceptualized as a variant of actor-critic reinforcement learning, requiring the precise coordination of dozens of muscles with millisecond precision. Much of what we know of the underlying algorithms comes through studies of adult male zebra finches adapting to white noise feedback triggered by either high or low-pitch variants of harmonic stack syllables — a single perturbation of a single syllable of a crystallized song. However, zebra finch song is spectrally and temporally rich, with numerous degrees of freedom, and the learning process must tackle this complexity. Thus, to probe the full range of this complexity, new methods are needed for adaptively intervening in the learning process. To this end, we developed a pipeline to quantify and selectively manipulate dimensions of variance within the high- dimensional song space in real time. Using the improv analysis platform, we acquired raw audio from male adults as they practiced in sound-isolated boxes, computed spectrograms from fixed-width segments, and encoded them using a pretrained variational autoencoder (VAE), an unsupervised representation learning method, with resultant latent representations used to trigger delivery of stimuli to the bird. Using asynchronous and parallelized processing, analysis can be performed in 7.396 ms ± 0.917 ms per 120 ms of song, allowing us to update embeddings as frequently as every 10 ms. Even accounting for network latencies, the lag between data acquisition and feedback to the bird is 15.164 ms ± 2.409 ms, well within behaviorally relevant timing. As a result, this pipeline can be used to study adaptations of song in response to algorithmically guided perturbations, allowing us to test fundamental learning reinforcement learning hypotheses in a tractable high-dimensional system.
date: 2024-05-22T20:10:00Z
authors:
- eaogorman
tags: []
featured: false
image:
caption: "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)"
focal_point: Right
links:
- type: code
url: https://github.com
- type: slides
url: https://slideshare.net
slides: ""
projects:
- improv-ava
event_start: 2024-05-22T20:10:00Z
event_end: 2024-05-22T20:20:00Z
event_all_day: false
event_name: Gordon Research Conference and Gordon Research Seminar on the Neural Mechanisms of Acoustic Communication (NMAC GRC and GRS)
---


{{% callout note %}}
Click on the **Slides** button above to view the built-in slides feature.
{{% /callout %}}

Slides can be added in a few ways:

- **Create** slides using Hugo Blox Builder's [_Slides_](https://docs.hugoblox.com/reference/content-types/) feature and link using the `slides` parameter in the front matter of the talk file
- **Upload** an existing slide deck to this page bundle and link it using `links: [{ type: slides, url: path/to/file } ]` in front matter
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/reference/markdown/).

Further event details, including [page elements](https://docs.hugoblox.com/reference/markdown/) such as image galleries, can be added to the body of this page.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/HugoBlox/kit/templates/academic-cv
go 1.19

require (
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c
github.com/HugoBlox/kit/modules/slides v0.0.0-20260219151239-9965378d1853
github.com/HugoBlox/kit/modules/blox v0.12.0
github.com/HugoBlox/kit/modules/integrations/netlify v1.3.0
github.com/HugoBlox/kit/modules/slides v1.3.0
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c h1:0os5x5rYcF5qY36u/WOP5JSjKxWV7hpR734TrkQus84=
github.com/HugoBlox/kit/modules/blox v0.0.0-20260219145709-764756ab501c/go.mod h1:0F2Ss2NeylmaBP7+qx0U6zFPeMZ9NoLbAQakKXDqygo=
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652 h1:KdTgOy8hzPOUJcMyR6Tp2k3tyaJzoxz2e1zaddcG0uk=
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652/go.mod h1:UuppRGml2K1EmlDkN+HemycohgZLjOy0QPGYOnoPnY4=
github.com/HugoBlox/kit/modules/slides v0.0.0-20260219151239-9965378d1853 h1:P/dUMpwhqh6Pb3owkr7JJHosUIFi0TnJSqsI/5Ks3dc=
github.com/HugoBlox/kit/modules/slides v0.0.0-20260219151239-9965378d1853/go.mod h1:/XTQAtd2KCiwg/GVMAoSzKPf/DYPVbAAEysmBdWgYu4=
github.com/HugoBlox/kit/modules/blox v0.12.0 h1:IFw9heH1MBgs2kCdproVZeUu2z2x+cjy9vCAegyldjc=
github.com/HugoBlox/kit/modules/blox v0.12.0/go.mod h1:0F2Ss2NeylmaBP7+qx0U6zFPeMZ9NoLbAQakKXDqygo=
github.com/HugoBlox/kit/modules/integrations/netlify v1.3.0 h1:OP7H3ZaN9cXQrGEzOXt2uD1IRD1MNFGbI5qIM75gth8=
github.com/HugoBlox/kit/modules/integrations/netlify v1.3.0/go.mod h1:UuppRGml2K1EmlDkN+HemycohgZLjOy0QPGYOnoPnY4=
github.com/HugoBlox/kit/modules/slides v1.3.0 h1:jMvtb0dtbXpN7PFol/sLt99ITJlVu8fFls5ZSnrIl7M=
github.com/HugoBlox/kit/modules/slides v1.3.0/go.mod h1:/XTQAtd2KCiwg/GVMAoSzKPf/DYPVbAAEysmBdWgYu4=
2 changes: 1 addition & 1 deletion hugoblox.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
hugo_version: '0.156.0'
hugo_version: '0.158.0'
deploy:
# Deployment target: github-pages, netlify, vercel, cloudflare, or none
host: 'github-pages'
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.156.0"
HUGO_VERSION = "0.158.0"
GO_VERSION = "1.21.5"
NODE_VERSION = "22"
# Netlify runs an implicit install step; ensure it never enforces frozen lockfiles
Expand Down