Difference between revisions of "Main Page"

From Protein Prediction 2 Winter Semester 2014
(Exercise Oct 16, 2014)
(Recommended Readings)
Line 68: Line 68:
 
== Recommended Readings ==
 
== Recommended Readings ==
 
[http://chimera.labs.oreilly.com/books/1230000000345 Interactive Data Visualization for the Web]
 
[http://chimera.labs.oreilly.com/books/1230000000345 Interactive Data Visualization for the Web]
  +
  +
== Ressources ==
  +
* Git [https://rogerdudler.github.io/git-guide/ Guide], [https://try.github.io Tutorial], [http://gitref.org/ Reference], [http://git-scm.com/ official website]
  +
* JavaScript
  +
Codecademy
  +
* [http://www.codecademy.com/en/tracks/javascript JS]
  +
* Codeschool
  +
* [https://www.codeschool.com/courses/javascript-road-trip-part-1 JSPart1]
  +
* [https://www.codeschool.com/courses/javascript-road-trip-part-2 JS Part2]
  +
* [https://www.codeschool.com/courses/javascript-road-trip-part-3 JS Part3]
  +
* [https://www.codeschool.com/courses/javascript-best-practices JS best practices]
  +
* HTML & CSS
  +
* [http://www.codecademy.com/en/tracks/web Codecademy]
  +
* [https://www.codeschool.com/courses/front-end-formations Codeschool Frontend]
  +
* [https://www.codeschool.com/courses/css-cross-country Codeschool CSS Country]

Revision as of 21:53, 11 October 2014

Exercise 'Protein Prediction II' for Computer Scientists

Protein Interaction Network, Phylogenetic Tree, Microarray Scatterplot

This is the main information exchange for the exercise 'Protein Prediction II' for Computer Scientists. The organisation, requirements and grading of the exercise is explained here by the mentors. All students will have one log in account and may add content to this wiki, if required by the mentors.

Grading

The exercise grade accounts for 60% of the final lecture grade. The grading will be based on your active participation in the exercises, as well as on the visualization component you will develop during the exercise, its clear and complete documentation, and the final presentation of the component to the group including Prof. Rost.

Mentors

The mentors for the exercises will be:

Our exercises will heavily benefit from the expertise and enthusiasm of:

  • Sebastian Wilzbach - an awesome BioiInfo dude and a former student of GSoC
  • David Dao - another awesome Computer Scientist dude and also a former student of GSoC ;))))

Project description

One of the biggest breakthroughs in life sciences has been the ability to sequence the genetic code of life - the DNA. As the sequencing techniques become cheaper and faster, the amount of biological data stored in our databases is increasing every day. The data does not come from sequencing experiments only, but also from many other technologies that are used to understand organisms and diseases at the systems level. It a challenge nowadays to integrate the variety of data in meaningful and research facilitating way.

The visualization plays a crucial role in the ability of interpreting the data and focusing on those details that shed light on specific hypotheses. The complexity of the data we are facing in modern life sciences requires more advances technologies than the usual static HTML pages when accessing them. They require dynamic visualization tools that allow real-time interactions. JavaScript is a language of modern browsers and thus is perfect for developing client-side browser-based tools. In the exercises of this semester we will build tools for the visualization of biological data on the web from scratch and share those with the community!

Exercise Oct 16, 2014

In the first exercise we will give you an introduction to the programming language of the web - JavaScript. We will also talk about BioJS, whose library we aim to enhance by the awesome components that will outcome by the end of this semester's exercise.

[Slides]

TODO list for next week:

After completing the [BioJS tutorial], please rate the difficulty of the tutorial on a scale from 1 (very easy) to 5 (very hard) in the table below. The rating will be done anonymously and its purpose is for us to understand the level of your JavaScript knowledge to best tailor the upcoming exercises for you.

student 1 student 2 student 3 student 4 student 5 student 6 student 7 student 8 student 9 student 10
student 11 student 12 student 13 student 14 student 15 student 16 student 17 student 18 student 19 student 20

Recommended Readings

Interactive Data Visualization for the Web

Ressources

  Codecademy
    * JS
 * Codeschool
   * JSPart1
   * JS Part2
   * JS Part3
   * JS best practices
  • HTML & CSS
   * Codecademy
   * Codeschool Frontend
   * Codeschool CSS Country