/dap-2017

Data Associates Program 2017

Primary LanguageJupyter Notebook

BIA Curriculum

Objectives

Each member participating in the Curriculum should graduate with core skills that would be reflected in at least 1 well-done project. Graduated members would then go on to secure analytics-related internships that are of interest to them, bridging BIA fundamentals with industry experience. After gaining these experiences, they would contribute to the curriculum and help mentor the next-generation of BIA members.

What is BIA?

Vision

BIA is a student-organized initiative that is driven to facilitate an accessible co-learning community aimed towards developing strong competencies in analytics and business intelligence.

Mission

To help students acquire skills for building solutions for business problems through student collaboration. At the same time, we strive to ignite passion for Analytics and leverage opportunities for career development.

Learning Structure

What is a Checklist?

A Checklist is a list of resources that readers are meant to read through and understand completely. A Checklist has its sections split according to importance. Labels used:

  • IMPORTANT
    • Content labelled as IMPORTANT must be completely understood by the reader to proceed on with the curriculum.
  • EXTRA
    • Content labelled as EXTRA should be read through at the reader's own leisure, as it will serve to reinforce learnings.
  • OPTIONAL
    • Content labelled as OPTIONAL is content that would not affect the reader's comprehension of further material should he/she wish to skip them.

What is a Notebook?

A Notebook is a Jupyter notebook that is viewed in the Jupyter nbviewer, to walk readers through code usage.

Learning Paths

** As BIA co-learning content is constantly being worked on, there is a high chance that intra-repo linking will break.
Please use the file directory to navigate to your desired content for the time being. **

Contributing & Style Guide

Template

Each new markdown file follows the following structure:

# Title_GOES_HERE
*Written by: YOUR_NAME_HERE, Core Team 17*

## Welcome Message
A welcoming welcome message!

- [ ] Goal 1
- [ ] Goal 2
- [ ] Goal 3
- [ ] Goal etc

## Before we get started
Some tips and tricks and things to watch out.

## Getting Started
### Learning Tips
- Watch in 1.25x or 1.5x speed to save time

### Icon Quick Reference 

:tv: = Video

:page_with_curl: = Article / Website / Book

:mortar_board: = Online Course

:warning: = Warning! There might be some pre-requisite knowledge!

## Topic A

Listing Content

There are two styles used in this repo:

  1. The quick and dirty (as pioneered by Michael, Core Team '17)
:tv: https://www.put_your_very_long_url_over_here.com<br/>
:page_with_curl: https://www.put_your_very_long_url_over_here.com<br/>
:mortar_board: https://www.put_your_very_long_url_over_here.com<br/>
:warning: https://www.put_your_very_long_url_over_here.com<br/>
  1. The hardworking (as recommended by Tze Yiing, Core Team '17)
:tv: [Author or Organisation - Title of Content](https://www.put_your_very_long_url_over_here.com)<br/>
:page_with_curl: [Author or Organisation - Title of Content](https://www.put_your_very_long_url_over_here.com)<br/>
:mortar_board: [Author or Organisation - Title of Content](https://www.put_your_very_long_url_over_here.com)<br/>
:warning: [Author or Organisation - Title of Content](https://www.put_your_very_long_url_over_here.com)<br/>