Skip to content

Commit 9d053b1

Browse files
committedApr 18, 2024·
faq on DOIs. Put "universal" DOI to template CITATION
also write this DOI to CITATION.cff
1 parent 15fcf52 commit 9d053b1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
77
version: 10.4.beta3
8-
doi: 10.5281/zenodo.593563
8+
doi: 10.5281/zenodo.8042260
99
date-released: 2024-04-12
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

‎CITATION.cff.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
77
version: ${SAGE_VERSION}
8-
doi: 10.5281/zenodo.593563
8+
doi: 10.5281/zenodo.8042260
99
date-released: ${SAGE_RELEASE_DATE}
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

‎src/doc/en/faq/faq-general.rst

+3
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ Here is a BibTeX entry for Sage:
335335
336336
Adjust version/year as needed. You might also like to use DOI for Sage,
337337
as the note entry in the above record, or directly as DOI record.
338+
The DOI 10.5281/zenodo.8042260 represents all Zenodo DOIs for Sage;
339+
clicking on :doi:`10.5281/zenodo.8042260` will show DOI for the latest
340+
Sage version, presently 10.3, see :doi:`10.5281/zenodo.10841614`.
338341

339342

340343
If you happen to use the Sage interface to PARI, GAP or Singular,

0 commit comments

Comments
 (0)