Skip to content

Commit 1d3971a

Browse files
committed
update website
1 parent add1a5c commit 1d3971a

24 files changed

+390
-51
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cd05edda5a196b64f15bf4fd9405651a
3+
config: 2d74eba0fda4f104759c39e07f04ffd8
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

4.58 KB
Binary file not shown.

docs/.doctrees/index.doctree

424 Bytes
Binary file not shown.
166 Bytes
Binary file not shown.

docs/.doctrees/versioning.doctree

3.23 KB
Binary file not shown.

docs/_sources/index.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ TaskBeacon
22
----------
33

44
Welcome to **TaskBeacon**, a community-driven platform for sharing, standardizing, and enhancing psychological paradigms.
5-
Our mission is to improve **reproducibility and efficiency** in psychological and brain science research through structured formats and LLM-powered experiment generation.
5+
Our mission is to improve reproducibility and efficiency in psychological and brain science research through structured formats and LLM-powered experiment generation.
66

7-
TaskBeacon is an open science initiative that offers a suite of tools and resources:
7+
TaskBeacon offers a suite of tools and resources:
88

99
- `TAPS <https://taskbeacon.github.io/taps>`_ – A standardized format for structuring cognitive tasks
1010
- `psyflow <https://taskbeacon.github.io/psyflow/>`_ – A Python library for programming cognitive experiments
@@ -20,7 +20,7 @@ We are continuously expanding the platform to support more automation, customiza
2020
How to Get Involved
2121

2222
- Explore the repository and documentation
23-
- Contribute new tasks or improvements to TAPS and psyflow
23+
- Contribute new tasks or improvements to TAPS and psyflow `Learn more about upload and manage your tasks <https://taskbeacon.github.io/versioning>`_
2424
- Engage with the community to help shape the platform’s future
2525

2626
Connect with Us

docs/_sources/localization.md.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# showcase of localiation
2-
this is a test
2+
3+
how to localize the task
4+
5+
6+
convert the text to voice

docs/_sources/versioning.md.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# versioning
2+
3+
* how do we mange the varaints of the tasks
4+
5+
* how to upload your tasks

docs/_static/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* ensure Quick Links text matches other sidebar items */
2+
.sidebar-cta.entries-box,
3+
.sidebar-cta.entries-box a {
4+
font-size: var(--font-size-small)*1.2; /* uses the theme’s small font size */
5+
}
6+
7+
/* add a tiny bit of vertical spacing between items */
8+
.sidebar-cta.entries-box li + li {
9+
margin-top: 0.25rem;
10+
}

docs/future_directions.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
13+
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=eb47ed86" />
1314

1415

1516

@@ -195,13 +196,13 @@
195196
</div>
196197

197198

198-
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
199+
</a><div class="sidebar-cta entries-box">
199200
<p><strong>Quick Links</strong></p>
200201
<ul style="list-style: none; padding-left: 0;">
201-
<li><a href="taps.html">📄 TAPS Format</a></li>
202-
<li><a href="https://taskbeacon.github.io/psyflow/">🧠 PsyFlow Library</a></li>
203-
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
204-
<li><a href="#">💡 Future Directions</a></li>
202+
<li><a href="taps.html">TAPS Format</a></li>
203+
<li><a href="https://taskbeacon.github.io/psyflow/">PsyFlow Library</a></li>
204+
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
205+
<li><a href="#">Future Directions</a></li>
205206
</ul>
206207
</div>
207208
</div>

0 commit comments

Comments
 (0)