Skip to content

A list of links and pages for early career neuroscientists covering neuroimaging, programming and research skills

Notifications You must be signed in to change notification settings

sohaamir/neuro_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 

Repository files navigation

Useful learning resources for cognitive neuroscientists 🧠 📚

GitHub Page

Simultaneously taking inspiration from others' lists and wanting to have a decidicated space for my own without having to save dozens of tabs, I have decided to create my own (non-exhaustive) list of links and pages for neuroscientists covering conceptual subject knowledge, statistics, software, programming, good research practices and online repositories. The list is geared more towards cognitive neuroscience and experimental psychology, and in particular those using fMRI (as this is my own subject area), but regardless of your field within neuroscience/psychology and beyond there should be some useful resources 😊

I aim to update it frequently, and will purposely leave out some resources covered by others which I have not used personally. I also will focus more on resources that are 'online-oriented' i.e., not articles or textbooks, although I will include guides written in the style of an 'online book' as they are interactive and often are the best method of learning. Feel free to star/fork this repo or to suggest your own resources for me to add!

Existing lists of resources

Here are some current 'meta-lists' which already cover a lot of resources, if you don't see a particularly obvious resource in my list, odds are that it is in one of these:

  • Methods in Neuro Steven Weisberg's GitHub extensive list of resources covering the physics of MRI/fMRI, computational/programming, tools for the analysis of MRI/fMRI data, and online datasets, as part of his 'Methods in Neuroimaging' course at the University of Florida.
  • Hitchhacker's guide to the brain A 'docs' style website with lists of resources for each stage of neuroimaging analysis including file organisation, planning. preregistration, data collection, pre-processing and analysis, and sharing data. By Remi Gau, McGill University and others.
  • On-line neuroimaging resources A farily comprehensive list of 'softwares, databases, tutorials, blogs and other resources relevant to learn about neuroimaging or to help perform neuroimaging analysis'. Curated by Remi Gau, McGill University.
  • Dartbrains A notebook style introduction to neuroimaging in Python. The materials cover how scanner generates data, how psychological states can be probed in the scanner, and how this data can be processed and analyzed. Created by Luke Chang, Dartmouth College.
  • Awesome statistics This list covers the different aspects of statistics, including probability, causality, hypothesis testing, statistical tests (correlation, regression, Bayesian, Meta-analysis, machine learning), data visulatization and software. In total there are 279 links in the GitHub repo, but the attached dataset in the repository has 1838!! Created by Erik Gahner Lahsen, who also created Awesome ggplot2, a similar collection of links for learning about ggplot2.
  • Awesome Magnetic Resonance Imaging (MRI) 'A curated list of delightful Magnetic Resonance (MR) courses, books, lectures, papers, blogs and free resources.' Created by Daniel Gomez, Harvard/MIT.
  • Awesome Neuroscience 'A curated list of awesome neuroscience libraries, software and any content related to the domain.' Created by Akash Tandon.
  • Computational Psychiatry Starter Pack A list of resources for ECRs interested in delving into computational psychiatry. Created by Aleya Marzuki (Tubingen) and Tsen Vei Lim (Cambridge), to accompany their paper: Bridging minds and policies: supporting early career researchers in translating computational psychiatry research, which can be found here.
  • Computational Modeling Resources A Google Doc for resources in Computational Modeling by Caroline Charpentier (Maryland).

Neuroimaging

Conceptual understanding

Struggling to grasp the fundamentals of MRI/fMRI? Want to quickly refresh your mind on the physiological basis of the BOLD signal? Well, these resources are for you!

  • Principles of fMRI The OG YouTube series for understanding the conceptual basis of MRI/fMRI. Created by Martin Lindquist and Tor Wager of Dartmouth College.
  • Neuroimaging Research Methods Another YouTube channel for learning about MRI/fMRI including research methods. Created by Rasmus Birn, University of Wisconsin-Madison.
  • Introduction to Principles of MRI A short book and associated simulation code for learning the principles of magnetic resonance imaging (MRI). Created by Peder Larson for students at UCSF.
  • Questions and Answers in MRI Ever had a question about the basis of MRI/fMRI? Written from the perspective of a physicist, this website was specifically made to answer these questions. Created by Allen Elster, Washington University School of Medicine.
  • fMRI Bootcamp A lecture series on fMRI, both conceptual and methodological by Rebecca Saxe, MIT.
  • MIT 9.13 The Human Brain, Spring 2019 A course which 'surveys the core perceptual and cognitive abilities of the human mind and explores how they are implemented in the brain'. Delivered by Nancy Kanwisher, MIT.

