Skip to content

Commit 5565e30

Browse files
committed
Update course length for ABCD courses
1 parent c2d3862 commit 5565e30

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

frontend/public/data/reproinventory_data.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@
19751975
"level": null,
19761976
"platform": null,
19771977
"keywords": null,
1978-
"course_length": "NA",
1978+
"course_length": "1+ weeks",
19791979
"instruction_medium": null,
19801980
"delivery": null,
19811981
"language": null,
@@ -2003,7 +2003,7 @@
20032003
"level": null,
20042004
"platform": null,
20052005
"keywords": null,
2006-
"course_length": "NA",
2006+
"course_length": "1+ weeks",
20072007
"instruction_medium": null,
20082008
"delivery": null,
20092009
"language": null,
@@ -2031,7 +2031,9 @@
20312031
"level": null,
20322032
"platform": null,
20332033
"keywords": null,
2034-
"course_length": "NA",
2034+
"course_length": [
2035+
"1+ weeks"
2036+
],
20352037
"instruction_medium": null,
20362038
"delivery": null,
20372039
"language": null,
@@ -2056,10 +2058,15 @@
20562058
],
20572059
"course_name": "Reproducible Pipelines for Neuroimaging Research",
20582060
"url": "https://sina-mansour.github.io/ohbm2025-reproducible-research/intro.html",
2059-
"level": null,
2061+
"level": [
2062+
"Beginner",
2063+
"Intermediate"
2064+
],
20602065
"platform": null,
20612066
"keywords": null,
2062-
"course_length": "NA",
2067+
"course_length": [
2068+
"1-4 hrs"
2069+
],
20632070
"instruction_medium": [
20642071
"lecture"
20652072
],

model/reproinventory_data.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@
15271527
level: null
15281528
platform: null
15291529
keywords: null
1530-
course_length: NA
1530+
course_length: 1+ weeks
15311531
instruction_medium: null
15321532
delivery: null
15331533
language: null
@@ -1552,7 +1552,7 @@
15521552
level: null
15531553
platform: null
15541554
keywords: null
1555-
course_length: NA
1555+
course_length: 1+ weeks
15561556
instruction_medium: null
15571557
delivery: null
15581558
language: null
@@ -1577,7 +1577,8 @@
15771577
level: null
15781578
platform: null
15791579
keywords: null
1580-
course_length: NA
1580+
course_length:
1581+
- 1+ weeks
15811582
instruction_medium: null
15821583
delivery: null
15831584
language: null
@@ -1599,10 +1600,13 @@
15991600
- JB
16001601
course_name: Reproducible Pipelines for Neuroimaging Research
16011602
url: https://sina-mansour.github.io/ohbm2025-reproducible-research/intro.html
1602-
level: null
1603+
level:
1604+
- Beginner
1605+
- Intermediate
16031606
platform: null
16041607
keywords: null
1605-
course_length: NA
1608+
course_length:
1609+
- 1-4 hrs
16061610
instruction_medium:
16071611
- lecture
16081612
delivery: null

0 commit comments

Comments
 (0)