[m-rev.] for review: add recent talk to papers page
Ian MacLarty
maclarty at csse.unimelb.edu.au
Mon Jul 27 16:36:27 AEST 2009
Estimated hours taken: 0.5
Branches: main
Add my recent talk about writing rules engines in Mercury to the
papers page.
information/include/papers.inc:
Add the talk to the papers page.
information/papers/fpu_rules_2009.pdf:
The slides.
news/newsdb.inc:
Mention the new presentation.
Index: information/include/papers.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/papers.inc,v
retrieving revision 1.64
diff -u -r1.64 papers.inc
--- information/include/papers.inc 3 Nov 2008 06:26:46 -0000 1.64
+++ information/include/papers.inc 27 Jul 2009 06:28:18 -0000
@@ -712,6 +712,21 @@
<li>
<strong>
+<a href = "papers.html#fpu_rules_2009">
+Writing Business Rules Engines in Mercury.
+</a>
+</strong>
+<br>
+Ian MacLarty
+<em>
+Functional Programming Union,
+University of Melbourne,
+</em>
+24 July 2009.
+<p>
+
+<li>
+<strong>
<a href = "papers.html#mc_owl_mercury_talk_14_08_2007">
Ontology Driven Software Development with Mercury.
</a>
@@ -2981,6 +2996,23 @@
<li>
<strong>
+<a name = "fpu_rules_2009">
+Writing Business Rules Engines in Mercury.
+</a>
+</strong>
+<br>
+Ian MacLarty
+<em>
+Functional Programming Union, University of Melbourne,
+</em>
+24 July 2009.
+<a href = "papers/fpu_rules_2009.pdf">
+Available here (156K).
+</a>
+<p>
+
+<li>
+<strong>
<a href="papers.html#packrat-padl08">
DCGs + Memoing = Packrat Parsing; But is it worth it?
</a>
Index: information/papers/fpu_rules_2009.pdf
===================================================================
RCS file: information/papers/fpu_rules_2009.pdf
diff -N information/papers/fpu_rules_2009.pdf
Binary files /dev/null and fpu_rules_2009.pdf differ
Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.111
diff -u -r1.111 newsdb.inc
--- news/newsdb.inc 12 Feb 2009 00:24:44 -0000 1.111
+++ news/newsdb.inc 27 Jul 2009 06:25:37 -0000
@@ -22,6 +22,14 @@
$newsdb = array(
+"27 July 2009" => array("New Presentation",
+"
+The slides for a recent talk entitled "Writing Business Rules Engines in
+Mercury" are now available from the
+<A HREF=\"information/papers.html#fpu_rules_2009\">papers page</A>.
+"
+),
+
"9 February 2009" => array("RSS Feed",
"You can now receive Mercury news items via an RSS feed by subscribing
to the following URL:
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list