diff --git a/src/data/Pubs.ts b/src/data/Pubs.ts index 477bc344..c15857c6 100644 --- a/src/data/Pubs.ts +++ b/src/data/Pubs.ts @@ -1,6 +1,20 @@ import type Paper from '$lib/models/Paper'; export const Publications: Paper[] = [ + { + id: 'teenethics', + kind: 'refereed conference paper', + authors: ['@rotem', '@salac', '@jaredl', '@ajko'], + year: 2024, + title: '"There Will Always be a Yes and No Side": Facilitating Ethical Sensemaking Around Technology with Teens', + source: 'ISLS 2024', + pages: null, + publisher: 'ISLS', + doi: null, + local: null, + contribution: + 'Our preliminary analyses identified launchpads for ethical sensemaking, instances where students leveraged their lived experiences, community discussion, and ethical scaffolding to begin reasoning about moral dilemmas, and (2) expressions of ethical sensemaking, signals within students’ reasoning processes that indicated critical sensemaking was taking place', + }, { id: 'helpseeking', kind: 'journal article', diff --git a/static/images/papers/paper-teenethics.jpg b/static/images/papers/paper-teenethics.jpg new file mode 100644 index 00000000..c673562f Binary files /dev/null and b/static/images/papers/paper-teenethics.jpg differ