|
195 | 195 | </div> |
196 | 196 |
|
197 | 197 |
|
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> |
224 | 206 | </div> |
225 | 207 | </div> |
226 | 208 |
|
@@ -263,19 +245,25 @@ <h1>TaskBeacon<a class="headerlink" href="#taskbeacon" title="Link to this headi |
263 | 245 | 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> |
264 | 246 | <p>TaskBeacon is an open science initiative that offers a suite of tools and resources:</p> |
265 | 247 | <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 <taskbeacon.github.io/taps.html> `</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 <taskbeacon.github.io/psyflow.html> `</p></li> |
268 | | -<li><p><cite>**Task Library** – A curated collection of well-documented experimental templates <taskbeacon.github.io/tasks/></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%40foxmail.com">zhipeng30<span>@</span>foxmail<span>.</span>com</a></p></li> |
269 | 266 | </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%40foxmail.com">zhipeng30<span>@</span>foxmail<span>.</span>com</a></p> |
279 | 267 | </section> |
280 | 268 |
|
281 | 269 | </article> |
|
0 commit comments