Skip to content

Commit ced33ba

Browse files
committed
Modifed contents to match AACessTalk
1 parent 5464b4e commit ced33ba

15 files changed

+40
-16
lines changed

app/App.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ export function App() {
1111
return (<>
1212
<main className="container mx-auto px-4 sm:px-12 pt-6">
1313
<div>
14-
<div className="font-bold text-lg text-[#ff9164] mb-3">Research Work</div>
15-
<div className="text-4xl mb-2 font-bold text-[#f45e9b]">AACessTalk</div>
14+
<div className="font-bold text-lg text-[#4592ec] mb-3">Research Work</div>
15+
<img className="mb-2 h-[110px] ml-[-37px]" src={require("../public/images/logos/aacesstalk-logo.svg")}/>
1616
<div className="font-light leading-8 sm:leading-[2.5rem] text-2xl sm:text-3xl">Fostering Communication between <strong>Minimally Verbal Autistic Children</strong> and <strong>Parents</strong> with Contextual Guidance and Card Recommendation</div>
1717
</div>
1818

1919
<Demo/>
2020
<Abstract/>
2121
<Members/>
22-
<Architecture/>
2322
<Cite/>
2423
<Acknowledgments/>
2524
</main><Footer/></>

app/components/Section.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Section = (props: {
55
children?: any
66
}) => {
77
return <div className={`${props.remove_top_padding === true ? "" : "pt-12"} pb-8 ${props.className}`}>
8-
<div className="section-title text-3xl font-light text-[#4592ec] mb-4">{props.title}</div>
8+
<div className="section-title text-3xl text-[#4592ec] mb-4">{props.title}</div>
99
{
1010
props.children
1111
}

app/sections/Abstract.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const Abstract = () => {
88
As minimally verbal autistic (MVA) children communicate with parents through few words and nonverbal cues, parents often struggle to encourage their children to express subtle emotions and needs and to grasp their nuanced signals. We present AACessTalk, a tablet-based, AI-mediated communication system that facilitates meaningful exchanges between an MVA child and a parent. AACessTalk provides real-time guides to the parent to engage the child in conversation and, in turn, recommends contextual vocabulary cards to the child. Through a two-week deployment study with 11 MVA child-parent dyads, we examine how AACessTalk fosters everyday conversation practice and mutual engagement. Our findings show high engagement from all dyads, leading to increased frequency of conversation and turn-taking. AACessTalk also encouraged parents to explore their own interaction strategies and empowered the children to have more agency in communication. We discuss the implications of designing technologies for balanced communication dynamics in parent-MVA child interaction.
99
</p>
1010
<div className="flex flex-wrap gap-4 mt-4">
11-
<a className="icon-label-button bg-teal-500 pl-4" aria-disabled={true} href={"./public/chacha-chi24-preprint-240219.pdf"} target="_blank">
11+
<a className="icon-label-button bg-teal-500 pl-4" aria-disabled={true} href={"./public/aacesstalk-arxiv24.pdf"} target="_blank">
1212
<NewspaperIcon className="w-6 h-6 text-white"/>
1313
<span>Paper</span>
1414
</a>

app/sections/Acknowledgments.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const Acknowledgments = () => {
44
return <Section title="Acknowledgments">
55
<ul className="list-disc list-outside ml-4">
66
<li>This work was supported as a research internship at NAVER AI Lab of NAVER Cloud.</li>
7+
<li>AACessTalk leverages symbol images from <a className="underline" href="http://symbol.ksaac.or.kr/searchsymbols/index.jsp">KAAC Symbol Database</a> by Eun-Hye Park (Ewha Women's Univ.), Young Tae Kim (Ewha Womans Univ.), and Ki-Hyung Hong (Sungshin Women's Univ.).</li>
78
<li>We used OpenAI&apos;s GPT APIs to run the chatbot.</li>
89
</ul>
910
</Section>

app/sections/Architecture.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Section } from "../components/Section"
22
export const Architecture = () => {
3-
return <Section title="How ChaCha Works">
3+
return <Section title="How AACessTalk Works">
44
<p className="mb-4">
55
ChaCha&apos;s conversational flow is designed as a state machine, where the system stays in one state and proceeds to the next one when meeting the state goal:
66
</p>

app/sections/Cite.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ const bibTex = "@misc{choi2024aacesstalk,<br/>\n\
1212

1313
export const Cite = () => {
1414
return <Section title="Citing This Work">
15-
<div className="border-y-[1px] border-slate-400 py-3">
15+
<div className="border-y-2 border-purple-500/30 py-3">
1616
<div>Dasom Choi, SoHyun Park, Kyungah Lee, Hwajung Hong, and Young-Ho Kim. 2024.</div>
1717
<div className="font-bold">AACessTalk: Fostering Communication between Minimally Verbal Autistic Children and Parents with Contextual Guidance and Card Recommendation.</div>
1818
<div>https://doi.org/10.48550/arXiv.2409.09641</div>
1919
</div>
2020
<div className="mt-4">
2121
<div className="font-bold mb-1">BibTeX</div>
22-
<p className={"p-3 font-mono text-xs sm:text-sm border-[1px] rounded-lg border-slate-300 decoration-none"} dangerouslySetInnerHTML={{__html: bibTex}}/>
22+
<p className={"p-3 font-mono text-xs sm:text-sm border-2 rounded-lg border-purple-500/30 decoration-none"} dangerouslySetInnerHTML={{__html: bibTex}}/>
2323
</div>
2424

2525
</Section>

app/sections/Footer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const Footer = () => {
2-
return <div className="p-4 border-t-[1px] border-slate-300">
2+
return <div className="p-4 border-t-2 border-purple-600/30">
33
<div className="container mx-auto">
4-
<div className="text-sm text-center text-gray-500">Copyright © 2024 NAVER AI Lab. All Rights Reserved.</div>
4+
<div className="text-sm text-center text-black">Copyright © 2024 NAVER AI Lab. All Rights Reserved.</div>
55
</div>
66
</div>
77
}

app/sections/Members.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const members = [
2020
name: "Kyungah Lee",
2121
affiliation: "Dodakim Child Development Center",
2222
role: "Licensed Counselor",
23-
thumb: require("../../public/images/thumb-dschoi.jpg"),
23+
thumb: require("../../public/images/thumb-kalee.jpg"),
2424
},
2525
{
2626
name: "Hwajung Hong",
@@ -57,7 +57,7 @@ export const Members = () => {
5757

5858
<div className="font-light">{member.role}</div>
5959
<div className="font-light">{member.affiliation}</div>
60-
{member.note != null ? <div className="font-light italic text-sm text-orange-500">{member.note}</div> : null }
60+
{member.note != null ? <div className="font-light italic text-sm text-purple-500">{member.note}</div> : null }
6161
</div>
6262
</div>
6363
})
@@ -66,6 +66,7 @@ export const Members = () => {
6666
<div className="mt-8 flex items-center gap-6 gap-y-8 flex-wrap">
6767
<a href="https://clova.ai/en/ai-research" target="_black"><img className="w-[200px]" alt="NAVER logo" src={require("../../public/images/logos/ai_lab_logo_vertical.png")} width={1728} height={552}/></a>
6868
<a href="https://www.kaist.ac.kr/en/" target="_blank"><img className="w-[200px]" alt="KAIST logo" src={require("../../public/images/logos/kaist_logo_trans.png")}/></a>
69+
<a href="https://www.navercloudcorp.com/" target="_blank"><img className="w-[135px]" alt="NAVER Cloud logo" src={require("../../public/images/logos/naver-cloud-logo-vertical.png")}/></a>
6970

7071
</div>
7172
</Section>

index.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919

2020
body {
2121
color: var(--foreground-rgb);
22-
background: linear-gradient(
22+
/*background: linear-gradient(
2323
to bottom,
2424
transparent,
2525
var(--background-end-rgb)
2626
)
27-
var(--background-start-rgb);
27+
var(--background-start-rgb);*/
28+
background: #ffcf68;
2829
}
2930

3031
@layer base{

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/aacesstalk-arxiv24.pdf

7.54 MB
Binary file not shown.
-8.57 MB
Binary file not shown.

public/images/logos/aacesstalk-logo.svg

+22
Loading
Loading

public/images/thumb-kalee.jpg

38.9 KB
Loading

0 commit comments

Comments
 (0)