Skip to content

Commit

Permalink
Added help seeking.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jan 18, 2024
1 parent ee56105 commit 3ec1224
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: 'helpseeking',
kind: 'journal article',
authors: ['@anael', '@oleson', '@ajko'],
year: 2024,
title: 'Factors Influencing the Social Help-Seeking Behavior of Introductory Programming Students in a Competitive University Environment',
source: '@toce',
pages: null,
publisher: 'ACM',
doi: 'https://doi.org/10.1145/3639059',
local: null,
contribution:
'Communication style, type of question being asked, cheating policy, competition, and feelings intimidation shape who students ask for help and whether they do at all.',
},
{
id: 'textiles',
kind: 'refereed conference paper',
Expand Down
Binary file added static/images/papers/paper-helpseeking.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 3ec1224

Please sign in to comment.