From bd6f7f909f503d7981e91e856fc53d30419e7fab Mon Sep 17 00:00:00 2001 From: surajgoraya Date: Fri, 18 Oct 2024 16:35:50 -0400 Subject: [PATCH 1/2] feat: :balloon: add workshop reg alert --- .../(regular)/attending/registration/page.js | 53 +++++++++++++------ src/app/(regular)/page.js | 24 +++++++-- .../program/accepted-workshops/page.js | 26 ++++++++- 3 files changed, 83 insertions(+), 20 deletions(-) diff --git a/src/app/(regular)/attending/registration/page.js b/src/app/(regular)/attending/registration/page.js index be06b04..c6270ac 100644 --- a/src/app/(regular)/attending/registration/page.js +++ b/src/app/(regular)/attending/registration/page.js @@ -13,20 +13,37 @@ export default function Registration() { noTOC={false} title={"Registration"} overrideTOC={ - -

- {`We have opened registration on the `} - - CVENT Registration Site - - {` to support attendees who may need additional time to make plans (e.g., travel, visa). Full details of our in-person and virtual conference experiences will be published as they continue to become available.`} -

-
+ <> + +

+ {`Workshop registration is now open, please take a look at the + registration instructions under `} + + {`Workshop Registration`} + + {` below.`} +

+
+ +

+ {`We have opened registration on the `} + + CVENT Registration Site + + {` to support attendees who may need additional time to make plans (e.g., travel, visa). Full details of our in-person and virtual conference experiences will be published as they continue to become available.`} +

+
+ } // subheading={"Behind the Scenes"} > @@ -178,7 +195,9 @@ export default function Registration() {

{`Cancellation policy: virtual workshop registrations are non-refundable.`}

-

{`If you have already registered for the ASSETS conference:`}

+

+ {`If you have already registered for the ASSETS conference:`} +

  1. {`Find your original registration confirmation email.`}
  2. {`Click Modify Registration`}
  3. @@ -187,7 +206,9 @@ export default function Registration() {
  4. {`Select the desired workshop(s). Each workshop title is associated with a quantity field where you can indicate that you need to purchase 1 workshop registration for each respective workshop you intend to register for.`}
  5. {`Advance to the payment page and pay for the workshop registration.`}
-

{`If you have not registered for the ASSETS conference (and do not intend to):`}

+

+ {`If you have not registered for the ASSETS conference (and do not intend to):`} +

  1. {`Open the `}{" "} diff --git a/src/app/(regular)/page.js b/src/app/(regular)/page.js index 7f96413..829a124 100644 --- a/src/app/(regular)/page.js +++ b/src/app/(regular)/page.js @@ -34,10 +34,28 @@ export default function Home() {
    + +

    + {`Workshop registration is now open, please take a look at the + registration instructions here: `} + + {`https://assets24.sigaccess.org/attending/registration/#workshop-registration`} + +

    +

    {`We have opened registration on the `} @@ -49,10 +67,10 @@ export default function Home() {

    {/*
    */}

    diff --git a/src/app/(regular)/program/accepted-workshops/page.js b/src/app/(regular)/program/accepted-workshops/page.js index 150c32c..512d6af 100644 --- a/src/app/(regular)/program/accepted-workshops/page.js +++ b/src/app/(regular)/program/accepted-workshops/page.js @@ -7,6 +7,7 @@ import { ACCEPTED_PAPERS } from "@/app/lib/config/acceptedpapers.config"; import Letter from "@/app/lib/components/lists/Letter"; import { makeAttributeSafe } from "@/app/lib/utils/basics"; import { ACCEPTED_WORKSHOPS } from "@/app/lib/config/acceptedworkshops.config"; +import Alert from "@/app/lib/components/Alert"; export const metadata = createMetadata({ title: "Accepted Workshops" }); @@ -63,7 +64,30 @@ function WorkshopSection({ } export default function AcceptedWorkshops() { return ( - + +

    + {`Workshop registration is now open, please take a look at the + registration instructions here: `} + + {`https://assets24.sigaccess.org/attending/registration/#workshop-registration`} + +

    + + } + >

    {`To host a workshop at ASSETS, workshop organizers submitted a proposal following the Workshop Proposal CFP in July, 2024. These proposals From 1cd6f294070cd2c993c7f549d1c61afcd7be1b01 Mon Sep 17 00:00:00 2001 From: surajgoraya Date: Fri, 18 Oct 2024 16:36:08 -0400 Subject: [PATCH 2/2] fix: update tbd time for urban workshop --- src/app/lib/config/acceptedworkshops.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/lib/config/acceptedworkshops.config.js b/src/app/lib/config/acceptedworkshops.config.js index efb04fb..97ca914 100644 --- a/src/app/lib/config/acceptedworkshops.config.js +++ b/src/app/lib/config/acceptedworkshops.config.js @@ -11,7 +11,7 @@ export const ACCEPTED_WORKSHOPS = [ ], website: "https://accessiblecities.github.io/UrbanAccess2024/", deadline: "Sept 20, 2024", - placeDetails: "Week of Oct 21 via zoom (exact date TBD)", + placeDetails: "Oct 24th, 2024 starting at 7AM Pacific (GMT -7) / 3PM London (GMT +1)", placeLink: null, abstract: "We have entered a new era of computing—one where AI permeates every aspect of society from education to healthcare. In this workshop, we examine the emerging role of AI in the design of equitable and accessible cities, transportation systems, and interactive tools for mapping and navigation. We will solicit short papers around key Urban AI + disability themes, including autonomous vehicles, intelligent wheelchairs, assistive human-robotic interaction, assessing and navigating pedestrian pathways, indoor accessibility, and overarching challenges related to ethics, bias, and data privacy and security. We invite both traditional HCI and accessibility researchers as well as scholars and practitioners from other disciplines relevant to this workshop, including disability studies, gerontology, social work, community psychology, and law. Our overarching goal is to identify open challenges, share current work across disciplines, and spur new collaborations related to AI and urban accessibility.",