-
Notifications
You must be signed in to change notification settings - Fork 1
/
members.html
48 lines (44 loc) · 1.99 KB
/
members.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Upsilon Pi Epsilon: The Computer Science Honor Society</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="lib/papaparse/papaparse.min.js" charset="utf-8"></script>
</head>
<body>
<div class="navbar">
<div class="navbar-logo">
<a href="index.html">
<img src="img/logo.jpg" alt="logo">
</a>
</div>
<navigation-bar current="members.html" sitemap="data/sitemap.json"></navigation-bar>
</div>
<div class="content">
<h1>Invitations</h1>
<p>UPE is an invitation-only society. An undergraduate or graduate student is eligible for invitation to join the Mass. Alpha Chapter if:</p>
<ul>
<li>Their major is Computer Science</li>
<li>Their GPA within CS meets a distinguished minimum</li>
<li>Their overall GPA meets a distinguished minimum</li>
<li>They have made significant progress towards a CS degree</li>
</ul>
<p>More details can be found in our <a href="bylaws.html">bylaws (see Article III)</a>.</p>
<!-- <p>Invitations to join are voted on by the whole membership of the chapter. Prospective members give short (10-15 minute) talks which are attended by other UPE members, CS Department faculty, and other interested parties. Induction takes place at a dinner held in the Higgins House.</p> -->
<hr>
<!-- PAST MEMBERS -->
<h1>Inductees</h1>
<p>
The following is a list of student inductees to the Massachusetts Alpha
Chapter of Upsilon Pi Epsilon. The list is sorted by time of induction.
</p>
<div id="initiations">
</div>
</div>
</body>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="js/components.js" charset="utf-8"></script>
<script src="js/members.js" charset="utf-8"></script>
</html>