<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Ok, I think I see where you are coming from now.</DIV>
<DIV>You want a URL that you can prepend to ANY LSID to resolve the metadata for it, without having to go through any of the standard resolution steps.</DIV>
<DIV>In theory the correct way to do this is as I suggested - resolve the authority name to get the urls to use, eg resolve urn:lsid:example.org:... to get the metadata and data url addresses (I wasnt assuming just using port 80&nbsp;at the domain name specified in the LSID).&nbsp; But if you dont want to use any resolution (ie you must be doing somehting like&nbsp;a search and replace of all LSIDs in a document?) then you will need a static url that will resolve any LSID, as you have suggested.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In this case I think it is a great idea, and will be interested to see some use cases/examples in action&nbsp;for where you need to do this, and normal resolution cannot be used.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Kevin<BR><BR>&gt;&gt;&gt; Roderic Page &lt;r.page@bio.gla.ac.uk&gt; 15/06/2006 11:20 p.m. &gt;&gt;&gt;<BR></DIV>
<DIV style="COLOR: #000000">OK, I've grabbed lsidres.org, so to resolve a LSID straight to&nbsp; <BR>metadata, stick <A href="http://lsidres.org">http://lsidres.org</A> in front of the LSID, e.g.:<BR><BR>urn:lsid:lsid.zoology.gla.ac.uk:predicates:objectiveSynonym<BR><BR>becomes<BR><BR><A href="http://lsidres.org/urn:lsid:lsid.zoology.gla.ac.uk:predicates:">http://lsidres.org/urn:lsid:lsid.zoology.gla.ac.uk:predicates:</A> <BR>objectiveSynonym<BR><BR>and<BR><BR>urn:lsid:ubio.org:namebank:2735664<BR><BR>becomes<BR><BR><A href="http://lsidres.org/urn:lsid:ubio.org:namebank:2735664">http://lsidres.org/urn:lsid:ubio.org:namebank:2735664</A><BR><BR>So now, it's as easy as DOIs...<BR><BR>Regards<BR><BR>Rod<BR><BR><BR>On 15 Jun 2006, at 11:56, Roderic Page wrote:<BR><BR>&gt; Dear Kevin,<BR>&gt;<BR>&gt; The reasons against doing what you suggest (which I agree works in most<BR>&gt; cases) are:<BR>&gt;<BR>&gt; 1. An LSID with authority example.org need not be handled by<BR>&gt; example.org.&nbsp; For example, ipni.org resolves to<BR>&gt; <A href="http://beta.ipni.org:9090">http://beta.ipni.org:9090</A><BR>&gt;<BR>&gt; 2. You're assuming that we're all going to use port 80, whereas some<BR>&gt; may serve metadata and data over a different port (e.g., IPNI use<BR>&gt; 9090).<BR>&gt;<BR>&gt; 3. I feel having a standard prefix before the LSID that remains the<BR>&gt; same makes it easier for people to remember (i.e., we don't have to<BR>&gt; think, "gee, so what bit of the LSID to I extract, and what was that<BR>&gt; mumbo jumbo I stick on the end?"). Probably we should make it even<BR>&gt; simpler by grabbing a short domain name to make it even easier.<BR>&gt; Remember, DOIs make it simple - just tack the DOI onto the end of<BR>&gt; <A href="http://dx.doi.org,">http://dx.doi.org,</A> and it's resolved.<BR>&gt;<BR>&gt; Regards<BR>&gt;<BR>&gt; Rod<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; On 15 Jun 2006, at 10:32, Kevin Richards wrote:<BR>&gt;<BR>&gt;&gt; The theory is that most lsid resolvers/authorities will implement the<BR>&gt;&gt; http get protocol for resolving lsids.<BR>&gt;&gt; This means that:<BR>&gt;&gt;<BR>&gt;&gt; <A href="http://example.org/authority/?lsid=urn:lsid....">http://example.org/authority/?lsid=urn:lsid....</A> will return the wsdl<BR>&gt;&gt; equivalent to the getAvailableServices SOAP call<BR>&gt;&gt;<BR>&gt;&gt; <A href="http://example.org/authority/data/?lsid=urn:lsid...">http://example.org/authority/data/?lsid=urn:lsid...</A> will return the<BR>&gt;&gt; data<BR>&gt;&gt; for that lsid<BR>&gt;&gt;<BR>&gt;&gt; <A href="http://example.org/authority/metadata/?lsid=urn:lsid...">http://example.org/authority/metadata/?lsid=urn:lsid...</A> will return&nbsp; <BR>&gt;&gt; the<BR>&gt;&gt; metadata for that lsid<BR>&gt;&gt;<BR>&gt;&gt; so why not just use these urls if you want to use urls?<BR>&gt;&gt;<BR>&gt;&gt; Kevin<BR>&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt; Roderic Page &lt;r.page@bio.gla.ac.uk&gt; 06/15/06 10:13 AM &gt;&gt;&gt;<BR>&gt;&gt; Dear Steve,<BR>&gt;&gt;<BR>&gt;&gt; It's written in PHP, and is basically a cleaner version of the LSID<BR>&gt;&gt; test.&nbsp; I developed it on my iBook running Apache and PHP 4.3.10, and<BR>&gt;&gt; deployed it on Fedora Core 4 with PHP 5. I've not tested it on&nbsp; <BR>&gt;&gt; Windows,<BR>&gt;&gt;<BR>&gt;&gt; the issue would be whether the Net:DNS module I use to do the<BR>&gt;&gt; resolution also works on Windows (who in their right mind uses Windows<BR>&gt;&gt; as a server ;-)<BR>&gt;&gt;<BR>&gt;&gt; Yep, the error reporting is bad, but I could work on this. It tries to<BR>&gt;&gt; trap some errors and report them in XML, but I put it together when I<BR>&gt;&gt; should have been listening to the talks at GUID2, so it's a bit rough<BR>&gt;&gt; and ready.<BR>&gt;&gt;<BR>&gt;&gt; Having a HTTP GET service sounds like a good idea, if it helps people<BR>&gt;&gt; play with this stuff. Maybe it could be as simple as a convention that<BR>&gt;&gt; if the "LSID" lacks a namespace and id (i.e., is just the authority)<BR>&gt;&gt; the service returns metadata about the authority. For data, perhaps&nbsp; <BR>&gt;&gt; the<BR>&gt;&gt;<BR>&gt;&gt; prefix "data" could be inserted before the LSID, rather like a lot of<BR>&gt;&gt; static URLs have the format of the data embedded in them, such as<BR>&gt;&gt; <A href="http://www.connotea.org/rss/recent/user/rdmpage?q=Formicidae">http://www.connotea.org/rss/recent/user/rdmpage?q=Formicidae</A> (an RSS<BR>&gt;&gt; feed).<BR>&gt;&gt;<BR>&gt;&gt; Not elegant, but simple.<BR>&gt;&gt;<BR>&gt;&gt; Regards<BR>&gt;&gt;<BR>&gt;&gt; Rod<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; On 14 Jun 2006, at 17:07, Steven Perry wrote:<BR>&gt;&gt;<BR>&gt;&gt;&gt; Hi Rod,<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; This is pretty cool.&nbsp; What language is it in?&nbsp; What kind of server<BR>&gt;&gt;&gt; does it require (application server, apache, etc.)?<BR>&gt;&gt;&gt; When I tried to put in an LSID that I knew didn't exist, I got an XML<BR>&gt;&gt;<BR>&gt;&gt;&gt; parsing error.&nbsp; No worries, since this is an early prototype, but I<BR>&gt;&gt;&gt; was wondering if you're planning on trapping these kinds of errors&nbsp; <BR>&gt;&gt;&gt; and<BR>&gt;&gt;<BR>&gt;&gt;&gt; returning an HTTP status code like 204 (NO_CONTENT), 404 (NOT_FOUND),<BR>&gt;&gt;<BR>&gt;&gt;&gt; or 410 (GONE), or if you had something else in mind.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; I've also been thinking about an HTTP-GET based LSID resolution<BR>&gt;&gt;&gt; gateway that might be exposed as a service.&nbsp; It could support several<BR>&gt;&gt;<BR>&gt;&gt;&gt; additional functions besides (the default) getMetadata():<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; getAuthorityInfo :: given an LSID, return information (in RDF) about<BR>&gt;&gt;&gt; the authority extracted from the authority metadata<BR>&gt;&gt;&gt; getData:: might work a bit differently from the spec in that it&nbsp; <BR>&gt;&gt;&gt; always<BR>&gt;&gt;<BR>&gt;&gt;&gt; sends through HTTP and it tries to set the correct mime type.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; However getMetadata is the critical function and these others may&nbsp; <BR>&gt;&gt;&gt; not,<BR>&gt;&gt;<BR>&gt;&gt;&gt; upon more reflection, make much sense.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Given that we want to be able to integrate with existing semantic web<BR>&gt;&gt;<BR>&gt;&gt;&gt; apps and tools that can't currently understand the LSID resolution<BR>&gt;&gt;&gt; process, I think we'll come to depend upon these kinds of services.<BR>&gt;&gt;&gt; They also provide convenience to developers who are working with<BR>&gt;&gt;&gt; languages that don't yet have a resolution client API.&nbsp; It might be<BR>&gt;&gt;&gt; nice to work out how such a service ought to behave and present it to<BR>&gt;&gt;<BR>&gt;&gt;&gt; TAG.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; -Steve<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Roderic Page wrote:<BR>&gt;&gt;&gt;&gt; It was good to see everybody who made it to sunny Edinburgh over the<BR>&gt;&gt;<BR>&gt;&gt;&gt;&gt; weekend.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; I've put together a very simple LSID resolver that returns RDF<BR>&gt;&gt;&gt;&gt; metadata&nbsp; for a LSID. I wanted something very simple, so all you do<BR>&gt;&gt;&gt;&gt; is stick your&nbsp; LSID on the end of <A href="http://lsid.zoology.gla.ac.uk/,">http://lsid.zoology.gla.ac.uk/,</A><BR>&gt;&gt;&gt;&gt; e.g.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; <A href="http://lsid.zoology.gla.ac.uk/urn:lsid:ubio.org:namebank:2735664">http://lsid.zoology.gla.ac.uk/urn:lsid:ubio.org:namebank:2735664</A><BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; <A href="http://lsid.zoology.gla.ac.uk/urn:lsid:lsid.zoology.gla.ac.uk:">http://lsid.zoology.gla.ac.uk/urn:lsid:lsid.zoology.gla.ac.uk:</A><BR>&gt;&gt;&gt;&gt; predicate:isBasionymOf<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; It's far from bullet proof, and not as pretty as other resolvers.<BR>&gt;&gt;&gt;&gt; However, it means you see the RDF straight away, and if you wanted&nbsp; <BR>&gt;&gt;&gt;&gt; to<BR>&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; aggregate the RDF for a LSID you could use this to do the&nbsp; <BR>&gt;&gt;&gt;&gt; resolution<BR>&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; for you.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; Regards<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; Rod<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt; ----------------------------------------------------------------------<BR>&gt;&gt;&gt;&gt; -- ----------------------------------------<BR>&gt;&gt;&gt;&gt; Professor Roderic D. M. Page<BR>&gt;&gt;&gt;&gt; Editor, Systematic Biology<BR>&gt;&gt;&gt;&gt; DEEB, IBLS<BR>&gt;&gt;&gt;&gt; Graham Kerr Building<BR>&gt;&gt;&gt;&gt; University of Glasgow<BR>&gt;&gt;&gt;&gt; Glasgow G12 8QP<BR>&gt;&gt;&gt;&gt; United Kingdom<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; Phone:&nbsp;&nbsp;&nbsp; +44 141 330 4778<BR>&gt;&gt;&gt;&gt; Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +44 141 330 2792<BR>&gt;&gt;&gt;&gt; email:&nbsp;&nbsp;&nbsp; r.page@bio.gla.ac.uk<BR>&gt;&gt;&gt;&gt; web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://taxonomy.zoology.gla.ac.uk/rod/rod.html">http://taxonomy.zoology.gla.ac.uk/rod/rod.html</A><BR>&gt;&gt;&gt;&gt; reprints: <A href="http://taxonomy.zoology.gla.ac.uk/rod/pubs.html">http://taxonomy.zoology.gla.ac.uk/rod/pubs.html</A><BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; Subscribe to Systematic Biology through the Society of Systematic<BR>&gt;&gt;&gt;&gt; Biologists Website:&nbsp; <A href="http://systematicbiology.org">http://systematicbiology.org</A><BR>&gt;&gt;&gt;&gt; Search for taxon names:<BR>&gt;&gt; <A href="http://darwin.zoology.gla.ac.uk/~rpage/portal/">http://darwin.zoology.gla.ac.uk/~rpage/portal/</A><BR>&gt;&gt;&gt;&gt; Find out what we know about a species: <A href="http://ispecies.org">http://ispecies.org</A><BR>&gt;&gt;&gt;&gt; Rod's rants on phyloinformatics: <A href="http://iphylo.blogspot.com">http://iphylo.blogspot.com</A><BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; _______________________________________________<BR>&gt;&gt;&gt;&gt; TDWG-GUID mailing list<BR>&gt;&gt;&gt;&gt; TDWG-GUID@mailman.nhm.ku.edu<BR>&gt;&gt;&gt;&gt; <A href="http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid">http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid</A><BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt; ---------------------------------------------------------------------- <BR>&gt;&gt; -<BR>&gt;&gt; -<BR>&gt;&gt;<BR>&gt;&gt; ----------------------------------------<BR>&gt;&gt; Professor Roderic D. M. Page<BR>&gt;&gt; Editor, Systematic Biology<BR>&gt;&gt; DEEB, IBLS<BR>&gt;&gt; Graham Kerr Building<BR>&gt;&gt; University of Glasgow<BR>&gt;&gt; Glasgow G12 8QP<BR>&gt;&gt; United Kingdom<BR>&gt;&gt;<BR>&gt;&gt; Phone:&nbsp;&nbsp;&nbsp; +44 141 330 4778<BR>&gt;&gt; Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +44 141 330 2792<BR>&gt;&gt; email:&nbsp;&nbsp;&nbsp; r.page@bio.gla.ac.uk<BR>&gt;&gt; web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://taxonomy.zoology.gla.ac.uk/rod/rod.html">http://taxonomy.zoology.gla.ac.uk/rod/rod.html</A><BR>&gt;&gt; iChat:&nbsp;&nbsp;&nbsp; aim://rodpage1962<BR>&gt;&gt; reprints: <A href="http://taxonomy.zoology.gla.ac.uk/rod/pubs.html">http://taxonomy.zoology.gla.ac.uk/rod/pubs.html</A><BR>&gt;&gt;<BR>&gt;&gt; Subscribe to Systematic Biology through the Society of Systematic<BR>&gt;&gt; Biologists Website:&nbsp; <A href="http://systematicbiology.org">http://systematicbiology.org</A><BR>&gt;&gt; Search for taxon names: <A href="http://darwin.zoology.gla.ac.uk/~rpage/portal/">http://darwin.zoology.gla.ac.uk/~rpage/portal/</A><BR>&gt;&gt; Find out what we know about a species: <A href="http://ispecies.org">http://ispecies.org</A><BR>&gt;&gt; Rod's rants on phyloinformatics: <A href="http://iphylo.blogspot.com">http://iphylo.blogspot.com</A><BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; TDWG-GUID mailing list<BR>&gt;&gt; TDWG-GUID@mailman.nhm.ku.edu<BR>&gt;&gt; <A href="http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid">http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid</A><BR>&gt;&gt;<BR>&gt;&gt; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <BR>&gt;&gt; +<BR>&gt;&gt; +++++<BR>&gt;&gt; WARNING: This email and any attachments may be confidential and/or<BR>&gt;&gt; privileged. They are intended for the addressee only and are not to be<BR>&gt;&gt; read,<BR>&gt;&gt; used, copied or disseminated by anyone receiving them in error.&nbsp; If<BR>&gt;&gt; you are<BR>&gt;&gt; not the intended recipient, please notify the sender by return email<BR>&gt;&gt; and<BR>&gt;&gt; delete this message and any attachments.<BR>&gt;&gt;<BR>&gt;&gt; The views expressed in this email are those of the sender and do not<BR>&gt;&gt; necessarily reflect the official views of Landcare Research.<BR>&gt;&gt;<BR>&gt;&gt; Landcare Research<BR>&gt;&gt; <A href="http://www.landcareresearch.co.nz">http://www.landcareresearch.co.nz</A><BR>&gt;&gt; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <BR>&gt;&gt; +<BR>&gt;&gt; +++++<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt; ----------------------------------------------------------------------- <BR>&gt; -<BR>&gt; ----------------------------------------<BR>&gt; Professor Roderic D. M. Page<BR>&gt; Editor, Systematic Biology<BR>&gt; DEEB, IBLS<BR>&gt; Graham Kerr Building<BR>&gt; University of Glasgow<BR>&gt; Glasgow G12 8QP<BR>&gt; United Kingdom<BR>&gt;<BR>&gt; Phone:&nbsp;&nbsp;&nbsp; +44 141 330 4778<BR>&gt; Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +44 141 330 2792<BR>&gt; email:&nbsp;&nbsp;&nbsp; r.page@bio.gla.ac.uk<BR>&gt; web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://taxonomy.zoology.gla.ac.uk/rod/rod.html">http://taxonomy.zoology.gla.ac.uk/rod/rod.html</A><BR>&gt; iChat:&nbsp;&nbsp;&nbsp; aim://rodpage1962<BR>&gt; reprints: <A href="http://taxonomy.zoology.gla.ac.uk/rod/pubs.html">http://taxonomy.zoology.gla.ac.uk/rod/pubs.html</A><BR>&gt;<BR>&gt; Subscribe to Systematic Biology through the Society of Systematic<BR>&gt; Biologists Website:&nbsp; <A href="http://systematicbiology.org">http://systematicbiology.org</A><BR>&gt; Search for taxon names: <A href="http://darwin.zoology.gla.ac.uk/~rpage/portal/">http://darwin.zoology.gla.ac.uk/~rpage/portal/</A><BR>&gt; Find out what we know about a species: <A href="http://ispecies.org">http://ispecies.org</A><BR>&gt; Rod's rants on phyloinformatics: <A href="http://iphylo.blogspot.com">http://iphylo.blogspot.com</A><BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; TDWG-GUID mailing list<BR>&gt; TDWG-GUID@mailman.nhm.ku.edu<BR>&gt; <A href="http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid">http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid</A><BR>&gt;<BR>&gt;<BR>------------------------------------------------------------------------ <BR>----------------------------------------<BR>Professor Roderic D. M. Page<BR>Editor, Systematic Biology<BR>DEEB, IBLS<BR>Graham Kerr Building<BR>University of Glasgow<BR>Glasgow G12 8QP<BR>United Kingdom<BR><BR>Phone:&nbsp;&nbsp;&nbsp; +44 141 330 4778<BR>Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +44 141 330 2792<BR>email:&nbsp;&nbsp;&nbsp; r.page@bio.gla.ac.uk<BR>web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://taxonomy.zoology.gla.ac.uk/rod/rod.html">http://taxonomy.zoology.gla.ac.uk/rod/rod.html</A><BR>iChat:&nbsp;&nbsp;&nbsp; aim://rodpage1962<BR>reprints: <A href="http://taxonomy.zoology.gla.ac.uk/rod/pubs.html">http://taxonomy.zoology.gla.ac.uk/rod/pubs.html</A><BR><BR>Subscribe to Systematic Biology through the Society of Systematic<BR>Biologists Website:&nbsp; <A href="http://systematicbiology.org">http://systematicbiology.org</A><BR>Search for taxon names: <A href="http://darwin.zoology.gla.ac.uk/~rpage/portal/">http://darwin.zoology.gla.ac.uk/~rpage/portal/</A><BR>Find out what we know about a species: <A href="http://ispecies.org">http://ispecies.org</A><BR>Rod's rants on phyloinformatics: <A href="http://iphylo.blogspot.com">http://iphylo.blogspot.com</A><BR><BR><BR><BR>_______________________________________________<BR>TDWG-GUID mailing list<BR>TDWG-GUID@mailman.nhm.ku.edu<BR><A href="http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid">http://mailman.nhm.ku.edu/mailman/listinfo/tdwg-guid</A><BR></DIV></BODY></HTML>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
WARNING: This email and any attachments may be confidential and/or<BR>
privileged. They are intended for the addressee only and are not to be read,<BR>
used, copied or disseminated by anyone receiving them in error.  If you are<BR>
not the intended recipient, please notify the sender by return email and<BR>
delete this message and any attachments.<BR>
<BR>
The views expressed in this email are those of the sender and do not<BR>
necessarily reflect the official views of Landcare Research.  <BR>
<BR>
Landcare Research<BR>
http://www.landcareresearch.co.nz<BR>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
<BR>
</BODY></HTML>