Skip to content

Commit c2d3862

Browse files
committed
Filling in pipeline course details
1 parent cf21525 commit c2d3862

2 files changed

Lines changed: 23 additions & 17 deletions

File tree

frontend/public/data/reproinventory_data.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@
16011601
]
16021602
},
16031603
{
1604-
"id": 51,
1604+
"id": 50,
16051605
"tag_team": [
16061606
"CF",
16071607
"SS",
@@ -2027,7 +2027,7 @@
20272027
"JB"
20282028
],
20292029
"course_name": "ABCD Repronim ML course",
2030-
"url": null,
2030+
"url": "https://www.abcd-repronim.org/ml.html",
20312031
"level": null,
20322032
"platform": null,
20332033
"keywords": null,
@@ -2041,7 +2041,7 @@
20412041
"open_dataset": "NA",
20422042
"last_updated": null,
20432043
"functionality": null,
2044-
"assessment": null,
2044+
"assessment": true,
20452045
"prerequisite": null,
20462046
"source": null,
20472047
"review": null,
@@ -2050,7 +2050,7 @@
20502050
"quadrants": null
20512051
},
20522052
{
2053-
"id": null,
2053+
"id": 61,
20542054
"tag_team": [
20552055
"JB"
20562056
],
@@ -2060,10 +2060,14 @@
20602060
"platform": null,
20612061
"keywords": null,
20622062
"course_length": "NA",
2063-
"instruction_medium": null,
2063+
"instruction_medium": [
2064+
"lecture"
2065+
],
20642066
"delivery": null,
20652067
"language": "English",
2066-
"programming_language": null,
2068+
"programming_language": [
2069+
"Python"
2070+
],
20672071
"neuroimaging_software": null,
20682072
"imaging_modality": null,
20692073
"open_dataset": "NA",
@@ -2072,9 +2076,9 @@
20722076
"assessment": null,
20732077
"prerequisite": null,
20742078
"source": null,
2075-
"review": null,
2079+
"review": "Comprehensive website describing the necessity of reproducible research and how to achieve it (notebooks, visualisation)",
20762080
"alias_links": null,
20772081
"notes": null,
20782082
"quadrants": null
20792083
}
2080-
]
2084+
]

model/reproinventory_data.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,9 +1574,9 @@
15741574
- JB
15751575
course_name: ABCD Repronim ML course
15761576
url: https://www.abcd-repronim.org/ml.html
1577-
level: intermediate
1577+
level: null
15781578
platform: null
1579-
keywords: Machine Learning
1579+
keywords: null
15801580
course_length: NA
15811581
instruction_medium: null
15821582
delivery: null
@@ -1585,12 +1585,12 @@
15851585
neuroimaging_software: null
15861586
imaging_modality: null
15871587
open_dataset: NA
1588-
last_updated: 2025
1588+
last_updated: null
15891589
functionality: null
15901590
assessment: true
15911591
prerequisite: null
15921592
source: null
1593-
review: 3 week machone learning course
1593+
review: null
15941594
alias_links: null
15951595
notes: null
15961596
quadrants: null
@@ -1601,16 +1601,18 @@
16011601
url: https://sina-mansour.github.io/ohbm2025-reproducible-research/intro.html
16021602
level: null
16031603
platform: null
1604-
keywords: Reproducible Pipelines, Best Practices, Data Visualization
1605-
course_length:
1606-
instruction_medium: null
1604+
keywords: null
1605+
course_length: NA
1606+
instruction_medium:
1607+
- lecture
16071608
delivery: null
16081609
language: English
1609-
programming_language: Python
1610+
programming_language:
1611+
- Python
16101612
neuroimaging_software: null
16111613
imaging_modality: null
16121614
open_dataset: NA
1613-
last_updated: 2025
1615+
last_updated: null
16141616
functionality: null
16151617
assessment: null
16161618
prerequisite: null

0 commit comments

Comments
 (0)