Our Header

Northwestern Logo

Adaptive Place Recommender : Location and Weather Extension



Travel-Time Distance Metric

We let users select current travel-time as the distance metric for recommendations, instead of actual distances of any form. Read More...

Read More...

Weather-based Filtering

Our system's recommendations are weather-aware; if the conditions outside are not favored by the user, then places requiring a longer walk in their current route are discarded. Read More...

Read More...

Transit Context

We recommend places that are reachable via public transportation, targeting the large number of people who do not own a car. Read More...

Read More...
Time-based Distance Weather Context Transit Context

Profile Details:



Username: <%=currentuser%>



Password: <%=password%>



First Name: <%=fname%>



Last Name: <%=lname%>



Email: <%=email%>



Weather Events:



<% var weather=['wind', 'heat', 'cold', 'rain', 'snow', 'humid']; var unit=['Mph', 'F', 'F', 'In.', 'In.', '%'] for(var i=0; i

<%=(i+1)%>.     Event Type: <%=weather[types[i]]%>     Extreme Value: <%=extremes[i]%> <%=unit[types[i]]%>



<% for(var j=0; j

Interval <%=(j+1)%>:     <<%=allintervals[i][j][0]%> <%=unit[types[i]]%>, <%=allintervals[i][j][1]%> <%=unit[types[i]]%>>, MaxWalk=<%=allintervals[i][j][2]%> minutes.



<%}%> <%}%>