Skip to content

Instantly share code, notes, and snippets.

@develra
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save develra/a54ebf0de3105924a4f9 to your computer and use it in GitHub Desktop.
Save develra/a54ebf0de3105924a4f9 to your computer and use it in GitHub Desktop.
HCC Big Data - Gist Journal - Week 1

In-class Learning Challenge

Name

Michael Aaron

##Email michael.aaron@colorado.edu

Checkpoint 1

checkpoint1

Checkpoint 2

checkpoint2

Challenge 1

challenge1

Challenge 2

challenge2

Two Questions

Write down your answers to TWO questions. For the rest, think about them and be ready to discuss in class.

What does D3 stand for?

D3 stands for data-driven documents (Thanks, Google!)

What is the big deal about D3?

Who is Mike Bostock?

In the expression function(d) { return Math.sqrt(d); }, can d be replaced by another variable name such as t? Why or why not?

d is meaningless as function(d) is an anonyous function, so long as function(variable) matches in the body of the function, anything you chose (that isn't a keyword) will work

Which sentence or paragraph in the tutorial article is impossible to understand and can be skipped for now?

type-your-answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment