Skip to content

Commit

Permalink
add certification for publication of packges Resultants and SpaceCurves
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed Jun 29, 2018
1 parent 7853d91 commit b11d7b6
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 12 deletions.
21 changes: 11 additions & 10 deletions M2/Macaulay2/packages/CertificationTemplate
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
-- -*- mode: M2 -*-

,
Certification => {
"journal name" => "The Journal of Software for Algebra and Geometry",
"journal URI" => "http://j-sag.org/",
"article title" => "...",
"acceptance date" => "...",
"published article URI" => "...",
"published article DOI" => "...",
"published code URI" => "...",
"article title" => "",
"acceptance date" => "",
"published article URI" => "",
"published article DOI" => "",
"published code URI" => "",
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/....m2",
"release at publication" => "...", -- git commit number in hex
"version at publication" => "...",
"volume number" => "...",
"volume URI" => "http://msp.org/jsag/2015/7-1/"
},
"release at publication" => "", -- git commit number in hex
"version at publication" => "",
"volume number" => "8",
"volume URI" => "https://msp.org/jsag/2018/8-1/"
}
16 changes: 15 additions & 1 deletion M2/Macaulay2/packages/Resultants.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ newPackage(
Version => "1.2.1",
Date => "March 4, 2018",
Authors => {{Name => "Giovanni Staglianò", Email => "giovannistagliano@gmail.com"}},
Headline => "Resultants, discriminants, and Chow forms"
Headline => "Resultants, discriminants, and Chow forms",
Certification => {
"journal name" => "The Journal of Software for Algebra and Geometry",
"journal URI" => "http://j-sag.org/",
"article title" => "A package for computations with classical resultants",
"acceptance date" => "18 May 2018",
"published article URI" => "https://msp.org/jsag/2018/8-1/p03.xhtml",
"published article DOI" => "10.2140/jsag.2018.8.21",
"published code URI" => "https://msp.org/jsag/2018/8-1/jsag-v8-n1-x03-Resultants.m2",
"repository code URI" => "https://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/Resultants.m2",
"release at publication" => "61c93a6aaf9d6bf0dd11440339145703ce3d824b", -- git commit number in hex
"version at publication" => "1.2.1",
"volume number" => "8",
"volume URI" => "https://msp.org/jsag/2018/8-1/"
}
)

export{
Expand Down
16 changes: 15 additions & 1 deletion M2/Macaulay2/packages/SpaceCurves.m2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ newPackage(
HomePage => "https://math.berkeley.edu/~myzhang/"}
},
Headline => "Generation of space curves",
DebuggingMode => true
DebuggingMode => false,
Certification => {
"journal name" => "The Journal of Software for Algebra and Geometry",
"journal URI" => "http://j-sag.org/",
"article title" => "The SpaceCurves package in Macaulay2",
"acceptance date" => "18 May 2018",
"published article URI" => "https://msp.org/jsag/2018/8-1/p04.xhtml",
"published article DOI" => "10.2140/jsag.2018.8.31",
"published code URI" => "https://msp.org/jsag/2018/8-1/jsag-v8-n1-x04-SpaceCurves.m2",
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/SpaceCurves.m2",
"release at publication" => "7853d911a8a484766a7828dc8e17aed701ce9fd6", -- git commit number in hex
"version at publication" => "1.0",
"volume number" => "8",
"volume URI" => "https://msp.org/jsag/2018/8-1/"
}
)

export {
Expand Down

0 comments on commit b11d7b6

Please sign in to comment.