-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (92 loc) · 2.88 KB
/
index.html
File metadata and controls
100 lines (92 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website">
<meta property="og:title" content="Nicolas Hubner">
<meta property="og:description" content="Software Engineer PhD student @ LaBRI">
<meta property="og:url" content="https://hubnern.github.io">
<meta property="og:image" content="https://hubnern.github.io/avatar.png">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Nicolas Hubner</title>
<link rel="icon" href="files/avatar.png">
</head>
<body>
<main>
<h1>Nicolas Hubner</h1>
<p>I'm a PhD student in the Software Engineering team at <a href="https://www.labri.fr">LaBRI</a>.
My work focuses on log differencing and analysis.</p>
<h2>Publications</h2>
<div>
<ul id="publications">
<li>
<div>
<strong>What Happened in this Pipeline? Diffing Build Logs with CiDiff</strong>
<p>N. Hubner, J-R. Falleri, R. Uricaru, T. Degueule, T. Durieux</p>
<p>In <em>Proceedings of the ACM on Software Engineering (ISSTA), 2025</em>.</p>
<p class="btn">
<a href="https://hal.science/hal-05035587/document">Preprint</a>
<a href="https://doi.org/10.1145/3728966">DOI</a>
<a href="https://github.com/labri-progress/cidiff">Tool</a>
<a href="https://doi.org/10.5281/zenodo.12794901">Artefacts</a>
</p>
</div>
</li>
</ul>
</div>
<h2>Teaching</h2>
<div>
<ul id="teaching">
<li>
<div>
<strong>Object-Oriented approach</strong>
<p><em>University of Bordeaux</em></p>
<p class="btn">
<a>Master 1</a>
<a>fr</a>
<a>2024,2025</a>
</p>
</div>
</li>
<li>
<div>
<strong>Algorithms for tree-based data structures</strong>
<p><em>University of Bordeaux</em></p>
<p class="btn">
<a>Bachelor 2</a>
<a>fr</a>
<a>2025</a>
</p>
</div>
</li>
</ul>
</div>
<h2>Talks</h2>
<div>
<ul id="talk">
<li>
<div>
<strong>What Happened in this Pipeline? Diffing Build Logs with CiDiff</strong>
<p>At <a href="https://conf.researchr.org/home/issta-2025"><em>International Symposium on Software Testing
and Analysis (ISSTA)</a>, Trondheim, Norway, 2025</em>.</p>
<p>& <a href="https://gt-vl.github.io/journee2024.html"><em>day of the software
velocity working group (GTVL)</a>, Rennes, France, 2025</em>.</p>
<p class="btn">
<a href="files/cidiff-issta.pdf">ISSTA Slides</a>
<a href="files/cidiff-gt-vl-25.pdf">GTVL Slides</a>
</p>
</div>
</li>
</ul>
</div>
<h2>Contact</h2>
<ul>
<li><a href="https://github.com/hubnern">GitHub</a> ~ <code>hubnern</code></li>
<li><a href="mailto:nicolas.hubner@labri.fr">Email</a> ~
<code>nicolas.hubner@labri.fr</code>
</li>
</ul>
</main>
</body>
</html>