Skip to content
Merged
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
13 changes: 13 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Typos Check

on:
pull_request:
push:
branches: [main]

jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.33.1
19 changes: 17 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
.quarto
# Quarto
.quarto/
/_site/
/quarto_cache/

/.quarto/
# Generated outputs
_freeze/
news_files/
*.ipynb

# Dev tools
CLAUDE.md
.claude/
.serena/

# Planning files
plan.md
ideas.md
scratch_notes.md
research.md
12 changes: 0 additions & 12 deletions _freeze/news/execute-results/html.json

This file was deleted.

Binary file removed _freeze/news/figure-html/cell-2-output-2.png
Binary file not shown.
7 changes: 0 additions & 7 deletions _freeze/site_libs/clipboard/clipboard.min.js

This file was deleted.

8 changes: 8 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[files]
extend-exclude = [
"_freeze/",
"_site/",
"news_files/",
"*.ipynb",
"*.tsv",
]
4 changes: 2 additions & 2 deletions datasets.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Avaliable MoBI datasets"
title: "Available MoBI datasets"
---

This is a table of avaliable EEG datasets on [OpenNeuro](https://openneuro.org/search/modality/eeg?query=%7B%22modality_selected%22%3A%22EEG%22%7D) for the keywords specified in the table. If you find datasets missing, plesae feel free to add them via a PR on Github [here](https://github.com/JuliusWelzel/eegmanysteps/pulls).
This is a table of available EEG datasets on [OpenNeuro](https://openneuro.org/search/modality/eeg?query=%7B%22modality_selected%22%3A%22EEG%22%7D) for the keywords specified in the table. If you find datasets missing, please feel free to add them via a PR on GitHub [here](https://github.com/EEGManySteps/eegmanysteps-website/pulls).

| Dataset | Study | Tasks | Authors | Keywords | Mobility Tasks | Sampling Frequency | Participants | EEG Channels | EMG Channels | IMU Tracked Points | IMU Sensor Placement | MoCap Channels | MoCap Sensor Placement | Misc Channel Count | Gait Events Shared|
|---------------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------|--------------------------------------------|----------|----------------|--------------------|--------------|--------------|--------------|---------------------|--------------------------------|---------------|--------------------------|--------------------|-------------------|
Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We are committed to fostering Open Science by ensuring our research materials, i

**EEGManySteps** differs from traditional replication studies by emphasizing data collection across diverse settings rather than replicating specific findings. By leveraging both preexisting datasets and newly acquired data, we seek to understand how variations in experimental setups and (pre)processing pipelines, affect the consistency and reliability of EEG results.

The project name **"EEGManySteps"** is a reflection of the initiative's goal to explore the various steps involved in mobile EEG research. MoBI data analysis is a complex process that involves multiple stages, from data acquisition to final interpretation. By examining the impact of different choices at each step, **EEGManySteps** aims to identify influenceing factors for conducting reliable and reproducible EEG studies in mobile environments.
The project name **"EEGManySteps"** is a reflection of the initiative's goal to explore the various steps involved in mobile EEG research. MoBI data analysis is a complex process that involves multiple stages, from data acquisition to final interpretation. By examining the impact of different choices at each step, **EEGManySteps** aims to identify influencing factors for conducting reliable and reproducible EEG studies in mobile environments.


# Methodology
Expand Down Expand Up @@ -53,7 +53,7 @@ graph LR
A[Advisory Board]
S[Steering Committee]

B1[WP1: Aquisition procotols]
B1[WP1: Acquisition protocols]
B2[WP2: Data collection]
B3[WP3: Data curation]
B4[WP4: Analysis]
Expand Down
Loading