Skip to content

Commit 501ef20

Browse files
Norman PeitekNorman Peitek
authored andcommitted
add FSE17 paper
1 parent af942cc commit 501ef20

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,32 @@ <h4>Authors</h4>
3535
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
3636
<li><a href="http://www.psychologie.uni-heidelberg.de/ae/allg/mitarb/dh/">Daniel V. Holt</a></li>
3737
</ul>
38+
39+
<h3>Measuring Neural Efficiency of Program Comprehension (ESEC/FSE 17)</h3>
40+
41+
<h4>Paper</h4>
42+
<a href="https://www.infosun.fim.uni-passau.de/publications/docs/SPP+17.pdf">Measuring Neural Efficiency of Program Comprehension, PDF, 1MB</a>
43+
44+
<h4>Abstract</h4>
45+
<p>
46+
Most modern software programs cannot be understood in their entirety by a single programmer. Instead, programmers must rely on a set of cognitive processes that aid in seeking, filtering, and shaping relevant information for a given programming task. Several theories have been proposed to explain these processes, such as <i>beacons</i>, for locating relevant code, and <i>plans</i>, for encoding cognitive models. However, these theories are decades old and lack validation with modern cognitive-neuroscience methods. In this paper, we report on a study using functional magnetic resonance imaging (fMRI) with 11 participants who performed program comprehension tasks. We manipulated experimental conditions related to beacons and layout to isolate specific cognitive processes related to bottom-up comprehension and comprehension based on semantic cues. We found evidence of semantic chunking during bottom-up comprehension and lower activation of brain areas during comprehension based on semantic cues, confirming that beacons ease comprehension.
47+
</p>
48+
<h4>Resources</h4>
49+
<ul>
50+
<li><a href="https://github.com/brains-on-code/paper-esec-fse-2017">Replication Package</a></li>
51+
</ul>
52+
<h4>Authors</h4>
53+
<ul>
54+
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
55+
<li>Norman Peitek</li>
56+
<li><a href="http://www.chrisparnin.me">Chris Parnin</a></li>
57+
<li><a href="http://www.infosun.fim.uni-passau.de/spl/apel/">Sven Apel</a></li>
58+
<li><a href="http://www.cessor.de/about">Johannes Hofmeister</a></li>
59+
<li><a href="http://www.cs.cmu.edu/~ckaestne/">Christian Kaestner</a></li>
60+
<li><a href="http://www.andrewbegel.com">Andrew Begel</a></li>
61+
<li>Anja Bethmann</li>
62+
<li>Andre Brechmann</li>
63+
</ul>
3864
</div>
3965

4066
<h1>Empirical Research of Program Comprehension</h1>

0 commit comments

Comments
 (0)