-
Notifications
You must be signed in to change notification settings - Fork 0
/
academics.html
107 lines (89 loc) · 4.45 KB
/
academics.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
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="MathROOTS @ MIT">
<meta name="keywords" content="MathROOTS @ MIT">
<meta name="description" content="MathROOTS @ MIT">
<!-- Note there is no responsive meta tag here -->
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>MathROOTS @ MIT</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- <link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<!-- <link href="css/non-responsive.css" rel="stylesheet">-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400,700,500|Open+Sans:300,400,600,700,800|Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a class="navbar-brand" href="index.html">MathROOTS @ MIT</a>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="academics.html">Academics</a></li>
<li><a href="residential.html">Residential</a></li>
<li><a href="people.html">People</a></li>
</ul>
</li>
<li><a href="apply.html">Apply</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron" id="jumbo">
<div class="container">
<div class="jumbo__title"><br><br><br><br>
<h1><b>ACADEMICS</b></h1><br><br>
</div>
</div>
</div>
<div class="container">
<h4><b>Learn by doing</b></h4>
<p>At MathROOTS, students will discover new mathematical ideas and learn problem solving skills through a series of classes, group activities, and invited lectures led by a team of instructors with diverse experiences teaching both research and competition math.</p>
<div class="col-md-6">
<img src="./media/discuss2-min.jpg" class="img-responsive" height="230">
</div>
<div class="col-md-6">
<img src="./media/class4-min.jpg" class="img-responsive" height="230">
</div>
<p>The program features:</p>
<ul>
<li>Creative problem solving outside the standard curriculum</li>
<li>Exposure to beautiful yet accessible ideas in mathematics</li>
<li>Introduction to techniques and meaning of mathematical proof</li>
<li>An academic and cultural community of like-minded peers, mentors, and instructors</li>
</ul>
<div class="well">
<p><em>Let’s play a game, you and I:</em></p>
<p><em>We take turns writing a number from 1, 2, 3, 4, 5, 6, 7, 8 on the board.</em></p>
<p><em>Once 1000 numbers have been written on the board, the game ends. You</em>
<em>win if the sum of the numbers on the board is divisible by 9,</em>
<em>otherwise I win.</em></p>
<p><em>You can choose whether to go first or second. How can you win the</em>
<em>game? What if we can only write numbers from 1, 2, 3, 4, 5, 6?</em></p>
<p><em>If learning how to win this game appeals to you, MathROOTS may be for you!</em></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>