Practical application

Time to put that knowledge into action. These guides exclusively cover MRI/fMRI analysis as I don't use other imaging modalities such as EEG/MEG, fNIRS or TMS. I highly recommend reading through the official documentation released for the software (e.g., FSL, SPM) as well, which I have left out purposely. This paper provides a good overview of neuroimaging tools commonly used.

Analysis of fMRI data

  • Introduction to Working with MRI Data in Python A Software Carpentries course covering MRI file types, organisational formats (e.g., BIDS) and working with open datasets.
  • Andy's Brain Book The OG of neuroimaging tutorials. I don't know many trainee neuroimagers who hasn't used Andy's amazing guides. Highly recommended to check out his YouTube channel as well. Created by Andrew Jahn, University of Michigan.
  • NI-edu A website covering two courses, “fMRI-introduction” (basic concepts and methodology of functional MRI (fMRI) research) and “fMRI-pattern-analysis” (machine-learning based ‘decoding’ and representational similarity analysis (RSA)), which are in a notebook format. Created by Lucas Snoek, University of Amsterdam.
  • U of A: Neuroimaging Core Documentation Docs covering a range of neuroimaging tutorials including BIDS, ANTS, FSL, ITK-SNAP and more. Created by Dianne Paterson, University of Arizona.
  • Functional Neuroimaging Analysis in Python A Software Carpentries course covering pre-processing of fMRI data using fMRIPREP and using Python for image manipulation, plotting, cleaning and resting-state connectivity analysis.
  • Nilearn Official docs for nilearn, 'a package that makes it easy to use advanced machine learning techniques to analyze data acquired with MRI machines'.
  • MRI analysis in Python using Nipype, Nilearn and more A Jupyter book containing material for a workshop detailing how to use Python to conduct neuroimaging analyses. Created by Peer Herholz, McGill University for The Azrieli National Institute for Human Brain Imaging and Research, Weizmann Institute of Science.
  • NEURO Python and GLM An interactive guide to using Python for fMRI data analysis, as well as a visual demonstration of concepts in neuroimaging such as proprcessing and the General Linear Model (GLM). The more basic overview of FSL/FEAT and GLM stuff is here. Materials by Nick Hedger, University of Reading.
  • BrainIAK Tutorials for more advanced fMRI analysis including machine learning and real-time fMRI.
  • Explorations of fMRI methods and theory A course containing Python notebooks and instructions for running explorations of activation analysis and multivariate pattern analysis (MVPA) to demonstrate the interplay between fMRI methods and theory. Created for an undergraduate cognitive neuroscience course at Colby College by Derek Huffman. See the accompanying preprint here.
  • Data analysis for Neuroimaging (DAFNI) Denis Schluppeck's materials for the MSc Cognitive Neuroscience course at the University of Nottingham, covering SPM, git, FSL and MATLAB.
  • Practice and theory of brain imaging A comprehensive course on neuroimaging in Python, with modules on reproducibility in programming/neuroimaging. Created by the Nipraxis team (Matthew Brett, Chris Markiewicz, Oscar Estaban, Zvi Baratz, Peter Rush).

Meta-analysis of fMRI data

  • NiMARE NiMARE is a Python package for performing meta-analyses, and derivative analyses using meta-analytic data, of the neuroimaging literature, providing a standard syntax for performing a wide range of analyses and for interacting with databases of coordinates and images from fMRI studies.
  • SDM Project Seed-based d Mapping (formerly "Signed Differential Mapping") is a statistical technique for meta-analyzing studies on differences in brain activity or structure which used neuroimaging techniques such as fMRI, VBM, DTI or PET.
  • Neurosynth Compose A free and open platform for neuroimaging meta-analysis where you can perform custom neuroimaging meta-analyses entirely in the browser, and quickly get results in the cloud using automated analysis pipelines.

Neuroimaging software/tools

