Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
cff-version: 1.2.0
message: If you use Macaulay2 in your research, please cite it as below.
authors:
- family-names: Grayson
given-names: Daniel R.
- family-names: Stillman
given-names: Michael E.
- name: The Authors of M2
title: Macaulay2, a software system for research in algebraic geometry
url: https://macaulay2.com/

Expand Down
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/PackageCitations.m2
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ iCite String := S -> (
if S === "M2" then return (
concatenate (
"@misc{M2,\n",
" author = {Grayson, Daniel R. and Stillman, Michael E.},\n",
" author = {{The Authors of} M2},\n",
" title = {Macaulay2, a software system for research in algebraic geometry},\n",
" howpublished = {Available at ", ///\///, "url{https://macaulay2.com/}}\n",
"}\n",
Expand Down