diff --git a/README b/README index 6efc4476537c01e3606cdb4869a4c8ea43481602..c4ec5f3daebb61959bb8effe111bf1dc616a3506 100644 --- a/README +++ b/README @@ -32,4 +32,25 @@ msg: | A **Ruby Partial Downtime** for 4 hours on Monday, September 24 from 8:00am to 12:00pm will prevent SSH login to Ruby nodes and and Ruby VDI sessions. <% end %> +``` + +#### Announcement Style + +- Each separate announcement topic must have a title using level 4 headers (`####`) +- At the end of each announcement topic write `*Posted: <date>*`. +- Announcements should also be posted in the [Docs News Page](https://docs.rc.uab.edu/news/), generally with more detail there, summarized very briefly here. +- Cross-link to the relevant Docs News post. + +Examples: + +``` +#### Maintenance Window + +Cheaha will be impacted by a maintenance window Jul 16, 2025, through Jul 22, 2025. Read more on our docs at our [News Page](link). +<br><p style="text-align: right">*Posted: 2025-05-13*</p> + +#### Research Computing Customer Survey + +We invite you to complete our brief [Research Computing Survey](link) by Friday, May 16 to share your experience and suggestions—it takes less than 5 minutes. +<br><p style="text-align: right">*Posted: 2025-05-05*</p> ``` \ No newline at end of file diff --git a/announcement.md b/announcement.md index 79dfdfea1ee97d1bbeecf76c2e8fa0ecf8b3a05e..2808054cfb979d0603c848b7a285a14197939c9f 100644 --- a/announcement.md +++ b/announcement.md @@ -1,7 +1,9 @@ -### 2025-05-13 Maintenance Window +#### Maintenance Window -Cheaha will be impacted by a maintenance window Jul 16, 2025, through Jul 22, 2025. Read more on our docs at our [News Page](https://docs.rc.uab.edu/news/#2025-05-13-planned-maintenance-window). +Cheaha will be impacted by a maintenance window Jul 16, 2025, through Jul 22, 2025. Read more on our docs at our [News Page](https://docs.rc.uab.edu/news/#2025-05-13-planned-maintenance-window). +<br><p style="text-align: right">*Posted: 2025-05-13*</p> -### 2025-05-05 Research Computing Customer Survey +#### Research Computing Customer Survey -We invite you to complete our brief Research Computing [Survey](https://uab.co1.qualtrics.com/jfe/form/SV_dbaFBqVXIVkSbum) by Friday, May 16 to share your experience and suggestions—it takes less than 5 minutes. \ No newline at end of file +We invite you to complete our brief Research Computing [Survey](https://uab.co1.qualtrics.com/jfe/form/SV_dbaFBqVXIVkSbum) by Friday, May 16 to share your experience and suggestions—it takes less than 5 minutes. +<br><p style="text-align: right">*Posted: 2025-05-05*</p> \ No newline at end of file