Skip to content

Commit b85e023

Browse files
committed
Certify AbstractSimplicialComplexes package
1 parent 1d5bf45 commit b85e023

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

M2/Macaulay2/packages/AbstractSimplicialComplexes.m2

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,20 @@ newPackage(
2929
AuxiliaryFiles => false,
3030
DebuggingMode => false,
3131
PackageImports => {"Complexes"},
32-
Keywords => {"Combinatorial Commutative Algebra"}
32+
Keywords => {"Combinatorial Commutative Algebra"},
33+
Certification => {
34+
"journal name" => "Journal of Software for Algebra and Geometry",
35+
"journal URI" => "https://msp.org/jsag/",
36+
"article title" => "Abstract simplicial complexes in Macaulay2",
37+
"acceptance date" => "2025-04-14",
38+
"published article URI" => "https://msp.org/jsag/2025/15-1/p03.xhtml",
39+
"published article DOI" => "10.2140/jsag.2025.15.29",
40+
"published code URI" => "https://msp.org/jsag/2025/15-1/jsag-v15-n1-x03-AbstractSimplicialComplexes.m2",
41+
"release at publication" => "5b79022404cef1d070584115c819d4436be7bcee",
42+
"version at publication" => "1.0",
43+
"volume number" => "15",
44+
"volume URI" => "https://msp.org/jsag/2025/15-1/"
45+
}
3346
)
3447

3548
export {"AbstractSimplicialComplex", "abstractSimplicialComplex",

0 commit comments

Comments
 (0)