forked from upejhu/upe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.html
80 lines (73 loc) · 4.16 KB
/
requirements.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Upsilon Pi Epsilon</title>
<meta name="description" content="Upsilon Pi Epsilon, The Johns Hopkins University Chapter">
<meta name="author" content="Carlo Olcese">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' type='text/css' >
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Header
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="blue">
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 5%;">
<img src="images/jhu.png"/>
</div>
</div>
<div class="row" style="margin-top: 4%">
<div class="eight columns offset-by-two">
<p>Upsilon Pi Epsilon (UPE): International Honor Society for the Computing and Information Disciplines is the first honor society dedicated to the discipline of computer information systems and computer science.</p>
</div>
</div>
<div class="row">
<div class="two columns offset-by-five"><a class="button button-primary" href="index.html">Home</a></div>
</div>
</div>
</div>
<!-- Requirements
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="white">
<div class="container">
<div class="Title" style="margin-top: 5%">
<h2>Membership Requirements</h2>
</div>
<table class="wide" style="margin-top: 2%">
<tbody>
<div class="description" style="margin-bottom: 2%">
There are four main requirements for joining the society as a new member. These requirements for admission can be flexible given certain circumstances. Please contact Joanne Selinski with any specific questions about membership criteria.
</div>
<div class="list" style="margin-left: 50px; margin-right: 50px">
<ul>
<li><b>Credits:</b> Undergraduates must have completed at least 18 graded credits in computer science classes. Graduate students must have completed at least 5 full courses towards their computer science degree.</li>
<li><b>GPA:</b> Normally above a 3.5 is acceptable and below a 3.0 is not. If you have a somewhat lower GPA than required but have an intense computer science workload or special research and work experience, you may still be considered.</li>
<li><b>Attendance:</b> Members are obligated to attend the initiation ceremony as well as any meetings that may occur throughout the year. </li>
<li><b>Fee:</b> There is a one-time initiation fee of $60. </li>
</ul>
</div>
<div class="end-description" style="margin-top: 2%">
<i>If you believe that you can meet these criteria, please send a copy of your resume to <a href="mailto:[email protected]?subject=UPE Membership Application">Joanne Selinski</a> for review before March 9th. </i>
</div>
</tbody>
</table>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>