Skip to content

Commit

Permalink
updated website and list of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sina-mansour committed Jun 18, 2024
1 parent 3757af7 commit b66ecd4
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nav:
link: team

- title: "Venue"
type: "section"
type: "allsection"
link: venue

- title: "Contact"
Expand Down
37 changes: 37 additions & 0 deletions _data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,43 @@ projectlist:
shortname: "CoilHacker"


- title: "WhoBPyT - Whole-Brain Modelling in PyTorch"
link: "https://github.com/GriffithsLab/whobpyt"
image: whobpyt.png
details: |
[WhoBPyT](https://github.com/GriffithsLab/whobpyt) is a Python library for connectome-based neurophysiological modelling of neuroimaging and other macroscale brain data. At its core is a deep learning-based approach for model fitting and parameter estimation, that capitalizes on the in-built algorithmic differentiation and optimization functionality of PyTorch.
The current `WhoBPyT` code base is a consolidation of several projects that have used this computational technique to study mechanisms underlying brain dynamics in [TMS-EEG](https://github.com/GriffithsLab/PyTepFit), [stereotactic EEG](https://github.com/Davi1990/Momi_et_al_2024), [resting-state fMRI](https://github.com/GriffithsLab/wwd-model-fitting).
We have completed a major refactor of the code base that generalizes several key functionalities and improves overall readability. The goal of this OHBM BrainHack project is to improve the first-time user experience with `WhoBPyT`, principally through docs and tutorial examples on computational modeling of EEG and fMRI data.
issue: 15
categories:
- EEG
- fMRI
- nilearn
- MNE
- machine learning
leads:
- name: John Griffiths
handle: .johngriffiths
shortname: "PyTorchBrainModelling"


- title: "Bayesian modelling in perception and action - moving towards sense of agency"
link: "https://github.com/CoInAct-group/SenseOfBayesiancy"
image: coinact.png
details: |
In this project, we aim to expand on current trends within Bayesian modeling of perception and action. Our goal is to use computational models to investigate classic theories of sense of agency. Using various open-source tools (e.g. BCI Toolbox, see https://github.com/evans1112/bcitoolbox), we will build a model that allows testing of many assumptions that underly classical and contemporary studies of sense of agency. The structure will be accessible and modular, to allow others to test their questions of interest.
issue: 16
categories:
- Bayesian
leads:
- name: Maud Ottenheijm
handle: maudottenheijm
shortname: "sense-of-bayesiancy"





Expand Down
40 changes: 27 additions & 13 deletions _data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ hackathon:
github: sina-mansour
twitter: Sina_Mansour_L

- name: "Qing Wang (Vincent)"
image: qing_wang.jpg
title: Hackathon Co-Chair
location: "Shanghai, China"
github: Vincent-wq
twitter: QingWan99752335

- name: "Roza Gunes Bayrak"
image: roza_gbayrak.png
title: Hackathon Chair Elect
location: "Nashville, USA"
github: rgbayrak
twitter: redgreenblues
# - name: "Qing Wang (Vincent)"
# image: qing_wang.jpg
# title: Hackathon Co-Chair
# location: "Shanghai, China"
# github: Vincent-wq
# twitter: QingWan99752335

# - name: "Roza Gunes Bayrak"
# image: roza_gbayrak.png
# title: Hackathon Chair Elect
# location: "Nashville, USA"
# github: rgbayrak
# twitter: redgreenblues

- name: "Bruno Hebling Vieira"
image: bruno_vieira.jpg
Expand All @@ -27,6 +27,20 @@ hackathon:
github: bhvieira
twitter: HeblingVieira

- name: "Niousha Dehestani"
image: niousha_dehestani.jpeg
title: Buddy System Lead
location: "Singapore, Singapore"
github: Niousha-Dehestani
twitter: dknewsha

- name: "Sung Min Ha"
image: sung_min_ha.JPG
title: Local Hackathon Ambassador
location: "St. Louis, Missouri, USA"
github: sungminha
twitter: SungMinHa1992

ossig:
- name: "Nils Muhlert"
image: nils_muhlert.png
Expand Down
Binary file added img/hackathon/coinact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hackathon/whobpyt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/niousha_dehestani.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/team/sung_min_ha.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b66ecd4

Please sign in to comment.