Skip to content

Commit cf2adfb

Browse files
committed
Add Junwen's talk
1 parent 3b9b012 commit cf2adfb

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

content/event/241001.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: "CodeGRITS: A Research Toolkit for Developer Behavior and Eye Tracking in IDE"
3+
4+
event: Weekly Talk
5+
event_url:
6+
7+
location: COM3-02-59 - Meeting Rm 20
8+
address:
9+
street:
10+
city:
11+
region:
12+
postcode:
13+
country: Singapore
14+
15+
summary:
16+
abstract: "Traditional methodologies for exploring programmers’ behaviors have primarily focused on capturing their actions within the Integrated Development Environment (IDE), offering limited view into their cognitive processes. Recent emergent work started using eye-tracking techniques in software engineering (SE) research. However, the lack of tools specifically designed for coordinated data collection poses technical barriers and requires significant effort from researchers who wish to combine these two complementary approaches. To address this gap, we present CodeGRITS, a plugin specifically designed for SE researchers. CodeGRITS is built on top of IntelliJ’s SDK, with wide compatibility with the entire family of JetBrains IDEs to track developers’ IDE interactions and eye gaze data. CodeGRITS also features various practical features for SE research (e.g., activity labeling) and a real-time API that provides interoperability for integration with other research instruments and developer tools. In addition to CodeGRITS, I will also talk about two other SE topics on Software Composition Analysis and LLM-based Code Generation."
17+
18+
# Talk start and end times.
19+
# End time can optionally be hidden by prefixing the line with `#`.
20+
date: "2024-10-01T15:00:00Z"
21+
date_end: "2024-10-01T16:00:00Z"
22+
all_day: false
23+
24+
# Schedule page publish date (NOT talk date).
25+
publishDate: "2017-01-01T00:00:00Z"
26+
27+
authors: [Junwen An]
28+
tags: [Weekly Talk]
29+
30+
# Is this a featured talk? (true/false)
31+
featured: false
32+
33+
image:
34+
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)'
35+
focal_point: Right
36+
37+
url_code: ""
38+
url_pdf: ""
39+
url_slides: ""
40+
url_video: ""
41+
42+
# Markdown Slides (optional).
43+
# Associate this talk with Markdown slides.
44+
# Simply enter your slide deck's filename without extension.
45+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
46+
# Otherwise, set `slides = ""`.
47+
slides:
48+
49+
# Projects (optional).
50+
# Associate this post with one or more of your projects.
51+
# Simply enter your project's folder or file name without extension.
52+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
53+
# Otherwise, set `projects = []`.
54+
projects:
55+
56+
# Slides can be added in a few ways:
57+
#
58+
# - **Create** slides using Wowchemy's [*Slides*](https://wowchemy.com/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file
59+
# - **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file
60+
# - **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://wowchemy.com/docs/writing-markdown-latex/).
61+
#
62+
# Further event details, including page elements such as image galleries, can be added to the body of this page.
63+
64+
65+
---

0 commit comments

Comments
 (0)