-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcy32_launch_challenge.html
75 lines (63 loc) · 3.42 KB
/
cy32_launch_challenge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape 3.2 Launch Challenge</title>
<meta name="description" content="Cytoscape 3.2 Launch Challenge">
<meta name="author" content="Kristina Hanspers">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
</head>
<body>
<nav></nav>
<div class="narrow white">
<div class="container">
<div class="row centering">
<img src="images/logo/cy3logoOrange.svg" />
</div>
<div class="row centering">
<h1>Cytoscape v3.2 Launch Challenge</h1>
</div>
<div class="row centering">
<div class="col-xs-12 col-md-offset-2 col-md-8">
<p class="lead">
The Cytoscape team is committed both to producing best-of-breed software and enabling our users to create valuable and beautiful results. We are very proud of our <a href="http://www.cytoscape.org/release_notes_3_2_0.html">new v3.2 release</a>,
and are celebrating by giving our users a chance to show off their excellent work and ideas – with cash prizes for the best in each category.</p>
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<h2>How the Competition Works</h2>
<p>Submit your best work in any of the categories below – 1 submission per category per person:
<ol>
<li>Best example of using Cytoscape for Biology</li>
<li>Most novel use of Cytoscape</li>
<li>Most valuable feature to add to Cytoscape</li>
<li>Most aesthetically pleasing network visualization in Cytoscape</li>
</ol>
Submit text (up to 3 clear and concise sentences), a picture (as .png), or both – whichever tells the most compelling story. You can use Cytoscape apps to create your submission. Submit via <a href="mailto:idekerlab.bdemchak@gmail.com">email</a> and tell us how to reach you (in case you win). Submit before December 15, 2014.</p>
</div>
<div class="col-xs-12 col-md-6">
<h2>Prizes</h2>
<p>Winners will be chosen in each category solely based on judgment by the Cytoscape team. Prizes include Amazon gift cards:
<ul>
<li>1st place: $100</li>
<li>2nd place: $50</li>
<li>Consolation (chosen by lottery): $25</li>
</ul>
To receive a prize, all winners must agree to have their entry posted on the Cytoscape web site (cytoscape.org).</p>
</div>
</div>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>