We present a way to build feeds of travel-related news (e.g., local cultural/sport event, traveler blog, hotel strike, etc.) for specific destinations (city, state, country). We've used the Openplaces' travel ontology and traveliness guesser and mixed them up with the DayLife API to create a feed of travel-related news.

OpenPlaces travel news is demoed at: http://www.openplaces.com/news
The RecipeThere are six steps to this recipe:
placesearch_getMatchingTopics with the search term.place.topic_getRelatedArticles (Use the topic_id found in step 2 as parameter).source_getArticles for known travel sources (e.g., Travel Channel, Smarter Travel)article_getRelatedTopics.article_getRelatedArticles.Relying solely on document classification tends to produces accurate but shallow result sets (i.e., high precision, but low recall). Through simple observation, we have noticed that direct classification will ignore some highly relevant results that have a medium traveliness score. Because these "medium scoring" items are lost in a sea of irrelevant news that has similar traveliness scores, lowering the acceptance threshold is not a viable option. The DayLife API helps us by providing a cluster of related news (called "stories"). By analyzing the mean traveliness score of articles related to the medium scoring articles, we are able to further differentiate them from the background noise, thus increasing the overall recall.
ConclusionWe've shown how the DayLife API can be mashed-up with ontological data and web classification technology to create a feed of travel-related news. We present the Traveliness Guesser in more detail in this White Paper.
Enjoy your next trip!
About Openplaces:Openplaces is a semantic search engine for travel. We are a startup based in Montreal, Canada. Visit www.openplaces.com to read more, and register for our upcoming launch.