design

Idea: Players in the news

By vineet

The design below is for a widget or a simple HTML module that surfaces the topics with most coverage across different categories in news.

 

 

There are several methodlogies to determine the list of these top players in the different categories of news (categories are World, US, Business etc.). We will list a few below and suggest what DayPI calls can be used.

This is still an idea, but if you would like to give it a life - let us know.

Idea: People in the Press Ticker

By vineet

The design below is for a widget or a banner html module that shows you the stories about people in the press in a very visually beautiful manner.

 

There are several methodlogies to determine the list of these top players in the different categories of news (categories are World, US, Business etc.). We will list a few below and suggest what DayPI calls can be used.

 

  • For each category of news, maintain a list of top 100-200 topics. On a daily basis you can keep track of number of mentions in news for each of these players using the topic_getTimeline or the search_getCounts API. You can then select the top 10 mentioned players in each category to power the design above.
  •  

  • For each category of news, maintain a list of sources that publish articles in that domain. You can use source_getTopics API call to get the list of most relevant topics in these sources. Trick is to carefully choose the list of sources for each category.

 

When the user clicks on one of these topics, call topic_getRelatedStories to pull stories about that topic. You can also use specific source filters for each category to ensure that the news shown for each topic is from the right category.

 

The background picture of related topics is a big part of this design. It might be a good idea to maintain a mapping on the client side for some of these topics to these visual images to make the design more effective.

This is still an idea, but if you would like to give it a life - let us know.

Idea: Fashion Highlights and the Designers

By vineet

The design below is for a widget that brings you photos from fashion shows around the world and let you explore them by selecting your favorite designers. You can extend the design also to let the user filter the photos by the specific fashion shows.

 

 

You will need licenses to photo feeds from Getty Images, Associated Press and/or Reuters Pictures to use any photos in this widget.

You can use search_getRelatedImages to get photos about a particular fashion show using the name of the show. E.g. New York Fashion Week 2008. Or you can use a query such as "fashion week" OR "fashion show" to get the latest pictures in fashion.

This is still an idea, but if you would like to give it a life - let us know.

 

Sports Tracker - News and pictures, tracker

By tom

This is a design for a project we call the Sports Tracker. The idea is to build a widget or a page where you can select what sports game, sports team or a sports player that you would want to track in news.

 

 

Politics Tracker

By tom

Very similar to the sports tracker and the celeb tracker, the design below is for a widget to track news about people in politics.
 

 

This is still an idea with a design. If you want to implement this for us, let us know.