From 035cea46e8b78d0715b89e04b041679caf5f9c53 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 17 Nov 2025 19:02:03 -0500 Subject: [PATCH 1/8] "Submit" button clarification in paper metadata dialog --- hugo/layouts/papers/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index 876176449a..1bb0b0147c 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -416,7 +416,7 @@ - + From bb5f7122c7469a5b630b579931a72661df077ed4 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 18 Nov 2025 16:34:37 -0500 Subject: [PATCH 2/8] clarify process autoresponse for paper metadata issues --- .github/workflows/annotate-metadata-issue.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/annotate-metadata-issue.yml b/.github/workflows/annotate-metadata-issue.yml index 2624b9dce9..773a475487 100644 --- a/.github/workflows/annotate-metadata-issue.yml +++ b/.github/workflows/annotate-metadata-issue.yml @@ -61,7 +61,10 @@ jobs: Please edit the JSON above if it does not match the image. - A staff member will review this correction. Once approved, it will be processed as part of a weekly batch of corrections. + A staff member will review this correction. + - Once approved, it can take 1–2 weeks for this change to be processed as part of a batch of corrections. + - Please **leave this issue open** until it is processed by us. + - Once the issue is closed by us as “resolved”, it will take 30–40 minutes for the correction to appear on the website. `; await github.rest.issues.createComment({ From 16f41ba362f69586eea33445c74596e5bfed37c5 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 19 Nov 2025 10:24:20 -0500 Subject: [PATCH 3/8] paper metadata dialog: describe how the form relates to GitHub --- hugo/layouts/papers/single.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index 1bb0b0147c..c195e5e87b 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -381,6 +381,10 @@ - + From 81c329064e3417c577293b8714956d29fdb6531a Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 19 Nov 2025 10:30:28 -0500 Subject: [PATCH 5/8] button line break --- hugo/layouts/papers/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index d0df0416b5..31f6b27a0c 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -420,7 +420,7 @@ - + From 66e44132ba4497dc23c83ca312187cdc29ea4625 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 19 Nov 2025 12:11:51 -0500 Subject: [PATCH 6/8] explain bold/italic tags for abstract --- hugo/layouts/papers/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index 31f6b27a0c..4e59ce5b72 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -400,7 +400,7 @@
- Correct abstract if needed. Retain XML formatting tags such as <tex-math>. + Correct abstract if needed. Retain XML formatting tags such as <tex-math>. You may use <b>...</b> for bold and <i>...</i> for italic.
From e733af1558405853d9e525bfee82b6f4b5ed2188 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 19 Nov 2025 12:13:28 -0500 Subject: [PATCH 7/8] also URL markup --- hugo/layouts/papers/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index 4e59ce5b72..9e1bdf1f0e 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -400,7 +400,7 @@
- Correct abstract if needed. Retain XML formatting tags such as <tex-math>. You may use <b>...</b> for bold and <i>...</i> for italic. + Correct abstract if needed. Retain XML formatting tags such as <tex-math>. You may use <b>...</b> for bold, <i>...</i> for italic, and <url>...</url> for URLs.
From 7042534f9e01537473b3d8a5cce48b6633681111 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 30 Nov 2025 19:26:27 -0500 Subject: [PATCH 8/8] notice to mobile users about GitHub app --- hugo/layouts/papers/single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo/layouts/papers/single.html b/hugo/layouts/papers/single.html index 9e1bdf1f0e..7d2e6e907e 100644 --- a/hugo/layouts/papers/single.html +++ b/hugo/layouts/papers/single.html @@ -385,6 +385,9 @@ Use this form to create a GitHub issue with structured data describing the correction. You will need a GitHub account. Once you create that issue, the correction will be reviewed by a staff member. +
+ ⚠️ Mobile Users: Submitting this form to create a new issue will only work with github.com, not the GitHub Mobile app. +