Skip to content

Commit 0b9b2ef

Browse files
committed
build website
1 parent 8bb7b68 commit 0b9b2ef

18 files changed

+74
-97
lines changed

docs/.doctrees/environment.pickle

-2.46 KB
Binary file not shown.

docs/.doctrees/index.doctree

-2.31 KB
Binary file not shown.
334 Bytes
Binary file not shown.

docs/_sources/index.rst.txt

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,25 @@
1-
2-
31
TaskBeacon
42
----------
53

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

96
TaskBeacon offers a suite of tools and resources:
107

118
.. image:: _static/flowchart.png
129
:alt: Illustration of TaskBeacon
13-
:align: left
14-
:width: 100%
15-
16-
- :doc:`TAPS </taps>` – A standardized format for structuring cognitive tasks
17-
- `psyflow <https://taskbeacon.github.io/psyflow/>`_ – A Python library for programming cognitive experiments
18-
- `Task Library <https://taskbeacon.github.io/task_index/>`_ – A curated collection of well-documented experimental templates
19-
20-
TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration.
21-
This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration.
22-
`Learn more about localization <https://taskbeacon.github.io/localization>`_
23-
24-
We are continuously expanding the platform to support more automation, customization, and community collaboration. `Learn more about future directions <https://taskbeacon.github.io/future_directions>`_
25-
26-
27-
How to Get Involved
10+
:align: center
11+
:width: 85%
2812

29-
- Explore the repository and documentation
30-
- Contribute new tasks or improvements to TAPS and psyflow `Learn more about upload and manage your tasks <https://taskbeacon.github.io/versioning>`_
31-
- Engage with the community to help shape the platform’s future
13+
- :doc:`TAPS </taps>` – A standardized format for structuring cognitive tasks
14+
- `psyflow <https://taskbeacon.github.io/psyflow/>`_ – A PsychoPy-based library for efficiently building tasks
15+
- `Task Library <https://taskbeacon.github.io/task_index/>`_ – A curated collection of well-documented tasks
3216

33-
Connect with Us
17+
TaskBeacon also provides features that enhance reusability, localization, and collaboration:
3418

35-
- GitHub: `TaskBeacon Organization <https://github.com/TaskBeacon>`_
36-
19+
- :doc:`Localization </localization>` - Enables cross-cultural localization by seperating text components from task logic
20+
- :doc:`Variant tracking </versioning>`- Manage task variant using GitHub branches
3721

22+
We are continuously working on greater automation in task reporting and programming.
23+
`Learn more about future directions <https://taskbeacon.github.io/future_directions>`_
3824

25+
**Join Us**: `TaskBeacon Organization <https://github.com/TaskBeacon>`_

docs/_sources/localization.md.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# showcase of localiation
1+
# Localization-friendly design
22

3-
how to localize the task
4-
5-
6-
convert the text to voice
3+
TAPS and psyflow make cross-cultural localization efficient by cleanly separating task logic from configuration and content. This modular design allows researchers to adapt paradigms without modifying core code, promoting global accessibility and reuse.

docs/future_directions.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +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" />
13+
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=637d2040" />
1414

1515

1616

@@ -200,8 +200,10 @@
200200
<p><strong>Quick Links</strong></p>
201201
<ul style="list-style: none; padding-left: 0;">
202202
<li><a href="taps.html">TAPS Format</a></li>
203-
<li><a href="https://taskbeacon.github.io/psyflow/">PsyFlow Library</a></li>
203+
<li><a href="https://taskbeacon.github.io/psyflow/">psyflow framework</a></li>
204204
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
205+
<li><a href="localization.html">Localization</a></li>
206+
<li><a href="versioning.html">Variant Tracking</a></li>
205207
<li><a href="#">Future Directions</a></li>
206208
</ul>
207209
</div>

