Commit 9c9a72b8 authored by Peter Eisentraut's avatar Peter Eisentraut

Repair the GEQO bibliography. It was marked up all wrong. Move some of

the info to the main bibliography.
parent 649d8543
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.18 2002/01/08 18:03:25 petere Exp $
--> -->
<bibliography id="biblio"> <bibliography id="biblio">
...@@ -12,7 +12,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 pete ...@@ -12,7 +12,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 pete
<para> <para>
Some white papers and technical reports from the original Some white papers and technical reports from the original
<productname>Postgres</productname> development team <productname>POSTGRES</productname> development team
are available at are available at
<ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/"> <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
the University of California, Berkeley, Computer Science the University of California, Berkeley, Computer Science
...@@ -100,6 +100,26 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 pete ...@@ -100,6 +100,26 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 pete
</copyright> </copyright>
</biblioentry> </biblioentry>
<biblioentry id="ELMA99">
<title>Fundamentals of Database Systems</title>
<edition>3rd Edition</edition>
<authorgroup>
<author>
<firstname>Ramez</firstname>
<surname>Elmasri</surname>
</author>
<author>
<firstname>Shamkant</firstname>
<surname>Navathe</surname>
</author>
</authorgroup>
<isbn>0-805-31755-4</isbn>
<pubdate>August 1999</pubdate>
<publisher>
<publishername>Addison-Wesley</publishername>
</publisher>
</biblioentry>
<biblioentry id="MELT93"> <biblioentry id="MELT93">
<title>Understanding the New <acronym>SQL</acronym></title> <title>Understanding the New <acronym>SQL</acronym></title>
<titleabbrev>Melton and Simon, 1993</titleabbrev> <titleabbrev>Melton and Simon, 1993</titleabbrev>
...@@ -476,6 +496,21 @@ ssimkovi@ag.or.at ...@@ -476,6 +496,21 @@ ssimkovi@ag.or.at
</confgroup> </confgroup>
</biblioentry> </biblioentry>
<biblioentry id="FONG">
<biblioset relation="article">
<title>The Design and Implementation of the Postgres Query Optimizer</title>
<author>
<firstname>Z.</firstname>
<surname>Fong</surname>
</author>
<publisher>
<publishername>University of California, Berkeley Computer Science Department</publishername>
</publisher>
<bibliomisc>file <filename>planner/Report.ps</filename> in the <quote>postgres-papers</quote> distribution</bibliomisc>
</biblioset>
</biblioentry>
</bibliodiv> </bibliodiv>
</bibliography> </bibliography>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.21 2002/01/08 05:39:26 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.22 2002/01/08 18:03:26 petere Exp $
Genetic Optimizer Genetic Optimizer
--> -->
...@@ -259,113 +259,46 @@ Genetic Optimizer ...@@ -259,113 +259,46 @@ Genetic Optimizer
</sect2> </sect2>
</sect1> </sect1>
<bibliography id="geqo-biblio"> <sect1 id="geqo-biblio">
<title> <title>Further Readings</title>
References
</title> <para>
<para>Reference information for <acronym>GEQ</acronym> algorithms. The following resources contain additional information about
</para> genetic algorithms:
<biblioentry>
<itemizedlist>
<bookbiblio> <listitem>
<title> <para>
The Hitch-Hiker's Guide to Evolutionary Computation <ulink url="http://surf.de.uu.net/encore/www/">The Hitch-Hiker's
</title> Guide to Evolutionary Computation</ulink> (FAQ for <ulink
<authorgroup> url="news://comp.ai.genetic">comp.ai.genetic</ulink>)
<author> </para>
<firstname>J&ouml;rg</firstname> </listitem>
<surname>Heitk&ouml;tter</surname>
</author> <listitem>
<author> <para>
<firstname>David</firstname> <ulink url="http://www.red3d.com/cwr/evolve.html">Evolutionary
<surname>Beasley</surname> Computation and its application to art and design</ulink> by
</author> Craig Reynolds
</authorgroup> </para>
<publisher> </listitem>
<publishername>
InterNet resource <listitem>
</publishername> <para>
</publisher> <xref linkend="ELMA99">
<abstract> </para>
<para> </listitem>
FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
is available at <ulink <listitem>
url="http://surf.de.uu.net/encore/www/">here</ulink>. <para>
</para> <xref linkend="FONG">
</abstract> </para>
</bookbiblio> </listitem>
</itemizedlist>
<bookbiblio> </para>
<title>
Evolutionary Computation and its application to art and design </sect1>
</chapter>
</title>
<authorgroup>
<author>
<firstname>Craig</firstname>
<surname>Reynolds</surname>
</author>
</authorgroup>
<publisher>
<publishername>
InterNet resource
</publishername>
</publisher>
<abstract>
<para>
The URL is <ulink
url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
</para>
</abstract>
</bookbiblio>
<bookbiblio>
<title>
The Design and Implementation of the Postgres Query Optimizer
</title>
<authorgroup>
<author>
<firstname>Z.</firstname>
<surname>Fong</surname>
</author>
</authorgroup>
<publisher>
<publishername>
University of California, Berkeley Computer Science Department
</publishername>
</publisher>
<abstract>
<para>
File <filename>planner/Report.ps</filename> in the 'postgres-papers' distribution.
</para>
</abstract>
</bookbiblio>
<bookbiblio>
<title>
Fundamentals of Database Systems
</title>
<authorgroup>
<author>
<firstname>R.</firstname>
<surname>Elmasri</surname>
</author>
<author>
<firstname>S.</firstname>
<surname>Navathe</surname>
</author>
</authorgroup>
<publisher>
<publishername>
The Benjamin/Cummings Pub., Inc.
</publishername>
</publisher>
</bookbiblio>
</biblioentry>
</bibliography>
</chapter>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
Local variables: Local variables:
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.16 2001/11/08 23:46:29 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.17 2002/01/08 18:03:26 petere Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!-- must turn on one of these with -i on the jade command line --> <!-- must turn on one of these with -i on the jade command line -->
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
(define (biblioentry-inline-elements) (define (biblioentry-inline-elements)
(list (list
(normalize "author")
(normalize "authorgroup") (normalize "authorgroup")
(normalize "title") (normalize "title")
(normalize "subtitle") (normalize "subtitle")
...@@ -87,7 +88,8 @@ ...@@ -87,7 +88,8 @@
(normalize "pubsnumber") (normalize "pubsnumber")
(normalize "date") (normalize "date")
(normalize "pubdate") (normalize "pubdate")
(normalize "pagenums"))) (normalize "pagenums")
(normalize "bibliomisc")))
(mode biblioentry-inline-mode (mode biblioentry-inline-mode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment