Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixing DJM reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMathas committed May 11, 2018
1 parent 4de8a8b commit 2bc9534
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/doc/en/reference/references/index.rst
Expand Up @@ -835,8 +835,8 @@ REFERENCES:
finite geometries, 2000,
https://tspace.library.utoronto.ca/bitstream/1807/14575/1/NQ49844.pdf
.. [DJM1999] \R. Dipper, G. James and A. Mathas
*The cyclotomic q-Schur algebra*, Math. Z, **229** (1999), 385-416.
.. [DJM1998] \R. Dipper, G. James and A. Mathas
*Cyclotomic q-Schur algebras*, Math. Z, **229** (1998), 385-416.
:mathscinet:`MR1635149`
.. [DLHK2007] \J. A. De Loera, D. C. Haws, M. Köppe, Ehrhart
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/partition.py
Expand Up @@ -3324,7 +3324,7 @@ def block(self, e, multicharge=(0,)):
\sum_{i\in I} \beta_i \alpha_i \in Q^+,
a element of the positive root lattice of the corresponding
Kac-Moody algebra. See [DJM1999]_ and [BK2009]_ for more details.
Kac-Moody algebra. See [DJM1998]_ and [BK2009]_ for more details.
This is a useful statistics because two Specht modules for a
Hecke algebra of type `A` belong to the same block if and only if they
Expand Down
4 changes: 2 additions & 2 deletions src/sage/combinat/partition_tuple.py
Expand Up @@ -85,7 +85,7 @@ class of modules for the algebras, which are generalisations of the Specht
REFERENCES:
.. [DJM1999]_
.. [DJM1998]_
.. [BK2009]_
AUTHORS:
Expand Down Expand Up @@ -1683,7 +1683,7 @@ def block(self, e, multicharge):
\sum_{i\in I} \beta_i \alpha_i \in Q^+,
a element of the positive root lattice of the corresponding
Kac-Moody algebra. See [DJM1999]_ and [BK2009]_ for more details.
Kac-Moody algebra. See [DJM1998]_ and [BK2009]_ for more details.
This is a useful statistics because two Specht modules for a cyclotomic
Hecke algebra of type `A` belong to the same block if and only if they
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/tableau_residues.py
Expand Up @@ -78,7 +78,7 @@
These residue sequences are particularly useful in the graded representation
theory of the cyclotomic KLR algebrasand the cyclotomic Hecke algebras of type~A;
see [DJM1999]_ and [BK2009]_.
see [DJM1998]_ and [BK2009]_.
This module implements the following classes:
Expand Down
4 changes: 2 additions & 2 deletions src/sage/combinat/tableau_tuple.py
Expand Up @@ -194,7 +194,7 @@
.. TODO::
Implement semistandard tableau tuples as defined in [DJM1999]_.
Implement semistandard tableau tuples as defined in [DJM1998]_.
Much of the combinatorics implemented here is motivated by this and
subsequent papers on the representation theory of these algebras.
Expand Down Expand Up @@ -269,7 +269,7 @@ class TableauTuple(CombinatorialElement):
- the representation theory of the complex reflection groups of
type `G(l,1,n)` and the representation theory of the associated
(degenerate and non-degenerate) Hecke algebras. See, for example,
[DJM1999]_
[DJM1998]_
- the crystal theory of (quantum) affine special linear groups and its
integral highest weight modules and their canonical bases. See, for
Expand Down

0 comments on commit 2bc9534

Please sign in to comment.