Skip to content
Merged
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
31 changes: 10 additions & 21 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" ),

Expand Down