From a3f85ef62c6966a4119d18e09d6d692894ea50c0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 24 Jul 2016 11:24:49 -0700 Subject: [PATCH] Updating README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17ac417..d91d3a1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Restaurant Search # -This work-in-progress represents a prototype semantic search web application that I'm developing as part of my master's -thesis at [Keio University](http://www.sfc.keio.ac.jp/). You can get a better understanding of the goals of my research -by referring to the [overview presentation](https://foosoft.net/projects/restaurant-search/slides). Although I no longer make the prototype accessible on the web, it -is easy to get it up and running locally. +This project is a prototype semantic search web application that I developed as part of my master's thesis at [Keio +University](http://www.sfc.keio.ac.jp/). I presented the results of my research at [iiWAS +2015](http://www.iiwas.org/conferences/iiwas2015/home) in Brussels, Belgium. My article, titled [Restaurant Search with +Predictive Multispace Queries](https://foosoft.net/projects/restaurant-search/dl/article.pdf) was published in the in the [ACM International Conference Proceeding +Series](https://dl.acm.org/citation.cfm?id=2837185&picked=prox&cfid=817523401&cftoken=92411506). + +You can get a better understanding of the goals of this experimental search system by referring to the [overview +presentation](https://foosoft.net/projects/restaurant-search/slides); it provides a brief overview of the points covered in my article. Although I no longer make the +prototype accessible on the web, it is easy to get it up and running locally by following the instructions below.