Skip to content

Commit

Permalink
feat: ✨ home page changes + PCS open note
Browse files Browse the repository at this point in the history
  • Loading branch information
surajgoraya committed Jun 25, 2024
1 parent 5dc4a0b commit 88af080
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 95 deletions.
38 changes: 26 additions & 12 deletions src/app/authors/call-for-papers/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,32 @@ export default function TechnicalPapers() {
<Subpage
title="Call for Papers"
subheading={"October 28th - 30th, 2024"}
// overrideTOC={
// <Alert raw={true} heading={"Technical Paper submissions now live"}>
// <p className="text-md text-white">
// The PCS portal to submit Technical Papers is now live! Please submit
// via the{" "}
// <Link href={"https://new.precisionconference.com/"}>
// ASSETS 2024 submission site
// </Link>
// .
// </p>
// </Alert>
// }
overrideTOC={
<Alert
className={"mb-5"}
raw={true}
heading={"All CFPs are now Live on PCS for Submission"}
>
<p className="text-md text-white">
All submission tracks are now live and available for submission on
the{" "}
<Link
className={"text-white"}
href={"https://new.precisionconference.com/"}
>
{" "}
PCS system
</Link>
. <br className="block lg:hidden" />
<br className="block lg:hidden" />
For more information, please take a look at the individual{" "}
<Link className={"text-white"} href={"/authors/call-for-papers/"}>
Call for Papers
</Link>{" "}
pages.
</p>
</Alert>
}
>
<Section title={"Call for Papers"} spacing={"bottom-only"}>
<p>{`The ASSETS conference is the premier forum for presenting research on the design, evaluation, use, and education related to computing for people with disabilities and older adults. We invite high-quality original submissions on topics relevant to computing and accessibility.`}</p>
Expand Down
190 changes: 107 additions & 83 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,101 +5,125 @@ import Container from "./lib/components/primitives/Container";
import Link from "./lib/components/primitives/Link";
import Section from "./lib/components/primitives/Section";
import {
DOCTORAL_CONSORTIUM_DATES,
EXPERIENCE_REPORTS_DATES,
POSTER_DEMOS_DATES,
STUDENT_RESEARCH_DATES,
MAIN_DEADLINES,
TECHNICAL_PAPERS_SUBPAGE_DEADLINES,
WORKSHOP_PROPOSAL_DATES,
DOCTORAL_CONSORTIUM_DATES,
EXPERIENCE_REPORTS_DATES,
POSTER_DEMOS_DATES,
STUDENT_RESEARCH_DATES,
MAIN_DEADLINES,
TECHNICAL_PAPERS_SUBPAGE_DEADLINES,
WORKSHOP_PROPOSAL_DATES,
} from "./lib/config/importantdates.config";
import { createMetadata } from "./lib/utils/createMetadata";
import Alert from "./lib/components/Alert";
import { mergeDates } from "./lib/utils/mergeDates";

export const metadata = createMetadata({ title: "Home" });
export default function Home() {
// const mergedDates = mergeDates(
// TECHNICAL_PAPERS_SUBPAGE_DEADLINES,
// POSTER_DEMOS_DATES,
// EXPERIENCE_REPORTS_DATES,
// DOCTORAL_CONSORTIUM_DATES,
// STUDENT_RESEARCH_DATES,
// WORKSHOP_PROPOSAL_DATES
// );
// const mergedDates = mergeDates(
// TECHNICAL_PAPERS_SUBPAGE_DEADLINES,
// POSTER_DEMOS_DATES,
// EXPERIENCE_REPORTS_DATES,
// DOCTORAL_CONSORTIUM_DATES,
// STUDENT_RESEARCH_DATES,
// WORKSHOP_PROPOSAL_DATES
// );

return (
<>
<main id="">
<Hero />
<Container id="content">
<Section title="Important Dates" spacing={"top-only"}>
{/* <Alert
return (
<>
<main id="">
<Hero />
<Container id="content">
<Section title="Important Dates" spacing={"top-only"}>
<Alert
className={"mb-5"}
raw={true}
heading={"Technical Paper submissions now live"}
heading={"All CFPs are now Live on PCS for Submission"}
>
<p className="text-md text-white">
The PCS portal to submit Technical Papers is now live! Please
submit via the{" "}
<Link className={"text-white"} href={"https://new.precisionconference.com/"}>
ASSETS 2024 submission site
All submission tracks are now live and available for submission
on the{" "}
<Link
className={"text-white"}
href={"https://new.precisionconference.com/"}
>
{" "}
PCS system
</Link>
.
. <br className="block lg:hidden"/><br className="block lg:hidden"/>For more information, please take a look at the individual{" "}
<Link
className={"text-white"}
href={"/authors/call-for-papers/"}
>
Call for Papers
</Link>{" "}
pages.
</p>
</Alert> */}
{/* <p>
<strong>All deadlines</strong> are 11:59 P.M.
Anywhere on Earth (UTC -12:00).
</p> */}
<DateList
dates={MAIN_DEADLINES}
notice={
"All deadlines are 11:59 P.M. Anywhere on Earth (UTC -12:00)."
}
/>
</Section>
<Section title="ASSETS at a Glance" spacing={"bottom-only"}>
<p className="h3">{`The 26th International ACM SIGACCESS Conference on Computers and Accessibility.`}</p>
<p>{`The ASSETS conference is the premier forum for presenting research on the design, evaluation, use, and education related to computing for people with disabilities and older adults. For those in Europe and Oceania, ASSETS is rated as Core A — a designation for the top academic conferences that are "highly respected in a discipline area" (Core A; Top 16%).`}</p>
<p>
{`We invite high-quality original submissions on topics relevant to computing and accessibility. All contributions are peer-reviewed by an international Program Committee. Accepted papers and the abstracts for posters and demonstrations, experience reports, and the student research competition will be archived in the ACM Digital Library. Authors of selected papers will be invited to submit extended versions of their papers to a special issue of the`}{" "}
<Link
href="https://dl.acm.org/journal/taccess"
target="_blank"
colour={"primary"}
>{`ACM Transactions on Accessible Computing (TACCESS)`}</Link>
.
</p>
</Section>
<Section title="Location & Venue" spacing={"bottom-only"}>
<p>
{`The ASSETS 2024 Conference will be held at `}{" "}
<Link
href="https://www.marriott.com/en-us/hotels/yytsi-sheraton-hotel-newfoundland/overview/"
target="_blank"
colour={"primary"}
>
Sheraton Hotel Newfoundland
</Link>{" "}
{`in downtown St. John's, Newfoundland and Labrador.`}
</p>
<p>
<strong>{`115 Cavendish Square, St. John's, Newfoundland and Labrador, Canada, A1C 3K2`}</strong>
</p>
<div className="object-cover mt-4">
<Image
unoptimized
width={1000}
height={1000}
className="aspect-[16/9] object-cover"
src="/assets/venue.webp"
alt="The Sheraton Hotel Newfoundland building in front of a night sky."
/>
</div>
</Section>
</Container>
</main>
</>
);
</Alert>

<DateList
dates={MAIN_DEADLINES}
notice={{
lowPriority: true,
text: "All deadlines are 11:59 P.M. Anywhere on Earth (UTC -12:00).",
}}
/>
</Section>
<Section title="ASSETS at a Glance">
<p className="h3">{`The 26th International ACM SIGACCESS Conference on Computers and Accessibility.`}</p>
<p>{`The ASSETS conference is the premier forum for presenting research on the design, evaluation, use, and education related to computing for people with disabilities and older adults. For those in Europe and Oceania, ASSETS is rated as Core A — a designation for the top academic conferences that are "highly respected in a discipline area" (Core A; Top 16%).`}</p>
<p>
{`We invite high-quality original submissions on topics relevant to computing and accessibility. All contributions are peer-reviewed by an international Program Committee. Accepted papers and the abstracts for posters and demonstrations, experience reports, and the student research competition will be archived in the ACM Digital Library. Authors of selected papers will be invited to submit extended versions of their papers to a special issue of the`}{" "}
<Link
href="https://dl.acm.org/journal/taccess"
target="_blank"
colour={"primary"}
>{`ACM Transactions on Accessible Computing (TACCESS)`}</Link>
.
</p>
</Section>
</Container>
<div className="bg-theme-dark/95 w-screen min-w-screen">
<Container>
<Section
title="Location & Venue"
spacing={"bottom-only"}
className={"pt-12"}
invertColours={true}
>
<div className={"flex md:flex-row flex-col gap-12 items-center"}>
<div className="flex flex-col flex-2 ">
<p>
{`The ASSETS 2024 Conference will be held at `}{" "}
<Link
href="https://www.marriott.com/en-us/hotels/yytsi-sheraton-hotel-newfoundland/overview/"
target="_blank"
colour={"secondary"}
className={"text-white"}
>
Sheraton Hotel Newfoundland
</Link>{" "}
{`in downtown St. John's, Newfoundland and Labrador.`}
</p>
<p>
<strong>{`115 Cavendish Square, St. John's, Newfoundland and Labrador, Canada, A1C 3K2`}</strong>
</p>
</div>

<div className="object-cover mt-4">
<Image
unoptimized
width={600}
height={600}
className="aspect-[16/9] object-cover"
src="/assets/venue.webp"
alt="The Sheraton Hotel Newfoundland building in front of a night sky."
/>
</div>
</div>
</Section>
</Container>
</div>
</main>
</>
);
}
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
"primary-text-light": "var(--primary-light)",
"primary-text-dark": "var(--primary-dark)",
"link-underline-red": "#a62929",
"link-underline-blue": "#4597BA",
},
listStyleType: {
circle: "circle",
Expand Down

0 comments on commit 88af080

Please sign in to comment.