This repository was archived by the owner on Mar 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Add r34 ember #62
Merged
Merged
Add r34 ember #62
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| title: About EMBER | ||
| linkTitle: EMBER archive | ||
| type: docs | ||
| weight: 20 | ||
| toc: false | ||
| --- | ||
|
|
||
| The Ecosystem for Multi-modal Brain-behavior Experimentation and Research ([EMBER](http://emberarchive.org/)) is NIH’s data archive for brain and behavior data collected from multiple animal species, including humans. EMBER supports the BRAIN Initiative’s Brain Behavior Quantification and Synchronization (BBQS) program by enabling the storage, processing, and curation of multimodal datasets, including neural, behavioral, physiological, and environmental recordings. EMBER will accelerate discovery and foster collaboration across the BBQS consortium and the broader neuroscience community through data harmonization and synchronization capabilities, as well as metadata support and scalable queries across modalities. | ||
|
|
||
| To serve a wide range of data needs from initial preprocessing to publication, and from replication of published findings to novel exploration and secondary analysis, EMBER implements three specialized assets: | ||
|
|
||
| - EMBER-DANDI, which extends established BRAIN Initiative infrastructure to facilitate open data sharing for non-sensitive data; | ||
| - EMBERvault, a HIPAA-compliant storage for PII/PHI (including video and audio) from human participants; | ||
| - Temporary sandboxes for preliminary analysis and data ingest preparation. | ||
|
|
||
| Visit our [Getting started](https://emberarchive.org/getting-started) page to set up an account and see guides on data access and upload. | ||
|
|
||
| ## Contact us | ||
| Email us at [help@emberarchive.org](mailto:help@emberarchive.org) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||
| --- | ||||||
| title: The International Development Project (IDP) - An international collaboration for the standardized study of experience-dependent brain and behavioral development | ||||||
| type: docs | ||||||
| weight: 110 | ||||||
| sidebar: | ||||||
| exclude: true | ||||||
| --- | ||||||
|
|
||||||
| **_Project Summary_** | ||||||
| <div style="text-align: justify"> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using inline CSS (
Suggested change
|
||||||
| It is increasingly clear that experience of adversity including poverty, trauma, and other stressors during childhood can enhance risk for mental and physical health problems later in life. These adverse experiences can be highly varied and include elements such as food insecurity, family and community violence, and multiple forms of neglect. To efficiently target interventions and to build resilience, it is imperative to understand which forms of adversity have which effects on behavior, and to determine what timing and combination of adversities puts an individual most at risk. We also need to recognize that these questions have a deep biological history. Experience in different domains likely acts on a developing organism’s developmental programming where it adjusts gene expression to adapt an individual’s phenotype in response to the environment. This adaptation may differ depending on the type of experience (for example, threat, deprivation or scarcity and other forms of uncertainty may drive different outcomes). To study these important epidemiological and biological questions in a controlled fashion we can turn to the study of the effects of developmental experience on mice whose genetics, rearing and testing conditions can be carefully controlled. However, to get a big picture view of how different forms of experience compare to one another in the field of neuroscience and behavior, we need to adopt better scientific methods that use richer, more ethologically informed behavioral tasks and rigorously standardize our protocols across sites, share data in readily comparable formats. Here we propose to initiate a team science effort, the Adversity and Resilience Consortium (ARC), to address these challenges. We will begin by comparing our existing data sets from control mice and mice that experienced adversity in development to assess how they might be combined across sites. Based on the interests of our initial team these data will focus on adolescent experience and adult learning and decision making, but can later be expanded. Next, we will develop 1) a standardized set of methods and protocols to assess behavior and 2) a public forum for sharing protocols, resources, and data that also facilitates exploration and analysis based on Open Source Brain as a model. In future work supported by larger grant mechanisms, we will work as a team using our newly standardized methods to vary exposure to deprivation, threat, and unpredictability and study behavior and brain development along with neural recordings. We predict that dimensionality reduction methods and computational models of latent processes will reveal distinct effects of different forms of adversity on mouse behavior that can be mapped back to distinct contrasts in cellular and circuit function. | ||||||
| </div> | ||||||
|
|
||||||
| <!-- #### People | ||||||
|
|
||||||
| {{< people "team-r34_14" >}} | ||||||
|
|
||||||
| #### Alumni --> | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - name: Wilbrecht, Linda E.* |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The project summary text is duplicated in this file and in
content/projects/r34_14.md. This creates a significant maintainability issue, as any future updates to the summary must be made in two places, increasing the risk of inconsistencies. To improve maintainability, this content should be sourced from a single location. Consider using a Hugo shortcode or leveraging Hugo's content management features to pull the summary from the dedicated project page (r34_14.md) instead of duplicating it here.