Skip to content

Commit

Permalink
archive integral mission given end of ops
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin authored and lpsinger committed Feb 28, 2025
1 parent b59f139 commit 50900e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ import logo from './logo.jpg'

**Launch Date:** July 15, 2009

**Extended Mission Lifetime:** 2023+ (Pending NASA Senior Review)

**End of Operations:** Reentry in 2029
**End of Operations:** [February 28, 2025](https://www.esa.int/Science_Exploration/Space_Science/Integral/Mission_accomplished_for_Integral_ESA_s_gamma-ray_telescope)

**Data Archive:**
[ESA](https://www.cosmos.esa.int/web/integral/integral-data-archives)
Expand Down
12 changes: 12 additions & 0 deletions app/routes/missions.integral.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*!
* 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 { redirect } from '@remix-run/react'

export async function loader() {
return redirect('../archive/integral', 301)
}
6 changes: 3 additions & 3 deletions app/routes/missions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export default function () {
<NavLink key="icecube" to="icecube">
IceCube Neutrino Observatory
</NavLink>,
<NavLink key="integral" to="integral">
INTEGRAL
</NavLink>,
useFeature('KM3NET') && (
<NavLink key="km3net" to="km3net">
KM3NeT
Expand Down Expand Up @@ -98,6 +95,9 @@ export default function () {
<NavLink key="burstcube" to="archive/burstcube">
BurstCube
</NavLink>,
<NavLink key="integral" to="archive/integral">
INTEGRAL
</NavLink>,
]}
/>
</>,
Expand Down

0 comments on commit 50900e6

Please sign in to comment.