Presentation (software)

From WikiProjectMed
Jump to navigation Jump to search
Presentation
Developer(s)Neurobehavioral Systems
Stable release
21.1 / May 9, 2019; 4 years ago (2019-05-09)
Operating systemMicrosoft Windows 9x/XP/Vista/7/8
TypeIDE
LicenseProprietary
Websitewww.neurobs.com

Presentation is a Windows software application for conducting psychological and neurobehavioral experiments, developed by Neurobehavioral Systems Inc. and first released in 2003. It supports auditory and visual stimuli creation and delivery, records responses from nearly any input device and allows control of parallel port, serial port, TCP/IP and Ni-DAQ for communication to and from fMRI devices, response devices, eye trackers and brain imaging equipment. It also supports Microsoft Kinect for Windows. It is temporally accurate to less than a millisecond. Presentation has over 10,000 users[1] worldwide. Presentation supports Unicode via the utf-8 specification.

Users

Presentation is used in universities and their experiments all over the world, such as

  • Centre for Cognitive Neuroimaging[2]
  • Perception, memory and aesthetics of indeterminate art[3]
  • Common ground for spatial cognition? A behavioral and fMRI study of sex differences in mental rotation and spatial working memory[4]
  • Contagious yawning and the brain[5]
  • Stereoscopic Depth and the Occlusion Illusion[6]
  • Neural mechanisms underlying auditory feedback control of speech[7]
  • An Interdisciplinary Study of Visual Indeterminacy[8]

Programming

Presentation uses two proprietary scripting languages to describe and control experiments. It also has a Python module allowing the use of Python to control experiments.

SDL (Scenario Description Language)[9]

SDL is a simple language used to describe the stimuli and trials which make up an experiment. Compile-time logic can be used to generate and/or randomize stimuli.

PCL (Program Control Language)

PCL is a fully functioning scripting language based loosely on C and Basic.[10] It uses strong type checking to ensure that the intention of the programmer is explicit. Loops, "if" statements and subroutines are supported. It can be used in conjunction with the objects created in SDL, or used alone to create, manipulate and present stimuli. The editor supports code completion.

Python [11]

Presentation has a Python module which allows users to use Python instead of PCL to script their experiments. Anything that can be done in PCL can also be done in Python.

References

  1. ^ Neurobehavioral Systems. "over 10,000 users".
  2. ^ Centre for Cognitive Neuroimaging. "Stimuli presentation".
  3. ^ Alumit Ishai & Scott L. Fairhall, University of Zurich, Switzerland. Robert Pepperell, University of Wales Institute, Cardiff, UK. "Perception, memory and aesthetics of indeterminate art" (PDF).{{cite web}}: CS1 maint: multiple names: authors list (link)
  4. ^ Sarah L. Levin; Feroze B. Mohamed; Steven M. Platek. "Common ground for spatial cognition? A behavioral and fMRI study..." (PDF). Archived from the original on January 5, 2009.{{cite web}}: CS1 maint: unfit URL (link)
  5. ^ Steven M. Platek; Feroze B. Mohamed; Gordon G. Gallup Jr. "Contagious yawning and the brain" (PDF).
  6. ^ Stephen E. Palmer and Karen B. Schloss, University of California, Berkeley. "Stereoscopic Depth and the Occlusion Illusion" (PDF).{{cite web}}: CS1 maint: multiple names: authors list (link)
  7. ^ Jason A. Tourville1, Kevin J. Reilly, Frank H. Guenther. "Neural mechanisms underlying auditory feedback control of speech" (PDF).{{cite web}}: CS1 maint: multiple names: authors list (link) CS1 maint: numeric names: authors list (link)
  8. ^ Robert Pepperell; Alumit Ishai. "An Interdisciplinary Study of Visual Indeterminacy" (PDF).
  9. ^ Neurobehavioral Systems. "Presentation Scenarios".
  10. ^ Neurobehavioral Systems. "PCL Programs".
  11. ^ Neurobehavioral Systems. "Python in Presentation".

External links