Skip to content

Commit 605ef05

Browse files
committed
build main page
1 parent f085442 commit 605ef05

File tree

15 files changed

+106
-250
lines changed

15 files changed

+106
-250
lines changed

docs/.doctrees/environment.pickle

1.31 KB
Binary file not shown.

docs/.doctrees/index.doctree

738 Bytes
Binary file not shown.

docs/_sources/index.rst.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ Our mission is to improve **reproducibility and efficiency** in psychological an
66

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

9-
- `**TAPS** – A standardized format for structuring cognitive tasks <taskbeacon.github.io/taps.html> `
10-
- `**psyflow** – A Python library for programming cognitive experiments <taskbeacon.github.io/psyflow.html> `
11-
- `**Task Library** – A curated collection of well-documented experimental templates <taskbeacon.github.io/tasks/>`
9+
- `TAPS <https://taskbeacon.github.io/taps>`_ – A standardized format for structuring cognitive tasks
10+
- `psyflow <https://taskbeacon.github.io/psyflow/>`_ – A Python library for programming cognitive experiments
11+
- `Task Library <https://taskbeacon.github.io/task_index/>`_ – A curated collection of well-documented experimental templates
1212

13-
TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration. This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration. Learn more about TAPS and psyflow in our `**TAPS and psyflow: A guide for researchers** <taskbeacon.github.io/localization.html>`_
13+
TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration.
14+
This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration.
15+
`Learn more about localization <https://taskbeacon.github.io/localization>`_
1416

15-
We are continuously expanding the platform to support more automation, customization, and community collaboration.
17+
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>`_
1618

1719

1820
How to Get Involved
19-
- **Explore** the repository and documentation
20-
- **Contribute** new tasks or improvements to TAPS and psyflow
21-
- **Engage** with the community to help shape the platform’s future
21+
22+
- Explore the repository and documentation
23+
- Contribute new tasks or improvements to TAPS and psyflow
24+
- Engage with the community to help shape the platform’s future
2225

2326
Connect with Us
27+
2428
- GitHub: `TaskBeacon Organization <https://github.com/TaskBeacon>`_
2529
2630

docs/future_directions.html

Lines changed: 11 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head><meta charset="utf-8"/>
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
6-
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="PsyFlow" href="psyflow.html" /><link rel="prev" title="TaskBeacon – Advancing Reproducible Psychological Paradigms" href="index.html" />
6+
<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 -->
99
<title>Future Directions - TaskBeacon documentation</title>
@@ -195,32 +195,14 @@
195195
</div>
196196

197197

198-
</a><div class="entry-cards" style="margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem;">
199-
200-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
201-
<p style="margin: 0.25rem 0;"><strong>📄 TAPS</strong></p>
202-
<p style="margin: 0; font-size: 0.85em;">A standardized format for cognitive tasks, providing reproducible task specifications.</p>
203-
<a href="taps.html" style="font-size: 0.8em;">Learn more →</a>
204-
</div>
205-
206-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
207-
<p style="margin: 0.25rem 0;"><strong>🧱 PsyFlow</strong></p>
208-
<p style="margin: 0; font-size: 0.85em;">A development framework for building cognitive tasks with easy integration of TAPS.</p>
209-
<a href="psyflow.html" style="font-size: 0.8em;">Learn more →</a>
210-
</div>
211-
212-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
213-
<p style="margin: 0.25rem 0;"><strong>✅ Tasks</strong></p>
214-
<p style="margin: 0; font-size: 0.85em;">A library of common cognitive tasks ready to use like Go/No–Go, Stroop, Reaction-Time...</p>
215-
<a href="tasks_index.html" style="font-size: 0.8em;">Browse all →</a>
216-
</div>
217-
218-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
219-
<p style="margin: 0.25rem 0;"><strong>💡 Future Directions</strong></p>
220-
<p style="margin: 0; font-size: 0.85em;">Exploring LLM-based generation of cognitive tasks driven by natural language.</p>
221-
<a href="future.html" style="font-size: 0.8em;">Learn more →</a>
222-
</div>
223-
198+
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
199+
<p><strong>Quick Links</strong></p>
200+
<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>
205+
</ul>
224206
</div>
225207
</div>
226208

