Skip to content

Commit

Permalink
add folder tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 20, 2024
1 parent 4673d41 commit 5abc996
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/contributing/general-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,49 @@ methods and results reporting in (f)MRI, (i)EEG, MEG.
By extension, this workflow can also be used on other types of guidelines (like
the ones for PET imaging and eyetracking).

```
📂
┣━━ 📂 docs
┣━━ 📂 ecobidas
┃ ┣━━ 📂 inputs
┃ ┃ ┣━━ 📂 core
┃ ┃ ┣━━ 📂 eyetracking
┃ ┃ ┣━━ 📂 meeg
┃ ┃ ┣━━ 📂 mri
┃ ┃ ┣━━ 📂 neurovault
┃ ┃ ┣━━ 📂 pet
┃ ┃ ┣━━ 📂 reexecution
┃ ┃ ┣━━ 📂 response_options
┃ ┃ ┣━━ 📄 data-dictionary.json
┃ ┃ ┗━━ 📄 spreadsheet_google_id.yml
┃ ┣━━ 📂 templates
┃ ┣━━ 🐍 __init__.py
┃ ┣━━ 🐍 cli.py
┃ ┣━━ 🐍 create_schema.py
┃ ┣━━ 🐍 download_tsv.py
┃ ┣━━ 🐍 generate_landing_page.py
┃ ┣━━ 🐍 item.py
┃ ┣━━ 🐍 macros.py
┃ ┣━━ 🐍 parsers.py
┃ ┣━━ 🐍 serve.py
┃ ┣━━ 🐍 template_manager.py
┃ ┗━━ 🐍 utils.py
┣━━ 📂 inputs
┃ ┣━━ 📂 bids_template
┃ ┗━━ 📂 boilerplate
┣━━ 📂 macros
┣━━ 📂 schema
┣━━ 📂 tests
┣━━ 📄 CITATION.cff
┣━━ 📄 LICENSE
┣━━ 📄 Makefile
┣━━ 📄 mkdocs.yml
┣━━ 📄 pyproject.toml
┣━━ 📄 README.md
┣━━ 📄 requirements.txt
┗━━ 📄 tox.ini
```

```text
.
├── .github <-- continuous integration "scripts"
Expand Down

0 comments on commit 5abc996

Please sign in to comment.