https://github.com/contextlab/sherlock-topic-model-paper

Data and code for the paper "Geometric models reveal behavioural and neural signatures of transforming naturalistic experiences into episodic memories" by Andrew C. Heusser, Paxton C. Fitzpatrick, and Jeremy R. Manning

https://github.com/contextlab/sherlock-topic-model-paper

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: nature.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

docker episodic-memories neural-signatures notebooks paper-implementations
Last synced: 5 months ago · JSON representation

Repository

Data and code for the paper "Geometric models reveal behavioural and neural signatures of transforming naturalistic experiences into episodic memories" by Andrew C. Heusser, Paxton C. Fitzpatrick, and Jeremy R. Manning

Basic Info
  • Host: GitHub
  • Owner: ContextLab
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 1.69 GB
Statistics
  • Stars: 29
  • Watchers: 5
  • Forks: 15
  • Open Issues: 0
  • Releases: 0
Topics
docker episodic-memories neural-signatures notebooks paper-implementations
Created almost 8 years ago · Last pushed about 5 years ago
Metadata Files
Readme License

README.md

Geometric models reveal behavioural and neural signatures of transforming naturalistic experiences into episodic memories

Paper (Nature Human Behaviour) Paper (Direct PDF link) Behind the Paper (blog post)

This repository contains data and code used to produce the paper "Geometric models reveal behavioural and neural signatures of transforming naturalistic experiences into episodic memories" by Andrew C. Heusser, Paxton C. Fitzpatrick, and Jeremy R. Manning.

The repository is organized as follows:

yaml root code : all analysis code used in the paper notebooks : Jupyter notebooks for paper analyses scripts : Python scripts for running analyses on a HPC cluster (Moab/TORQUE) embedding : scripts for optimizing the UMAP embedding for the trajectory figure searchlights : scripts for performing the brain searchlight analyses sherlock_helpers : Python package with support code for analyses data : all data analyzed in the paper raw : raw video annotations and recall transcripts processed : all processed data paper : all files to generate paper figs : pdf copies of all figures

We also include a Dockerfile to reproduce our computational environment. Instruction for use are below (copied and modified from the MIND repo):

One time setup

  1. Install Docker on your computer using the appropriate guide below:
  2. Launch Docker and adjust the preferences to allocate sufficient resources (e.g. >= 4GB RAM)
  3. To build the Docker image, open a terminal window, navigate to your local copy of the repo, and run docker build -t sherlock .
  4. Use the image to run a container with the repo mounted as a volume so the code and data are accessible.
    • The command below will create a new container that maps the repository on your computer to the /mnt directory within the container, so that location is shared between your host OS and the container. Be sure to replace LOCAL/REPO/PATH with the path to the cloned repository on your own computer (you can get this by navigating to the repository in the terminal and typing pwd). The below command will also share port 9999 with your host computer, so any Jupyter notebooks launched from within the container will be accessible at localhost:9999 in your web browser
    • docker run -it -p 9999:9999 --name Sherlock -v /LOCAL/REPO/PATH:/mnt sherlock
    • You should now see the root@ prefix in your terminal. If you do, then you've successfully created a container and are running a shell from inside!
  5. To launch any of the notebooks, simply enter jupyter notebook and copy/paste the link generated into your browser.

Using the container after setup

  1. You can always fire up the container by typing the following into the terminal
    • docker start Sherlock && docker attach Sherlock
    • When you see the root@ prefix, letting you know you're inside the container
  2. If you launch the notebooks, you'll notice your shell is occupied by the output log from the jupyter server. To stop the notebook server, press ctrl + c, and then y when prompted.
  3. To close the running container, press ctrl + d or type exit from the same terminal window you used to launch the container.
  4. You can also open a second bash shell inside the container simultaneously by running docker exec -it Sherlock bash from the terminal outside the container. Note that when you enter the container this way (rather than by using docker attach Sherlock), the container isn't automatically stopped when you exit it. To stop the container after exiting, enter docker stop Sherlock.

Owner

  • Name: Contextual Dynamics Laboratory
  • Login: ContextLab
  • Kind: organization
  • Email: contextualdynamics@gmail.com
  • Location: Hanover, NH

Contextual Dynamics Laboratory at Dartmouth College

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 77
  • Total pull requests: 54
  • Average time to close issues: 28 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 2.31
  • Average comments per pull request: 0.3
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • paxtonfitzpatrick (20)
  • andrewheusser (16)
  • jeremymanning (15)
  • cbaldassano (2)
Pull Request Authors
  • paxtonfitzpatrick (35)
  • jeremymanning (7)
  • andrewheusser (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels