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 23:22] – [MatchQuote - Using a foosball table to browse historic soccer games] tamberg | project:matchquote [2014/05/25 21:39] (current) – tagged loleg | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| {{https:// | {{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' | + | 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. | 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 (scaled by 1/10) time. Note that we only match a single goal, i.e. the quote relates to the current situation but not the overall timeline. | + | 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:// | {{https:// | ||
| - | TODO: integrate quotes into Scoreboard Webpage | + | TODO: integrate quotes into score board Web page. |
| ===== Data ===== | ===== Data ===== | ||
| * http:// | * http:// | ||
| * https:// | * https:// | ||
| + | |||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| + | ===== Code ===== | ||
| + | * https:// | ||
| ===== Team ===== | ===== Team ===== | ||
| Line 38: | Line 45: | ||
| * http:// | * http:// | ||
| - | {{tag> | + | {{tag> |