From 3141cdce9809288f3e5e42f66c3cc862ba269d7a Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 10 Dec 2024 14:04:21 +0300 Subject: [PATCH] add paul as an author and add data showcase tag --- blog/2019-05-28-first-blog-post.mdx | 2 +- blog/2024-09-09-data_reuse_000458.md | 6 ++++-- blog/authors.yml | 7 +++++++ blog/tags.yml | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/blog/2019-05-28-first-blog-post.mdx b/blog/2019-05-28-first-blog-post.mdx index 1d6cc35..8e40c10 100644 --- a/blog/2019-05-28-first-blog-post.mdx +++ b/blog/2019-05-28-first-blog-post.mdx @@ -2,7 +2,7 @@ slug: first-blog-post title: First Blog Post authors: [luiztauffer, bendichter] -tags: [hola, docusaurus] +tags: [hola] --- Lorem ipsum dolor sit amet... diff --git a/blog/2024-09-09-data_reuse_000458.md b/blog/2024-09-09-data_reuse_000458.md index 67b1f5a..f3b3d3a 100644 --- a/blog/2024-09-09-data_reuse_000458.md +++ b/blog/2024-09-09-data_reuse_000458.md @@ -1,7 +1,7 @@ --- title: Unraveling Anesthesia's Effect on Brain Activity -author: Paul Adkisson -tags: [ reuse showcase ] +authors: [pauladkisson] +tags: [ reuse-showcase ] --- _Data Reuse Highlight: This blog entry is part of an ongoing series that showcases examples of data reuse and reanalysis using publicly available data on DANDI._ @@ -9,6 +9,8 @@ _Data Reuse Highlight: This blog entry is part of an ongoing series that showcas Have you ever wondered what happens to your brain when you're under anesthesia? What neural changes coincide with that dramatic loss of consciousness? In this post, we'll explore how two different research teams investigated this fascinating question using the same data from DANDI Archive's [Dandiset #000458](https://dandiarchive.org/dandiset/000458). +{/* truncate */} + ## The Original Study: Peering into the Anesthetized Brain In June 2023, Dr. Leslie Claar and colleagues from the Allen Institute published their groundbreaking findings in the journal _eLife_ in the article, [“Cortico-thalamo-cortical interactions modulate electrically evoked EEG responses in mice”](https://doi.org/10.7554/eLife.84630.3). Their approach was comprehensive: they stimulated mouse cortex while simultaneously recording with [electroencephelography](https://doi.org/10.1016/B978-141603618-0.10024-4) (EEG) and [neuropixels probes](https://www.neuropixels.org/), comparing brain activity during wakefulness and under isoflurane anesthesia. diff --git a/blog/authors.yml b/blog/authors.yml index 8b4879b..f6c2d0b 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -13,3 +13,10 @@ bendichter: image_url: https://avatars.githubusercontent.com/u/844306?v=4 socials: github: bendichter + +pauladkisson: + name: Paul Adkisson + title: CatalystNeuro + image_url: https://avatars.githubusercontent.com/u/34703136?v=4 + socials: + github: pauladkisson diff --git a/blog/tags.yml b/blog/tags.yml index bfaa778..4a112cb 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -8,12 +8,12 @@ hello: permalink: /hello description: Hello tag description -docusaurus: - label: Docusaurus - permalink: /docusaurus - description: Docusaurus tag description - hola: label: Hola permalink: /hola description: Hola tag description + +reuse-showcase: + label: Reuse Showcase + permalink: /reuse-showcase + description: Blog posts showcasing data reuse in the community