Flexible User-Friendly Trip Planning Queries: Unterschied zwischen den Versionen

Aus SDQ-Institutsseminar
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 2: Zeile 2:
|vortragender=Violina Zhekova
|vortragender=Violina Zhekova
|email=violina.zh@gmail.com
|email=violina.zh@gmail.com
|vortragstyp=Proposal
|vortragstyp=Bachelorarbeit
|betreuer=Saeed Taghizadeh
|betreuer=Saeed Taghizadeh
|termin=Institutsseminar/2018-11-16 Zusatztermin
|termin=Institutsseminar/2019-05-10
|kurzfassung=The users of the location-based services often want to find short routes that pass through multiple Points-of-Interest (PoIs); consequently, developing trip planning queries that can find the shortest routes that passes through user-specified categories has attracted considerable attention. If multiple PoI categories, e.g., restaurant and shopping mall, are in an ordered list (i.e., a category sequence), the trip planning query searches for a sequenced route that passes PoIs that match the user-specified categories in order.
|kurzfassung=The users of the location-based services often want to find short routes that pass through multiple Points-of-Interest (PoIs); consequently, developing trip planning queries that can find the shortest routes that passes through user-specified categories has attracted considerable attention. If multiple PoI categories, e.g., restaurant and shopping mall, are in an ordered list (i.e., a category sequence), the trip planning query searches for a sequenced route that passes PoIs that match the user-specified categories in order.
Existing approaches find the shortest route based on the user query. A major problem with the existing approaches is that they only take the order of POIs and
Existing approaches find the shortest route based on the user query. A major problem with the existing approaches is that they only take the order of POIs and

Aktuelle Version vom 10. April 2019, 14:46 Uhr

Vortragende(r) Violina Zhekova
Vortragstyp Bachelorarbeit
Betreuer(in) Saeed Taghizadeh
Termin Fr 10. Mai 2019
Vortragsmodus
Kurzfassung The users of the location-based services often want to find short routes that pass through multiple Points-of-Interest (PoIs); consequently, developing trip planning queries that can find the shortest routes that passes through user-specified categories has attracted considerable attention. If multiple PoI categories, e.g., restaurant and shopping mall, are in an ordered list (i.e., a category sequence), the trip planning query searches for a sequenced route that passes PoIs that match the user-specified categories in order.

Existing approaches find the shortest route based on the user query. A major problem with the existing approaches is that they only take the order of POIs and output the routes which match the sequence perfectly. However, users who they are interested in applying more constraints, like considering the hierarchy of the POIs and the relationship among sequence points, could not express their wishes in the form of query users. Example below, illustrates the problem:

Example: A user is interested in visiting three department stores (DS) but she needs to have some food after each visit. It is important for the user to visit three different department stores but the restaurants could be the same. How could the user, express her needs to a trip planning system?

The topic of this bachelor thesis is to design such a language for trip planning system which enables the user to express her needs in the form of user queries in a flexible manner.