Skip to content

Commit 28f7cd3

Browse files
authored
Merge pull request #6 from TaskBeacon/codex/refine-furo-setup-for-website
Connect Furo sidebar to content pages
2 parents b46b6e5 + f305d7e commit 28f7cd3

File tree

12 files changed

+35
-4
lines changed

12 files changed

+35
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
html/
2+
doctrees/

doctrees/environment.pickle

-21.4 KB
Binary file not shown.

doctrees/index.doctree

-4.95 KB
Binary file not shown.

source/_static/logo-dark.png

Loading

source/_static/logo-light.png

Loading

source/_static/logo.png

Loading

source/content_md/future.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Future Directions
2+
3+
We plan to explore how large language models can help generate new cognitive tasks from natural language instructions. Automated task generation could accelerate research and expand available paradigms.
4+
5+
Community feedback and contributions are welcome as we experiment with these ideas.

source/content_md/psyflow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PsyFlow
2+
3+
PsyFlow is a Python framework designed for building cognitive experiments. It integrates seamlessly with TAPS task descriptions and handles participant flow, data collection and timing.
4+
5+
The framework reduces boilerplate code so researchers can focus on designing experiments rather than infrastructure.

source/content_md/taps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TAPS
2+
3+
The Task Archive and Protocol Specification (TAPS) defines a consistent format for describing cognitive tasks. By capturing stimuli, procedures and timing, TAPS makes tasks reproducible and easier to share.
4+
5+
Researchers can write tasks once and deploy them across different platforms without manual rewriting.

source/content_md/taskbeacon.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TaskBeacon
2+
3+
TaskBeacon aims to aggregate and organize cognitive task definitions. It helps researchers share and discover standardized task protocols across studies.
4+
5+
The project works alongside TAPS and PsyFlow to streamline task development and execution.

0 commit comments

Comments
 (0)