Skip to content

Commit

Permalink
Merge pull request #190 from brown-ccv/feat-brainerd-lab
Browse files Browse the repository at this point in the history
feat: Add Brainerd lab collaboration
  • Loading branch information
RobertGemmaJr authored Jul 19, 2023
2 parents 1cb8964 + ae3f5a2 commit a238abd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
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

0 comments on commit a238abd

Please sign in to comment.