Skip to content

nathormond/consciousness-pilot-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consciousness Pilot Survey

This repository contains the analysis of survey data exploring philosophical views on consciousness and phenomenal properties. The analysis examines differences between groups with varying levels of philosophical background and their understanding of key concepts in philosophy of mind.

Project Structure

├── README.md
├── data
│   └── consciousness-pilot-study.csv
├── environment.yml
├── notebooks
│   ├── 01_survey-analysis.ipynb
│   ├── 02_effects.ipynb
│   └── 03_post-hoc-power-analysis.ipynb
└── requirements.txt

Setup Instructions

  1. Clone this repository:
git clone git@github.com:NathOrmond/consciousness-pilot-study.git
cd consciousness-pilot-study
  1. Create and activate the conda environment:
  • for Linux
conda env create -f environment.yml
  • for Mac
conda env create -f environment-mac.yml
  • then
conda activate mind-survey
  1. Launch Jupyter:
jupyter lab

Analysis Overview

The analysis explores:

  • Differences in understanding between groups with varying philosophical backgrounds
  • Patterns in responses to questions about consciousness and phenomenal properties
  • Statistical significance and effect sizes of group differences
  • Uncertainty patterns across different types of philosophical questions

Requirements

  • Python 3.9+
  • Dependencies listed in environment.yml

License

MIT License

Contributing

If you wish to contribute Fork and open a PR in the ordinary way. Pester me to review and merge if Im sitting on my hands. If you're interested in collaborating or working together on other similar projects in experimental psychology / philosophy then feel free to get in touch!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors