diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-24 07:47:33 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-24 07:47:33 +0000 |
| commit | fa2131a8be2435984991d1ffaa5a7232db48be9d (patch) | |
| tree | b7618ee4c2ad9259a9ddceb0c4f3ca1db54a2f91 | |
| parent | 60f714b9c88f0492edcc6352f55c39b433013b36 (diff) | |
program four second week of the course
| -rw-r--r-- | doc/gf-course.html | 49 | ||||
| -rw-r--r-- | doc/gf-course.txt | 22 |
2 files changed, 67 insertions, 4 deletions
diff --git a/doc/gf-course.html b/doc/gf-course.html index 6a30712fa..f83b6cd51 100644 --- a/doc/gf-course.html +++ b/doc/gf-course.html @@ -7,7 +7,7 @@ <P ALIGN="center"><CENTER><H1>Graduate Course: GF (Grammatical Framework)</H1> <FONT SIZE="4"> <I>Aarne Ranta</I><BR> -Wed Sep 12 20:04:00 2007 +Wed Oct 24 09:47:12 2007 </FONT></CENTER> <P> @@ -22,7 +22,19 @@ Autumn Term 2007. </P> <H1>News</H1> <P> -12/8 The course starts tomorrow at 8.00. A detailed plan for the day is +24/10 Tomorrow's session starts at 8.15. A detailed plan has been added to +the table below. Material (new chapters) will appear later today. +It will explain some of the files in +</P> +<UL> +<LI><A HREF="http://digitalgrammars.com/gf/examples/tutorial/syntax/"><CODE>syntax/</CODE></A>: + linguistic grammar programming +<LI><A HREF="http://digitalgrammars.com/gf/examples/tutorial/sementics/"><CODE>semantics/</CODE></A>: + a question-answer system based on logical semantics +</UL> + +<P> +12/9 The course starts tomorrow at 8.00. A detailed plan for the day is right below. Don't forget to </P> <UL> @@ -46,6 +58,9 @@ The course will start on Thursday 13 September in Room C430 at the Humanities Building of Gothenburg University ("Humanisten"). </P> <H1>Plan</H1> +<P> +First week (13-14/9) +</P> <TABLE CELLPADDING="4" BORDER="1"> <TR> <TH>Time</TH> @@ -79,6 +94,34 @@ Building of Gothenburg University ("Humanisten"). </TR> </TABLE> +<P></P> +<P> +Second week (25/10) +</P> +<TABLE CELLPADDING="4" BORDER="1"> +<TR> +<TH>Time</TH> +<TH>Subject</TH> +<TH COLSPAN="2">Assignment</TH> +</TR> +<TR> +<TD>Thu 8.15-9.45</TD> +<TD>Chapters 13-15</TD> +<TD>mini resource in a new language</TD> +</TR> +<TR> +<TD>Thu 10.15-11.45</TD> +<TD>Chapters 12,16</TD> +<TD>query system for a new domain</TD> +</TR> +<TR> +<TD>Thu 13.15-14.45</TD> +<TD>presentations</TD> +<TD>explain your own project</TD> +</TR> +</TABLE> + +<P></P> <P> The structure of each lecture will be the following: </P> @@ -173,6 +216,6 @@ We will in particular welcome students from the Baltic countries who wish to build resources for their own language in GF. </P> -<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> +<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) --> <!-- cmdline: txt2tags gf-course.txt --> </BODY></HTML> diff --git a/doc/gf-course.txt b/doc/gf-course.txt index d91f35e66..7172a7dcd 100644 --- a/doc/gf-course.txt +++ b/doc/gf-course.txt @@ -19,7 +19,17 @@ Autumn Term 2007. =News= -12/8 The course starts tomorrow at 8.00. A detailed plan for the day is +24/10 Tomorrow's session starts at 8.15. A detailed plan has been added to +the table below. Material (new chapters) will appear later today. +It will explain some of the files in +- [``syntax/`` http://digitalgrammars.com/gf/examples/tutorial/syntax/]: + linguistic grammar programming +- [``semantics/`` http://digitalgrammars.com/gf/examples/tutorial/sementics/]: + a question-answer system based on logical semantics + + + +12/9 The course starts tomorrow at 8.00. A detailed plan for the day is right below. Don't forget to - join the mailing list (send a mail to ``gf-subscribe at gslt hum gu se``) - install GF on your laptops from [here ../download.html] @@ -40,6 +50,8 @@ Building of Gothenburg University ("Humanisten"). =Plan= +First week (13-14/9) + || Time | Subject | Assignment || | Thu 8.00-9.30 | Chapters 1-3 | Hello and Food in a new language | | Thu 10.00-11.30 | Chapters 3-4 | Foods in a new language | @@ -47,6 +59,14 @@ Building of Gothenburg University ("Humanisten"). | Thu 15.15-16.45 | Chapters 6-7 | straight code compiler | | Fri 8.00-9.30 | Chapters 8 | application in Haskell or Java | +Second week (25/10) + +|| Time | Subject | Assignment || +| Thu 8.15-9.45 | Chapters 13-15 | mini resource in a new language | +| Thu 10.15-11.45 | Chapters 12,16 | query system for a new domain | +| Thu 13.15-14.45 | presentations | explain your own project | + + The structure of each lecture will be the following: - ca. 75min lecture, going through the book |
