Skip to content

Commit 7d0d574

Browse files
committed
Certify RealRoots package
1 parent e8e96fa commit 7d0d574

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

M2/Macaulay2/packages/RealRoots.m2

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,20 @@ newPackage(
2222
Keywords=>{"Real Algebraic Geometry"},
2323
PackageImports=>{},
2424
PackageExports=>{},
25-
DebuggingMode=>false
25+
DebuggingMode=>false,
26+
Certification => {
27+
"journal name" => "Journal of Software for Algebra and Geometry",
28+
"journal URI" => "https://msp.org/jsag/",
29+
"article title" => "Real solutions to systems of polynomial equations in Macaulay2",
30+
"acceptance date" => "2024-03-18",
31+
"published article URI" => "https://msp.org/jsag/2024/14-1/p10.xhtml",
32+
"published article DOI" => "10.2140/jsag.2024.14.87",
33+
"published code URI" => "https://msp.org/jsag/2024/14-1/jsag-v14-n1-x10-RealRoots.m2",
34+
"release at publication" => "8280f904f702534a4a01a727e86c8ac56c64f25b",
35+
"version at publication" => "1.0",
36+
"volume number" => "14",
37+
"volume URI" => "https://msp.org/jsag/2024/14-1/"
38+
}
2639
)
2740

2841

0 commit comments

Comments
 (0)