@@ -268,26 +250,8 @@ <h1>Future Directions<a class="headerlink" href="#future-directions" title="Link
268250
<footer>
269251

270252
<div class="related-pages">
271-
<a class="next-page" href="psyflow.html">
272-
<div class="page-info">
273-
<div class="context">
274-
<span>Next</span>
275-
</div>
276-
<div class="title">PsyFlow</div>
277-
</div>
278-
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
279-
</a>
280-
<a class="prev-page" href="index.html">
281-
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
282-
<div class="page-info">
283-
<div class="context">
284-
<span>Previous</span>
285-
</div>
286-
287-
<div class="title">Home</div>
288-
289-
</div>
290-
</a>
253+
254+
291255
</div>
292256
<div class="bottom-of-page">
293257
<div class="left-details">

docs/genindex.html

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -193,32 +193,14 @@
193193
</div>
194194

195195

196-
</a><div class="entry-cards" style="margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem;">
197-
198-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
199-
<p style="margin: 0.25rem 0;"><strong>📄 TAPS</strong></p>
200-
<p style="margin: 0; font-size: 0.85em;">A standardized format for cognitive tasks, providing reproducible task specifications.</p>
201-
<a href="taps.html" style="font-size: 0.8em;">Learn more →</a>
202-
</div>
203-
204-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
205-
<p style="margin: 0.25rem 0;"><strong>🧱 PsyFlow</strong></p>
206-
<p style="margin: 0; font-size: 0.85em;">A development framework for building cognitive tasks with easy integration of TAPS.</p>
207-
<a href="psyflow.html" style="font-size: 0.8em;">Learn more →</a>
208-
</div>
209-
210-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
211-
<p style="margin: 0.25rem 0;"><strong>✅ Tasks</strong></p>
212-
<p style="margin: 0; font-size: 0.85em;">A library of common cognitive tasks ready to use like Go/No–Go, Stroop, Reaction-Time...</p>
213-
<a href="tasks_index.html" style="font-size: 0.8em;">Browse all →</a>
214-
</div>
215-
216-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
217-
<p style="margin: 0.25rem 0;"><strong>💡 Future Directions</strong></p>
218-
<p style="margin: 0; font-size: 0.85em;">Exploring LLM-based generation of cognitive tasks driven by natural language.</p>
219-
<a href="future.html" style="font-size: 0.8em;">Learn more →</a>
220-
</div>
221-
196+
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
197+
<p><strong>Quick Links</strong></p>
198+
<ul style="list-style: none; padding-left: 0;">
199+
<li><a href="taps.html">📄 TAPS Format</a></li>
200+
<li><a href="https://taskbeacon.github.io/psyflow/">🧠 PsyFlow Library</a></li>
201+
<li><a href="https://taskbeacon.github.io/task_index/">✅ Task Library</a></li>
202+
<li><a href="future_directions.html">💡 Future Directions</a></li>
203+
</ul>
222204
</div>
223205
</div>
224206

docs/index.html

Lines changed: 26 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -195,32 +195,14 @@
195195
</div>
196196

197197

