Skip to content

Commit ce63ecb

Browse files
authored
Add/temp redirect for cfp (#120)
Adds a temporary redirect for the participate page to this year's conference (USRSE'26)
1 parent fb40608 commit ce63ecb

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

pages/participate/participate.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
layout: page
2+
layout: null
3+
#layout: page
34
title: Participate
45
description:
56
menubar: participate
@@ -8,7 +9,19 @@ menubar_toc: true
89
permalink: participate/
910
set_last_modified: true
1011
---
11-
12+
<!-- This section is temporary to redirect people to this year's conference -->
13+
<!DOCTYPE html>
14+
<html>
15+
<head>
16+
<meta http-equiv="refresh" content="0; url=https://us-rse.org/usrse26/participate/" />
17+
</head>
18+
<body>
19+
<p>Redirecting to <a href="https://us-rse.org/usrse26/participate/">USRSE'26 Participate</a>...</p>
20+
</body>
21+
</html>
22+
<!-- This section is temporary to redirect people to this year's conference -->
23+
24+
<!-- Temporarily commenting out to handle the redirect
1225
## Call for Submissions
1326
1427
The submission deadlines for all tracks have passed!
@@ -164,3 +177,4 @@ Poster submissions are due 11:59pm (anywhere on Earth), July 20, 2025.
164177
Notifications for submissions other than posters will be sent by 11:59pm (anywhere on Earth), July 14, 2025. Poster notifications will be sent by 11:59pm (anywhere on Earth), August 15, 2025.
165178
166179
Accepted abstracts/descriptions will be published in the conference program.
180+
-->

0 commit comments

Comments
 (0)