From a34c40f8185570008b65cbe72af715075a2e940e Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 1 Oct 2025 10:08:57 +0100 Subject: [PATCH 1/3] Update John Bamberg's homepage in PackageInfo.g --- PackageInfo.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PackageInfo.g b/PackageInfo.g index b311ec3..8718e43 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -42,7 +42,7 @@ Persons := [ IsAuthor := true, IsMaintainer := true, Email := "bamberg@maths.uwa.edu.au", - WWWHome := "http://school.maths.uwa.edu.au/~bamberg/", + WWWHome := "https://johnbamberg.github.io", PostalAddress := Concatenation( [ "John Bamberg\n", "School of Mathematics and Statistics\n", From 4828b93dcfff7b38dd5855796375a119b837a3d2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 23 Oct 2025 02:00:45 +0200 Subject: [PATCH 2/3] update --- PackageInfo.g | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 8718e43..58b7642 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -41,10 +41,10 @@ Persons := [ FirstNames := "John", IsAuthor := true, IsMaintainer := true, - Email := "bamberg@maths.uwa.edu.au", + Email := "john.bamberg@uwa.edu.au", WWWHome := "https://johnbamberg.github.io", + GitHubUsername := "johnbamberg", PostalAddress := Concatenation( [ - "John Bamberg\n", "School of Mathematics and Statistics\n", "The University of Western Australia\n", "35 Stirling Highway\n", @@ -59,9 +59,9 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "betten@math.colostate.edu", - WWWHome := "http://www.math.colostate.edu/~betten", + WWWHome := "https://www.math.colostate.edu/~betten", + GitHubUsername := "abetten", PostalAddress := Concatenation( [ - "Anton Betten\n", "Department of Mathematics\n", "Colorado State University\n", "Fort Collins, CO 80523\n", @@ -76,8 +76,8 @@ Persons := [ IsMaintainer := true, Email := "pcara@vub.ac.be", WWWHome := "http://homepages.vub.ac.be/~pcara", + GitHubUsername := "pcara", PostalAddress := Concatenation( [ - "Philippe Cara\n", "Department of Mathematics\n", "Vrije Universiteit Brussel\n", "Pleinlaan 2\n", @@ -93,8 +93,8 @@ Persons := [ IsMaintainer := true, Email := "jan@debeule.eu", WWWHome := "http://www.debeule.eu", + GitHubUsername := "jdebeule", PostalAddress := Concatenation( [ - "Jan De Beule\n", "Department of Mathematics\n", "Vrije Universiteit Brussel\n", "Pleinlaan 2\n", @@ -110,8 +110,8 @@ Persons := [ IsMaintainer := true, Email := "michel.lavrauw@upr.si", WWWHome := "https://mlavrauw.github.io", + GitHubUsername := "mlavrauw", PostalAddress := Concatenation( [ - "Michel Lavrauw\n", "Department of Mathematics \n", "Faculty of Mathematics, Natural Sciences and Information Technologies \n", "University of Primorska\n", @@ -126,18 +126,8 @@ Persons := [ FirstNames := "Max", IsAuthor := true, IsMaintainer := false, - Email := "neunhoef@mcs.st-and.ac.uk", - WWWHome := "http://www-groups.mcs.st-and.ac.uk/~neunhoef/", - PostalAddress := Concatenation( [ - "Max Neunhoeffer\n", - "School of Mathematics and Statistics\n", - "University of St Andrews\n", - "Mathematical Institute\n", - "North Haugh\n", - "St Andrews, Fife KY16 9SS\n", - "Scotland, UK" ] ), - Place := "St Andrews", - Institution := "University of St Andrews" + Email := "max@9hoeffer.de", + GitHubUsername := "neunhoef", ), rec( LastName := "Horn", From 38186343b1fd868cef00931607000e306feb6977 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 23 Oct 2025 02:09:05 +0200 Subject: [PATCH 3/3] oops --- PackageInfo.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PackageInfo.g b/PackageInfo.g index 58b7642..9a14fdb 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -211,7 +211,7 @@ BannerString := Concatenation( " ", ~.Persons[5].FirstNames, " ", ~.Persons[5].LastName, " (", ~.Persons[5].WWWHome, ")\n", " ", ~.Persons[6].FirstNames, " ", ~.Persons[6].LastName, - " (", ~.Persons[6].WWWHome, ")\n", + "\n", "For help, type: ?FinInG \n", "---------------------------------------------------------------------\n" ),