Skip to content

Commit 7d7873a

Browse files
committed
Chore: Add entries for recent uais presentations
1 parent 603ed9b commit 7d7873a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/data/resources.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,24 @@
126126
}
127127
],
128128
"presentations": [
129+
{
130+
"title": "AI for Accessibility: A Technical Journey",
131+
"name": "Aarush Bhat",
132+
"link": "https://docs.google.com/presentation/d/13DpGZga6Xft2ewYuzVKHwccnVse_B1Rbg3lR2PDHbb0?usp=drive_fs",
133+
"desc": "A technical deep dive into the evolution of assistive technology, ranging from early mechanical logic to modern multimodal LLMs. This presentation explores the 'I/O problem' for disabled users, the history of text-to-speech, and the future of agentic systems in accessibility."
134+
},
135+
{
136+
"title": "Intro to Git & GitHub",
137+
"name": "UAIS Team",
138+
"link": "https://drive.google.com/file/d/1UxRn2q6k_dKcgBr6sLpX2azuwcA9qwvm/view?usp=sharing ",
139+
"desc": "A comprehensive workshop covering the fundamentals of version control. Topics include Git's mental model (workspace vs. staging vs. repo), handling merge conflicts, and collaboration workflows using branches and GitHub Pull Requests."
140+
},
141+
{
142+
"title": "Will AI Take My Job?",
143+
"name": "Hamidat",
144+
"link": "https://drive.google.com/file/d/1cuXJqULo8JzeyvpLoruAoBy94rP35fA-/view?usp=sharing ",
145+
"desc": "An analysis of the current AI labor market landscape, featuring data from the ILO and Stanford Digital Economy Lab. Discusses the disproportionate impact on early-career developers, the difference between automation and augmentation, and strategies for career resilience in the AI era."
146+
},
129147
{
130148
"title": "Data Cleaning Workshop",
131149
"name": "Jacob Winch",

0 commit comments

Comments
 (0)