-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathjobs.html
73 lines (58 loc) · 2.31 KB
/
jobs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape Jobs</title>
<meta name="description" content="Positions in Cytoscape Consortium">
<meta name="author" content="Keiichiro Ono">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://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.
</p>
</div>
</div>
</div>
</div>
<div class="belt white">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-12">
<h4 class="underline">Core Developer Positions</h4>
<h2>Cytoscape Cyberinfrastructure Developer</h2>
<h4>Location: UC, San Diego (La Jolla, CA USA)</h4>
<h4>Total Openings: 1</h4>
<h4>Details: Click
<a href="https://jobs.ucsd.edu/bulletin/job.aspx?jobnum_in=93710">here</a>.
</h4>
</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>