-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
114 lines (96 loc) · 5.14 KB
/
resources.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
108
109
110
111
112
113
114
<!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>RESOURCES</b></h1><br><br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h4><b>Talent without opportunity does not go far</b></h4>
<p>Since you’ve decided to apply to MathROOTS, it is clear that you have an interest in developing your interests in mathematics! This is a great thing. Ultimately, though we will only have resources to enroll a class of 20 students for our program. Fortunately, there are many other wonderful programs available for you to learn more about mathematics. All of these programs are headed by caring people who are interested in diversifying the mathematical community and welcome talented students from diverse backgrounds. So take a look at the different programs and don’t be shy to apply.</p>
<p>Here are a few resources for you to learn more about mathematics!</p>
</div>
<div class="col-md-6">
<img src="./media/class6-min.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4>Math Summer Programs</h4>
<ul>
<li><a href="http://www.awesomemath.org">AwesomeMath</a></li>
<li><a href="http://www.mathcamp.org">Canada/USA Mathcamp</a></li>
<li><a href="http://www.hcssim.org">Hampshire College Summer Studies in Mathematics (HCSSiM)</a></li>
<li><a href="http://www.txstate.edu/mathworks/camps/hsmc.html">Honors Summer Math Camp (HSMC)</a></li>
<li><a href="http://www.mathily.org/">MathILy</a></li>
<li><a href="http://www.promys.org/">Program in Mathematics for Young Scientists (PROMYS)</a></li>
<li><a href="http://www.math.ohio-state.edu/ross/">The Ross Program</a></li>
<li><a href="https://sumac.stanford.edu/">Stanford University Mathematics Camp (SUMaC)</a></li>
<li><a href="http://proveitmath.org/">Prove It! Math Academy</a></li>
<li><a href="http://www.beammath.org/">Bridge to Enter Advanced Mathematics (BEAM)</a></li>
</ul>
<h4>Supplemental Math Resources</h4>
<ul><li><a href="http://www.maa.org/math-competitions">American Mathematics Competitions</a></li>
<li><a href="http://www.artofproblemsolving.com">Art of Problem Solving</a></li>
<li><a href="https://www.mathcounts.org/">MathCounts</a></li>
</ul>
</div>
</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>