Skip to content

Commit 9cadbee

Browse files
committed
Updates to papers and members
1 parent 8b3b6d8 commit 9cadbee

File tree

6 files changed

+45
-1
lines changed

6 files changed

+45
-1
lines changed

public/images/members/filip.jpg

205 KB
Loading

public/papers/crest-cscw.pdf

1.59 MB
Binary file not shown.

public/papers/datavoids-cikm.pdf

1.33 MB
Binary file not shown.

src/content/papers/crest.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: '"I’ll pay half the cost, for the loft" — From Searching to Agreeing on Group Property Rentals'
3+
link: "https://doi.org/10.1145/3678884.3681908"
4+
where: "CSCW 2024"
5+
when: "2024-11"
6+
authors: [
7+
"Junior Garcia",
8+
"Miro Mannino",
9+
"Azza Abouzied"
10+
]
11+
tags: ["powerup"]
12+
links: [
13+
{
14+
txt: "Paper",
15+
ref: "/papers/crest-cscw.pdf"
16+
}
17+
]
18+
---
19+
Rental property group booking is often a complex, asynchronous, multi-day, collaborative task that requires more than just support for search. With diverse preferences and possibly conflicting requirements, collaborative booking tools must also promote agreement. Informed by effective mediation principles, we design CREST to drive users through the stages of group booking: search, discuss and agree. Templated messages inserted by CREST-bot, a rule-driven agent that embodies one of many mediator roles, nudge users to consider certain properties, engage in conversations, negotiate better terms through house rules, and finally sign a contract to conclude the process. Through a mixed-methods user study, we evaluate how CREST’s novel, mediation-inspired features lead to more satisfying outcomes over a baseline that implements state-of-the-art collaborative search features.

src/content/papers/datavoids.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Data Void Exploits: Tracking & Mitigation Strategies"
3+
link: "https://doi.org/10.1145/3627673.3679781"
4+
where: "CIKM 2024"
5+
when: "2024-10"
6+
authors: [
7+
"Miro Mannino",
8+
"Junior Garcia",
9+
"Reem Hazim",
10+
"Azza Abouzied",
11+
"Paolo Papotti"
12+
]
13+
tags: ["disinfo"]
14+
links: [
15+
{
16+
txt: "Paper",
17+
ref: "/papers/datavoids-cikm.pdf"
18+
},
19+
{
20+
txt: "Github Repository",
21+
ref: "https://github.com/huda-lab/datavoids"
22+
}
23+
]
24+
---

src/data/members.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"name": "Filip Milisov",
4444
"type": "undergrad",
4545
"year_from": 2023,
46-
"title": "Student Researcher"
46+
"title": "Student Researcher",
47+
"image" : "images/members/filip.jpg"
4748
},
4849
{
4950
"name": "Miro Mannino",

0 commit comments

Comments
 (0)