-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,27 @@ import { Anchor } from '~/components/Anchor' | |
|
||
## 2024 | ||
|
||
<CollectionItem | ||
className="maxw-none" | ||
variantComponent={ | ||
<CollectionCalendarDate datetime={'November 8, 2024'} /> | ||
} | ||
> | ||
<CollectionHeading headingLevel="h3"> | ||
<Anchor> GCN Classic Migration Survey and Legacy Circular Submission Email Retirement</Anchor> | ||
</CollectionHeading> | ||
<CollectionDescription> | ||
#### 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 ([email protected]) for GCN Circular submission on **December 31, 2024**. Utilize one of the other Circular submission methods: | ||
- Email [email protected] | ||
- Submit via the [web form](/circulars/new), which also offers enhanced features with Markdown capability to add tables, links, and formatting. | ||
</CollectionDescription> | ||
</CollectionItem> | ||
|
||
<CollectionItem | ||
className="maxw-none" | ||
variantComponent={ | ||
|