diff --git a/app/root.tsx b/app/root.tsx index 47e2a5685..2622d8f4c 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -253,10 +253,11 @@ export function Layout({ children }: { children?: ReactNode }) {
- New! October 18 GCN Classic Outage and Schema v4.2.0. See{' '} + Announcing GCN Classic Migration Survey, End of Legacy Circulars + Email. See{' '} news and announcements diff --git a/app/routes/docs.tsx b/app/routes/docs.tsx index 4d09cbd65..0ca241621 100644 --- a/app/routes/docs.tsx +++ b/app/routes/docs.tsx @@ -198,11 +198,9 @@ export default function () { Schema Browser , - useFeature('VTP_MIGRATION') && ( - - VOEvent Transport Protocol Migration - - ), + + VOEvent Transport Protocol Migration + , Administration , diff --git a/app/routes/docs.vtp.mdx b/app/routes/docs.vtp.mdx index 95a7a372c..1b5e24dfd 100644 --- a/app/routes/docs.vtp.mdx +++ b/app/routes/docs.vtp.mdx @@ -17,13 +17,6 @@ import { IconListItem, } from '@trussworks/react-uswds' -import { feature } from '~/lib/env.server' - -export function loader() { - if (feature('VTP_MIGRATION')) return null - else throw new Response(null, { status: 404 }) -} - # VOEvent Transport Protocol Migration VOEvent Transport Protocol (VTP) is a product of the [International Virtual Observatory Alliance (IVOA)](https://www.ivoa.net) that provides a mechanism for distribution of VOEvents to astronomical communities. The [Comet VOEvent broker for Python](https://comet.transientskp.org/en/latest/) and the [GCN Classic VOEvent distribution system](https://gcn.gsfc.nasa.gov/voevent.html) have been operational for many years, but are not actively developed or maintained. VTP is also unsafe on the modern Internet because it lacks security features to protect against "man-in-the-middle" attacks ([although there are proposals to fix the security issues with VTP](https://comet.transientskp.org/en/stable/appendix/VOEvent-OpenPGP.html), they have not been widely adopted). diff --git a/app/routes/news._index.mdx b/app/routes/news._index.mdx index a7c66efba..a49c3228c 100644 --- a/app/routes/news._index.mdx +++ b/app/routes/news._index.mdx @@ -26,6 +26,27 @@ import { Anchor } from '~/components/Anchor' ## 2024 + + } + > + + GCN Classic Migration Survey and Legacy Circular Submission Email Retirement + + + #### VOEvent Transport Protocol (VTP) Migration Survey + The GCN team is exploring 3 options to meet the VOEvent needs of the GCN user community. The GCN Classic VOEvent broker must be updated to meet NASA standards. If you are a VOEvent user via the [GCN Classic servers](https://gcn.gsfc.nasa.gov/voevent.html): + - Evaluate the [replacement options](/docs/vtp) + - Provide feedback via [our survey](https://forms.gle/8tVRkmQd2v99FqYYA) by **November 30, 2024** + #### Retirement of Legacy Email Submission Address + We plan to retire the legacy email address (gcncirc@capella2.gsfc.nasa.gov) for GCN Circular submission on **December 31, 2024**. Utilize one of the other Circular submission methods: + - Email circulars@gcn.nasa.gov + - Submit via the [web form](/circulars/new), which also offers enhanced features with Markdown capability to add tables, links, and formatting. + + +