Skip to content

Commit 288b249

Browse files
committed
Use "The Macaulay2 Authors" in citation info
[ci skip]
1 parent 9a938ec commit 288b249

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
cff-version: 1.2.0
33
authors:
4-
- family-names: Grayson
5-
given-names: Daniel R.
6-
- family-names: Stillman
7-
given-names: Michael E.
4+
- name: The Macaulay2 Authors
85
title: Macaulay2, a software system for research in algebraic geometry
96
url: https://macaulay2.com/
107

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 = {{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)