Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Certification updates to Seminormalization package #3311

Merged
merged 1 commit into from
Jun 25, 2024
Merged
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: 3 additions & 3 deletions M2/Macaulay2/packages/Seminormalization.m2
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ newPackage( "Seminormalization",
PackageExports => {"Pullback", "PushForward"},
Certification => {
"journal name" => "The Journal of Software for Algebra and Geometry",
"journal URI" => "http://j-sag.org/",
"journal URI" => "https://msp.org/jsag/",
"article title" => "Seminormalization package for Macaulay2",
"acceptance date" => "5 December 2019",
"published article URI" => "https://msp.org/jsag/2020/10-1/p01.xhtml",
"published article DOI" => "https://doi.org/10.2140/jsag.2020.10.1",
"published article DOI" => "10.2140/jsag.2020.10.1",
"published code URI" => "https://msp.org/jsag/2020/10-1/jsag-v10-n1-x01-Seminormalization.m2",
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/Seminormalization.m2",
"repository code URI" => "https://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/Seminormalization.m2",
"release at publication" => "7a7e6f96b0122482f5d60306f34d06fd8ae1e885", -- git commit number in hex
"version at publication" => "0.21",
"volume number" => "10",
Expand Down