<?xml version="1.0" encoding="UTF-8"?>
<!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"-->
<?xml-stylesheet href="http://www.sfb632.uni-potsdam.de/~chiarcos/papers.xml" type="text/xsl" ?>
<xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:bibtex="http://bibtexml.sf.net/"
    xmlns:my="bibfunc:bar"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <xsl:param name="pdfDirURI">./</xsl:param>
    

    <xsl:output 
        method="html"
        indent="yes"
        version="1.0"/>
    
    <xsl:include href="http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/xslt/bibxml2html_xslt1_funcs.xsl"/>
    
<xsl:template match="/">


<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html"/>
	<TITLE></TITLE>
    <link href="http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/default.css" type="text/css" rel="stylesheet"/>
	<STYLE>
	<!--
		H4 { color: #000000 }
	-->
	</STYLE>
    <script type="text/javascript" src="http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/toggle.js"/>
</HEAD>
    <body  style="background-color:rgb(240,241,225);">

<h2>Selected Publications</h2>
        
        For a complete list see <a href="bibtex/publications.xml">here</a>. 

<H3>Edited Volumes</H3>
        
        <table>
            <xsl:for-each select="document('http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/publications.xml')//bibtex:entry
                [count(.//bibtex:book)+count(.//bibtex:proceedings)&gt;0 and count(.//bibtex:editor[contains(text(),'Chiarcos')])&gt;0]">
                <xsl:call-template name="entry"/>
            </xsl:for-each>
        </table>

<H3>Journal Articles and Book Chapters</H3>
        
        <table>
            <xsl:for-each select="document('http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/publications.xml')//bibtex:entry
                [count(.//bibtex:article)&gt;0 or
                 (count(.//bibtex:incollection)&gt;0 and count(.//*[contains(text(),'Brockenhurst')])=0) 
                 and count(.//*[contains(text(),'Blühdorn')])=0 
                 and count(.//*[contains(text(),'ICLC')])=0
                 and count(.//*[contains(text(),'Rechtsfragen')])=0]">
                <xsl:call-template name="entry"/>
            </xsl:for-each>
        </table>
        

        <H3>Selected Conference Papers</H3>

<table>
<xsl:for-each select="document('http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/publications.xml')//bibtex:entry
    [count(.//*[contains(text(),'ACL')])&gt;0 or
     count(.//*[contains(text(),'Association for Computational Linguistics')])&gt;0 or
     count(.//*[contains(text(),'LREC')])&gt;0 or
     count(.//*[contains(text(),'ENLG')])&gt;0 or
     count(.//*[contains(text(),'DAARC')])&gt;0 or
     count(.//*[contains(text(),'INLG')])]">
    <xsl:call-template name="entry"/>
</xsl:for-each>
</table>

        <H3>Theses</H3>

<table>
<xsl:for-each select="document('http://www.sfb632.uni-potsdam.de/~chiarcos/bibtex/publications.xml')//bibtex:entry[count(./*[contains(name(),'thesis')])&gt;0]">
    <xsl:call-template name="entry"/>
</xsl:for-each>
</table>


</body>
</HTML>
</xsl:template>
</xsl:stylesheet>
