Skip to content

Commit f6e9ff4

Browse files
committed
Include "The Macaulay2 Authors" in citation info
1 parent 9a938ec commit f6e9ff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors:
55
given-names: Daniel R.
66
- family-names: Stillman
77
given-names: Michael E.
8+
- name: The Macaulay2 Authors
89
title: Macaulay2, a software system for research in algebraic geometry
910
url: https://macaulay2.com/
1011

M2/Macaulay2/packages/PackageCitations.m2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ iCite String := S -> (
209209
if S === "M2" then return (
210210
concatenate (
211211
"@misc{M2,\n",
212-
" author = {Grayson, Daniel R. and Stillman, Michael E.},\n",
212+
" author = {Grayson, Daniel R. and Stillman, Michael E. and The Macaulay2 Authors},\n",
213213
" title = {Macaulay2, a software system for research in algebraic geometry},\n",
214214
" howpublished = {Available at ", ///\///, "url{https://macaulay2.com/}}\n",
215215
"}\n",

0 commit comments

Comments
 (0)