Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name change for Elisabeth #904

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ abstract: "The agda-unimath library is a community formalization project for uni
authors:
- family-names: "Rijke"
given-names: "Egbert"
- family-names: "Bonnevier"
- family-names: "Stenholm"
given-names: "Elisabeth"
- family-names: "Prieto-Cubides"
given-names: "Jonathan"
Expand Down
2 changes: 1 addition & 1 deletion CITE-THIS-LIBRARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BibTeX entry:

```text
@software{agda-unimath,
author = {Rijke, Egbert and Bonnevier, Elisabeth and Prieto-Cubides, Jonathan and Bakke, Fredrik and {others}},
author = {Rijke, Egbert and Stenholm, Elisabeth and Prieto-Cubides, Jonathan and Bakke, Fredrik and {others}},
license = {MIT},
title = {{The agda-unimath library}},
url = {https://github.com/UniMath/agda-unimath/}
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTORS.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ in Trondheim. His research is on homotopy theory and higher category theory.
'''

[[contributors]]
displayName = "Elisabeth Bonnevier"
displayName = "Elisabeth Stenholm"
maintainer = true
usernames = [ "Elisabeth Bonnevier" ]
usernames = [ "Elisabeth Stenholm", "Elisabeth Bonnevier" ]
homepage = "https://elisabeth.bonnevier.one"
github = "elisabethbonnevier"
bio = '''
Expand Down
2 changes: 1 addition & 1 deletion HOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ typed programming language [Agda](https://github.com/agda/agda).
<img class="invertible-image" align="right" width="300" alt="agda-unimath" src="website/images/agda-unimath-logo.svg" />
</a>

The library project was created by Elisabeth Bonnevier, Jonathan Prieto-Cubides,
The library project was created by Elisabeth Stenholm, Jonathan Prieto-Cubides,
and Egbert Rijke, and is also maintained by Fredrik Bakke. Our goal is to create
an online encyclopedia of formalized mathematics containing an extensive
curriculum of topics from a univalent point of view. We think libraries of
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The `agda-unimath` library is a community formalization project for univalent
mathematics in [Agda](https://github.com/agda/agda). The library project was
created by Elisabeth Bonnevier, Jonathan Prieto-Cubides, and Egbert Rijke, and
is also being maintained by Fredrik Bakke. Our goal is to formalize an extensive
created by Elisabeth Stenholm, Jonathan Prieto-Cubides, and Egbert Rijke, and is
also being maintained by Fredrik Bakke. Our goal is to formalize an extensive
curriculum of mathematics from the univalent point of view. Furthermore, we
think libraries of formalized mathematics have the potential to be useful, and
informative resources for mathematicians. Our library is designed to work
Expand Down
Loading