diff --git a/app/routes/labs.missions/AstroFleetChart.png b/app/routes/labs.missions/AstroFleetChart.png new file mode 100644 index 000000000..1f598586b Binary files /dev/null and b/app/routes/labs.missions/AstroFleetChart.png differ diff --git a/app/routes/labs.missions/Fermi_Earth_GWs.jpg b/app/routes/labs.missions/Fermi_Earth_GWs.jpg new file mode 100644 index 000000000..190b083e2 Binary files /dev/null and b/app/routes/labs.missions/Fermi_Earth_GWs.jpg differ diff --git a/app/routes/labs.missions/route.md b/app/routes/labs.missions/route.md deleted file mode 100644 index 84e6e764b..000000000 --- a/app/routes/labs.missions/route.md +++ /dev/null @@ -1 +0,0 @@ -Mission Page Content Here diff --git a/app/routes/labs.missions/route.tsx b/app/routes/labs.missions/route.tsx new file mode 100644 index 000000000..187f72a40 --- /dev/null +++ b/app/routes/labs.missions/route.tsx @@ -0,0 +1,81 @@ +/*! + * Copyright © 2023 United States Government as represented by the + * Administrator of the National Aeronautics and Space Administration. + * All Rights Reserved. + * + * SPDX-License-Identifier: Apache-2.0 + */ +import { GridContainer } from '@trussworks/react-uswds' + +import fermiHeroImage from './Fermi_Earth_GWs.jpg' +import { Meatball } from '~/components/meatball/Meatball' +import type { BreadcrumbHandle } from '~/root/Title' + +import fleet from './AstroFleetChart.png' + +export const handle: BreadcrumbHandle = { + breadcrumb: 'Missions', +} + +export default function () { + return ( + <> + Fermi satellite with a GRB in the background, both positioned over earth + +

Mutimessenger missions

+

Overview

+

+ The joint discovery of gravitational waves and electromagnetic + radiation from the binary neutron star merger GW170817 was a watershed + moment for astrophysics. NASA missions played a critical role in this + discovery, from constraining the speed of gravity, to determining the + site of heavy (r-process) element formation, to furthering our + understanding of the formation and structure of relativistic jets. The + recent detection of a neutrino correlated in space and time with a + flare from gamma-ray blazar has also provided a tantalizing clue to + the origin of high-energy cosmic neutrinos. These studies of + astrophysical transients and time-domain and multimessenger phenomena + are perhaps the most rapidly growing field of astrophysics, rich with + opportunities for exciting discoveries. In the present/near-future, + NASA is well-positioned to capitalize on the exciting scientific + opportunities in time-domain and multimessenger astrophysics. As + highlighted in the 2019 Astrophysics Senior Review of Operating + Missions, the portfolio provides a suite of capabilities that is + “greater than the sum of its parts”, and will contribute significantly + to the major science questions in this field. +

+
+ a diagram depicting all the missions in the fleet over time shaped as a swirl +
+ The current NASA Astrophysics fleet, flying and in development. +
+
+ +
+
+ "The complementary nature of these missions makes the overall + capability of the portfolio more than the sum of its parts, and many + of the most exciting developments in contemporary astrophysics draw + on observations from several of these observatories simultaneously." +
+
+ + 2019 Astrophysics Senior Review, Executive Summary, Page 2 +
+
+
+ + ) +} diff --git a/app/routes/labs/route.tsx b/app/routes/labs/route.tsx index 77c829d61..882ced3f2 100644 --- a/app/routes/labs/route.tsx +++ b/app/routes/labs/route.tsx @@ -25,8 +25,7 @@ export default function () { return ( <>
-

ACROSS

-
+