-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfrastructure.html
101 lines (92 loc) · 3.42 KB
/
infrastructure.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
100
101
<!DOCTYPE HTML>
<!--
Inspired by Hielo by TEMPLATED
Heavily modified by Kevin Lo
-->
<html>
<head>
<title>Infrastructure</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="http://databears.org/">DataBears<span> </span></a></div>
<a href="#menu"></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="http://databears.org/">Home</a></li>
<li><a href="general_members.html">General Members</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="consulting.html">Consulting</a></li>
<li><a href="infrastructure.html">Infrastructure</a></li>
<li><a href="logistics_outreach.html">Logistics and Outreach</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Spring 2019</p>
<h2>Infrastructure</h2>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2> Data Science Platform </h2>
</header>
<p>We provide infrastructure and services that campus groups can use to generate, collect and understand the data. Tentatively we’re currently working on launching our Jupyterhub server to support our education and consulting service. Our second project is creating a web app to search databases for relevant datasets.
</p>
<p>For the Student Instructor Team, we look for: </p>
<ul>
<li>System Administration/DevOps/SRE Background Knowledge (not required but a plus)</li>
<li>A "Get Stuff Done" Mindset</li>
<li>Good Communication Skills </li>
<li>Ability to Triage Problems by Isolating Variables</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<!--
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul> -->
</div>
<div class="copyright">
<p>
©2019 DataBears. All rights reserved.
</p>
<p> Website Designed by Kevin Lo </p>
<a href= "https://www.ocf.berkeley.edu">
<img src = "https://www.ocf.berkeley.edu/hosting-logos/ocfbadge_mini8.png" alt="Hosted by the OCF">
</a>
<br>
We are a student group acting independently of the University of California.
<br>
We take full responsibility for our organization and this website.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>