Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c9a72b

Browse files
committed
Repair the GEQO bibliography. It was marked up all wrong. Move some of
the info to the main bibliography.
1 parent649d854 commit9c9a72b

File tree

3 files changed

+82
-112
lines changed

3 files changed

+82
-112
lines changed

‎doc/src/sgml/biblio.sgml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.17 2002/01/07 02:29:11 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.18 2002/01/08 18:03:25 petere Exp $
33
-->
44

55
<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
1212

1313
<para>
1414
Some white papers and technical reports from the original
15-
<productname>Postgres</productname> development team
15+
<productname>POSTGRES</productname> development team
1616
are available at
1717
<ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
1818
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
100100
</copyright>
101101
</biblioentry>
102102

103+
<biblioentry id="ELMA99">
104+
<title>Fundamentals of Database Systems</title>
105+
<edition>3rd Edition</edition>
106+
<authorgroup>
107+
<author>
108+
<firstname>Ramez</firstname>
109+
<surname>Elmasri</surname>
110+
</author>
111+
<author>
112+
<firstname>Shamkant</firstname>
113+
<surname>Navathe</surname>
114+
</author>
115+
</authorgroup>
116+
<isbn>0-805-31755-4</isbn>
117+
<pubdate>August 1999</pubdate>
118+
<publisher>
119+
<publishername>Addison-Wesley</publishername>
120+
</publisher>
121+
</biblioentry>
122+
103123
<biblioentry id="MELT93">
104124
<title>Understanding the New <acronym>SQL</acronym></title>
105125
<titleabbrev>Melton and Simon, 1993</titleabbrev>
@@ -476,6 +496,21 @@ ssimkovi@ag.or.at
476496
</confgroup>
477497
</biblioentry>
478498

499+
<biblioentry id="FONG">
500+
<biblioset relation="article">
501+
<title>The Design and Implementation of the Postgres Query Optimizer</title>
502+
<author>
503+
<firstname>Z.</firstname>
504+
<surname>Fong</surname>
505+
</author>
506+
<publisher>
507+
<publishername>University of California, Berkeley Computer Science Department</publishername>
508+
</publisher>
509+
510+
<bibliomisc>file <filename>planner/Report.ps</filename> in the <quote>postgres-papers</quote> distribution</bibliomisc>
511+
</biblioset>
512+
</biblioentry>
513+
479514
</bibliodiv>
480515
</bibliography>
481516

‎doc/src/sgml/geqo.sgml

Lines changed: 41 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.21 2002/01/0805:39:26momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.22 2002/01/0818:03:26petere Exp $
33
Genetic Optimizer
44
-->
55

@@ -259,113 +259,46 @@ Genetic Optimizer
259259
</sect2>
260260
</sect1>
261261

262-
<bibliography id="geqo-biblio">
263-
<title>
264-
References
265-
</title>
266-
<para>Reference information for <acronym>GEQ</acronym> algorithms.
267-
</para>
268-
<biblioentry>
269-
270-
<bookbiblio>
271-
<title>
272-
The Hitch-Hiker's Guide to Evolutionary Computation
273-
</title>
274-
<authorgroup>
275-
<author>
276-
<firstname>J&ouml;rg</firstname>
277-
<surname>Heitk&ouml;tter</surname>
278-
</author>
279-
<author>
280-
<firstname>David</firstname>
281-
<surname>Beasley</surname>
282-
</author>
283-
</authorgroup>
284-
<publisher>
285-
<publishername>
286-
InterNet resource
287-
</publishername>
288-
</publisher>
289-
<abstract>
290-
<para>
291-
FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
292-
is available at <ulink
293-
url="http://surf.de.uu.net/encore/www/">here</ulink>.
294-
</para>
295-
</abstract>
296-
</bookbiblio>
297-
298-
<bookbiblio>
299-
<title>
300-
Evolutionary Computation and its application to art and design
301-
302-
</title>
303-
<authorgroup>
304-
<author>
305-
<firstname>Craig</firstname>
306-
<surname>Reynolds</surname>
307-
</author>
308-
</authorgroup>
309-
<publisher>
310-
<publishername>
311-
InterNet resource
312-
</publishername>
313-
</publisher>
314-
<abstract>
315-
<para>
316-
The URL is <ulink
317-
url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
318-
</para>
319-
</abstract>
320-
</bookbiblio>
321-
322-
<bookbiblio>
323-
<title>
324-
The Design and Implementation of the Postgres Query Optimizer
325-
</title>
326-
<authorgroup>
327-
<author>
328-
<firstname>Z.</firstname>
329-
<surname>Fong</surname>
330-
</author>
331-
</authorgroup>
332-
<publisher>
333-
<publishername>
334-
University of California, Berkeley Computer Science Department
335-
</publishername>
336-
</publisher>
337-
<abstract>
338-
<para>
339-
File <filename>planner/Report.ps</filename> in the 'postgres-papers' distribution.
340-
</para>
341-
</abstract>
342-
</bookbiblio>
343-
344-
<bookbiblio>
345-
<title>
346-
Fundamentals of Database Systems
347-
</title>
348-
<authorgroup>
349-
<author>
350-
<firstname>R.</firstname>
351-
<surname>Elmasri</surname>
352-
</author>
353-
<author>
354-
<firstname>S.</firstname>
355-
<surname>Navathe</surname>
356-
</author>
357-
</authorgroup>
358-
<publisher>
359-
<publishername>
360-
The Benjamin/Cummings Pub., Inc.
361-
</publishername>
362-
</publisher>
363-
</bookbiblio>
364-
365-
</biblioentry>
366-
</bibliography>
367-
368-
</chapter>
262+
<sect1 id="geqo-biblio">
263+
<title>Further Readings</title>
264+
265+
<para>
266+
The following resources contain additional information about
267+
genetic algorithms:
268+
269+
<itemizedlist>
270+
<listitem>
271+
<para>
272+
<ulink url="http://surf.de.uu.net/encore/www/">The Hitch-Hiker's
273+
Guide to Evolutionary Computation</ulink> (FAQ for <ulink
274+
url="news://comp.ai.genetic">comp.ai.genetic</ulink>)
275+
</para>
276+
</listitem>
277+
278+
<listitem>
279+
<para>
280+
<ulink url="http://www.red3d.com/cwr/evolve.html">Evolutionary
281+
Computation and its application to art and design</ulink> by
282+
Craig Reynolds
283+
</para>
284+
</listitem>
285+
286+
<listitem>
287+
<para>
288+
<xref linkend="ELMA99">
289+
</para>
290+
</listitem>
291+
292+
<listitem>
293+
<para>
294+
<xref linkend="FONG">
295+
</para>
296+
</listitem>
297+
</itemizedlist>
298+
</para>
299+
300+
</sect1>
301+
</chapter>
369302

370303
<!-- Keep this comment at the end of the file
371304
Local variables:

‎doc/src/sgml/stylesheet.dsl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.16 2001/11/0823:46:29 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.17 2002/01/0818:03:26 petere Exp $ -->
22
<!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
33

44
<!-- must turn on one of these with -i on the jade command line -->
@@ -71,6 +71,7 @@
7171

7272
(define (biblioentry-inline-elements)
7373
(list
74+
(normalize"author")
7475
(normalize"authorgroup")
7576
(normalize"title")
7677
(normalize"subtitle")
@@ -87,7 +88,8 @@
8788
(normalize"pubsnumber")
8889
(normalize"date")
8990
(normalize"pubdate")
90-
(normalize"pagenums")))
91+
(normalize"pagenums")
92+
(normalize"bibliomisc")))
9193

9294
(mode biblioentry-inline-mode
9395

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp