-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
103 lines (88 loc) · 4.9 KB
/
Copy pathevents.html
File metadata and controls
103 lines (88 loc) · 4.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L5F8YE9RP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L5F8YE9RP');
</script>
<meta charset="utf-8">
<title>NGAPS+ Events</title>
<meta name="description" content="A website to share information and events with post-docs and early career scientists at NASA Goddard Space Flight Center.">
<meta name="keywords" content="GSFC, NASA Goddard, Post-Docs, Early Career, Graduate Students">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="android-chrome-192x192.png">
<meta name="theme-color" content="#e3f4ff">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/other.css">
<link rel="stylesheet" href="css/navicon.css">
</head>
<script src="js/includeHTML.js"></script>
<script src="js/collapsible.js"></script>
<script src="js/nav.js"></script>
<body>
<div id="all_content">
<!-- Navigation Bar -->
<div class="topHolder">
<h1 id="title_text">NASA Goddard Association of Postdoctoral and Early Career Scientists</h1>
<div class="topInnerHolder">
<a class="nav_img"><img src="logo/ngaps_plus_main_white_bkgd.png" alt="NGAPS+"/></a>
<div class="topnav" id="myTopnav">
<a href="index.html" class="nav_button">Home</a>
<a href="events.html" class="nav_button nav_active">Events</a>
<a href="activities.html" class="nav_button">Activities</a>
<a href="living.html" class="nav_button">Living</a>
<a href="working.html" class="nav_button">Working</a>
<a href="about_us.html" class="nav_button">About Us</a>
<a href="javascript:void(0);" class="icon" onclick="navCollapseFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</div>
<!-- Navigation end -->
<div id="main_content">
<div class="sub_nav">
<a href="#regular">Regular Events</a>
<p>/</p>
<a href="#calendar">Full Calendar</a>
</div>
<h2>NGAPS+ - Events</h2>
<p><i>Do you think your event would be of interest to the NGAPS+ community? Tell us about it by emailing one of our <a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">officers</a>.</i></p>
<hr/>
<a id="regular" class="anchor_link"></a><h3>Regular Events</h3>
<h4>Social Lunches</h4>
<p>The NGAPS+ Social Sub-Committee occasionally hosts lunch meet ups on center. This is a BYOL (Bring Your Own Lunch)
event where you can meet other Early Career researchers. Currently, these lunches happen on a less-than-regular
schedule, though we are trying to bring them back regularly. Look out for invitations from Teams or the NGAPS+
listserv. Not on the NGAPS+ Teams or Listserv? Contact our <a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">admins</a>
to be added!</p>
<!-- <p>Every Thursday we host an informal lunch at rotating venues across campus. We try to always have an NGAPS+
officer present at these lunches to act as a point of contact. You can find a particular week's point of
contact in the event description on the calendar below. We strongly encourage NGAPS+ members to meet up for
lunch even when an officer is not available to host.</p>
<p style="text-align: center"><strong>1st Tuesday, 2nd Wednesday and 3rd Thursday of each month.</strong></p> -->
<p>On-campus locations alternate, please check in on the Teams Social Channel for up-to-date information.</p>
<hr/>
<a id="calendar" class="anchor_link"></a><h3>Full Event Calendar</h3>
<p>Additional events can be found on our <a href="https://calendar.google.com/calendar/embed?src=u0bm7ae3qttddd98m91i923184%40group.calendar.google.com&ctz=America%2FNew_York">calendar</a>:
</p>
<p>NOTE from 2025: this calendar is under re-construction, so don't be alarmed if you don't see anything!</p>
<div id="calendar_iframe">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%238fd6ff&ctz=America%2FNew_York&src=dTBibTdhZTNxdHRkZGQ5OG05MWk5MjMxODRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%237CB342&title=NGAPS%20Events"
style="border:solid 1px #777" width="75%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<div include-html="footer.html"></div>
<script>
includeHTML();
</script>
</body>
</html>