-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopportunities.html
99 lines (82 loc) · 5.85 KB
/
opportunities.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<!-- head starts-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129453432-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129453432-1');
</script>
<!-- Title Displayed on Tab on Browser-->
<title>Opportunites - ICEBERG</title>
<link rel="shortcut icon" type="image/png" href="img/logo/iceberg.png"/>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/custom.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<!-- head ends-->
<!-- body starts-->
<body>
<div id="header_nav"></div>
<!-- Home Page starts -->
<div class="container" id="body" hidden>
<!-- Introduction starts -->
<div class="container row marginTop-16 text-justify">
<h1 class="title toc-ignore">Opportunities</h1>
<p>We are currently recruiting for a research programmer position. A Description of the position is below. Prospective students, post-docs, and research programmers with an interest in combining satellite imagery and high performance computing should contact ICEBERG PI Heather Lynch (<a href="mailto:[email protected]">[email protected]</a>) for more information.</p>
<p><strong>Rutgers University</strong></p>
<p>ICEBERG is a bold new project that will radically enhance high-performance computing and imagery enabled polar science. ICEBERG aims to create the middleware and building blocks to support high-resolution imagery on high-performance platforms, including NSF XSEDE and diverse cloud platforms.</p>
<p>The applicant will function as the senior research programmer for the ICEBERG project, and will be responsible for designing, prototyping and delivering production grade cyberinfrastructure for polar imagery processing workflows in high-performance and distributed computing. This includes developing libraries and building blocks for workflows. The applicant will also be responsible for the successful integration with Polar science applications, and will require, collaboration with a junior research programmer, domain scientists and graduate students. </p>
<p>Experience with high-performance distributed computing and software engineering is necessary. Knowledge of Image analysis, GIS and Remote Sensing concepts is helpful, but not mandatory.</p>
<p>Primary responsibilities include but are not limited to:</p>
<ul>
<li>Design of complex software systems and staged delivery<br />
</li>
<li>Requirements engineering including Use Case Analysis<br />
</li>
<li>Software engineering lifecycle management<br />
</li>
<li>Deliver software systems for high-performance and distributed computing (including cloud) infrastructure<br />
</li>
<li>Testing, integration and performance engineering on workflows on high-performance infrastructure<br />
</li>
<li>Collaboration with domain scientists to ensure integration and production capabilities</li>
</ul>
<p>Must be independent and motivated to excel. Will be expected to deliver code, write papers and deliver talks. The applicant will be expected to travel to professional meetings and collaborators.</p>
<p>The applicant will be familiar with modern software engineering methodology, high-performance computing, python and scientific computing. Will have either a MS in Computer Science/Engineering with 3+ years post-degree experience, or a PhD in Computer Science/Engineering or closely related discipline.</p>
<p>The applicant will be based in the RADICAL Laboratory (<a href="http://radical.rutgers.edu" class="uri">http://radical.rutgers.edu</a>) at Rutgers University, and will have access to facilities and resources of the Computational Science Initiative at Brookhaven National Laboratory as well as the IACS at Stony Brook University.</p>
<p>For further information, please contact either Shantenu Jha (<a href="mailto:[email protected]">[email protected]</a>) or Heather Lynch (<a href="mailto:[email protected]">[email protected]</a>).</p>
<p>Roles and Responsibilities:</p>
<ul>
<li>Analyze existing capabilities, requirements engineering and architecting ICEBERG framework (25% time)<br />
</li>
<li>Responsible for testing and deployment of the ICEBERG framework on HPC and cloud infrastructures (25%)<br />
</li>
<li>Integration of ICEBERG with SD (20%)<br />
</li>
<li>de novo software development (25%)<br />
</li>
<li>All members of the CI-team will contribute to training, workshop and hackathon activities (5%)</li>
</ul>
<p>Job application link <a href="https://jobs.rutgers.edu/postings/51839">here</a></p>
</div>
<!-- Introduction ends -->
</div>
<!-- Home Page ends -->
<div id="footer"></div>
<!-- This should be at the end of the body tag -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
<script src="js/custom.js"></script>
</body>
<!-- body ends-->
</html>