Skip to content

Commit

Permalink
Added ISLS.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 8, 2024
1 parent 8ed6870 commit d437e6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/Pubs.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
Binary file added static/images/papers/paper-teenethics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d437e6a

Please sign in to comment.