From e8cbafc5d6d62d7f81d22d5b57a13f555914fcb8 Mon Sep 17 00:00:00 2001 From: Carel van Niekerk <carel.niekerk@hhu.de> Date: Tue, 21 Apr 2020 18:57:24 +0200 Subject: [PATCH] Update index.html --- Page/index.html | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/Page/index.html b/Page/index.html index a7252b2..df0528a 100644 --- a/Page/index.html +++ b/Page/index.html @@ -39,7 +39,6 @@ <h2>The Python Multi-domain Statistical Dialogue System Toolkit<a class="headerlink" href="#welcome" title="Permalink to this headline"></a></h2> <p>Welcome to the PyDial website. PyDial is an open-source end-to-end statistical spoken dialogue system toolkit which provides implementations of statistical approaches for all dialogue system modules. Moreover, it has been extended to provide multi-domain conversational functionality. It offers easy configuration, easy extensibility, and domain-independent implementations of the respective dialogue system modules.</p> <p>PyDial is a scientific system developed for scientific purposes and actively used for research by the <a href="https://www.cs.hhu.de/lehrstuehle-und-arbeitsgruppen/dialog-systems-and-machine-learning.html" target=_blank>Dialogue Systems and Machine Learning Group</a> at the Heinrich-Heine University, Düsseldorf. Although we put great effort into designing clean interfaces and easily understandable structures, some the code will not necessarily be up to commercial standards. As it is used actively for research, the code may also change in the future. However, the core intefaces have been designed in a way that there should not be any need to change them.</p> -<p>PyDial was originally developed by the Dialogue Systems Group at Cambridge University Engineering Department (CUED).</p> <!-- <p>The toolkit will be made available soon. In the meantime, have a look at the <a href="Docs/">tutorials and documentation</a>.</p> --> <!--<p>To get started, <a href="cu-pydial.zip">download</a> the toolkit, have a look at the README for instructions to get it running and / or have a look at the <a href="Docs/">tutorials and documentation</a>. The final relsease will be made directly accessible through a git repository.</p>--> <p>To stay up to date, <a href="https://groups.google.com/forum/#!forum/pydial/join" target=_blank>sign up to our mailing list</a>. @@ -66,7 +65,35 @@ Proceedings of the 55th Annual Meeting of the Association for Computational Ling <!-- <p><a href="http://camdial.org/~sdsgroup/pydial/demo/pydial-demo.py">Talk to the demo system about restaurants in Cambridge.</a></p> --> - +<div class="section" id="acknowledgements"> +<h1>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h1> +<p>PyDial was originally developed by the Dialogue Systems Group at Cambridge University Engineering Department (CUED).</p> +<p>The following current and former group members have contributed to PyDial (in alphabetical order):</p> +<ul class="simple"> +<li><p>Paweł Budzianowski</p></li> +<li><p>Abdallah Bashir</p></li> +<li><p>Iñigo Casanueva</p></li> +<li><p>Milica Gašić</p></li> +<li><p>Christian Geishauser</p></li> +<li><p>Michael Heck</p></li> +<li><p>Songbo Hu</p></li> +<li><p>Dongho Kim</p></li> +<li><p>Hsien-Chin Lin</p></li> +<li><p>Nurul Fithria Lubis</p></li> +<li><p>Marco Moresi</p></li> +<li><p>Nikola Mrkšić</p></li> +<li><p>Lina Rojas-Barahona</p></li> +<li><p>Stefan Ultes</p></li> +<li><p>Pei-Hao Su</p></li> +<li><p>David Vandyke</p></li> +<li><p>Carel van Niekerk</p></li> +<li><p>Paula Wesselmann</p></li> +<li><p>Gellert Weisz</p></li> +<li><p>Tsung-Hsien Wen</p></li> +<li><p>Yen-Chen Wu</p></li> +<li><p>Steve Young</p></li> +</ul> +</div> </div> -- GitLab