Skip to content

Commit 9976561

Browse files
author
Afonso Pinto
committed
Add README and .gitignore
0 parents  commit 9976561

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.ipynb_checkpoints/
2+
*.pyc
3+
*.egg-info
4+
.DS_Store
5+
pygeppetto/
6+
org.geppetto.frontend.jupyter/
7+
*.ipynb
8+
init.py
9+
.idea/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# HNN-GUI
2+
3+
This repository hosts the User Interface for [HNN](https://hnn.brown.edu/). HNN is a user-friendly software tool that gives researchers and clinicians the ability to test and develop hypotheses on the circuit mechanism underlying their EEG/MEG data in an easy-to-use environment.
4+

0 commit comments

Comments
 (0)