/the-shapening2

second experiment

Primary LanguageMGNU General Public License v3.0GPL-3.0

the-shapening 2

Code to the second experiment of my diploma thesis.


WHAT DOES THIS THING DO ?

Basically the code executes a endogenous Posner cueing task.

Flow chart

Flow chart

This is a valid cue

Valid Cue

This is a invalid cue

Invalid Cue

Screenshot of the cue and stimulus

Presentation


REQUIREMENTS & INSTALLATION

ubuntu

assuming you have your Linux with Octave and Psychtoolbox up and running:

  1. navigate to your folder where you want to put stuff
  2. clone awesomestuff and the-shapening2
  git clone https://github.com/wuschLOR/the-shapening2.git
  git clone https://github.com/wuschLOR/awesomeStuff.git
  1. navigate to the awesomestuff folder start octave
  cd /awesomeStuff
  octave
  1. add the awesomestuff to your Octave paths
  pathAdd
  exit
  1. now lets start it up start octave again
  cd ..
  cd /the-shapening2
  octave
  1. run the experiment
  goshapes2
  1. PROFIT !!!

LICENSE and COPPYRIGHT

  • Most of this stuff was written by Michael Groh.
  • If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
  • If you use this for awesome science feel free to cite my (hopefully finished) diploma thesis or the resulting paper (also hopefully).
  • The Code is licensed under GPL v.3 unless marked otherwise.
  • The Images are licensed under ???no idea just ask me for now.

Biblatex

@software{groh_shapening_2015,
        title = {the shapening 2},
        rights = {{GPL}3},
        url = {https://github.com/wuschLOR/the-shapening2},
        author = {Groh, Michael},
        date = {2015}
}