There are far too many to list, and it doesn't bear mentioning software like FSL, SPM, AFNI, Freesurfer, mricron, and many others that most people will already know about and use. Instead here are some I think are most important for fMRI research that people may not know about. Many of these are collated on the software section of the NITRC (NeuroImaging Tools and Resources Collaboratory) website.

  • CONN 'CONN is an open-source SPM-based cross-platform software for the computation, display, and analysis of functional connectivity Magnetic Resonance Imaging (fcMRI). CONN is used to analyze resting state data (rsfMRI) as well as task-related designs'. Developed by Alfonso Nieto-Castanon and Susan Whitfield-Gabrieli, Boston University/MIT.
  • dcm2niix A popular choice (amongst the many available) used to convert neuroimaging data from the DICOM format to the NIfTI format. Created by the Rorden Lab, University of South Carolina.
  • NeuroDebian NeuroDebian provides 'a large collection of popular neuroscience research software for the Debian operating system as well as Ubuntu and other derivatives. Popular packages include AFNI, FSL, PyMVPA and many others.'
  • Neurodesk A flexible, scalable and easy to use data analysis environment for reproducible neuroimaging. Similar to NeuroDebian, Neurodesk provides a VM with pre-loaded applications installed for neuroimaging analysis.
  • Brainlife An online, community-based platform where users can publish code (Apps) and Data while integrating HPC and cloud-computing resources to run apps.

Behavioural experiments

Some platforms commonly used for the recruitment and deployment of behavioural experiments, both online and in person.

Recruitment

Creating/Hosting

  • Qualtrics A survey tool that makes it quick and easy to design surveys to be used in experiments.
  • Gorilla and lab.js are popular platforms for building online experiments where no programming is required.
  • jsPsych A JavaScript framework for creating behavioral experiments that run in a web browser.
  • JATOS Just Another Tool for Online Studies (JATOS) is a powerful, open source study hosting and data collection service which integrates with other experiment building and hosting tools.
  • zTree A widely used software package for developing and carrying out economic experiments.
  • oTree, LIONESS and nodeGame are three popular options for creating real-time interactive experiments.
  • Phaser An open source framework for creating interactive games. Increasingly used to create 'gamified' behavioural tasks. See Agnes Norbury's page for some cool examples.

Computational modeling/computational psychiatry

Tutorials/Online Books

  • The Deep Reinforcement Learning Course on Hugging Face A practical, hands-on course in Deep Reinforcement Learning, from beginner to expert level.
  • Behavioural Modeling A two-part course covering how to model cognitive behaviour using MATLAB. The first part on standard reinforcement learning models is written by Hanneke den Ouden (Donders Institute), with the second section on Bayesian learning models written by Jill O'Reilly (Oxford University).
  • Neuromatch Academy Computational Neuroscience Course A wide-spanning curriculum that covers most areas of computational neuroscience. Some material may be more relevant than others, e.g., Modeling, Reinforcement Learning.
  • hbayesDM Documentation and guides for the hBayesDM package in R, a 'user-friendly package that offers hierarchical Bayesian analysis of various computational models on an array of decision-making tasks'. By Woo-Young Ahn (Seoul), Nathaniel Haines (Ohio State) and Lei Zhang (Birmingham).
  • Bayesian Models of Learning and Integration of Neuroimaging Data A four-session course teaching how Bayesian statistics may be used to build cognitive models of processes like learning or perception and theoretical and practical instruction on dynamic causal modeling as applied to fMRI and EEG data. Hosted on the INCF, ran by the Krembil Institute for Neuroinformatics.
  • Bayesian Statistics and Bayesian Cognitive Modeling, Part 2 The second part (two-days) of a five-day workshop covering Bayesian statistics and cognitive modeling. This second part focuses on more complex Bayesian models including hierarchical models, as well as Bayesian regression. Created by Lei Zhang, University of Birmingham.
  • Computational Cognitive Neuroscience, Fourth Edition A freely available textbook, providing 'a complete, self-contained introduction to the field of Computational Cognitive Neuroscience, where computer models of the brain are used to understand a wide range of cognitive functions, including perception, attention, motor control, learning, memory, language, and executive function.' By Randall C. O’Reilly, Yuko Munakata, Michael J. Frank and Thomas E. Hazy.
  • Modeling Hub A weekly series of tutorials and blogs covering 'various aspects of modeling from the foundational principles of hierarchical/multilevel modeling (spanning both Bayesian and Frequentist approaches) to the nitty-gritty of advanced modeling techniques, including applications with sequential sampling modeling, neural network modeling, and other machine learning techniques'. Created by Nadia Ging-Jehli (Brown). You can find the tutorial code on her GitHub.

