From dc4c36cf8f0a082a4736b49dfa2ccba1ee0cf8ec Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 14 Jul 2024 21:35:34 +0200 Subject: [PATCH] open source: do not mention Github explicitly --- src/thesis/extra.typ | 9 +++++---- src/thesis/literature.bib | 13 ++++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/thesis/extra.typ b/src/thesis/extra.typ index a6f95ef..d7946e1 100644 --- a/src/thesis/extra.typ +++ b/src/thesis/extra.typ @@ -3,13 +3,14 @@ #heading("Open Source", level: 1, outlined: false) This master thesis has been developed exclusively using open-source tools. -Similar to an open-source project, it was maintained on GitHub but in a private -repository #cite(, form:"normal"). That repository will be made -public after the oral defense and necessary internal cleanup. Automated and +Similar to an open-source project, it was maintained in a private Git repository +#cite(, form:"normal"). That repository will be made public +after the oral defense and necessary internal cleanup. Automated and reproducible builds were managed via GitHub Actions #cite(,form:"normal"), ensuring that a new compiled version was published at each commit to the project. Additionally, I'm planning to publish -it on @Zenodo too after the necessary formalities are completed. +it on Zenodo #cite(,form: "normal") after the necessary formalities are +completed. This work is licenced under a dual license: the #gls("CC BY 4.0") and the #gls("HL3") licences. You are free to share and adapt the material under the diff --git a/src/thesis/literature.bib b/src/thesis/literature.bib index 69c3ba9..99f5858 100644 --- a/src/thesis/literature.bib +++ b/src/thesis/literature.bib @@ -788,11 +788,14 @@ @book{dybvig2009scheme publisher = {Mit Press} } -@misc{PolMasterThesis, - title = {Reproducibility in Software Engineering}, - author = {Dellaiera, Pol}, - year = 2024, - url = {https://codeberg.org/p1ld7a/master-thesis} +@phdthesis{PolMasterThesis, + author = {Dellaiera, Pol}, + title = {Reproducibility in Software Engineering}, + school = {University of Mons}, + year = 2024, + month = jul, + doi = {10.5281/zenodo.12666899}, + url = {https://doi.org/10.5281/zenodo.12666899} } @misc{CCBy40,