From 1a67b0dbaf13c6041abda1fa1f64b0322a3ec803 Mon Sep 17 00:00:00 2001 From: SBBCornell Date: Tue, 14 Nov 2023 10:56:47 -0500 Subject: [PATCH 1/2] adds minimal banner, homepage message for survey --- browse/templates/base.html | 4 ++-- browse/templates/home/special-message.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browse/templates/base.html b/browse/templates/base.html index dbe8c6a65..215648df8 100644 --- a/browse/templates/base.html +++ b/browse/templates/base.html @@ -35,9 +35,9 @@ Cornell University - {%- if rd_int >= 202310120100 and rd_int <= 202310220100 -%} + {%- if rd_int >= 202311270100 and rd_int <= 202311290100 -%} {%- endif -%} diff --git a/browse/templates/home/special-message.html b/browse/templates/home/special-message.html index 1d62d59dc..7396f469d 100644 --- a/browse/templates/home/special-message.html +++ b/browse/templates/home/special-message.html @@ -11,11 +11,11 @@

Latest news

-{%- if rd_int >= 202310120100 and rd_int <= 202310220100 -%} +{%- if rd_int >= 202311270100 and rd_int <= 202311290100 -%}
- arXiv is hiring! -

We are looking for a full time Production Editor to join arXiv staff.

-

View role

+ Global survey +

Each year, arXiv takes the pulse of how we are serving the global community. In just 4 minutes help us understand how you see arXiv.

+

Take survey

{%- endif -%} From 7d304cfb4a8f1c8940f5ff39db8fe5a4f0335503 Mon Sep 17 00:00:00 2001 From: SBBCornell Date: Tue, 14 Nov 2023 19:48:34 -0500 Subject: [PATCH 2/2] minor text edit to banner --- browse/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browse/templates/base.html b/browse/templates/base.html index 215648df8..754f5a45c 100644 --- a/browse/templates/base.html +++ b/browse/templates/base.html @@ -37,7 +37,7 @@ {%- if rd_int >= 202311270100 and rd_int <= 202311290100 -%} {%- endif -%}