-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from bhawnasehgal/main
Add research section in header
- Loading branch information
Showing
5 changed files
with
154 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. _experiments: | ||
|
||
Experiments done so far | ||
######################## | ||
|
||
:bdg-danger:`Work in progress` | ||
|
||
.. todo:: Here we will add categories for different projects based on the targeted area for recording biopotential signals. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _upsidedownlabs-research: | ||
|
||
Research | ||
############# | ||
|
||
This section features a collection of HCI (Human-Computer Interaction) and BCI (Brain-Computer Interface) experiments conducted by students, researchers, and hobbyists worldwide using BioAmp hardware. Many of these projects have also led to the publication of research papers across various HCI/BCI domains. | ||
|
||
.. only:: html | ||
|
||
.. grid:: 2 2 2 2 | ||
:margin: 4 4 0 0 | ||
:gutter: 2 | ||
|
||
.. grid-item-card:: HCI/BCI Experiments | ||
:text-align: center | ||
:link: experiments | ||
:link-type: ref | ||
|
||
.. grid-item-card:: Research papers published | ||
:text-align: center | ||
:link: research-papers | ||
:link-type: ref | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 1 | ||
:caption: Research Experiments | ||
|
||
experiments/index | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 1 | ||
:caption: Research Papers | ||
|
||
research-papers/index |
Oops, something went wrong.