Skip to content

Commit

Permalink
Update collaborations.yml (#165)
Browse files Browse the repository at this point in the history
* Update collaborations.yml

Updating CBC collaborations for new sheets (also added a publication link section)

* Update schemas/collaborations.yml

---------

Co-authored-by: Ellen Duong <[email protected]>
  • Loading branch information
aguang and eldu authored Jun 5, 2024
1 parent cf4abc9 commit ef5393e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions schemas/collaborations.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Schema for all yml files in our-work/collaborations
title: str()
id: "enum(
'acadia',
'bnc',
'beura-lab',
'borton-lab',
'braingate',
'brainerd-lab',
'brodsky-lab',
'covid19',
'degraffenried-lab',
'frank-lab',
'frickel',
'fussell-lab',
'hurt-lab',
'koren-lab',
'lee-lab',
'nassar-lab',
'oh-lab',
'peac-lab',
Expand All @@ -27,10 +35,13 @@ id: "enum(
'mchugh-lab',
'rothman-lab',
'spade-lab',
'trikalinos-lab',
'aer-group',
'ventutulo',
'wilhelmus-lab',
'wong-lab',
'the-policy-lab',
'acadia',
'yajima-lab',
'division-biology-medicine'
)"
description: str()
Expand Down Expand Up @@ -89,5 +100,5 @@ person:
# These are links associated with the software
link:
# Must match one of the values in the regex
category: "enum('website', 'github', 'docs')"
category: "enum('website', 'github', 'docs', 'publications')"
url: str()

0 comments on commit ef5393e

Please sign in to comment.