summaryrefslogtreecommitdiffstats
path: root/watchmaker/book/src/xml/website.xml
diff options
context:
space:
mode:
Diffstat (limited to 'watchmaker/book/src/xml/website.xml')
-rw-r--r--watchmaker/book/src/xml/website.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/watchmaker/book/src/xml/website.xml b/watchmaker/book/src/xml/website.xml
new file mode 100644
index 0000000..724e586
--- /dev/null
+++ b/watchmaker/book/src/xml/website.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<book xmlns="http://docbook.org/ns/docbook"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd">
+ <info>
+ <title>Evolutionary Computation in Java</title>
+ <subtitle>A Practical Guide to the Watchmaker Framework</subtitle>
+ <author>
+ <personname>
+ <firstname>Daniel</firstname>
+ <surname>Dyer</surname>
+ <othername>W.</othername>
+ </personname>
+ <email>dan@uncommons.org</email>
+ <uri>http://www.dandyer.co.uk</uri>
+ </author>
+ <copyright>
+ <year>2008</year>
+ <year>2009</year>
+ <year>2010</year>
+ </copyright>
+ <keywordset>
+ <keyword>algorithms</keyword>
+ <keyword>evolution</keyword>
+ <keyword>evolutionary algorithms</keyword>
+ <keyword>evolutionary computation</keyword>
+ <keyword>genetic algorithms</keyword>
+ <keyword>Java</keyword>
+ <keyword>programming</keyword>
+ <keyword>software</keyword>
+ </keywordset>
+ </info>
+
+ <!-- Chapters -->
+ <xi:include href="evolution.xml" />
+ <xi:include href="watchmaker.xml" />
+ <xi:include href="selection.xml" />
+ <xi:include href="islands.xml" />
+
+ <!-- Appendices -->
+ <xi:include href="performance.xml" />
+
+</book>