Workshops/Groups/Summer Schools

  • Computational Psychiatry Course Zurich A leading 6-day course organized by the Translational Neuromodeling Unit (TNU), University of Zurich & ETH Zurich designed to provide MSc and PhD students, scientists clinicians and anyone interested in Computational Psychiatry with the necessary toolkit to master challenges in computational psychiatry research. Whilst the workshop is delivered yearly in person, resources for past courses are made available.
  • London-New York Computational Psychiatry course CPC++ is 'a hybrid course/conference format to equip the next generation of scientists and clinicians who study mental disorders with the tools to understand, to build, to analyse and to critically evaluate computational models of mental function and dysfunction'.
  • COSMOS A yearly summer school, the Computational Summer school on Modeling Social and collective behavior (COSMOS) 'is designed to provide attendees from diverse fields (e.g., psychology, economics, neuroscience, biology, computer science, etc…) and career stages (master, PhD, postdoc, and junior PI) with the computational skills required to tackle emerging challenges in understanding social learning and collective behaviour'. Materials for past schools are made available. Organised by Charley Wu (Tubingen) and Wataru Toyokawa (Konstanz/RIKEN).
  • Computational Models of Human Social Behavior and Neuroscience An introductory course to the computational modeling of social behaviour for those with no prior programming experience needed. The syllabus covers a broad set of social psychological abilities including (1) learning from and for others, (2) learning about others, and (3) social influence on decision-making and mental states. Created by Shawn Rhoads.
  • Summer Program in Computational Psychiatry Education A collection of course materials and resources designed for high school and undergraduate students interested in exploring the field of computational psychiatry and neuroscience. Created by Shawn Rhoads and Sarah Banker at the Center for Computational Psychiatry in the Icahn School of Medicine at Mount Sinai.

Seminar series

  • Transcontinental Computational Psychiatry Workgroup (TCPW) A monthly speaker series featuring leading academics in the field of computational psychiatry. Past videos of speakers are available on the website. Organised by Quentin Huys (UCL), Martin Paulus (Laureate Institute) and Michael Browning (Oxford).
  • Computational Psychiatry Seminar Series A weekly, academic term time, computational psychiatry seminar series covering topics ranging from theoretical and basic neuroscience/psychology, to clinical and translational studies. Organised by Tricia Seow and Xin Zhang, at The Max Planck UCL Centre for Computational Psychiatry and Ageing Research.

Programming

There are loads and loads of online programming courses and resources, I have chosen to list interactive, free guides that focus on learning basic skills.

R

  • Hands-On Programming with R The online (and free) version of Garrett Grolemund's R textbook, written for non-programmers using hands-on examples.
  • PsyTeachR Courses A whole range of courses covering different capabilities of R, created by the psyTeachR team at the University of Glasgow.
  • R for Reproducible Scientific Analysis Software Carpentries' 2-day workshop on R, with a theme on open and reproducible research. Ran by the University of Reading.
  • R, Open Research, and Reproducibility Andrew Stewart's 12-workshop course on R, Open Research, and Reproducibility, taught to students at the University of Manchester.
  • R, Git and bash Software Carpentries' 3-day workshop on git, bash and R, with a theme on open and reproducible research. Ran by the University of Reading.
  • An introduction to R An online interactive book detailing R for beginners, including: data manipulation, plotting with ggplot2, basic statistics, functions, markdown and reproducilbity with git/GitHub. Written by Alex Douglas, Deon Roos, Francesca Mancini, Ana Couto & David Lusseau.
  • The R Graph Gallery Not necessarily a learning guide per se, the R Graph Gallery provides an extensive list of the many types of graphs you can make using ggplot2 giving examples. Created by Yan Holtz. Also see this tutorial by Cedric Scherer on how to make plots using ggplot2 and this post by the Vizlab at the U.S. Geological Survey for advanced ggplotting.
  • Introduction to R 2021 A basic introduction to R, covering data types, functions and plotting. Created by Sarah Bonnin.
  • Data Science for Psychologists An introduction to data science that is tailored to the needs of students in psychology, but is also suitable for students of the humanities and other biological or social sciences. Created by Hansjorg Neth, University of Konstanz.
  • Statistical Inference via Data Science: A ModernDive into R and the Tidyverse The electronic version of the data science book which covers data science with tidyverse, data modeling with moderndive and statistical inference with infer. Created by Chester Ismay (Flatiron School) and Albert Y. Kim (Smith College).
  • An Introduction to Data Analysis Basic reading material for an introduction to data analysis with R, covering the use of R for data wrangling and plotting, and data analysis from a Bayesian and a frequentist tradition. Created by Michael Franke.
  • Just Enough R Working with data, models (regression, ANOVA, linear models), confidence intervals, multiple comparisons, fixed/random effects. Created by Ben Whalley