198-
</a><div class="entry-cards" style="margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem;">
199-
200-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
201-
<p style="margin: 0.25rem 0;"><strong>📄 TAPS</strong></p>
202-
<p style="margin: 0; font-size: 0.85em;">A standardized format for cognitive tasks, providing reproducible task specifications.</p>
203-
<a href="taps.html" style="font-size: 0.8em;">Learn more →</a>
204-
</div>
205-
206-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
207-
<p style="margin: 0.25rem 0;"><strong>🧱 PsyFlow</strong></p>
208-
<p style="margin: 0; font-size: 0.85em;">A development framework for building cognitive tasks with easy integration of TAPS.</p>
209-
<a href="psyflow.html" style="font-size: 0.8em;">Learn more →</a>
210-
</div>
211-
212-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
213-
<p style="margin: 0.25rem 0;"><strong>✅ Tasks</strong></p>
214-
<p style="margin: 0; font-size: 0.85em;">A library of common cognitive tasks ready to use like Go/No–Go, Stroop, Reaction-Time...</p>
215-
<a href="tasks_index.html" style="font-size: 0.8em;">Browse all →</a>
216-
</div>
217-
218-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
219-
<p style="margin: 0.25rem 0;"><strong>💡 Future Directions</strong></p>
220-
<p style="margin: 0; font-size: 0.85em;">Exploring LLM-based generation of cognitive tasks driven by natural language.</p>
221-
<a href="future.html" style="font-size: 0.8em;">Learn more →</a>
222-
</div>
223-
198+
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
199+
<p><strong>Quick Links</strong></p>
200+
<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.html">💡 Future Directions</a></li>
205+
</ul>
224206
</div>
225207
</div>
226208

@@ -263,19 +245,25 @@ <h1>TaskBeacon<a class="headerlink" href="#taskbeacon" title="Link to this headi
263245
Our mission is to improve <strong>reproducibility and efficiency</strong> in psychological and brain science research through structured formats and LLM-powered experiment generation.</p>
264246
<p>TaskBeacon is an open science initiative that offers a suite of tools and resources:</p>
265247
<ul class="simple">
266-
<li><p><a href="#id1"><span class="problematic" id="id2">`</span></a><strong>TAPS</strong> – A standardized format for structuring cognitive tasks &lt;taskbeacon.github.io/taps.html&gt; `</p></li>
267-
<li><p><a href="#id3"><span class="problematic" id="id4">`</span></a><strong>psyflow</strong> – A Python library for programming cognitive experiments &lt;taskbeacon.github.io/psyflow.html&gt; `</p></li>
268-
<li><p><cite>**Task Library** – A curated collection of well-documented experimental templates &lt;taskbeacon.github.io/tasks/&gt;</cite></p></li>
248+
<li><p><a class="reference external" href="https://taskbeacon.github.io/taps">TAPS</a> – A standardized format for structuring cognitive tasks</p></li>
249+
<li><p><a class="reference external" href="https://taskbeacon.github.io/psyflow/">psyflow</a> – A Python library for programming cognitive experiments</p></li>
250+
<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>
251+
</ul>
252+
<p>TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration.
253+
This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration.
254+
<a class="reference external" href="https://taskbeacon.github.io/localization">Learn more about localization</a></p>
255+
<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>
256+
<p>How to Get Involved</p>
257+
<ul class="simple">
258+
<li><p>Explore the repository and documentation</p></li>
259+
<li><p>Contribute new tasks or improvements to TAPS and psyflow</p></li>
260+
<li><p>Engage with the community to help shape the platform’s future</p></li>
261+
</ul>
262+
<p>Connect with Us</p>
263+
<ul class="simple">
264+
<li><p>GitHub: <a class="reference external" href="https://github.com/TaskBeacon">TaskBeacon Organization</a></p></li>
265+
<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>
269266
</ul>
270-
<p>TAPS and psyflow make cross-cultural localization efficient by separating task logic from language-specific content and configuration. This modular structure allows researchers to easily adapt paradigms across different languages and cultural contexts without rewriting core code, fostering global accessibility and collaboration. Learn more about TAPS and psyflow in our <a class="reference external" href="taskbeacon.github.io/localization.html">**TAPS and psyflow: A guide for researchers**</a></p>
271-
<p>We are continuously expanding the platform to support more automation, customization, and community collaboration.</p>
272-
<p>How to Get Involved
273-
- <strong>Explore</strong> the repository and documentation
274-
- <strong>Contribute</strong> new tasks or improvements to TAPS and psyflow
275-
- <strong>Engage</strong> with the community to help shape the platform’s future</p>
276-
<p>Connect with Us
277-
- GitHub: <a class="reference external" href="https://github.com/TaskBeacon">TaskBeacon Organization</a>
278-
- 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>
279267
</section>
280268

