Skip to content

Commit

Permalink
citation for cdk-group documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Apr 15, 2013
1 parent 6a4781b commit 6507869
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion doc/refs/cheminf.bibx
Expand Up @@ -467,6 +467,15 @@ obtained by accurate mass spectrometry</bibtex:title>
</bibtex:article>
</bibtex:entry>

<bibtex:entry id="Kreher98">
<bibtex:book>
<bibtex:title>Combinatorial Algorithms Generation Enumeration and Search</bibtex:title>
<bibtex:author>Kreher, Donald and Stinson, Douglas</bibtex:author>
<bibtex:publisher>CRC Press</bibtex:publisher>
<bibtex:year>1998</bibtex:year>
</bibtex:book>
</bibtex:entry>

<bibtex:entry id="MAR89">
<bibtex:article>
<bibtex:author>Marston, C.C.</bibtex:author>
Expand Down Expand Up @@ -1206,7 +1215,7 @@ Method </bibtex:title>
<bibtex:title>Union of all the minimum cycle bases of a graph</bibtex:title>
<bibtex:year>1997</bibtex:year>
<bibtex:doi>10.1.1.47.3674</bibtex:doi>
<bibtex:URL>http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.3674</bibtex:URL>
<bibtex:url>http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.3674</bibtex:url>
<bibtex:journal>Combinatorics</bibtex:journal>
</bibtex:article>
</bibtex:entry>
Expand Down
Expand Up @@ -38,7 +38,7 @@
* Refines a 'coarse' partition (with more blocks) to a 'finer' partition that
* is equitable.
*
* Closely follows algorithm 7.5 in CAGES. The basic idea is that the refiner
* Closely follows algorithm 7.5 in CAGES {@cdk.cite Kreher98}. The basic idea is that the refiner
* maintains a queue of blocks to refine, starting with all the initial blocks
* in the partition to refine. These blocks are popped off the queue, and
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/group/Permutation.java
Expand Up @@ -32,7 +32,7 @@
/**
* A permutation with some associated methods to multiply, invert, and convert
* to cycle strings. Much of the code in this was implemented from the
* C.A.G.E.S. book.
* C.A.G.E.S. book {@cdk.cite Kreher98}.
*
* @author maclean
* @cdk.module group
Expand Down
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/group/PermutationGroup.java
Expand Up @@ -68,7 +68,7 @@
* </p>
*
* <p>
* This is port of the code from the C.A.G.E.S. book by Kreher and Stinson. The
* This is port of the code from the C.A.G.E.S. book {@cdk.cite Kreher98}. The
* mathematics in the description above is also from that book (pp. 203).
* </p>
*
Expand Down

0 comments on commit 6507869

Please sign in to comment.