-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
104 lines (96 loc) · 3.85 KB
/
education.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
102
103
104
<!DOCTYPE HTML>
<!--
Inspired by Hielo by TEMPLATED
Heavily modified by Kevin Lo
-->
<html>
<head>
<title>Education</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>Education</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 Education </h2>
</header>
<p>Our team is dedicated to inspire data science and skills in high school students. We aim to reach as many students as possible through direct and indirect teaching initiatives. We are looking for motivated students with backgrounds in data science, especially if you have teaching experiences as an AI or UGSI.
</p>
<h3> Curriculum Development </h3>
<p>Design data science content intended to be used for students at the high school level. Find ways to integrate into data science into AP Computer Science Principles or AP Statistics.
</p>
<h3> Student Instructor </h3>
<p>Instruct high school students on basic data science skills including computer science and statistics. We’re looking for passionate and supportive data science educators capable of following a lesson plan and leading discussions.</p>
<p>For the Student Instructor Team, we look for: </p>
<ul>
<li>A Passion for Teaching</li>
<li>Knowledge in Statistics or Computer Science</li>
<li>Data8, CS61A, or CS88 w/knowledge in a data science package or language </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>