Giter Site home page Giter Site logo

mattfeld_psb6351's Introduction

PSB6351 Fall 2022

Welcome to the Fall 2022 PSB6351 Cognitive Neuroscience Methods II course. This class focuses on cognitive neuroscience methods with an exclusive emphasis on magnetic resonance imaging (MRI).

Here you can find, work on, and submit materials for the class!

Requirements

  1. GitHub Account
  2. Laptop

Setting up your environment

The first command loads a miniconda software for creating conda virtual environment

  1. module load miniconda3-4.5.11-oqs2mbgv3mmo3dll2f2rbxt4plfgyqzv

The second command creates your conda environment with a specific version of python

  1. conda create -p /home/##ADUSERNAME##/YOURLASTNAME_PSB6351/.envs/psb6351_environment python=3.9

The next command activates your conda environment

  1. conda activate /home/YOURADUSERNAME/YOURLASTNAME_PSB6351/.envs/psb6351_environment

The next two commands install the packages you'll need to work with data

  1. conda install nipype
  2. conda install pandas

Now setup your bash environment

Add the following lines to your .bashrc file

prompt1="[\e[0;33m][\A][\e[0m]" # Display the time in the bash prompt

prompt2="[\e[1;39m]\u@\h:\W$[\e[0m]" # Add username@host:dir$

promptinfo=${HOME}/.nodeload

PROMPT_COMMAND='PS1="[\e[1;37m\e[44m]${project_name}[\e[0;0m]${prompt1}${promptinfo}${prompt2}"'

source /home/YOURADUSERNAME/YOURLASTNAME_PSB6351/code/.psb6351_env

mattfeld_psb6351's People

Contributors

mattfeld avatar sjsjr626 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.