added book in the documentation

This commit is contained in:
aarne
2011-04-15 12:07:59 +00:00
parent 99388d116d
commit 1eb0fcba11
5 changed files with 84 additions and 17 deletions

BIN
gf-book/gf-book-cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -1,27 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
<META NAME="generator" CONTENT="http://txt2tags.org">
<TITLE>Grammatical Framework: Programming with Multilingual Grammars</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1>Grammatical Framework: Programming with Multilingual Grammars</H1>
<FONT SIZE="4">
<I>Aarne Ranta</I><BR>
**Web page work in progress**
</FONT></CENTER>
<CENTER>
<H1>Grammatical Framework: Programming with Multilingual Grammars</H1>
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
</CENTER>
<P>
<center><img width=200mm src="gf-book-cover.png"></center>
</P>
<P>
This is the web page of the book
</P>
<UL>
<LI>Aarne Ranta,
<I>Grammatical Framework: Programming with Multilingual Grammars</I>,
CSLI Publications,
Stanford,
2011 (to appear).
2011,
ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth).
</UL>
<H2>Publisher's information</H2>
<P>
Forthcoming at <A HREF="http://www-csli.stanford.edu/pubs/">http://www-csli.stanford.edu/pubs/</A>
</P>
<P>
Direct order (demonstrably available 15 April 2011):
</P>
<P>
<A HREF="http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html">http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html</A>
</P>
<P>
Amazon order (may be still not active):
</P>
<P>
<A HREF="http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1302811905&amp;sr=8-2">http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1302811905&amp;sr=8-2</A>
</P>
<H2>Book description</H2>
<P>
Grammars of natural languages are complex systems, and their
computer implementation requires both programming skills and
@@ -57,11 +80,15 @@ interest for languages. At the same time, its novel and advanced
material makes it interesting for senior researchers in computer science,
linguistics, and related fields.
</P>
<H2>Publisher's information</H2>
<P>
Forthcoming at <A HREF="http://www-csli.stanford.edu/pubs/">http://www-csli.stanford.edu/pubs/</A>
</P>
<H2>How to cite</H2>
<PRE>
@Book{ranta-2011,
author = {Aarne Ranta},
@@ -69,19 +96,24 @@ Forthcoming at <A HREF="http://www-csli.stanford.edu/pubs/">http://www-csli.stan
Programming with Multilingual Grammars}},
publisher = {{CSLI Publications}},
year = {2011},
note = "to appear"
address = "Stanford",
note = "ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth)"
}
</PRE>
<P></P>
<H2>Table of Contents</H2>
<P>
<A HREF="toc-gf-book.txt">Preliminary Table of Contents</A>
</P>
<H2>Supporting material</H2>
<P>
Slides for teaching the book chapter by chapter are forthcoming.
The following should be useful before that.
</P>
<UL>
<LI><A HREF="../doc/tutorial/gf-tutorial.html">GF Tutorial</A>: programmer-oriented,
covering parts of chapters 2-8
@@ -95,6 +127,7 @@ The following should be useful before that.
<P>
Demos
</P>
<UL>
<LI><A HREF="http://www.grammaticalframework.org:41296/minibar/minibar.html">on-line translator</A> (Section 7.12)
<LI><A HREF="http://www.grammaticalframework.org/demos/resource-api/editor.html">syntax editor</A> (Section 7.13)
@@ -122,6 +155,6 @@ Author's email: aarne'at'chalmers'dot'se
Author's home page: <A HREF="http://www.cse.chalmers.se/~aarne/">http://www.cse.chalmers.se/~aarne/</A>
</P>
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -thtml index.txt -->
</BODY></HTML>

View File

@@ -1,6 +1,10 @@
Grammatical Framework: Programming with Multilingual Grammars
Aarne Ranta
**Web page work in progress**
%!postproc(html): "#BOOKCOVER" '<center><img width=200mm src="gf-book-cover.png"></center>'
#BOOKCOVER
This is the web page of the book
@@ -8,7 +12,24 @@ This is the web page of the book
//Grammatical Framework: Programming with Multilingual Grammars//,
CSLI Publications,
Stanford,
2011 (to appear).
2011,
ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth).
==Publisher's information==
Forthcoming at http://www-csli.stanford.edu/pubs/
Direct order (demonstrably available 15 April 2011):
http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html
Amazon order (may be still not active):
http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&s=books&qid=1302811905&sr=8-2
==Book description==
@@ -59,7 +80,8 @@ Forthcoming at http://www-csli.stanford.edu/pubs/
Programming with Multilingual Grammars}},
publisher = {{CSLI Publications}},
year = {2011},
note = "to appear"
address = "Stanford",
note = "ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth)"
}
```