From 0ac2cfcfc766797b74eeee5b6e6731bd7650f21b Mon Sep 17 00:00:00 2001
From: William E Warriner <wwarr@uab.edu>
Date: Fri, 16 May 2025 12:19:04 -0500
Subject: [PATCH 1/2] announcement.md style update

---
 README          | 19 +++++++++++++++++++
 announcement.md |  8 ++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 6efc447..c526fa9 100644
--- a/README
+++ b/README
@@ -32,4 +32,23 @@ 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). *Posted: 2025-05-13*
+
+#### 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. *Posted: 2025-05-05*
 ```
\ No newline at end of file
diff --git a/announcement.md b/announcement.md
index 79dfdfe..ef7abca 100644
--- a/announcement.md
+++ b/announcement.md
@@ -1,7 +1,7 @@
-### 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). *Posted: 2025-05-13*
 
-### 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. *Posted: 2025-05-05*
\ No newline at end of file
-- 
GitLab


From d60fc9130874b1928c4db7f84e6ef9e795a01e06 Mon Sep 17 00:00:00 2001
From: Bo-Chun Chen <louistw@uab.edu>
Date: Fri, 16 May 2025 12:51:20 -0500
Subject: [PATCH 2/2] Right align post date

---
 README          | 6 ++++--
 announcement.md | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README b/README
index c526fa9..c4ec5f3 100644
--- a/README
+++ b/README
@@ -46,9 +46,11 @@ 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). *Posted: 2025-05-13*
+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. *Posted: 2025-05-05*
+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 ef7abca..2808054 100644
--- a/announcement.md
+++ b/announcement.md
@@ -1,7 +1,9 @@
 #### 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). *Posted: 2025-05-13*
+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>
 
 #### 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. *Posted: 2025-05-05*
\ 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
-- 
GitLab