{"id":29947807,"url":"https://github.com/pascalkieslich/mousetrap-resources","last_synced_at":"2026-02-07T22:34:00.412Z","repository":{"id":76964735,"uuid":"88860175","full_name":"PascalKieslich/mousetrap-resources","owner":"PascalKieslich","description":"Resources for creating and analyzing movement tracking experiments","archived":false,"fork":false,"pushed_at":"2026-01-09T15:51:49.000Z","size":23060,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-03T18:13:54.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pascalkieslich.github.io/mousetrap-resources/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PascalKieslich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-20T11:54:50.000Z","updated_at":"2026-01-09T15:51:54.000Z","dependencies_parsed_at":"2023-02-27T05:45:59.419Z","dependency_job_id":null,"html_url":"https://github.com/PascalKieslich/mousetrap-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PascalKieslich/mousetrap-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PascalKieslich","download_url":"https://codeload.github.com/PascalKieslich/mousetrap-resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKieslich%2Fmousetrap-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:22:11.602Z","status":"ssl_error","status_checked_at":"2026-02-07T22:22:10.684Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-03T07:30:52.777Z","updated_at":"2026-02-07T22:34:00.405Z","avatar_url":"https://github.com/PascalKieslich.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mousetrap-resources\n\nThis repository contains resources for the mousetrap suite, a collection of open-source software packages for creating and analyzing movement tracking experiments. The resources are presented separately for the different projects they are supporting (both published and work in progress).\n\n\n## Wulff[\\*](https://doi.org/10.3758/s13428-025-02695-2 \"equal contribution\"), Kieslich[\\*](https://doi.org/10.3758/s13428-025-02695-2 \"equal contribution\"), Henninger, Haslbeck \u0026 Schulte-Mecklenbeck (2025)\n\nThis [article](https://doi.org/10.3758/s13428-025-02695-2) presents a tutorial to movement tracking of psychological processes with the [mousetrap R package](http://pascalkieslich.github.io/mousetrap/). Using [data](http://pascalkieslich.github.io/mousetrap/reference/KH2017_raw.html) collected in Kieslich \u0026 Henninger (2017), the tutorial covers the complete analysis process, starting with the raw data import, various algorithms for processing, analyzing and visualizing movement trajectories, as well as novel methodology for classifying movement trajectory types. All analyses performed in this tutorial can be replicated using the accompanying analysis script available as [R Markdown](mousetrap_tutorial.Rmd) (code only) and [HTML](mousetrap_tutorial.html) (code including output).\n\n\n## Wulff, Haslbeck, Kieslich, Henninger \u0026 Schulte-Mecklenbeck (2019)\n\nThis [book chapter](https://doi.org/10.4324/9781315160559-10) introduces novel methods for identifying and classifying movement trajectories types. These methods are implemented and documented in the [mousetrap R package](http://pascalkieslich.github.io/mousetrap/reference/mousetrap.html#cluster-functions). A preprint of the book chapter is available on [PsyArXiv](https://psyarxiv.com/6edca/).\n\n\n## Kieslich, Henninger, Wulff, Haslbeck, \u0026 Schulte-Mecklenbeck (2019)\n\nThis [book chapter](https://doi.org/10.4324/9781315160559-9) provides an introduction to creating mouse-tracking experiments using the [mousetrap plugin for OpenSesame](https://github.com/pascalkieslich/mousetrap-os) and to analyzing mouse-tracking data using the [mousetrap R package](http://pascalkieslich.github.io/mousetrap/). A preprint of the book chapter is available on [PsyArXiv](https://psyarxiv.com/zuvqa/). In the chapter, an example experiment is created following Experiment 1 by [Dale et al. (2007)](https://doi.org/10.3758/BF03195938). The example experiment is provided as an [OpenSesame file](Kieslichetal2019_chapter/tutorial_experiment.osexp). The chapter also demonstrates the analysis of mouse-tracking data, for which the analyses scripts are available as [R Markdown](Kieslichetal2019_chapter/tutorial_analyses.Rmd) (code only) and [PDF](Kieslichetal2019_chapter/tutorial_analyses.pdf) (code including output).\n\n\n## Kieslich \u0026 Henninger (2017)\n\nThis [article](https://doi.org/10.3758/s13428-017-0900-z) presents the [mousetrap plugin for OpenSesame](https://github.com/pascalkieslich/mousetrap-os). An example experiment is created following Experiment 1 by [Dale et al. (2007)](https://doi.org/10.3758/BF03195938). The [complete experiment](KieslichHenninger2017/experiment/experiment_german_full_version.osexp) (in German) and a [simplified version](KieslichHenninger2017/experiment/experiment_english_simplified.osexp) (in English) are provided. A study was conducted using this experiment and the collected data (which are included in the [mousetrap R package](http://pascalkieslich.github.io/mousetrap/reference/KH2017_raw.html)) are used to demonstrate a number of simple analyses. The analyses scripts are provided as [R Markdown](KieslichHenninger2017/KH2017_analyses.Rmd) (code only) and [PDF](KieslichHenninger2017/KH2017_analyses.pdf) (code including output). A [separate script](KieslichHenninger2017/KH2017_analyses_following_Dale_et_al.pdf) replicates the original analyses by Dale et al. (2007).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkieslich%2Fmousetrap-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalkieslich%2Fmousetrap-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkieslich%2Fmousetrap-resources/lists"}