Commit f8dd0a391a114573c59e136a16c595049a4ee497

Authored by Carlos Picanco
2 parents 0f4c9587 f6590e0a
Exists in master

merge stimulus control with free-mtrix repository

Showing 1 changed file with 13 additions and 24 deletions   Show diff stats
README.md
1   -# lacs-matrix
  1 +/*
  2 +Free-mtrix - Free cultural selection and social behavior experiments.
  3 +Copyright (C) 2016 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará.
2 4  
3   -## How to install?
  5 +You should have received a copy of the GNU General Public License
  6 +along with this program. If not, see http://www.gnu.org/licenses/.
  7 +*/
4 8  
5   -### Windows
  9 +# Free-mtrix
6 10  
7   - 1. Download and install Visual C++ Redistributable for Visual Studio 2015. You may find it here: https://www.microsoft.com/en-us/download/details.aspx?id=48145
  11 +Free-mtrix is a software for scientists of fields like Behavioral Sociology and Behavioral Analysis. You can design and present social behavior experiments that uses choice-based tasks similiar to the ones created by Wiggins (1969), Vichi (2004) and Vichi, Andery & Glenn (2009). Participants can choose elements of a matrix (for instance, a row, a column or a cell) and the scientist can build social consequences (for example, messages, points and questions) for their choices.
8 12  
9   - 2. Copy the `libzmq.dll` (v3.2.5, 32bits, dynamic, compiled with VS 2015) library to the same folder as the `cultural_matrix.exe` file.
  13 +Vichi, C. (2004). Igualdade ou desigualdade em pequeno grupo: Um análogo experimental de manipulação de uma prática cultural. Dissertação de Mestrado. São Paulo: Pontifícia Universidade Católica de São Paulo.
10 14  
11   -### Linux
  15 +Vichi, C., Andery, M. A. P. A., & Glenn, S. S. (2009). A metacontingency experiment: the effects of contingent consequences on patterns of interlocking contingencies reinforcement. Behavioral and Social Issues, 18, 41-57. doi: 10.5210/bsi.v18i1.2292
12 16  
13   - 1. Install libzmq.so, v3.2.5, 64 or 32 bits, on your system.
  17 +Wiggins, J. A. (1969). Status differentiation, external consequences and alternative reward distributions. Em R. L Burgess e D. Bussell Jr., Behavioral Sociology (pp. 109-126). New York: Columbia University Press.
14 18  
15   -## How to setup?
  19 +# How to install and setup the software?
16 20  
17   - - You have at least two options.
18   - 1. Running from different folders in one machine (default for debugging).
19   - 2. Running from different machines in a local network.
20   -
21   - - If you have a firewall enabled, you must create a firewall rule adding the program as an exception.
22   -
23   - - You will need an instance of the program running as Server (researcher) and others running as Clients (players). You will need at least two clients.
24   -
25   - - Clients must connect to the IP address of the Server; just create a file named 'IP' in the root folder of each client containing the Server IP on the first line.
26   -
27   -## Known Issues
28   -
29   -**`A referral was returned from the server`**
30   -
31   - - Windows Only Error.
32   - - Solution 1: Right click at the `.exe` and select properties. In the tab compatibility, check the checkbox "Run as administrator".
33 21 \ No newline at end of file
  22 +Please, see the INSTALL file.
34 23 \ No newline at end of file
... ...