Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.0
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,21 @@
[submodule "projects/Neurocon"]
path = projects/Neurocon
url = https://github.com/conpdatasets/Neurocon.git
[submodule "projects/_3_step_CPCA"]
path = projects/_3_step_CPCA
url = https://github.com/conp-bot/conp-dataset-3-step-CPCA.git
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an old unresolved submission from a UBC student and CONP Scholar named Abhijit Chinchani, for whom we did a research spotlight here. The problem is that it isn't so much a dataset as bit of code for his analysis technique.

After encouraging him to translate his code from Matlab to Python, I spoke to Abhijit about possibly converting his Jupyter notebook to a NeuroLibre book but I haven't had any new since then. Will follow up with him.

[submodule "projects/braincode_CAN-BIND_Biomarkers_for_Depression_Baseline_Data_Release"]
path = projects/braincode_CAN-BIND_Biomarkers_for_Depression_Baseline_Data_Release
url = https://github.com/conpdatasets/braincode_CAN-BIND_Biomarkers_for_Depression_Baseline_Data_Release
[submodule "projects/braincode_ONDRI_Foundation_Study_Baseline_Data_Release"]
path = projects/braincode_ONDRI_Foundation_Study_Baseline_Data_Release
url = https://github.com/conpdatasets/braincode_ONDRI_Foundation_Study_Baseline_Data_Release
[submodule "projects/braincode_POND_Registry_Clinical_Data_Release"]
path = projects/braincode_POND_Registry_Clinical_Data_Release
url = https://github.com/conpdatasets/braincode_POND_Registry_Clinical_Data_Release
[submodule "projects/braincode_5P_Predicting_Persistent_Postconcussive_Problems_in_Pediatric"]
path = projects/braincode_5P_Predicting_Persistent_Postconcussive_Problems_in_Pediatric
url = https://github.com/conpdatasets/braincode_SP_Predicting_Persistent_Postconcussive_Problems_in_Pediatric
[submodule "projects/braincode_POND_Registry_Imaging_Data_Release"]
path = projects/braincode_POND_Registry_Imaging_Data_Release
url = https://github.com/conpdatasets/braincode_POND_Registry_Imaging_Data_Release
1 change: 1 addition & 0 deletions projects/_3_step_CPCA
Submodule _3_step_CPCA added at 58040d