Python

stan

  • Getting Started in Rstan Rstans GitHub docs to getting started.
  • NivStan A guide to getting started in stan with tutorials written by the Niv Lab at Princeton.
  • RStan: the R interface to Stan An illustration of the features of RStan from the RStan developers team.
  • Bayesian Inference with Stan A tutorial on how to use stan to perform Bayesian inference, covering stan syntax and how to program linear and binary outcome models. Written by Nick Jenkins, General Motors.

git

  • Version Control with Git Software Carpentries workshop on git, see the University of Birmingham's version here.
  • Git and GitLab Tutorial An introductory tutorial on git and GitLab made for researchers in psychology or neurosciences with little to no background in software development or no other computational expertise. Created by Julia-Katharina Pfarr, Philipps-Universität Marburg.
  • Learn Git Branching A really run and 'gamified' way of learning git branching created by Peter Cottle.

Unix/Linux

Tools for writing, organising and teaching through code

Writing and hosting code

  • Quarto A visually appealing framework for data science, Quarto documents are fully reproducible and support dozens of output formats, like PDFs, Word files, presentations, and more.
  • Doxygen 'A documentation generator tool in software development. It automates the generation of documentation from source code comments, parsing information about classes, functions, and variables to produce output in formats like HTML and PDF.' Also see roxygen2 an R package that allows you to write in-source documentation for your package functions and objects.
  • Bookdown Publish online book-style documents (HTML, PDF, ePub, and Kindle books) with R Markdown.
  • pkgdown pkgdown is an R package designed to make it quick and easy to build a website for R packages.
  • Sphinx Sphinx is a powerful documentation generator built in Python that has many great features for writing technical documentation.
  • Jupyter Book Build beautiful, publication-quality books and documents from computational content using Jupyter.
  • MkDocs 'MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.' Also see Material for MkDocs.
  • Carpentries Template A template structure for the Software Carpentries.

Creating Materials

  • Marp Marp (Markdown Presentation Ecosystem) allows you to create slide decks usign Markdown.
  • Thesisdown Similar to bookdown, thesisdown is a Markdown-oriented approach to writing theses using LaTeX templates.

Coding environments

  • Jupyter Jupyter Notebooks are server-client applications that allows editing and running notebook documents via a web browser.
  • Binder 'The Binder project offers an easy place to share computing environments to everyone. by allowing users to specify custom environments and share them with a single link'. See this link for a tutorial.
  • Google Colab A notebook style environment for running code not dissimilar to a combination of Binder and Jupyter Notebooks, but with more GPU.
  • nbviewer An online Jupyter notebook viewer and renderer.
  • Stackblitz An online interactive IDE which boots entire development environments in milliseconds, securely within your browser tab.
  • Codeshare Share and work with code editors online with others in real-time.
  • Codepen An interactive three-tiered window where users can create frontend projects using HTML, CSS, and JavaScript in real-time.
  • Replit Replit is an online integrated development environment (IDE) that enables users to write, run, and collaborate on code from their browsers.

Statistics

General statistics knowledge

  • Statistical Thinking for the 21st Century Russ Poldrack's guide to statistics and statistical thinking, developed for undergraduates at Stanford.
  • psych252slides Tobias Gerstenberg's slides and RMarkdown notes for the course "Psych 252: Statistical methods for the behavioral and social sciences" at Stanford.
  • Answering questions with data A free textbook teaching introductory statistics for undergraduates in psychology. Created by Matthew J.C. Crump (City University of New York), Danielle J. Navarro and Jeffrey Suzuki.
  • The Effect: An introduction to Research Design and Causality The Effect is a book intended to introduce students (and non-students) to the concepts of research design and causality in the context of observational data. Created by Nick Huntington-Klein (Seattle University).

