{"id":26918199,"url":"https://github.com/mrbrezina/disfluency-study","last_synced_at":"2025-04-01T20:53:37.824Z","repository":{"id":140850446,"uuid":"166865875","full_name":"MrBrezina/disfluency-study","owner":"MrBrezina","description":"Studies exploring disfluency effect and influence of fonts on memory","archived":false,"fork":false,"pushed_at":"2024-01-14T20:36:06.000Z","size":41821,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:50:07.464Z","etag":null,"topics":["academic","disfluency","jupyter-notebooks","legibility","studies","study"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrBrezina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-21T19:08:18.000Z","updated_at":"2024-02-13T11:45:21.000Z","dependencies_parsed_at":"2024-01-14T22:07:25.956Z","dependency_job_id":null,"html_url":"https://github.com/MrBrezina/disfluency-study","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrBrezina%2Fdisfluency-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrBrezina%2Fdisfluency-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrBrezina%2Fdisfluency-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrBrezina%2Fdisfluency-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrBrezina","download_url":"https://codeload.github.com/MrBrezina/disfluency-study/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709866,"owners_count":20821298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["academic","disfluency","jupyter-notebooks","legibility","studies","study"],"created_at":"2025-04-01T20:53:37.196Z","updated_at":"2025-04-01T20:53:37.819Z","avatar_url":"https://github.com/MrBrezina.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Studies exploring disfluency effect and influence of fonts on memory\n\nDesigned and conducted by: Mary Dyson and David Březina\n\nThis repo contains materials for two studies we have conducted in the first half of 2018 with the goal to explore a disfluency effect and influence of fonts and their legibility on memory.\n\n[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]\n\nThis work is licensed under a\n[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].\n\n[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/\n[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg\n\n## Study reports\n\nWe described the studies and some of the results in a conference presentation at the [ICTVC 7 conference](https://ictvc.org/2019/en/) in Patras in June 2019. Find brief reports about the studies on Design Regression mini-journal:\n\n- [Exploring disfluency: Are designers too sensitive to harder-to-read typefaces?](http://www.designregression.com/report/exploring-disfluency-are-designers-too-sensitive-to-harder-to-read-typefaces) (mostly about study 1)\n- [The sequel to exploring disfluency: Do we remember the visual appearance of words?](https://designregression.com/research/the-sequel-to-exploring-disfluency-do-we-remember-the-visual-appearance-of-words) (mostly about study 2)\n\n## Contents of this repo\n\nThis repo includes:\n\n- the website we used to collect participants’ responses\n- the data/responses collected\n- Jupyter notebooks used to process the data and provide descriptive statistics\n\nWe have used other software to analyze the data.\n\n### Website\n\nThe website was served using GitHub Pages directly from this repo. The code is saved in `docs/`. You can preview it by visiting [https://mrbrezina.github.io/disfluency-study/](https://mrbrezina.github.io/disfluency-study/) (the responses will not get saved).\n\nThe website uses Javascript to navigate between inidividual steps of the study and request responses from participants. The responses from each participant were saved using a [GetForm](https://getform.io) service.\n\nThe samples (words and non-words set in one of two studied fonts) are generated using a Python script (see `samples/generate-samples.py`) based on the `data/samples-databases`.\n\n### Data\n\nFor the databases of words and non-words, see `data/samples-databases`.\n\nThe “raw“ data collected from the website (via GetForm) before any processing is saved in `data/raw/` folder. The processed data is stored in `data/data.csv` and `data/data_aggregated.csv`. For description of the data format, see the [data-processing notebook](https://nbviewer.jupyter.org/github/MrBrezina/disfluency-study/blob/master/notebooks/1%20Process%20raw%20data.ipynb).\n\n### Jupyter notebooks\n\nJupyter notebooks used to process and analyze the data are stored in the `notebooks/` folder.\n\n- `notebooks/1 Process raw data.ipynb` [View using NBViewer](https://nbviewer.jupyter.org/github/MrBrezina/disfluency-study/blob/master/notebooks/1%20Process%20raw%20data.ipynb)\n- `notebooks/2 Descriptive statistics.ipynb` [View using NBViewer](https://nbviewer.jupyter.org/github/MrBrezina/disfluency-study/blob/master/notebooks/2%20Descriptive%20statistics.ipynb)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbrezina%2Fdisfluency-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrbrezina%2Fdisfluency-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbrezina%2Fdisfluency-study/lists"}