forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobs.html
More file actions
96 lines (78 loc) · 3.12 KB
/
jobs.html
File metadata and controls
96 lines (78 loc) · 3.12 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape Jobs</title>
<meta name="description" content="Job openings in Cytoscape Consortium">
<meta name="author" content="Keiichiro Ono">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="narrow white">
<div class="container centering">
<h1>Cytoscape-Related Jobs</h1>
<div class="row">
<img src="images/logo/cy3logoOrange.svg">
</div>
</div>
</div>
<div class="narrow white">
<div class="container centering">
<div class="row">
<div class="col-xs-12 col-md-offset-1 col-md-10">
<p class="lead">
This page contains links to job postings pertaining to cytoscape-related jobs,
including core developer, app developer, or cytoscape-related analysis.
To post your job, please contact
<a href="mailto:[email protected]?subject=Cytoscape Job">Barry Demchak</a>.
</p>
</div>
</div>
</div>
</div>
<div class="belt white">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<h4 class="underline">Core Developer Positions</h4>
<div class="row">
<div class="col-xs-12">
<h2>Programmer Analyst</h2>
<h4>Location: UC, San Diego (La Jolla, CA USA)</h4>
<h4>Total Openings: 2</h4>
<h4>Details: Click
<a href="http://jobs.ucsd.edu/bulletin/job.aspx?cat=search&sortby=rank&jobnum_in=72645">here</a>.
</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4 class="underline">App Developer Positions</h4>
<div class="row">
<div class="col-xs-12">
<h2>NDEx Software Developer</h2>
<h4>Location: UC, San Diego (La Jolla, CA USA)</h4>
<h4>Total Openings: 1</h4>
<h4>Details: Click
<a href="http://jobs.ucsd.edu/bulletin/job.aspx?cat=search&sortby=rank&jobnum_in=73362">here</a>.
</h4>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-12">
<h4 class="underline">Cytoscape-Related Data Analyst Positions</h4>
<p>(Currently not available)</p>
</div>
</div>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>