diff --git a/PackageInfo.g b/PackageInfo.g index ce6c211..091e459 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -41,10 +41,10 @@ Persons := [ FirstNames := "John", IsAuthor := true, IsMaintainer := true, - Email := "bamberg@maths.uwa.edu.au", - WWWHome := "http://school.maths.uwa.edu.au/~bamberg/", + 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", @@ -78,7 +78,6 @@ Persons := [ WWWHome := "https://wids.research.vub.be/nl/philippe-cara", GitHubUsername:= "pcara", PostalAddress := Concatenation( [ - "Philippe Cara\n", "Department of Mathematics\n", "Vrije Universiteit Brussel\n", "Pleinlaan 2\n", @@ -94,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", @@ -111,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", @@ -127,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", @@ -222,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" ),