From ecef2bff431fad4739962c46ea7e941d4510714f Mon Sep 17 00:00:00 2001 From: thefyk Date: Sun, 14 Sep 2014 18:50:29 -0600 Subject: [PATCH] Update README.md --- README.md | 78 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 8530975..a384684 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Name -write-your-name +Michael Fyk # How many points have you earned? -0/100 +99/100 (Make your own calculation and replace the number 0 with the points you think you've earned.) # How many hours have you spent on this? -fill-in-your-answer +6 # Show and tell (4 points) -[title-of-the-article](http://link-to-an-interesting-data-visualization-about-politics) +[Who Owns Your State’s Members of Congress](http://maplight.org/data-release/who-owns-your-states-congress-members-midwest) # API (I) (4 points x 14 = 56 points) @@ -22,61 +22,61 @@ fill-in-your-answer ### Checkpoint 1 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/DHu98uG.png) ### Checkpoint 2 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/7xukO7b.png) ### Checkpoint 3 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/3oJuXXV.png) ### Checkpoint 4 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/EiS35xj.png) ### Checkpoint 5 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/Sm7igTC.png) ### Checkpoint 6 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/tOBFg09.png) ### Checkpoint 7 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/RETJodC.png) ### Checkpoint 8 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/7W6PcQC.png) ## Challenges ### 1 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/UxzeR7R.png) ### 2 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/K7wn1jr.png) ### 3 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/UqDM0e1.png) ### 4 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/kJLbxxf.png) ### 5 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/v2nX8SZ.png) ### 6 (4 points) -![image](image.png?raw=true) +![image](http://i.imgur.com/iuDuyG6.png) @@ -86,59 +86,63 @@ fill-in-your-answer ### Challenge 1-a (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +created_at ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/1GyM2fx.png) ### Challenge 1-b (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="thefyk_events" ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/vxSL2MK.png) ### Challenge 1-c (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="thefyk_events" | top type ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/QAt1NKU.png) ### Challenge 1-d (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="thefyk_events" | timechart count by type ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/IQMFEXn.png) ## Challenge 2 ### Challenge 2-a (4 points) -![image](image.png?raw=true) +``` +sourcetype=big_data_github | top limit=3 actor.login +``` + +![image](http://i.imgur.com/0U0XPAd.png) ### Challenge 2-b (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype=big_data_github | timechart count by type ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/uQrdAA8.png) ### Challenge 2-c (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype=big_data_github type=PullRequestEvent | top actor.login ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/CcJ084L.png) ### Challenge 2-d (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype=big_data_github type=PullRequestEvent | top payload.action ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/7ZqBjTP.png) ### Challenge 2-e (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype=big_data_github type=PullRequestEvent | stats count by actor.login ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/TcVC7mE.png) ### Challenge 2-f (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype=big_data_github type=PullRequestEvent repo.url=https://api.github.com/repos/CSCI-4830-002-2014/challenge-week-2 | timechart count ``` -![image](image.png?raw=true) +![image](http://i.imgur.com/iKYIFmB.png)