281269
</article>

docs/localization.html

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -195,32 +195,14 @@
195195
</div>
196196

197197

198-
</a><div class="entry-cards" style="margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem;">
199-
200-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
201-
<p style="margin: 0.25rem 0;"><strong>📄 TAPS</strong></p>
202-
<p style="margin: 0; font-size: 0.85em;">A standardized format for cognitive tasks, providing reproducible task specifications.</p>
203-
<a href="taps.html" style="font-size: 0.8em;">Learn more →</a>
204-
</div>
205-
206-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
207-
<p style="margin: 0.25rem 0;"><strong>🧱 PsyFlow</strong></p>
208-
<p style="margin: 0; font-size: 0.85em;">A development framework for building cognitive tasks with easy integration of TAPS.</p>
209-
<a href="psyflow.html" style="font-size: 0.8em;">Learn more →</a>
210-
</div>
211-
212-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
213-
<p style="margin: 0.25rem 0;"><strong>✅ Tasks</strong></p>
214-
<p style="margin: 0; font-size: 0.85em;">A library of common cognitive tasks ready to use like Go/No–Go, Stroop, Reaction-Time...</p>
215-
<a href="tasks_index.html" style="font-size: 0.8em;">Browse all →</a>
216-
</div>
217-
218-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
219-
<p style="margin: 0.25rem 0;"><strong>💡 Future Directions</strong></p>
220-
<p style="margin: 0; font-size: 0.85em;">Exploring LLM-based generation of cognitive tasks driven by natural language.</p>
221-
<a href="future.html" style="font-size: 0.8em;">Learn more →</a>
222-
</div>
223-
198+
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
199+
<p><strong>Quick Links</strong></p>
200+
<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.html">💡 Future Directions</a></li>
205+
</ul>
224206
</div>
225207
</div>
226208

docs/objects.inv

-18 Bytes
Binary file not shown.

docs/search.html

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -195,32 +195,14 @@
195195
</div>
196196

197197

198-
</a><div class="entry-cards" style="margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem;">
199-
200-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
201-
<p style="margin: 0.25rem 0;"><strong>📄 TAPS</strong></p>
202-
<p style="margin: 0; font-size: 0.85em;">A standardized format for cognitive tasks, providing reproducible task specifications.</p>
203-
<a href="taps.html" style="font-size: 0.8em;">Learn more →</a>
204-
</div>
205-
206-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
207-
<p style="margin: 0.25rem 0;"><strong>🧱 PsyFlow</strong></p>
208-
<p style="margin: 0; font-size: 0.85em;">A development framework for building cognitive tasks with easy integration of TAPS.</p>
209-
<a href="psyflow.html" style="font-size: 0.8em;">Learn more →</a>
210-
</div>
211-
212-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
213-
<p style="margin: 0.25rem 0;"><strong>✅ Tasks</strong></p>
214-
<p style="margin: 0; font-size: 0.85em;">A library of common cognitive tasks ready to use like Go/No–Go, Stroop, Reaction-Time...</p>
215-
<a href="tasks_index.html" style="font-size: 0.8em;">Browse all →</a>
216-
</div>
217-
218-
<div class="card" style="border: 1px solid var(--color-sidebar-border); padding: 0.75rem; border-radius: 6px;">
219-
<p style="margin: 0.25rem 0;"><strong>💡 Future Directions</strong></p>
220-
<p style="margin: 0; font-size: 0.85em;">Exploring LLM-based generation of cognitive tasks driven by natural language.</p>
221-
<a href="future.html" style="font-size: 0.8em;">Learn more →</a>
222-
</div>
223-
198+
</a><div class="sidebar-cta entries-box" style="padding: 1rem; font-size: 0.85rem;">
199+
<p><strong>Quick Links</strong></p>
200+
<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.html">💡 Future Directions</a></li>
205+
</ul>
224206
</div>
225207
</div>
226208

0 commit comments

Comments
 (0)