From 42b957da2c7be8a618b884a0453c5f1744fee1ab Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Tue, 26 Nov 2024 21:04:15 +0100 Subject: [PATCH 1/3] fixed typos --- docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb b/docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb index 94ee0a52a..ca671783c 100644 --- a/docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb +++ b/docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb @@ -6,7 +6,7 @@ "source": [ "# Generating Stimulus Sequences for a Closed-Loop Psychophysics Study\n", "\n", - "In this example, we use SweetPea to generate an experimental sequence for a same-different Psychophysics experiment. In this experiment, each trials has the following sequence of events:\n", + "In this example, we use SweetBean to generate an experimental sequence for a same-different Psychophysics experiment. In this experiment, each trials has the following sequence of events:\n", "- a fixation cross is displayed for 1500 ms\n", "- a set of two dot stimuli is displayed, one on the left and one on the right for 200ms. Each set contains a certain number of dots and the participant has to indicate whether the numbers of dots in the two sets are the same or different by pressing `y` or `n`.\n", "\n", @@ -64,9 +64,9 @@ "source": [ "## Instruction Block\n", "\n", - "Many experiment require instructions that tell the participants what to do.\n", + "Many experiments require instructions that tell the participants what to do.\n", "\n", - "Creating instructions in SweetPea is quite simple. First, we define a number of text stimuli that the participant sees. Then, we specify the order of the text stimuli within a block of instructions." + "Creating instructions in SweetBean is quite simple. First, we define a number of text stimuli that the participant sees. Then, we specify the order of the text stimuli within a block of instructions." ] }, { From 788b06f8ef89c3a55a1186469077b88463a3af9e Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Wed, 4 Dec 2024 21:43:38 +0100 Subject: [PATCH 2/3] updated to match JOSS paper --- CITATION.cff | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 130bf8a18..54f241e73 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,14 +4,32 @@ authors: - family-names: "Musslick" given-names: "Sebastian" orcid: "https://orcid.org/0000-0002-8896-639X" +- family-names: "Andrew" + given-names: "Benjamin" +- family-names: "Williams" + given-names: "Chad C." + orcid: "https://orcid.org/0000-0003-2016-5614" +- family-names: "Hewson" + given-names: "Joshua T. S." +- family-names: "Li" + given-names: "Star" + orcid: "https://orcid.org/0009-0009-7849-1923" +- family-names: "Marinescu" + given-names: "Ioana" +- family-names: "Dubova" + given-names: "Marina" + orcid: "https://orcid.org/0000-0001-5264-0489" +- family-names: "Dang" + given-names: "George T." + orcid: "https://orcid.org/0009-0008-1566-8245" - family-names: "Strittmatter" given-names: "Younes" orcid: "https://orcid.org/0000-0002-3414-2838" - family-names: "Holland" - given-names: "John Gerrard" + given-names: "John G." orcid: "https://orcid.org/0000-0001-6845-8657" -title: "AutoRA: Automated Research Assistant for Closed-Loop Computational Discovery" -version: 3.1.1 +title: "AutoRA: Automated Research Assistant for Closed-Loop Empirical Research" +version: 4.2.0 doi: 10.5281/zenodo.10277415 -date-released: 2023-08-26 +date-released: 2024-12-04 url: "https://github.com/AutoResearch/autora" From 36a2588d19957fa8fbf2fb8b6c61bc0a01ba819c Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Wed, 4 Dec 2024 22:15:51 +0100 Subject: [PATCH 3/3] changed Sida's name --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 54f241e73..77708c18f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,7 +12,7 @@ authors: - family-names: "Hewson" given-names: "Joshua T. S." - family-names: "Li" - given-names: "Star" + given-names: "Sida" orcid: "https://orcid.org/0009-0009-7849-1923" - family-names: "Marinescu" given-names: "Ioana"