Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Brainerd lab collaboration #190

Merged
merged 18 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
2 changes: 1 addition & 1 deletion our-work/collaborations/acadia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: acadia
description: "The goal of this project is to extract data-driven 'vital signs' from data collected on bat populations at Acadia National Park since 2008 and transform data into standardized annual Data Packages for submission to the National Park Service Inventory & Monitoring Data Store. CCV helps to wrangle and clean the various datasets into data packages and to generate report templates for quick visualization of vital signs."
active: True
department:
- ecology
- ecology-evolution-and-organismal-biology
tags:
- government
- data-science
Expand Down
21 changes: 21 additions & 0 deletions our-work/collaborations/brainerd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
title: Elizabeth Brainerd
id: brainerd-lab
description: Research in the Brainerd lab integrates studies of anatomy, physiology and biomechanics toward a more complete understanding of vertebrate morphology and evolution. Recent work has focused on the development and applications of a new 3D imaging technology, X-ray Reconstruction of Moving Morphology (XROMM).
active: True
department:
- ecology-evolution-and-organismal-biology
tags:
- computational-biology
investigators:
- name: Elizabeth Brainerd
link: https://vivo.brown.edu/display/ebrainer
people:
- name: Robert Gemma
github_user: RobertGemmaJr
- name: Bradford Roarr
github_user: broarr
- name: Galen Winsor
github_user: galenwinsor
links:
- category: 'website'
url: https://elizabeth-brainerd.squarespace.com
2 changes: 1 addition & 1 deletion our-work/collaborations/riddc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "The goal of the RI Data Discovery Center is to become the national
CCV supports, maintains and upgrades existing infrastructure used by the RI Data Discovery Center at Brown University. This includes databases as well as code and web technology used to access and visualize historic and model data."
active: False
department:
- ecology
- ecology-evolution-and-organismal-biology
tags:
- data-management
- software-engineering
Expand Down
5 changes: 3 additions & 2 deletions schemas/collaborations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ id: "enum(
'bnc',
'borton-lab',
'braingate',
'brainerd-lab',
'frank-lab',
'frickel',
'hurt-lab',
Expand All @@ -29,7 +30,7 @@ id: "enum(
'aer-group',
'wilhelmus-lab',
'the-policy-lab',
'acadia'
'acadia'
)"
description: str()
investigators: list(include('investigator'))
Expand All @@ -45,7 +46,7 @@ department: "enum(
'software-engineering',
'computational-psychiatry',
'sociology',
'ecology',
'ecology-evolution-and-organismal-biology',
'epidemiology',
'finance',
'computer-science',
Expand Down