Skip to content

Commit 1226589

Browse files
committed
chore: update DOI, always resolve to the latest document version
1 parent ac03df0 commit 1226589

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
orcid: 'https://orcid.org/0009-0008-7972-7160'
88
url: "https://codeberg.org/p1ld7a/master-thesis"
99
repository-code: 'https://codeberg.org/p1ld7a/master-thesis'
10-
doi: 10.5281/zenodo.12666899
10+
doi: 10.5281/zenodo.12666898
1111
date-released: 2024-07-01
1212
keywords:
1313
- reproducibility
@@ -24,7 +24,7 @@ preferred-citation:
2424
- name: "University Of Mons"
2525
city: Mons
2626
country: BE
27-
doi: "10.5281/zenodo.12666899"
27+
doi: "10.5281/zenodo.12666898"
2828
month: 6
2929
title: "Reproducibility in Software Engineering"
3030
year: 2024

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Download latest](https://img.shields.io/badge/Download-Latest-brightgreen?style=flat-square)](https://github.com/drupol/master-thesis/releases/latest)
22
[![CC BY License badge](https://img.shields.io/badge/License-CC--BY--4.0-brightgreen?style=flat-square)](https://creativecommons.org/licenses/by/4.0/)
33
[![HL3 License badge](https://img.shields.io/badge/License-HL3--full-brightgreen?style=flat-square)](https://firstdonoharm.dev/version/3/0/full.html)
4-
[![Static Badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.12666899-brightgreen?style=flat-square)](https://doi.org/10.5281/zenodo.12666899)
4+
[![Static Badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.12666898-brightgreen?style=flat-square)](https://doi.org/10.5281/zenodo.12666898)
55

66
# Reproducibility in Software Engineering (RiSE)
77

@@ -65,14 +65,14 @@ precedence.
6565

6666
```
6767
@masterthesis{dellaieraMasterThesis2024,
68-
title = {Reproducibility in Software Engineering},
69-
author = {Dellaiera, Pol},
70-
year = 2024,
71-
month = {June},
72-
note = {Available at \url{TODO}},
73-
school = {University of Mons},
74-
type = {Master's thesis},
75-
doi = {10.5281/zenodo.12666899}
68+
title = {Reproducibility in Software Engineering},
69+
author = {Dellaiera, Pol},
70+
year = 2024,
71+
month = {June},
72+
school = {University of Mons},
73+
address = {Mons, Belgium},
74+
type = {Master's thesis},
75+
doi = {10.5281/zenodo.12666898}
7676
}
7777
```
7878

src/thesis/literature.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ @phdthesis{PolMasterThesis
794794
school = {University of Mons},
795795
year = 2024,
796796
month = jul,
797-
doi = {10.5281/zenodo.12666899},
798-
url = {https://doi.org/10.5281/zenodo.12666899}
797+
doi = {10.5281/zenodo.12666898},
798+
url = {https://doi.org/10.5281/zenodo.12666898}
799799
}
800800

801801
@misc{CCBy40,

src/thesis/theme/common/metadata.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Enter your thesis data here:
22
#let title = "Reproducibility in Software Engineering"
33
#let subtitle = none
4-
#let doi = "10.5281/zenodo.12666899"
4+
#let doi = "10.5281/zenodo.12666898"
55
#let university = "University of Mons"
66
#let faculty = "Faculty of Sciences"
77
#let degree = "Master"

0 commit comments

Comments
 (0)