Difference between revisions of "Homework 3"

From Protein Prediction 2 Winter Semester 2014
(Tasks)
(Tasks)
Line 4: Line 4:
   
 
'''1. Examples of good and bad visualization practices''' <br>
 
'''1. Examples of good and bad visualization practices''' <br>
  +
 
Find on the web two examples of a) a good visualization practice and b) a bad one. For example, this is a [https://i12r-studfilesrv.informatik.tu-muenchen.de/pp22014/index.php/File:Good_visualization.png good] and this is a [https://i12r-studfilesrv.informatik.tu-muenchen.de/pp22014/index.php/File:Bad_visualization.png bad] one. Make screenshots of your examples and add them to this [https://drive.google.com/folderview?id=0B3slCQvRNZwJQWwzbFVoRkYtSjQ&usp=sharing Google drive]. <br>
 
Find on the web two examples of a) a good visualization practice and b) a bad one. For example, this is a [https://i12r-studfilesrv.informatik.tu-muenchen.de/pp22014/index.php/File:Good_visualization.png good] and this is a [https://i12r-studfilesrv.informatik.tu-muenchen.de/pp22014/index.php/File:Bad_visualization.png bad] one. Make screenshots of your examples and add them to this [https://drive.google.com/folderview?id=0B3slCQvRNZwJQWwzbFVoRkYtSjQ&usp=sharing Google drive]. <br>
 
Name the files good_yourlastname.png(or jpg) and bad_yourlastname.png(or jpg).
 
Name the files good_yourlastname.png(or jpg) and bad_yourlastname.png(or jpg).
  +
In the exercise next week we'll have a slide show of good and bad practices and a discussion.
  +
  +
'''2. Presentation of a favorite D3 component''' <br>
  +
  +
Pick a [http://d3js.org/ D3] component of your choice to present the it together with its code in the exercise (max. 3 mins presentation). For example, you could present [http://bl.ocks.org/mbostock/4060366 Voronoi Tessellation] and tell what does it present and what functions and logic it uses by scrolling down to its [http://bl.ocks.org/mbostock/4060366#index.html index.html] code.

Revision as of 18:09, 30 October 2014

Tasks

For the exercise next week (Nov. 6), please prepare the following two tasks:

1. Examples of good and bad visualization practices

Find on the web two examples of a) a good visualization practice and b) a bad one. For example, this is a good and this is a bad one. Make screenshots of your examples and add them to this Google drive.
Name the files good_yourlastname.png(or jpg) and bad_yourlastname.png(or jpg). In the exercise next week we'll have a slide show of good and bad practices and a discussion.

2. Presentation of a favorite D3 component

Pick a D3 component of your choice to present the it together with its code in the exercise (max. 3 mins presentation). For example, you could present Voronoi Tessellation and tell what does it present and what functions and logic it uses by scrolling down to its index.html code.