Bayesian statistics

  • An Introduction to Bayesian Thinking The companion for the 'Bayesian Statistics' course on Coursera, providing an introduction to Bayesian inference in decision making and an open-access introduction to Bayesian inference using R.
  • Ben Lambert's website Resources for both a course on Bayesian statistics created for PhD students the University of Oxford and ‘The distribution zoo‘ a shiny app that allows a user to interactively investigate distributions. Created by Ben Lambert, University of Oxford. You can also check out his YouTube channel playlist on Bayesian statistics here.
  • Advanced Analysis Methods in Natural Resources and Environmental Science Interactive lecture on Bayesian statistics, MCMC and Bayesian modeling as part of a course created by Kevin Shoemaker, University of Nevada, Reno.
  • An Introduction to Bayesian Data Analysis for Cognitive Science A GitHub online book for the 'relatively gentle introduction to carrying out Bayesian data analysis and cognitive modeling using the probabilistic programming language Stan'. Written by Bruno Nicenboim (Tilburg), Daniel Schad (Potsdam), and Shravan Vasishth (Potsdam).
  • Bayesian Statistics and Bayesian Cognitive Modeling, Part 1 The first part (three-days) of a five-day workshop covering Bayesian statistics and modeling. This first part covers the basics of Bayesian inference, probability theory and Markov chain Monte Carlo. Created by Lei Zhang, University of Birmingham.
  • Bayesian Approaches in R Part of the larger 'Mixed Models in R' workbook, the Bayesian Approaches section covers Bayesian regression models using the brms package in R. Created by Michael Clark. See his website for more examples on Bayesian statistics in R including this article on Practical Bayes.
  • Course Handouts for Bayesian Data Analysis Class The online collection course handouts for PSYC 621 class taught by Mark Lai, USC. More courses regarding statistics in Psychology can be found on his website here.

Research guidance, planning and open research practice

Getting into a field as complicated and challenging as cognitive neuroscience can be overwhelming. These resources are a great guide to organising one's research.

Journals

  • Open Science Framework The Open Science Framework (OSF) is a tool that promotes open, centralized workflows by enabling capture of different aspects and products of the research lifecycle, including developing a research idea, designing a study, storing and analyzing collected data, and writing and publishing reports or papers.
  • The Journal of Open Source Education The Journal of Open Source Education is an educator friendly journal for publishing open-source educational materials and software.

Guides/courses

Software/tools

  • Cookiecutter 'A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.'
  • Docker A comprehensive introductory course to Docker by Dave Tang.

Philosophy of neuroscience

What are the limitations of fMRI? What can/can't we infer about the brain using neuroimaging? What does it mean to observe statistically significant activity of the prefrontal cortex in response to a specific stimulus? Asking fundamental questions such as these are pivotal as neuroscientists to understand what our tools can and cannot be used for in our research.

  • Tal Yarkoni's Essays Tal Yarkoni (Research Scientist @ X, the Moonshot Factory) publishes essays/papers on a number of topics, including the use of statistics in neuroimaging/science.

Free web-courses

  • INCF Training Space A wide range of free courses covering range of topics including neuroscience and reproducibilty, curated by the International Neuroinformatics Coordinating Facility.
  • Brainhack School A list of training modules created by the University of Montreal as part of their Brainhack School. Modules cover introductions to bash, containers, high performance computing, as well as fMRI connectivity and parcellation.

AI Tools

Artificial intelligence is now a pivotal component of academic work, whether we like for it to be or not. Whilst AI tools such as GPT were initially not recommended to be used for literature searches and summaries, recent models trained on domain-specific data (i.e., research papers) are significantly more effective, and are not plagued by the previous limitations such as generating fake references. Whether or not you decide to implement them in your own work is a personal decision, but here are some useful resources if you decide to.

Existing lists/resources

  • There's an AI For That A website compiling 13,114 AIs for 16,561 tasks and 4,847 jobs.
  • Replicate A community playground for testing LLMs, particularly for image/video generation.

General search engines/chatbots

  • ChatGPT Does this really need an introduction?
  • Gemini Google's version of ChatGPT.
  • Claude Anthropic's answer to ChatGPT. More effective than GPT-4 and Gemini in my experience.
  • GigaBrain A LLM-like search-engine that scans billions of discussions on Reddit and other online communities to find the most useful posts and comments in response to your prompt.