docs/genindex.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,10 @@
198198
<p><strong>Quick Links</strong></p>
199199
<ul style="list-style: none; padding-left: 0;">
200200
<li><a href="taps.html">TAPS Format</a></li>
201-
<li><a href="https://taskbeacon.github.io/psyflow/">PsyFlow Library</a></li>
201+
<li><a href="https://taskbeacon.github.io/psyflow/">psyflow framework</a></li>
202202
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
203+
<li><a href="localization.html">Localization</a></li>
204+
<li><a href="versioning.html">Variant Tracking</a></li>
203205
<li><a href="future_directions.html">Future Directions</a></li>
204206
</ul>
205207
</div>

docs/index.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@
200200
<p><strong>Quick Links</strong></p>
201201
<ul style="list-style: none; padding-left: 0;">
202202
<li><a href="taps.html">TAPS Format</a></li>
203-
<li><a href="https://taskbeacon.github.io/psyflow/">PsyFlow Library</a></li>
203+
<li><a href="https://taskbeacon.github.io/psyflow/">psyflow framework</a></li>
204204
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
205+
<li><a href="localization.html">Localization</a></li>
206+
<li><a href="versioning.html">Variant Tracking</a></li>
205207
<li><a href="future_directions.html">Future Directions</a></li>
206208
</ul>
207209
</div>
@@ -242,30 +244,22 @@
242244
<article role="main" id="furo-main-content">
243245
<section id="taskbeacon">
244246
<h1>TaskBeacon<a class="headerlink" href="#taskbeacon" title="Link to this heading"></a></h1>
245-
<p>Welcome to <strong>TaskBeacon</strong>, a community-driven platform for sharing, standardizing, and enhancing psychological paradigms.
246-
Our mission is to improve reproducibility and efficiency in psychological and brain science research through structured formats and LLM-powered experiment generation.</p>
247+
<p>Welcome to <strong>TaskBeacon</strong>, a community-driven platform for sharing, standardizing, and enhancing psychological paradigms.</p>
247248
<p>TaskBeacon offers a suite of tools and resources:</p>
248-
<a class="reference internal image-reference" href="_images/flowchart.png"><img alt="Illustration of TaskBeacon" class="align-left" src="_images/flowchart.png" style="width: 100%;" /></a>
249+
<a class="reference internal image-reference" href="_images/flowchart.png"><img alt="Illustration of TaskBeacon" class="align-center" src="_images/flowchart.png" style="width: 85%;" /></a>
249250
<ul class="simple">
250251
<li><p><a class="reference internal" href="taps.html"><span class="doc">TAPS</span></a> – A standardized format for structuring cognitive tasks</p></li>
251-
<li><p><a class="reference external" href="https://taskbeacon.github.io/psyflow/">psyflow</a> – A Python library for programming cognitive experiments</p></li>
252-
<li><p><a class="reference external" href="https://taskbeacon.github.io/task_index/">Task Library</a> – A curated collection of well-documented experimental templates</p></li>
252+
<li><p><a class="reference external" href="https://taskbeacon.github.io/psyflow/">psyflow</a> – A PsychoPy-based library for efficiently building tasks</p></li>
253+
<li><p><a class="reference external" href="https://taskbeacon.github.io/task_index/">Task Library</a> – A curated collection of well-documented tasks</p></li>
253254
</ul>
254-
<p>TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration.
255-
This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration.
256-
<a class="reference external" href="https://taskbeacon.github.io/localization">Learn more about localization</a></p>
257-
<p>We are continuously expanding the platform to support more automation, customization, and community collaboration. <a class="reference external" href="https://taskbeacon.github.io/future_directions">Learn more about future directions</a></p>
258-
<p>How to Get Involved</p>
255+
<p>TaskBeacon also provides features that enhance reusability, localization, and collaboration:</p>
259256
<ul class="simple">
260-
<li><p>Explore the repository and documentation</p></li>
261-
<li><p>Contribute new tasks or improvements to TAPS and psyflow <a class="reference external" href="https://taskbeacon.github.io/versioning">Learn more about upload and manage your tasks</a></p></li>
262-
<li><p>Engage with the community to help shape the platform’s future</p></li>
263-
</ul>
264-
<p>Connect with Us</p>
265-
<ul class="simple">
266-
<li><p>GitHub: <a class="reference external" href="https://github.com/TaskBeacon">TaskBeacon Organization</a></p></li>
267-
<li><p>Email: <a class="reference external" href="mailto:zhipeng30&#37;&#52;&#48;foxmail&#46;com">zhipeng30<span>&#64;</span>foxmail<span>&#46;</span>com</a></p></li>
257+
<li><p><a class="reference internal" href="localization.html"><span class="doc">Localization</span></a> - Enables cross-cultural localization by seperating text components from task logic</p></li>
258+
<li><p><a class="reference internal" href="versioning.html"><span class="doc">Variant tracking</span></a>- Manage task variant using GitHub branches</p></li>
268259
</ul>
260+
<p>We are continuously working on greater automation in task reporting and programming.
261+
<a class="reference external" href="https://taskbeacon.github.io/future_directions">Learn more about future directions</a></p>
262+
<p><strong>Join Us</strong>: <a class="reference external" href="https://github.com/TaskBeacon">TaskBeacon Organization</a></p>
269263
</section>
270264

