Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added news about cscw2024 #69

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions public/posts/2024-11-18-cscw2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Four KIXLAB members (Seoyoung Kim, Hyunwoo Kim, Yoonseo Choi, and Yeon Su Park) attended [CSCW 2024](https://cscw.acm.org/2024/) in person. Four papers by KIXLAB members and collaborators were presented at the venue.

Check out our [publications page](https://kixlab.org/publications/) for papers, videos, and other resources.

## Full Papers

**Is the Same Performance Really the Same?: Understanding How Listeners Perceive ASR Results Differently According to the Speaker’s Accent**\
Seoyoung Kim, Yeon Su Park, Dakyeom Ahn, Jin Myung Kwak, Juho Kim

**CodeTree: A System for Learnersourcing Subgoal Hierarchies in Code Examples**\
Hyoungwook Jin, Juho Kim

**Re:SPect: Enabling Active and Scalable Responses to Networked Online Harassment**\
Haesoo Kim, Juhoon Lee, Juho Kim, Jeong-woo Jang

**EduLive: Re-Creating Cues for Instructor-Learner Interaction in Educational Live Streams with Learners’ Transcript-Based Annotations**\
Jingchao Fang, Jeongeon Park, Juho Kim, Hao-Chuan Wang
8 changes: 8 additions & 0 deletions src/data/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export class Post {
}

export const POSTS: Post[] = [
{
title: 'KIXLAB members and papers at CSCW 2024',
date: new Date('2024-11-18'),
categories: ['news'],
summary:
'Four KIXLAB members attended [CSCW 2024](https://cscw.acm.org/2024/) in person. Four papers by KIXLAB members and collaborators were presented at the venue.',
contentMdFilePath: '2024-11-18-cscw2024.md',
},
{
title: 'KIXLAB has positions for MS students',
date: new Date('2024-10-07'),
Expand Down
Loading