casper-model

The CASPER model of Visual Search

https://github.com/rachelfheaton/casper-model

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

The CASPER model of Visual Search

Basic Info
  • Host: GitHub
  • Owner: rachelfheaton
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 115 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

CASPER-model

CASPER Model of visual search

Concurrent Attention: Serial and Parallel Evaluation with Relations

Written and developed by Rachel F Heaton and John E Hummel

  • Copyright 2023 The Board of Trustees of the University of Illinois. All Rights Reserved.
  • Licensed under the terms of the Apache License 2.0 license (the "License")
  • The License is included in the distribution as License.txt file.
  • You may not use this file except in compliance with the License.
  • Software distributed under the License is distributed on an "AS IS" BASIS,
  • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  • See the License for the specific language governing permissions and limitations under the License.

This model of visual search was first developed and written by John E Hummel in 2018: https://github.com/jehummel/HummelSearchModel2018

This model was written and developed by Rachel F Heaton and extends and replaces an earlier version of the model found at https://github.com/rachelfheaton/search-model which was supported by the National Science Foundation under Grant No. BCS1921735.

If this work is used in academic research, please cite:

Heaton, R.F. (2023) A computational model of serial and parallel processing in visual search. https://arxiv.org/abs/2310.10061

and the persistent DOI in the for this repository

DOI

This code can be found at https://github.com/rachelfheaton/CASPER-model

Acknowledgements

This work was supported by funds from Robert Wickesberg and the Department of Psychology at the University of Illinois Urbana-Champaign.

To run this code:

  1. Install Python 3.

  2. Make sure that pygame is installed

  3. Open a terminal and use your Python 3 interpreter to run MainInterface.py in the directory where you have downloaded the code and follow the prompts. For example:

python3 ./mainInterface.py

Owner

  • Name: Rachel Flood Heaton
  • Login: rachelfheaton
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Heaton"
  given-names: "Rachel"
  orcid: "https://orcid.org/0000-0002-7121-7691"
- family-names: "Hummel"
  given-names: "John"
title: "CASPER (Concurrent Attention: Serial and Parallel Evaluation with Relations)"
version: 1.0.3
doi: "10.5281/zenodo.10005691"
date-released: 2024-06-20
url: "https://github.com/rachelfheaton/CASPER-model"
preferred-citation:
  type: article
  authors:
  - family-names: "Heaton"
    given-names: "Rachel"
    orcid: "https://orcid.org/0000-0002-7121-7691"
  doi: "https://arxiv.org/abs/2310.10061"
  journal: "arXiv preprint arXiv:2310.10061"
  title: "A computational model of serial and parallel processing in visual search"
  year: 2023

GitHub Events

Total
  • Release event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 1
  • Create event: 1