Skip to content

Commit

Permalink
Data added: Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
highjun committed Sep 24, 2024
1 parent b159378 commit 5ead636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/publications.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { PublicationProp } from "@/components/Publication";

const publications: { [key: string]: PublicationProp } = {
zhang2024reproducible: {
year: 2024,
title: "A Reproducible Stress Prediction Pipeline with Mobile Sensor Data",
doi: "https://doi.org/10.1145/3678578",
authors: ["Panyu Zhang", "Gyuwon Jung", "Jumabek Alikhanov", "Uzair Ahmed", "Uichin Lee"],
venue: "Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies",
paper: "zhang2024reproducible.pdf"
},
lee2024supporting: {
year: 2024,
title: "Supporting Interpersonal Emotion Regulation of Call Center Workers via Customer Voice Modulation",
Expand Down
Binary file not shown.

0 comments on commit 5ead636

Please sign in to comment.