271265
</article>

docs/localization.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
77

88
<!-- Generated with Sphinx 7.3.7 and Furo 2024.08.06 -->
9-
<title>showcase of localiation - TaskBeacon documentation</title>
9+
<title>Localization-friendly design - TaskBeacon documentation</title>
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" />
@@ -200,8 +200,10 @@
200200
<p><strong>Quick Links</strong></p>
201201
<ul style="list-style: none; padding-left: 0;">
202202
<li><a href="taps.html">TAPS Format</a></li>
203-
<li><a href="https://taskbeacon.github.io/psyflow/">PsyFlow Library</a></li>
203+
<li><a href="https://taskbeacon.github.io/psyflow/">psyflow framework</a></li>
204204
<li><a href="https://taskbeacon.github.io/task_index/">Task Library</a></li>
205+
<li><a href="#">Localization</a></li>
206+
<li><a href="versioning.html">Variant Tracking</a></li>
205207
<li><a href="future_directions.html">Future Directions</a></li>
206208
</ul>
207209
</div>
@@ -240,10 +242,9 @@
240242
</label>
241243
</div>
242244
<article role="main" id="furo-main-content">
243-
<section id="showcase-of-localiation">
244-
<h1>showcase of localiation<a class="headerlink" href="#showcase-of-localiation" title="Link to this heading"></a></h1>
245-
<p>how to localize the task</p>
246-
<p>convert the text to voice</p>
245+
<section id="localization-friendly-design">
246+
<h1>Localization-friendly design<a class="headerlink" href="#localization-friendly-design" title="Link to this heading"></a></h1>
247+
<p>TAPS and psyflow make cross-cultural localization efficient by cleanly separating task logic from configuration and content. This modular design allows researchers to adapt paradigms without modifying core code, promoting global accessibility and reuse.</p>
247248
</section>
248249

249250
</article>

docs/objects.inv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Project: TaskBeacon
33
# Version:
44
# The remainder of this file is compressed using zlib.
5-
xڅ�M
6-
0��9E.P������B(Խ�ɴ�LiR��^ۤ6�]����'���x��F�˭� I�'s����]5��2�~dV�QF⣇5�Qw��zj�� =���e� �0M�zBW>NǺ�lIw9���Mv%�c��M�����0\e�\�=n$^�N9�+��!m]�^b��"Ԣ��^�L��
7-
d�ɧt��^�4c7��{_e�84�>���t�g
5+
xڅ�
6+
��}
7+
_`A�AAP0X�azܤ�u�z���5Aw���?�9*+_Y8 e�{e��΋�0�&s*����ߐ�:L�Lr�J xvfd��>��ڷG2���Hqb�ƍ&h8C�bm�X�`:D$�V�XSN�܌�1WY'C!�8Q!����hqj��x���#�H��OBZ���d�Y^L��O�)ˁxVN~�����N3r����c�H�4!o_D�s

0 commit comments

Comments
 (0)