Repair the GEQO bibliography. It was marked up all wrong. Move some of
authorPeter Eisentraut <[email protected]>
Tue, 8 Jan 2002 18:03:26 +0000 (18:03 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 8 Jan 2002 18:03:26 +0000 (18:03 +0000)
the info to the main bibliography.

doc/src/sgml/biblio.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/stylesheet.dsl

index 012a7836293adb8e20f2618a396e6c9457693324..783349a9067d7e19cededfb742d8e21c6b88688d 100644 (file)
@@ -12,7 +12,7 @@ $Header$
 
   <para>
    Some white papers and technical reports from the original
-   <productname>Postgres</productname> development team
+   <productname>POSTGRES</productname> development team
    are available at
    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
     the University of California, Berkeley, Computer Science
@@ -100,6 +100,26 @@ $Header$
     </copyright>
    </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">
     <title>Understanding the New <acronym>SQL</acronym></title>
     <titleabbrev>Melton and Simon, 1993</titleabbrev>
     </confgroup>
    </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>
  </bibliography>
 
index a7faf91b778faa9f0f56d983ea1a760087144ab5..c53d6863603a5338664c9222e4e7c1a48090a701 100644 (file)
@@ -259,113 +259,46 @@ Genetic Optimizer
    </sect2>
   </sect1>
 
-   <bibliography id="geqo-biblio">
-    <title>
-     References
-    </title>
-    <para>Reference information for <acronym>GEQ</acronym> algorithms.
-    </para>
-    <biblioentry>
-
-     <bookbiblio>
-      <title>
-       The Hitch-Hiker's Guide to Evolutionary Computation
-      </title>
-      <authorgroup>
-       <author>
-       <firstname>J&ouml;rg</firstname>
-       <surname>Heitk&ouml;tter</surname>
-       </author>
-       <author>
-       <firstname>David</firstname>
-       <surname>Beasley</surname>
-       </author>
-      </authorgroup>
-      <publisher>
-       <publishername>
-       InterNet resource
-       </publishername>
-      </publisher>
-      <abstract>
-       <para>
-       FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
-       is available at <ulink
-       url="http://surf.de.uu.net/encore/www/">here</ulink>.
-       </para>
-      </abstract>
-     </bookbiblio>
-
-     <bookbiblio>
-      <title>
-       Evolutionary Computation and its application to art and design
-
-      </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>
+ <sect1 id="geqo-biblio">
+  <title>Further Readings</title>
+
+  <para>
+   The following resources contain additional information about
+   genetic algorithms:
+
+   <itemizedlist>
+    <listitem>
+     <para>
+      <ulink url="http://surf.de.uu.net/encore/www/">The Hitch-Hiker's
+      Guide to Evolutionary Computation</ulink> (FAQ for <ulink
+      url="news://comp.ai.genetic">comp.ai.genetic</ulink>)
+     </para>
+    </listitem>
+   
+    <listitem>
+     <para>
+      <ulink url="http://www.red3d.com/cwr/evolve.html">Evolutionary
+       Computation and its application to art and design</ulink> by
+      Craig Reynolds
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <xref linkend="ELMA99">
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <xref linkend="FONG">
+     </para>
+    </listitem>
+   </itemizedlist>
+  </para>
+
+ </sect1>
+</chapter>
 
 <!-- Keep this comment at the end of the file
 Local variables:
index 33dc8f5877a52f0dee5d102944b0e4459188dacd..bd7070b75dbcfc3269973734370effea91f8843a 100644 (file)
@@ -71,6 +71,7 @@
 
 (define (biblioentry-inline-elements)
   (list
+   (normalize "author")
    (normalize "authorgroup")
    (normalize "title")
    (normalize "subtitle")   
@@ -87,7 +88,8 @@
    (normalize "pubsnumber")
    (normalize "date")
    (normalize "pubdate")
-   (normalize "pagenums")))
+   (normalize "pagenums")
+   (normalize "bibliomisc")))
 
 (mode biblioentry-inline-mode