-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathundergrad_research.html
139 lines (112 loc) · 4.21 KB
/
undergrad_research.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML>
<!--
Solarize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<base href="/astro/">
<title>Stony Brook Astronomy: Undergrad Research</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1a">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">SBU Astronomy</a></h1>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main" class="wrapper style4">
<!-- Content -->
<div id="content" class="container">
<section>
<header class="major">
<h2>Undergraduate Research</h2>
<span class="byline">The majority of Stony Brook
undergraduate Astronomy majors engage in research with a
faculty member for atleast one semester</span>
</header>
<H3>Local Research Opportunities</H3>
<P>There are often opportunities for undergraduates to
participate in research with local faculty. You are encouraged to contact
faculty directly about available research projects.
<h3>URECA</h3>
<p>The Undergraduate Research and Creative Activites (URECA)
program
offers <A href="https://www.stonybrook.edu/commcms/ureca/summer/urecasummer.php">financial
support for summer research done at Stony Brook</a>.<br>
<H3>External Research Opportunities</H3>
<P>There are a number of programs available for
undergraduates interested in doing summer research in
astronomy. Here we provide links to the application pages
for these programs as they become available.
<DL>
<DT><A HREF="http://www.nsf.gov/crssprgm/reu/list_result.cfm?unitid=5045">NSF
Research Experiences for Undergraduates
(REU)</A></DT>
<DD>The National Science Foundation (NSF) provides
various astronomy programs across the country with
funding to provide paid summer research internships
for undergraduates. This is a great opportunity to
spend your summer in another part of the country
performing astronomy research. Note that the
deadlines for applications are in Dec/Jan for the
following summer.<br>
You may also want to look over the list
of <A HREF="http://www.nsf.gov/crssprgm/reu/list_result.cfm?unitid=69">Physics
REU sites</A></DD>
<dt><a href="https://science.osti.gov/wdts/suli">DOE
Science Undergraduate Laboratory Internships
(SULI)</a></dt>
<dd>Summer internships at DOE National Laboratories</dd>
<dt><a href="http://www.surf.caltech.edu/">Caltech
Summer Undergrauate Research Fellowships</a></dt>
<dd>Summer research opportunities at Caltech and JPL.
See also
their <a href="http://sfp.caltech.edu/programs/wavefellows">WAVE
Fellows Program</a> for opportunities for
underrepresented minorities.</dd>
<dt><a href="https://www.stsci.edu/opportunities/space-astronomy-summer-program">Space
Astronomy Summer Program</a></dt>
<dd>Summer research opportunities at the Space Telescope
Science Institute</dd>
</DL>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<section class="container">
<header class="major">
<h2>Stony Brook Astronomy</h2>
</header>
<hr />
</section>
<!-- Copyright -->
<div id="copyright">
Design: <a href="http://templated.co">TEMPLATED</a>
</div>
</div>
</body>
</html>