Giter Club home page Giter Club logo

all-modules-archive's Introduction

SISBID 2016: All Modules

Welcome to the SISBID 2016 course repository. Each of the five modules have been organized and grouped within this repository.

(IMPORTANT:) While we will do our best to keep this repository updated, for the latest course material for individual modules please see: https://github.com/SISBID alt text

Information for Downloading Course Material

To obtain all the course material, we have multiple options.

  1. Use the 'Clone or download' button on the Github webpage for the repo. alt text
  2. In terminal/command line run the following command to clone the repo
git clone https://github.com/SISBID/SISBID-All-Modules.git

Information for Downloading Last Year's Course Material

All the course material on this repo includes the material used for last year. For downloading material from last year we use tags or release version. The material can be obtained as follows:

  • On the main page of the repo, above the list of directories, follow the link to releases. alt text

  • To view details of the tag or release version click the ... icon next to the tag name. alt text

  • To download course material from specific tag use the "zip" or "tar.gz" buttons. alt text

  • To view details of the commit associated with the tag click the commit icon and to view repo history at point in time of the tag click the "Browse Files" icon. alt text alt text

  • (For Instructors) To view repo for a previous version using tags we can simply use the checkout command.

# View the list of tags
git tag -l

# Go back in history to check previous version
git checkout [tag name]

# E.g. To checkout to last year's version of Module 1
git checkout Module_1_15_DataWrangling

Information for Instructors

Instructors are recommended to clone the repository instead of downloading all files as a .zip file. This will import all tags and repo history.

To add tags (release version in Github) we require the following:

# Create a tag for a specific commit
# We do not require the full SHA here
git tag [tagname] [commit SHA]

# Pushing tags to Github will require adding an option to the `push` command
git push --tags

For questions/comment about repo maintenance contact

Asad Haris ([email protected])

Dept. of Biostatistics

University of Washington

all-modules-archive's People

Contributors

andrewejaffe avatar asadharis avatar dicook avatar hadley avatar heike avatar jtleek avatar kabagg avatar nrs02004 avatar rdpeng avatar shojaie avatar srenan avatar yfliu15 avatar

Watchers

 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.