Skip to content

Commit ccdec63

Browse files
authored
Merge pull request #6191 from tjhei/refs-for-3.0
update references to zenodo and manual
2 parents 324377d + 23e63c0 commit ccdec63

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

doc/make_cite_html.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"aspect-doi-v2.3.0" : "2.3.0",
6363
"aspect-doi-v2.4.0" : "2.4.0",
6464
"aspect-doi-v2.5.0" : "2.5.0",
65-
"aspectmanual" : "2.5.0",
65+
"aspect-doi-v3.0.0" : "3.0.0",
66+
"aspectmanual" : "3.0.0",
6667
"rose_freesurface" : "fs",
6768
"dannberg:heister:2016" : "melt",
6869
"gassmoller:etal:2018" : "particles",
@@ -104,7 +105,8 @@
104105
"aspect-doi-v2.3.0" : "Bangerth, Wolfgang, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, and John Naliboff. 2021. <i>ASPECT v2.3.0</i> (version v2.3.0). Zenodo. https://doi.org/10.5281/ZENODO.5131909.",
105106
"aspect-doi-v2.4.0" : "Bangerth, Wolfgang, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, Robert Myhill, and John Naliboff. 2022. <i>ASPECT v2.4.0</i> (version v2.4.0). Zenodo. https://doi.org/10.5281/zenodo.6903424.",
106107
"aspect-doi-v2.5.0" : "Bangerth, Wolfgang, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, Robert Myhill, and John Naliboff. 2023. <i>Geodynamics/Aspect: ASPECT 2.5.0</i> (version v2.5.0). Zenodo. https://doi.org/10.5281/ZENODO.8200213.",
107-
"aspectmanual" : "Bangerth, Wolfgang, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, Robert Myhill, and John Naliboff. 2022. “ASPECT: Advanced Solver for Problems in Earth's ConvecTion, User Manual.” <i>Figshare</i>. https://doi.org/10.6084/M9.FIGSHARE.4865333.",
108+
"aspect-doi-v3.0.0" : "Wolfgang Bangerth, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, Robert Myhill, and John Naliboff. 2024. <i>ASPECT v3.0.0</i> (version v3.0.0). Zenodo. https://doi.org/10.5281/ZENODO.14371679.",
109+
"aspectmanual" : "Bangerth, Wolfgang, Juliane Dannberg, Menno Fraters, Rene Gassmoeller, Anne Glerum, Timo Heister, Robert Myhill, and John Naliboff. 2024. “ASPECT: Advanced Solver for Planetary Evolution, Convection, and Tectonics, User Manual.” <i>Figshare</i>. https://doi.org/10.6084/M9.FIGSHARE.4865333.",
108110
"clevenger:heister:2021" : "Thomas C. Clevenger, and Timo Heister. 2021. “Comparison Between Algebraic and Matrix-free Geometric Multigrid for a Stokes Problem on an Adaptive Mesh with Variable Viscosity.“ Numerical Linear Algebra with Applications, Wiley.",
109111
"dannberg:heister:2016" : "Juliane Dannberg, and Timo Heister. 2016. “Compressible Magma/mantle Dynamics: 3-D, Adaptive Simulations in ASPECT.” Geophysical Journal International 207 (3) (September 4): 1343–1366. doi:10.1093/gji/ggw329. http://dx.doi.org/10.1093/gji/ggw329.",
110112
"fraters_menno_2020_3900603" : "Menno Fraters. 2020. ”The Geodynamic World Builder” (version v0.3.0). Zenodo. https://doi.org/10.5281/ZENODO.3900603",

doc/sphinx/references.bib

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11588,13 +11588,30 @@ @software{aspect-doi-v2.5.0
1158811588
url = {https://doi.org/10.5281/zenodo.8200213}
1158911589
}
1159011590

11591+
@software{aspect-doi-v3.0.0,
11592+
author = {Wolfgang Bangerth and
11593+
Juliane Dannberg and
11594+
Menno Fraters and
11595+
Rene Gassmoeller and
11596+
Anne Glerum and
11597+
Timo Heister and
11598+
Robert Myhill and
11599+
John Naliboff},
11600+
title = {ASPECT v3.0.0},
11601+
month = dec,
11602+
year = 2024,
11603+
publisher = {Zenodo},
11604+
version = {v3.0.0},
11605+
doi = {10.5281/zenodo.14371679},
11606+
url = {https://doi.org/10.5281/zenodo.14371679}
11607+
}
11608+
1159111609
@misc{aspectmanual,
11592-
title = {{{ASPECT}: Advanced Solver for Problems in Earth's ConvecTion, User Manual}},
11610+
title = {{{ASPECT}: Advanced Solver for Planetary Evolution, Convection, and Tectonics, User Manual}},
1159311611
author = {Bangerth, Wolfgang and Dannberg, Juliane and Fraters, Menno and Gassmoeller, Rene and Glerum, Anne and Heister, Timo and Myhill, Robert and Naliboff, John},
11594-
year = {2023},
11595-
month = jul,
11612+
year = {2024},
11613+
month = dec,
1159611614
DOI = {10.6084/m9.figshare.4865333},
11597-
note = {doi:10.6084/m9.figshare.4865333},
1159811615
URL = {https://doi.org/10.6084/m9.figshare.4865333}
1159911616
}
1160011617

0 commit comments

Comments
 (0)