Fitzpatrick P. C., Manning J. R. (2022). Davos: The Python package smuggler. (under revision).
Manning J. R., Notaro G. M., Chen E., Fitzpatrick P. C. (2022). Fitness tracking reveals task-specific associations between memory, mental health, and exercise. (under revision).
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2022). A geometric approach to modeling knowledge and learning from Khan Academy course videos. Context and Episodic Memory Symposium. Philadelphia, PA.
Jain S., Schreder N., Fitzpatrick P. C., Ziman K., Manning J. R. (2021). Cognitive tasks as a diagnostic tool for mental health. Trends in Psychology Summit. Cambridge, MA.
Fitzpatrick P. C. (2022). Capturing the geometric and neural structures of experiences and memories. Dartmouth College. Hanover, NH.
Heusser A. C.†, Fitzpatrick P. C.†, Manning J. R. (2021). Geometric models reveal behavioural and neural signatures of transforming experiences into memories. Nature Human Behaviour. doi:10.1038/s41562-021-01051-6.
†denotes equal contribution
Fitzpatrick P. C. (2021). Docker for scientific research. Dartmouth College. Hanover, NH.
Fitzpatrick P. C. (2020). Web-based behavioral experiments for online data collection. EPSCoR Attention Consortium meeting. Virtual.
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2019). Exploring the evolving geometric structure of experiences and memories. Society for Neuroscience Annual Meeting. Chicago, IL.
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2018). Mapping between naturalistic experience and verbal recall. Society for Neuroscience Annual Meeting. San Diego, CA.
Heusser A. C., Fitzpatrick P. C., Manning J. R. (2018). Capturing the geometric structure of our experiences and how we remember them. Conference on Cognitive Computational Neuroscience. Philadelphia, PA.
Fitzpatrick P. C., Ziman K., Heusser A. C., Field C. E., Manning J. R. (2018). The utility of speech-to-text software for transcription of verbal response data. Wetterhahn Science Symposium. Hanover, NH.
Lee M., Chacko R., Whitaker E., Fitzpatrick P. C., Field C. E., Ziman K., Bollinger B., Heusser A. C., Manning J. R. (2018). Adaptive free recall: Enhancing (or diminishing) memory. Wetterhahn Science Symposium. Hanover, NH.
Ziman K., Heusser A. C., Fitzpatrick P. C., Field C. E., Manning J. R. (2018). Is automatic speech-to-text transcription ready for use in psychological experiments?. Behavior Research Methods, 1-9.
Heusser A. C., Fitzpatrick P. C., Field C. E., Ziman K., Manning J. R. (2017). Quail: a Python toolbox for analyzing and plotting free recall data. The Journal of Open Source Software, 2(18): 424.
Fitzpatrick P. C., Manning J. R. (2022). Davos: The Python package smuggler. (under revision).
Manning J. R., Notaro G. M., Chen E., Fitzpatrick P. C. (2022). Fitness tracking reveals task-specific associations between memory, mental health, and exercise. (under revision).
Heusser A. C.†, Fitzpatrick P. C.†, Manning J. R. (2021). Geometric models reveal behavioural and neural signatures of transforming experiences into memories. Nature Human Behaviour. doi:10.1038/s41562-021-01051-6.
†denotes equal contribution
Ziman K., Heusser A. C., Fitzpatrick P. C., Field C. E., Manning J. R. (2018). Is automatic speech-to-text transcription ready for use in psychological experiments?. Behavior Research Methods, 1-9.
Heusser A. C., Fitzpatrick P. C., Field C. E., Ziman K., Manning J. R. (2017). Quail: a Python toolbox for analyzing and plotting free recall data. The Journal of Open Source Software, 2(18): 424.
Fitzpatrick P. C. (2022). Capturing the geometric and neural structures of experiences and memories. Dartmouth College. Hanover, NH.
Fitzpatrick P. C. (2021). Docker for scientific research. Dartmouth College. Hanover, NH.
Fitzpatrick P. C. (2020). Web-based behavioral experiments for online data collection. EPSCoR Attention Consortium meeting. Virtual.
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2022). A geometric approach to modeling knowledge and learning from Khan Academy course videos. Context and Episodic Memory Symposium. Philadelphia, PA.
Jain S., Schreder N., Fitzpatrick P. C., Ziman K., Manning J. R. (2021). Cognitive tasks as a diagnostic tool for mental health. Trends in Psychology Summit. Cambridge, MA.
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2019). Exploring the evolving geometric structure of experiences and memories. Society for Neuroscience Annual Meeting. Chicago, IL.
Fitzpatrick P. C., Heusser A. C., Manning J. R. (2018). Mapping between naturalistic experience and verbal recall. Society for Neuroscience Annual Meeting. San Diego, CA.
Heusser A. C., Fitzpatrick P. C., Manning J. R. (2018). Capturing the geometric structure of our experiences and how we remember them. Conference on Cognitive Computational Neuroscience. Philadelphia, PA.
Fitzpatrick P. C., Ziman K., Heusser A. C., Field C. E., Manning J. R. (2018). The utility of speech-to-text software for transcription of verbal response data. Wetterhahn Science Symposium. Hanover, NH.
Lee M., Chacko R., Whitaker E., Fitzpatrick P. C., Field C. E., Ziman K., Bollinger B., Heusser A. C., Manning J. R. (2018). Adaptive free recall: Enhancing (or diminishing) memory. Wetterhahn Science Symposium. Hanover, NH.
davos
Import Python packages even if they aren’t installed. Enables the “
smuggle
” statement: a drop-in replacement forimport
that handles missing packages on the fly. Add “onion comments” alongsidesmuggle
statements specify package versions and additional options. Can be used to turn Jupyter or Colab notebooks into self-contained, reproducible Python environments that manage dependencies at runtime.
docker-tutorial
Walkthroughs and template code for running experiments and analyzing data from within Docker containers. Pre-built images are available on Docker Hub.
particle-image
Animate a particlized image in vanilla JavaScript. Turn an image from the web into an animated swarm of interactive particles. Set parameters to control particle color, size, density, speed, hover/click/touch interactions, and more.
psiturk-experiment-template
A template behavioral experiment ready to be deployed locally or online via Amazon Mechanical Turk. Implemented using the psiTurk platform and jsPsych library, and isolated within four networked Docker containers: a Debian 9 container to house the experiment code and psiTurk server, an nginx server for load balancing, a MySQL database for storing data, and Adminer for inspecting and downloading data.
CDL-docker-stacks
A collection of optimized, extensible, hierarchically built Docker images for common neuro/data science tasks. Pre-built images are available on Docker Hub in Python 3.6, 3.7, and 3.8 variants.
cluster-tools-dartmouth
A Python toolbox for remotely interacting with Dartmouth’s Discovery HPC cluster. Automatically generates PBS scripts, submits jobs to the scheduler, monitors progress, and compiles results when finished. Can easily be configured to work with any Moab/TORQUE system.
gittracker
A CLI app for tracking the states of all your local Git repositories in one place. Run a single command from any directory to display
git status
-like information for each repogittracker
is configured to track. Supports arbitrarily nested submodules, multiple verbosity levels, and automatic discovery of local repos.
quail
A Python toolbox for processing, analyzing, and visualizing free recall data. Provides a common interface for working with data from both list-learning and naturalistic memory experiments. Integrates with the Google Cloud Speech-to-Text API for rapid, on-the-fly audio transcription.
hypertools
# lead maintainer
A Python package for visualizing and manipulating high-dimensional data. Transform, align, normalize, interpolate, cluster, reduce, and plot numeric or text data with a single function call or in individual steps. Save full analysis pipelines including data and trained models as
DataGeometry
objects for later reuse. Designed to be fully customizable with reasonable defaults.
umap-learn
# core maintainer
Python implementation of Uniform Manifold Approximation and Projection. A general-purpose non-linear dimensionality reduction algorithm based on finding a low-dimensional projection of the data that best preserves its fuzzy topological structure. The Python package also implements supervised, semi-supervised, aligned, and parametric UMAP variants, an inverse transform, densMAP, and a plotting library.
timecorr
# core contributor
A Python toolbox for exploring higher-order structure in multivariate timeseries data. Iteratively computes dynamic correlations and reduces dimensionality to approximate higher-order dynamic correlations in a computationally tractable way. Also supports computing various dynamic graph theoretic measures.
SuperEEG
# core contributor
Infer activity throughout the brain from a small(ish) number of electrodes using Gaussian process regression
CDL-bibliography
# core contributor
A shared
bibtex
file containing references for ~6,000 psychology, neuroscience, math, and machine learning papers.
lab-manual
# core maintainer
Lab manual and associated source code for the Contextual Dynamics Lab at Dartmouth College.
…and of course this website!
Paxton.C.Fitzpatrick.GR@Dartmouth.edu
416 Moore Hall, Dartmouth College
Hanover, NH 03755