-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efc5cdc
commit a0c51d0
Showing
7 changed files
with
83 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
############################################################################ | ||
############################################################################# | ||
## | ||
#W PackageInfo.g | ||
#Y Copyright (C) 2015-17 Jan J De Beule | ||
## Luke Elliott | ||
## Julius Jonusas | ||
## James Mitchell | ||
## Markus Pfeiffer | ||
## Finn Smith | ||
## Michael Torpey | ||
## Wilf A. Wilson | ||
#Y Copyright (C) 2015-17 James D. Mitchell | ||
## | ||
## Licensing information can be found in the README.md file of this package. | ||
## | ||
|
@@ -56,10 +49,23 @@ Persons := [ | |
Place := "Brussels", | ||
Institution := "Vrije Universiteit Brussel"), | ||
|
||
rec( | ||
LastName := "Burrell", | ||
FirstNames := "S.", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation([ | ||
"CREEM,", " The Observatory,", | ||
" Buchanan Gardens,", " St Andrews,", " Fife,", | ||
" KY16 9LZ,", " Scotland"]), | ||
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Elliott", | ||
FirstNames := "L.", | ||
IsAuthor := true, | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation([ | ||
|
@@ -69,6 +75,20 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Jefferson", | ||
FirstNames := "C.", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "http://caj.host.cs.st-andrews.ac.uk", | ||
PostalAddress := Concatenation([ | ||
"Jack Cole Building,", | ||
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SX,", | ||
" Scotland"]), | ||
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Jonusas", | ||
FirstNames := "J.", | ||
|
@@ -100,7 +120,7 @@ Persons := [ | |
rec( | ||
LastName := "Pfeiffer", | ||
FirstNames := "M.", | ||
IsAuthor := true, | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "http://www.morphism.de/~markusp/", | ||
|
@@ -111,10 +131,23 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Russell", | ||
FirstNames := "C.", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation([ | ||
"Mathematical Institute,", | ||
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,", | ||
" Scotland"]), | ||
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Smith", | ||
FirstNames := "F.", | ||
IsAuthor := true, | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,7 @@ | |
|
||
<Author>Jan De Beule | ||
<Email>[email protected]</Email> | ||
<Homepage>http://homepages.vub.ac.be/~jdbeule/</Homepage> | ||
</Author> | ||
|
||
<Author>Luke Elliott | ||
<Email>[email protected]</Email> | ||
<Homepage>http://homepages.vub.ac.be/~jdbeule</Homepage> | ||
</Author> | ||
|
||
<Author>Julius Jonušas | ||
|
@@ -22,15 +18,6 @@ | |
<Homepage>http://goo.gl/ZtViV6</Homepage> | ||
</Author> | ||
|
||
<Author>Markus Pfeiffer | ||
<Email>[email protected]</Email> | ||
<Homepage>https://www.morphism.de/~markusp</Homepage> | ||
</Author> | ||
|
||
<Author>Finn Smith | ||
<Email>[email protected]</Email> | ||
</Author> | ||
|
||
<Author>Michael Torpey | ||
<Email>[email protected]</Email> | ||
<Homepage>http://www-circa.mcs.st-andrews.ac.uk/~mct25</Homepage> | ||
|
@@ -41,9 +28,21 @@ | |
<Homepage>http://www-circa.mcs.st-andrews.ac.uk/~waw7</Homepage> | ||
</Author> | ||
|
||
<Author>Stuart Burrell</Author> | ||
|
||
<Author>Luke Elliott</Author> | ||
|
||
<Author>Christopher Jefferson</Author> | ||
|
||
<Author>Markus Pfeiffer</Author> | ||
|
||
<Author>Chris Russell</Author> | ||
|
||
<Author>Finn Smith</Author> | ||
|
||
<Copyright>©right; ©RIGHTYEARS; by | ||
Jan De Beule, Luke Elliott, Julius Jonušas, James D. Mitchell, Markus | ||
Pfeiffer, Finn Smith, Michael Torpey, Wilf A. Wilson.<P/> | ||
Jan De Beule, Julius Jonušas, James D. Mitchell, Michael | ||
Torpey, Wilf A. Wilson et al.<P/> | ||
|
||
&Digraphs; is free software; you can redistribute it and/or modify it | ||
under the terms of the <URL Text="GNU General Public License"> | ||
|
@@ -58,8 +57,8 @@ | |
</Abstract> | ||
|
||
<Acknowledgements> | ||
We would like to thank Chris Jefferson for his help in including the &bliss; | ||
tool in the package. | ||
We would like to thank Christopher Jefferson for his help in including the | ||
&bliss; tool in the package. | ||
|
||
This package's methods for computing digraph homomorphisms are based on work | ||
by Max Neunhöffer, and independently Artur Schäfer. | ||
|