Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| project:matchquote [2014/05/24 17:22] – [Data] tamberg | project:matchquote [2014/05/25 21:39] (current) – tagged loleg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== MatchQuote - Using a foosball table to browse historic soccer games ===== | ===== MatchQuote - Using a foosball table to browse historic soccer games ===== | ||
| - | (screenshots or sketches up here) | + | An Internet-connected foosball table like the one built during an IoT Workshop at Hyperlab Basel, detects goals and provides a timestamped timeline of an ongoing game. |
| - | Brief description goes here. Add sections below if you need more room. | + | {{http:// |
| - | Include links to your demo and/or source code. | + | {{https:// |
| + | {{https:// | ||
| + | |||
| + | So we thought it might be nice to get quotes of classic games that resemble the current foosball situation, whenever a goal is scored. | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | Foosball is usually played to 7 or 10 goals. In order to match the ongoing foosball game to a soccer game we have to slightly change the rules. Our foosball game is played for 9 minutes (a tenth of 90 minutes). We further assume that there' | ||
| + | |||
| + | We took this data set and calculated the current score of each game for each goal. Then we stored it together with the minute a goal was shot, the home team and opponent name, and the date of the game. | ||
| + | |||
| + | Whenever a foosball goal happens, we use the current score to lookup soccer games that had the same score, then check if a goal happened at roughly the same time (scaled by 1/10). Note that we only match a single goal, i.e. the quote relates to the current situation but not the overall timeline. This has the side effect that different games are quoted. | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | TODO: integrate quotes into score board Web page. | ||
| ===== Data ===== | ===== Data ===== | ||
| * http:// | * http:// | ||
| + | * https:// | ||
| + | |||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | ===== Code ===== | ||
| + | * https:// | ||
| ===== Team ===== | ===== Team ===== | ||
| - | * @andiheer | + | * [[https:// |
| - | * @[[user:tamberg]] | + | * [[https:// |
| ===== Links ===== | ===== Links ===== | ||
| - | * Relevant documentation ... | + | * http:// |
| - | * Blog or forum posts ... | + | * http:// |
| - | * Tools you used ... | + | * http:// |
| - | | + | |
| - | {{tag> | + | |
| + | {{tag> | ||