diff --git a/src/app/attending/overview/page.js b/src/app/attending/overview/page.js index 394bcac..2a24396 100644 --- a/src/app/attending/overview/page.js +++ b/src/app/attending/overview/page.js @@ -43,7 +43,12 @@ export default function AttendingOverview() {

{`We encourage attendees to stay at the conference hotel for greater networking opportunities, and it is also a big help to the conference to have our room block filled.`}

- +

{`Please book using this booking link: `}

- {`From mainland North America, St. John’s, Newfoundland and Labrador, is typically accessed by air travel to `} {`St. John's International Airport `}{`(YYT)`}{`.`} + {`From mainland North America, St. John’s, Newfoundland and Labrador, is typically accessed by air travel to `}{" "} + + {`St. John's International Airport `} + {`(YYT)`} + {`.`} +

- +

{`This should not be confused with Saint John Airport (YSJ), which is located in the province of New Brunswick NOT Newfoundland and Labrador.`}

@@ -218,6 +228,23 @@ export default function AttendingOverview() { {`, located on the foot of Signal Hill and at the intersection where Duckworth Street becomes Signal Hill Road. This location is not wheelchair accessible, but has very nice injera!`}

+
+

+ {`This year ASSETS will provide both synchronous and asynchronous access + to conference content. Keynote and paper sessions will be live + streamed on Zoom, and remote attendees will be able to participate in + Q&A sessions. All attendees will also have access to Discord, + similarly to past ASSETS hybrid conferences. Using Discord attendees + will be able to watch pre-recorded video presentations at their own + pace and ask authors questions in session-specific Discord channels. + Poster presentations will not be live streamed, but all poster authors + will be assigned a dedicated time to respond to online attendees’ + Discord questions (similarly to a scheduled Reddit AMA). Hybrid and + virtual social/networking events will also be announced in the weeks + leading up to the conference. If any author (across all tracks) needs + to present remotely, they should reach out to their track chairs`} +

+
); }