Skip to content

Commit

Permalink
Merge pull request #120 from ASSETS-Conference/jaipreet
Browse files Browse the repository at this point in the history
PD & ER Page Fixes + Apple Logo in Sponsors Page
  • Loading branch information
Jpreet927 authored Apr 25, 2024
2 parents 495ef9e + 6cde770 commit 4c901c5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
Binary file added public/sponsors/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions src/app/authors/experience-reports/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ExperienceReports() {
title={"Experience Reports"}
subheading={"Deadline: Wednesday, July 3rd, 2024"}
>
<Section title="Posters and Demos" spacing={"bottom-only"}>
<Section title="Experience Reports" spacing={"bottom-only"}>
<p>
{`Research on accessible and assistive technologies is primarily motivated by the needs of people with disabilities and other stakeholders, like caregivers and educators. Understanding these needs is crucial but often requires first-hand experience that might be unavailable to all researchers in the community. ASSETS 2024 invites submissions that reflect people’s experiences with disabilities and the challenges and opportunities related to accessible and assistive technologies. These reports will be reflective in nature and will give authors an opportunity to share their experiences as people with disabilities, caregivers, rehabilitation professionals, educators, researchers, developers, entrepreneurs, or other stakeholders.`}
</p>
Expand Down Expand Up @@ -43,15 +43,15 @@ export default function ExperienceReports() {
</Section>
<Section title="Submission Guidelines" spacing={"bottom-only"}>
<p>
{`Experience Reports proposals should be submitted using one of the templates found on the Submission Templates page. This year, we are only accepting position papers (e.g., `}
{`Experience Reports proposals should be submitted using one of the templates found on the `}
<Link href="/resources/submission-templates/">
Submission Templates page
</Link>
{`. Submissions should consist of position papers (e.g., `}
<Link href="https://dl.acm.org/doi/abs/10.1145/1878803.1878807">{`https://dl.acm.org/doi/abs/10.1145/1878803.1878807`}</Link>
{`) and case studies (e.g., `}
{`), case studies (e.g., `}
<Link href="https://dl.acm.org/doi/10.1145/3441852.3476468">{`https://dl.acm.org/doi/10.1145/3441852.3476468`}</Link>
{`). `}
<strong>
No other types of submissions will be accepted.
</strong>
{` This is because Experience Reports are managed by the Technical Program Chairs and the Posters and Demos chairs.`}
{`), or similar content.`}
</p>
<p>
{`Experience Reports proposals are limited to 8 pages in the single-column submission format, and references do not count toward page limits. Submissions are NOT double-anonymized: the authors' names should be on the paper.`}
Expand Down Expand Up @@ -101,10 +101,10 @@ export default function ExperienceReports() {
<strong>
{`Wednesday, July 3, 2024, 11:59 P.M. Anywhere on Earth (UTC - 12:00).`}
</strong>
{` Please submit your posters and demonstrations via the `}
{` Please submit your experience reports via `}

<Link href={"https://new.precisionconference.com/"}>
Posters and Demonstrations submission site
PCS
</Link>
{`.`}
</p>
Expand Down
6 changes: 1 addition & 5 deletions src/app/authors/posters-and-demos/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ export default function PostersAndDemos() {
{`.`}
</p>
<p>
{`Accepted submissions will be included in the conference proceedings. For accepted posters and demonstrations, at least one author must register as the presenter by the early registration deadline to be included in the proceedings. While details for a digital participation option for attendees are still being finalized, the expectation is that at least one author of the posters or demos will need to attend the conference in person to present. If no authors of a submission will be able to travel due to accessibility or health concerns, the authors are encouraged to reach out to the Posters and Demos Chairs, Anne Ross and Garreth Tigwell, at `}
<Link href={"mailto:[email protected]"}>
{`[email protected]`}
</Link>
{` to discuss potential alternatives for the presentation of the work.`}
{`Accepted submissions will be included in the conference proceedings. For accepted posters and demonstrations, at least one author must register as the presenter by the early registration deadline to be included in the proceedings.`}
</p>
<h2 id="accessible-submissions">Accessible Submissions</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/lib/config/navigation.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const MENU_DATA = [
title: "Technical Papers",
href: "/authors/call-for-papers/technical-papers",
},
{ title: "Mentoring", href: "/authors/mentoring" },
{ title: "Posters and Demos", href: "/authors/posters-and-demos" },
{
title: "Experience Reports",
Expand All @@ -19,6 +18,7 @@ const MENU_DATA = [
title: "Student Research Competition",
href: "/authors/student-research-competition",
},
{ title: "Mentoring", href: "/authors/mentoring" },
// { title: "Workshop Proposals", href: "/authors/workshops/" },
],
},
Expand Down
15 changes: 13 additions & 2 deletions src/app/sponsors/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,19 @@ export default function TechnicalPapers() {
width={400}
/>
</div>
{/* <h2>Gold Level Sponsors</h2>
<h2>Silver Level Sponsors</h2>
<h2>Gold Level Sponsors</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/apple.png"}
alt="Logo of Apple Inc."
height={200}
width={200}
style={{
padding: "48px 56px 56px 56px",
}}
/>
</div>
{/* <h2>Silver Level Sponsors</h2>
<h2>Bronze Level Sponsors</h2> */}
<h2>Sponsoring Organizations</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
Expand Down

0 comments on commit 4c901c5

Please sign in to comment.