-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (88 loc) · 5.2 KB
/
Copy pathindex.html
File metadata and controls
103 lines (88 loc) · 5.2 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+ NASA Goddard Association of Postdoctoral and Early Career Scientists</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/navicon.css">
</head>
<script src="js/nav.js"></script>
<script src="js/includeHTML.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 nav_active">Home</a>
<a href="events.html" class="nav_button">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">
<h2>Welcome to NGAPS+!</h2>
<h4>A place for early career scientists at NASA Goddard to network and help each other out.</h4>
<h4>Code of Conduct</h4>
<p>We expect all NGAPS+ members to abide by our <a href="docs/NGAPS+_Code_of_Conduct.pdf">code of conduct</a>.
This code was created to promote and ensure a safe and respectful environment for all NGAPS+ members and associates, regardless of work affiliation
(civil servants, contractors, university co-op scientists, NASA Postdoctoral Program fellows, interns, etc.)
to NASA Goddard Space Flight Center (GSFC), job title, or field.
</p>
<p style="margin-top:10px"><b>If you have any questions, concerns, or comments you would like NGAPS+ co-officers to know about (either anonymously or not), please let us know <a
href="https://forms.gle/wtFSRh8x1DfWLNcB8">by using this form</a> or by emailing the NGAPS+ officers at
<a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">gsfc-ngaps-admin@lists.nasa.gov</a>.</b></p>
<h4>Follow us on Social Media</h4>
<p>Our most-used off-center means of communication is through Discord. To be added to the NGAPS+ server, please reach out
to the NGAPS+ <a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">officers</a>.
We also have a <a href="http://www.facebook.com/groups/65590660399/">Facebook</a> group,
a <a href="https://www.linkedin.com/groups/14007683/">LinkedIn</a> group,
an <a href="https://www.instagram.com/ngaps_gsfc/">Instagram</a> account,
a <a href="https://x.com/gsfc_ngaps">Twitter/X</a> account, and
a <a href="https://bsky.app/profile/ngaps.bsky.social">BlueSky</a> account that we occasionally post news and updates on.</p>
<p>The NGAPS mailing list is the best way to stay up-to-day on all NGAPS+ happenings. To join, please enter your
email address on <a href="https://lists.nasa.gov/mailman3/lists/gsfc-ngaps.lists.nasa.gov/">this site</a>.
You must be on the internal NASA network (VPN) to access this site. If you can not access the VPN then please send a message to
<a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">gsfc-ngaps-admin@lists.nasa.gov</a> with a note of
which email address you would like to be added (it does not have to be a
nasa.gov email address).</p>
<div id="main_upcoming_events">
<h2>Upcoming NGAPS+ Events</h2>
<p>Learn more by visiting the <a href="events.html">events page</a>.</p>
<p>Do you know about an upcoming event that other NGAPS+ members might be interested in? Let us know by emailing us here:
<a href="mailto:gsfc-ngaps-admin@lists.nasa.gov">gsfc-ngaps-admin@lists.nasa.gov</a>.</p>
</div>
</div>
</div>
<div include-html="footer.html"></div>
<script>
includeHTML();
</script>
</body>
</html>