From 9066d87f7bbf0ddc4be5e957c9e4075513d60674 Mon Sep 17 00:00:00 2001 From: k1o0 Date: Wed, 17 Jul 2019 10:50:17 +0300 Subject: [PATCH 1/3] Added custom badge Test coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53152464..4baa8721 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ---------- # Rigbox - +![Custom badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgladius.serveo.net%2Fcoverage%2Frigbox%2Fdev) [![Coverage Status](https://coveralls.io/repos/github/cortex-lab/Rigbox/badge.svg?branch=master)](https://coveralls.io/github/cortex-lab/Rigbox?branch=master) From a5484556d6a23adbd16961d3e57e1482d242d5f7 Mon Sep 17 00:00:00 2001 From: k1o0 Date: Wed, 17 Jul 2019 12:42:05 +0300 Subject: [PATCH 2/3] Added build status badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4baa8721..cde88025 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ ---------- # Rigbox ![Custom badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgladius.serveo.net%2Fcoverage%2Frigbox%2Fdev) -[![Coverage -Status](https://coveralls.io/repos/github/cortex-lab/Rigbox/badge.svg?branch=master)](https://coveralls.io/github/cortex-lab/Rigbox?branch=master) +![Custom badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgladius.serveo.net%2Fstatus%2Frigbox%2Fdev) Rigbox is a a high-performance, open-source software toolbox for managing behavioral neuroscience experiments. Initially developed to probe mouse behavior for the [Steering Wheel Setup](https://www.ucl.ac.uk/cortexlab/tools/wheel), Rigbox is under active, test-driven development to encompass a variety of experimental paradigms across behavioral neuroscience. Rigbox simplifies hardware/software interfacing, synchronizes data streams from multiple sources, manages experimental data via communication with a remote database, implements a viewing model for visual stimuli, and creates an environment where experimental parameters can be easily monitored and manipulated. Rigbox’s object-oriented paradigm facilitates a modular approach to designing experiments. Rigbox requires two machines, one for stimulus presentation ('the stimulus computer' or 'sc') and another for controlling and monitoring the experiment ('the master computer' or 'mc'). From ca12b10fd06e5eb62b8ee683f7024897b3340e10 Mon Sep 17 00:00:00 2001 From: Jai Bhagat Date: Wed, 17 Jul 2019 14:10:22 +0100 Subject: [PATCH 3/3] small update to starting an experiment instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde88025..0747833d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ On the stimulus computer, run: On the master computer, run: > mc -This opens a GUI that will allow you to choose a subject, edit some of the experimental parameters and press 'Start' to begin the basic steering wheel task on the stimulus computer. +This opens the MC GUI for selecting a subject, experiment, and the SC on which to run the experiment. The MC GUI also allows for editing some experimental parameters and logging into the Alyx database. To launch the experiment on the selected SC, press 'Start'. ## Code organization