Skip to content

Commit 443cca9

Browse files
authored
research: add master-thesis about finding non-reproducible derivations in a derivations build closure (#1926)
I used my date of submission to order it in compared with others date published, please let me know if that should rather be the actual date of self-publication/uploading to zenodo. In the document I did not use an abstract so I did not add one into this PR. I see this potentially being impractical but I am also not sure about adding something in there that is not actually in the document. @mschwaig
1 parent d8ba61d commit 443cca9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

core/src/pages/research.astro

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,23 @@ const papers: ReadonlyArray<Paper> = [
250250
pages: '268',
251251
},
252252
},
253+
{
254+
title: 'Assessment of Reproducibility in Nix',
255+
authors: [
256+
{
257+
name: 'Conrad Bandt',
258+
orcidUrl: 'https://orcid.org/0009-0005-9795-1615',
259+
},
260+
],
261+
year: 2025,
262+
doiOrPublisherUrl: 'https://doi.org/10.5281/zenodo.17372811',
263+
publicationInfo: {
264+
type: 'thesis',
265+
thesisType: "Master's",
266+
institution: 'University of Applied Sciences Dresden',
267+
location: 'Dresden, Germany',
268+
},
269+
},
253270
{
254271
title:
255272
'Improving reproducibility of scientific software using Nix/NixOS: A case study on the preCICE ecosystem',

0 commit comments

Comments
 (0)