Skip to content

Commit 530cbef

Browse files
Norman PeitekNorman Peitek
authored andcommitted
add two ICPC paper
1 parent 8016b51 commit 530cbef

1 file changed

Lines changed: 45 additions & 3 deletions

File tree

index.html

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,56 @@ <h1>Brains On Code</h1>
123123
<section>
124124
<h2>Papers</h2>
125125

126+
<article>
127+
<header>
128+
<h3>Indentation: Simply a Matter of Style or Support for Program Comprehension? (ICPC 19 - Replication Track)</h3>
129+
</header>
130+
<ul class="authors">
131+
<li>Jennifer Bauer</li>
132+
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
133+
<li>Norman Peitek</li>
134+
<li><a href="http://www.cessor.de">Johannes C. Hofmeister</a></li>
135+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
136+
</ul>
137+
<summary>
138+
An early study showed that indentation is not a matter of style, but provides actual support for program comprehension. In this paper, we present a non-exact replication of this study. Our aim is to provide empirical evidence for the suggested level of indentation made by many style guides. Following Miara and others, we also included the perceived difficulty, and we extended the original design to gain additional insights into the influence of indentation on visual effort by employing an eye-tracker. In the course of our study, we asked 22~participants to calculate the output of Java code snippets with different levels of indentation, while we recorded their gaze behavior. We could not find any indication that the indentation levels affect program comprehension or visual effort, so we could not replicate the findings of Miara and others. Nevertheless, our modernization of the original experiment design are a promising starting point for future studies in this field.
139+
</summary>
140+
<h4>Resources</h4>
141+
<ul class="resources">
142+
<li><a href="https://github.com/brains-on-code/indentation">Replication Package</a></li>
143+
<li><a href="#">Paper, PDF (coming soon)</a></li>
144+
</ul>
145+
</article>
146+
147+
<article>
148+
<header>
149+
<h3>CodersMUSE: Multi-Modal Data Exploration of Program-Comprehension Experiments (ICPC 19 - Tool Track)</h3>
150+
</header>
151+
<ul class="authors">
152+
<li>Norman Peitek</li>
153+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
154+
<li>Andre Brechmann</li>
155+
<li><a href="http://www.chrisparnin.me">Chris Parnin</a></li>
156+
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
157+
</ul>
158+
<summary>
159+
Program comprehension is a central cognitive process in programming and has been in the focus of researchers for decades, but is still not thoroughly unraveled. Multi-modal measurement methods are a way to gain a more holistic understanding of program comprehension. However, there is no proper tool support that lets researchers explore synchronized, conjoint multi-modal data, specifically designed for the needs in software engineering. In this paper, we present CodersMUSE, a prototype implementation that aims to satisfy this crucial need.
160+
</summary>
161+
<h4>Resources</h4>
162+
<ul class="resources">
163+
<li><a href="https://github.com/brains-on-code">Tool Website: Open-Source Code, Sample Data, Demo Video</a></li>
164+
<li><a href="#">Paper, PDF (coming soon)</a></li>
165+
</ul>
166+
</article>
167+
126168
<article>
127169
<header>
128170
<h3>A Look into Programmers’ Heads (TSE)</h3>
129171
</header>
130172
<ul class="authors">
131173
<li>Norman Peitek</li>
132174
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
133-
<li><a href="http://www.infosun.fim.uni-passau.de/spl/apel/">Sven Apel</a></li>
175+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
134176
<li><a href="http://www.cs.cmu.edu/~ckaestne/">Christian Kaestner</a></li>
135177
<li><a href="http://www.chrisparnin.me">Chris Parnin</a></li>
136178
<li>Anja Bethmann</li>
@@ -166,7 +208,7 @@ <h3>Simultaneous Measurement of Program Comprehension with fMRI and Eye Tracking
166208
<li>Norman Peitek</li>
167209
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
168210
<li><a href="http://www.chrisparnin.me">Chris Parnin</a></li>
169-
<li><a href="http://www.infosun.fim.uni-passau.de/spl/apel/">Sven Apel</a></li>
211+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
170212
<li><a href="http://www.cessor.de">Johannes C. Hofmeister</a></li>
171213
<li>Andre Brechmann</li>
172214
</ul>
@@ -243,7 +285,7 @@ <h3>Measuring Neural Efficiency of Program Comprehension (ESEC/FSE 17)</h3>
243285
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
244286
<li>Norman Peitek</li>
245287
<li><a href="http://www.chrisparnin.me">Chris Parnin</a></li>
246-
<li><a href="http://www.infosun.fim.uni-passau.de/spl/apel/">Sven Apel</a></li>
288+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
247289
<li><a href="http://www.cessor.de">Johannes Hofmeister</a></li>
248290
<li><a href="http://www.cs.cmu.edu/~ckaestne/">Christian Kaestner</a></li>
249291
<li><a href="http://www.andrewbegel.com">Andrew Begel</a></li>

0 commit comments

Comments
 (0)