Skip to content

Commit

Permalink
Update website for Modules 2024.01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jan 10, 2024
1 parent 3b57efa commit 9c26173
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Modules/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SetPackageInfo( rec(

PackageName := "Modules",
Subtitle := "A homalg based package for the Abelian category of finitely presented modules over computable rings",
Version := "2023.10-01",
Date := "2023-10-05",
Version := "2024.01-01",
Date := "2024-01-10",
License := "GPL-2.0-or-later",

Persons := [
Expand Down
4 changes: 2 additions & 2 deletions Modules/doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>Modules</h1>
<h2>A homalg based package for the Abelian category of finitely presented modules over computable rings</h2>

<p>
2023.10-01</p>
2024.01-01</p>

<p>
5 October 2023
10 January 2024
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions Modules/doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
modules over computable rings 


2023.10-01
2024.01-01


5 October 2023
10 January 2024


Thomas Bächler
Expand Down
4 changes: 2 additions & 2 deletions Modules/doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h1>Modules</h1>
<h2>A homalg based package for the Abelian category of finitely presented modules over computable rings</h2>

<p>
2023.10-01</p>
2024.01-01</p>

<p>
5 October 2023
10 January 2024
</p>

</div>
Expand Down
8 changes: 4 additions & 4 deletions Modules/doc/chap10.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h5>10.4-1 functor_Cokernel</h5>


<div class="example"><pre>
InstallValue( functor_Cokernel_for_fp_modules,
BindGlobal( "functor_Cokernel_for_fp_modules",
CreateHomalgFunctor(
[ "name", "Cokernel" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -174,7 +174,7 @@ <h5>10.4-3 functor_ImageObject</h5>


<div class="example"><pre>
InstallValue( functor_ImageObject_for_fp_modules,
BindGlobal( "functor_ImageObject_for_fp_modules",
CreateHomalgFunctor(
[ "name", "ImageObject for modules" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -337,7 +337,7 @@ <h5>10.4-7 Functor_Hom</h5>


<div class="example"><pre>
InstallValue( Functor_Hom_for_fp_modules,
BindGlobal( "Functor_Hom_for_fp_modules",
CreateHomalgFunctor(
[ "name", "Hom" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -593,7 +593,7 @@ <h5>10.4-9 Functor_TensorProduct</h5>


<div class="example"><pre>
InstallValue( Functor_TensorProduct_for_fp_modules,
BindGlobal( "Functor_TensorProduct_for_fp_modules",
CreateHomalgFunctor(
[ "name", "TensorProduct" ],
[ "category", HOMALG_MODULES.category ],
Expand Down
8 changes: 4 additions & 4 deletions Modules/doc/chap10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
The functor that associates to a map its cokernel.

 Code 
InstallValue( functor_Cokernel_for_fp_modules,
BindGlobal( "functor_Cokernel_for_fp_modules",
 CreateHomalgFunctor(
 [ "name", "Cokernel" ],
 [ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -98,7 +98,7 @@
The functor that associates to a map its image.

 Code 
InstallValue( functor_ImageObject_for_fp_modules,
BindGlobal( "functor_ImageObject_for_fp_modules",
 CreateHomalgFunctor(
 [ "name", "ImageObject for modules" ],
 [ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -258,7 +258,7 @@
The bifunctor Hom.

 Code 
InstallValue( Functor_Hom_for_fp_modules,
BindGlobal( "Functor_Hom_for_fp_modules",
 CreateHomalgFunctor(
 [ "name", "Hom" ],
 [ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -511,7 +511,7 @@
The tensor product bifunctor.

 Code 
InstallValue( Functor_TensorProduct_for_fp_modules,
BindGlobal( "Functor_TensorProduct_for_fp_modules",
 CreateHomalgFunctor(
 [ "name", "TensorProduct" ],
 [ "category", HOMALG_MODULES.category ],
Expand Down
8 changes: 4 additions & 4 deletions Modules/doc/chap10_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h5>10.4-1 functor_Cokernel</h5>


<div class="example"><pre>
InstallValue( functor_Cokernel_for_fp_modules,
BindGlobal( "functor_Cokernel_for_fp_modules",
CreateHomalgFunctor(
[ "name", "Cokernel" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -177,7 +177,7 @@ <h5>10.4-3 functor_ImageObject</h5>


<div class="example"><pre>
InstallValue( functor_ImageObject_for_fp_modules,
BindGlobal( "functor_ImageObject_for_fp_modules",
CreateHomalgFunctor(
[ "name", "ImageObject for modules" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -340,7 +340,7 @@ <h5>10.4-7 Functor_Hom</h5>


<div class="example"><pre>
InstallValue( Functor_Hom_for_fp_modules,
BindGlobal( "Functor_Hom_for_fp_modules",
CreateHomalgFunctor(
[ "name", "Hom" ],
[ "category", HOMALG_MODULES.category ],
Expand Down Expand Up @@ -596,7 +596,7 @@ <h5>10.4-9 Functor_TensorProduct</h5>


<div class="example"><pre>
InstallValue( Functor_TensorProduct_for_fp_modules,
BindGlobal( "Functor_TensorProduct_for_fp_modules",
CreateHomalgFunctor(
[ "name", "TensorProduct" ],
[ "category", HOMALG_MODULES.category ],
Expand Down
26 changes: 13 additions & 13 deletions _data/Modules.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Modules
version: "2023.10-01"
version: "2024.01-01"
license: "GPL-2.0-or-later"
date: 2023-10-05
date: 2024-01-10
description: |
A homalg based package for the Abelian category of finitely presented modules over computable rings
Expand Down Expand Up @@ -48,11 +48,11 @@ packageinfo: https://homalg-project.github.io/homalg_project/Modules/PackageInfo

downloads:
- name: .tar.gz
url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01.tar.gz
url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01.tar.gz
- name: .zip
url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01.zip
url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01.zip

pdf: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01-manual.pdf
pdf: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01-manual.pdf

abstract: |
The <span class="pkgname">Modules</span> package provides ring independent homological algebra functionality for the abelian category of finitely presented modules over computable rings
Expand All @@ -64,30 +64,30 @@ keywords: |
modules, module homomorphisms, functor, ext, tor.
citeas: |
<p class='BibEntry'>
[<span class='BibKey'>BBDGLW05</span>] <b class='BibAuthor'>Bächler, T., Barakat, M., Diebold, F., Gutsche, S., Lange-Hegermann, M. and Wagh, V.</b>,
[<span class='BibKey'>BBDGLW10</span>] <b class='BibAuthor'>Bächler, T., Barakat, M., Diebold, F., Gutsche, S., Lange-Hegermann, M. and Wagh, V.</b>,
<i class='BibTitle'>Modules, A homalg based package for the Abelian category of finitely presented modules over computable rings,
Version 2023.10-01</i>
(<span class='BibYear'>0-05</span>)<br />
Version 2024.01-01</i>
(<span class='BibYear'>1-10</span>)<br />
(<span class='BibNote'>GAP package</span>),
<span class='BibHowpublished'><a href="https://homalg-project.github.io/pkg/Modules">https://homalg-project.github.io/pkg/Modules</a></span>.
</p>
bibtex: |
@misc{ Modules2023.10-01,
@misc{ Modules2024.01-01,
author = {B{\"a}chler, T. and Barakat, M. and Diebold, F. and
Gutsche, S. and Lange-Hegermann, M. and Wagh, V.},
title = {{Modules}, A homalg based package for the Abelian
category of finitely presented modules over computable
rings, {V}ersion 2023.10-01},
month = {3-},
year = {0-05},
rings, {V}ersion 2024.01-01},
month = {4-},
year = {1-10},
note = {GAP package},
howpublished = {\href {https://homalg-project.github.io/pkg/Modules}
{\texttt{https://homalg-project.github.io/}\discretionary
{}{}{}\texttt{pkg/}\discretionary
{}{}{}\texttt{Modules}}},
keywords = {modules; module homomorphisms; functor; ext; tor},
printedkey = {BBDGLW05}
printedkey = {BBDGLW10}
}

0 comments on commit 9c26173

Please sign in to comment.