Programming assistants

  • GitHub CoPilot An interactive coding assistant developed by GitHub that can be implemented in a multitude of environments and IDEs. Costs $10 per month/$100 per year, but free for GitHub Student Developers.
  • Codeium A free-alternative to GitHub CoPilot.

Research specific tools (references, chatbots, literature summaries)

  • SciSpace A great chatbot which can summarise literature/papers in response to a query, and identify simiarly-themed articles. The ChatGPT of research, highly recommended.
  • Research Rabbit A useful tool to generate similarly-themed papers to a reference.
  • scite.ai Similar to SciSpace, but asks for a paid subscription (£14 per month) after an initial 7-day free trial period.
  • Elicit A tool that can help with each stage of paper collection and analysis including finding, screening and extracting data from papers. There are free and paid versions.
  • Humata Concisely summarises research papers. has both free and paid plans.
  • Litmaps Generate visual maps of connected papers.
  • Connected Papers Similar to Litmaps, another tool to generate visual diagrams of connected papers.

Accessing/sharing data

Open research initiatives are promoting the free availability of code, along with raw behavioural and neuroimaging data. Here are some websites where you can both upload your own data and access the data of others.

Neuroimaging

  • Neurovault A public repository of unthresholded statistical maps, parcellations, and atlases of the brain.
  • OpenNeuro A public repository of freely available neuroimaging datasets.
  • NITRC-IR 'The NITRC Image Repository allows you to search for and freely download public datasets. It includes millions of dollars worth of DICOM and NIfTI images with normal and diagnoses such as child development disorders, Aspergers, Autism, ADHD, Parkinson’s and Schizophrenia'.
  • BrainMap BrainMap is a database of published task and structural neuroimaging experiments with coordinate-based results (x,y,z) in Talairach or MNI space.

General output data (code, slides, posters)

  • GitHub No explanation needed, this is where you are right now!
  • Zenodo An open-access repository developed and maintained by CERN to facilitate the sharing, preservation, and citation of research outputs, including data, presentations and posters.
  • Dryad 'An open data publishing platform and a community committed to the open availability and routine re-use of all research data'.
  • Code Ocean A platform where researchers can provision, scale, collaborate, and reproduce computational scientific research by uploading reproducible workstations called 'capsules'.
  • Collaborative Research in Computational Neuroscience An online data-hosting platform for experimental data sets testing computational models of the brain and new analysis methods. The data include physiological recordings from sensory and memory systems, as well as eye movement data.
  • Figshare Figshare is a multidisciplinary repository that supports a wide range of research outputs, including datasets, figures, images, posters, presentations, videos.

Other

  • The Experiment Factory An open source, modular infrastructure for the deployment of standardized behavioral experiments, surveys, and games ran by the Poldrack Lab. See the docs here.
  • DataLad DataLad is a data management and distribution tool designed to facilitate handling of large datasets. Check out this Carpentries course and the DataLad handbook for an overview.

Forums

(Neuro)science is a team effort where people are always on hand to help. Online forums are a great source of answers for problems that people have faced in the past, as well as a place to ask for help in solving new ones.

  • JISCMail Described as a set of email discussion lists for the UK Education and Research communities, there are literally hundreds of forums and discussion boards covering all aspects of academia. Most pertinent to neuroimaging are the FSL and SPM forums.
  • Neurostars A question and answer forum for neuroscience researchers, infrastructure providers and software developers, ran by the INCF.
  • CONN Forum The forum for anything CONN-related, hosted on the NITRC website.

Other

Miscannelous tools that don't fit into any of the other categories.

  • Neurosynth A platform for coordinate-based meta-analysis on neuroimaging data.
  • BrainBox A platform for real-time collaboration in neuroimaging allowing you to visualise, segment and annotate collaboratively any brain MRI dataset available online.
  • Cognitive Atlas 'A collaborative knowledge base characterizing the state of current thought in Cognitive Science'. It covers four main themes: concepts, tasks, disorders and theroies in neuroscience, which are linked together through formal definitions. Ran by Russ Poldrack, Stanford.
  • Neurotorium Brain Atlas A 3-D interactive brain atlas which describes the function of different brain regions, with references.
  • Brain Catalogue An online catalogue of brains across many species.
  • Allison Horst Artwork for various R-related themes and concepts.

About

A list of links and pages for early career neuroscientists covering neuroimaging, programming and research skills

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published