Skip to content

Commit

Permalink
Update authors and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed May 18, 2017
1 parent efc5cdc commit a0c51d0
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 67 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digraphs package for GAP - CHANGELOG
Copyright (C) 2014-17 Jan De Beule, Luke Elliott, Julius Jonusas, James D.
Mitchell, Markus Pfeiffer, Finn Smith, Michael Torpey & Wilf A. Wilson
Copyright (C) 2014-17 by Jan De Beule, Julius Jonušas, James D. Mitchell,
Michael Torpey, Wilf A. Wilson et al.

Licensing information can be found in the LICENSE file.

Expand Down
10 changes: 2 additions & 8 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
This Digraphs package is

Copyright (C) by Jan J De Beule
Luke Elliott
Julius Jonusas
James Mitchell
Markus Pfeiffer
Finn Smith
Michael Torpey
Wilf A. Wilson
Copyright (C) by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael
Torpey, Wilf A. Wilson et al.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
57 changes: 45 additions & 12 deletions PackageInfo.g
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.
##
Expand Down Expand Up @@ -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([
Expand All @@ -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.",
Expand Down Expand Up @@ -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/",
Expand All @@ -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([
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

### Digraphs package for GAP

#### Copyright (C) 2014-17 Jan De Beule, Julius Jonusas, James D. Mitchell, Finn Smith, Michael Torpey, Wilf A. Wilson

#### Copyright (C) 2014-17 by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael Torpey, Wilf A. Wilson et al.
## Getting Digraphs

To get the latest version of the package, download the archive file
Expand Down Expand Up @@ -35,29 +34,21 @@ The following is a summary of the steps that should lead to a successful
installation of [Digraphs](https://gap-packages.github.io/Digraphs):

* get the [IO](http://gap-system.github.io/io) package version 4.4.4 or higher.

* get the [orb](http://gap-system.github.io/orb) package version 4.7.5 or
higher.

* **this step is optional:** certain methods in [Digraphs](https://gap-packages.github.io/Digraphs) require the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package to be available; a full list of these functions can be found in the first chapter of the manual. To use these functions make sure that the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package version 4.5 or higher is available.

* download the package archive `digraphs-x.x.x.tar.gz` from the
[Digraphs](https://gap-packages.github.io/Digraphs) webpage.

* unzip and untar the file `digraphs-x.x.x.tar.gz` using, for example,
```
gunzip digraphs-x.x.x.tar.gz; tar xvf digraphs-x.x.x.tar
```
which should create a directory called `digraphs-x.x.x`.

* locate the `pkg` directory of your GAP directory, which contains the
directories `lib`, `doc` and so on. Move the directory `digraphs-x.x.x` into the
`pkg` directory (if it is not there already).

* compile the kernel module; more details below.

* start [GAP](http://www.gap-system.org) in the usual way.

* type `LoadPackage("digraphs");`

## Compiling the kernel module
Expand Down
11 changes: 2 additions & 9 deletions VERSIONS
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
############################################################################
#############################################################################
##
#W VERSIONS
#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.
##
Expand Down
22 changes: 14 additions & 8 deletions doc/z-chap0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@
This is the manual for the &Digraphs; package version &VERSION;. This package
was developed at the University of St Andrews by:
<List>
<Item>Jan De Beule</Item>
<Item>Luke Elliot</Item>
<Item>Julius Jonusas</Item>
<Item>James D. Mitchell</Item>
<Item>Markus Pfeiffer</Item>
<Item>Finn Smith</Item>
<Item>Michael C. Torpey</Item>
<Item>Wilf A. Wilson</Item>
<Item>Jan De Beule,</Item>
<Item>Julius Jonu&#353;as,</Item>
<Item>James D. Mitchell,</Item>
<Item>Michael C. Torpey, and</Item>
<Item>Wilf A. Wilson.</Item>
</List>
Additional contributions were made by:
<List>
<Item>Stuart Burrell,</Item>
<Item>Luke Elliott,</Item>
<Item>Christopher Jefferson,</Item>
<Item>Markus Pfeiffer,</Item>
<Item>Chris Russell, and</Item>
<Item>Finn Smith.</Item>
</List>

The &Digraphs; package contains a variety of methods for efficiently creating
Expand Down
35 changes: 17 additions & 18 deletions doc/z-title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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&#353;as
Expand All @@ -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>
Expand All @@ -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>&copyright; &COPYRIGHTYEARS; by
Jan De Beule, Luke Elliott, Julius Jonu&#353;as, James D. Mitchell, Markus
Pfeiffer, Finn Smith, Michael Torpey, Wilf A. Wilson.<P/>
Jan De Beule, Julius Jonu&#353;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">
Expand All @@ -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&#246;ffer, and independently Artur Sch&#228;fer.
Expand Down

0 comments on commit a0c51d0

Please sign in to comment.