Skip to content

Commit

Permalink
add credits to the manuals (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer authored Jan 29, 2025
1 parent 013ffbc commit 0f83ffd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ This software is licensed under the LGPL, version 3, or any later version.
## Funding

The development of this Julia package is supported by the Deutsche Forschungsgemeinschaft DFG within the [Collaborative Research Center TRR 195](https://www.computeralgebra.de/sfb/).
The package belongs to [the OSCAR project](https://www.oscar-system.org/).
8 changes: 8 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ using Julia code from the GAP side.
The viewpoint of an interface from GAP to Julia is described in
[the manual of the GAP package JuliaInterface](assets/html/JuliaInterface/chap0_mj.html).

## Acknowledgements

The development of this Julia package has been supported
by the German Research Foundation (DFG) within the
[Collaborative Research Center TRR 195 *Symbolic Tools in Mathematics
and their Applications*](https://www.computeralgebra.de/sfb/)
(from 2017 until 2028).

## Table of contents

```@contents
Expand Down
5 changes: 3 additions & 2 deletions pkg/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ AutoDoc := rec(
),
Acknowledgements := Concatenation(
"The development of this ⪆ package has been supported ",
"by the <URL><Link>https://www.computeralgebra.de/sfb/</Link>",
"<LinkText>SFB-TRR 195 ",
"by the German Research Foundation (DFG) within the ",
"<URL><Link>https://www.computeralgebra.de/sfb/</Link>",
"<LinkText>Collaborative Research Center TRR 195 ",
"<Q>Symbolic Tools in Mathematics and their Applications</Q>",
"</LinkText></URL> (from 2017 until 2028).\n",
"<P/>\n"
Expand Down

0 comments on commit 0f83ffd

Please sign in to comment.