<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Documentation on LabBench, Version 6.0</title>
    <link>https://docs.labbench.io/docs/</link>
    <description>Recent content in Documentation on LabBench, Version 6.0</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.labbench.io/docs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installation</title>
      <link>https://docs.labbench.io/docs/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.labbench.io/docs/installation/</guid>
      <description>&lt;h2 id=&#34;download-installer&#34;&gt;Download installer&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#download-installer&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xD;&#xA;&lt;p&gt;The installer can be downloaded from:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://labbench.io/downloads.html&#34;&gt;LabBench Downloads&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#installation&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xD;&#xA;&lt;p&gt;The installation progress is automated, and requires one choice that depends on whether you have administrative access to the computer. The installation progress is illustrated in Figure 1.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://docs.labbench.io/images/Installation/Slide1.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Figure 1&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;license-and-installation-path&#34;&gt;License and installation path&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#license-and-installation-path&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xD;&#xA;&lt;p&gt;When the installer starts, it will first ask you to choose the installation path and to review and accept the license. Accept the default installation path, unless your organisation have special requirements for the installation location of programs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting started</title>
      <link>https://docs.labbench.io/docs/getting_started/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.labbench.io/docs/getting_started/</guid>
      <description>&lt;h1 id=&#34;introduction-to-labbench&#34;&gt;Introduction to LabBench&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#introduction-to-labbench&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h1&gt;&#xD;&#xA;&lt;p&gt;This protocol is a study on the correlation between depression, anxiety and stress assessed with the DASS scale, and response inhibition measured with the Stop-Signal Task. It is written to demonstrate the capabilities of LabBench to automate experimental protocols, providing guidance to operators and participants, and for automatic processing and export of experimental data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#introduction&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xD;&#xA;&lt;p&gt;The purpose of this protocol is to demonstrate how an experimental protocol can be implemented with LabBench, which is demonstrated with a protocol that studies the relationship between Depression, Anxiety and Stress, and response inhibition is implemented. Depression, Anxiety and Stress is assessed with the DASS scale from the &lt;a href=&#34;https://www2.psy.unsw.edu.au/dass/&#34;&gt;Psychology Foundation of Australia&lt;/a&gt;. The DASS scale measures three related emotional states of depression, anxiety, and stress on 42-item self-report questionnaire.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Language Specification</title>
      <link>https://docs.labbench.io/docs/languagespecification/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.labbench.io/docs/languagespecification/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;LabBench.Core.Experiment&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;experiment&#34;&gt;Experiment&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#experiment&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xD;&#xA;&lt;p&gt;Defines an entire experiment and contains the following elements:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;code&gt;&amp;lt;participant-validator&amp;gt;&lt;/code&gt;: defines the rule for valid participant/session IDs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;&amp;lt;experimental-setup&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;experimental-setup-variants&amp;gt;&lt;/code&gt;: defines the research equipment used in the protocol and assigns them to procedures in the protocol.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;&amp;lt;protocol&amp;gt;&lt;/code&gt;: defines the protocol for the experiment. This protocol consists of a procedure (procedures).&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;&amp;lt;post-actions&amp;gt;&lt;/code&gt;: defines actions that should be executed when a session is completed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xD;&#xA;&lt;h4 id=&#34;elements&#34;&gt;Elements&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#elements&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h4&gt;&#xD;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Name&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: center&#34;&gt;Use&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://docs.labbench.io/docs/languagespecification/#LabBench.Core.Validation.TextValidator&#34;&gt;&lt;code&gt;&amp;lt;participant-validator&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
