Skip to content

Commit aab2e62

Browse files
authored
add linearity paper
1 parent 3d2b44d commit aab2e62

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,25 @@ <h1>Brains On Code</h1>
122122
<div id="content">
123123
<section>
124124
<h2>Papers</h2>
125-
125+
<article>
126+
<header>
127+
<h3>What Drives the Reading Order of Programmers? An Eye Tracking Study (ICPC 20)</h3>
128+
</header>
129+
<ul class="authors">
130+
<li>Norman Peitek</li>
131+
<li><a href="http://www.infosun.fim.uni-passau.de/se/people-jsiegmund.php">Janet Siegmund</a></li>
132+
<li><a href="http://www.infosun.fim.uni-passau.de/se/apel/">Sven Apel</a></li>
133+
</ul>
134+
<summary>
135+
We replicated two previous eye-tracking studies to investigate the effect that source code linearity, programmer experience, and comprehension strategy have on reading order of source code. Our results indicate the linearity of source code is a major driving factor that determines programmers' reading order, while experience and comprehension strategy seem to play more minor roles.
136+
</summary>
137+
<h4>Resources</h4>
138+
<ul class="resources">
139+
<li><a href="https://github.com/brains-on-code/eyetracking-linearity-replication">Replication Package</a></li>
140+
<li><a href="https://www.se.cs.uni-saarland.de/publications/docs/PSA20.pdf">Paper, PDF</a></li>
141+
</ul>
142+
</article>
143+
126144
<article>
127145
<header>
128146
<h3>Indentation: Simply a Matter of Style or Support for Program Comprehension? (ICPC 19 - Replication Track)</h3>

0 commit comments

Comments
 (0)