2008 Davis Cup Americas Zone Group I
The Americas Zone is one of the three zones of regional Davis Cup competition in 2008.
In the Americas Zone there are three different groups in which teams compete against each other to advance to the next group.
Participating nations
Second Round Play-offs 19-21 September |
First Round Play-offs 18-20 July |
First Round 8-10 February |
Second Round 11-13 April | |||||||||||||||||
1 | ![]() |
|||||||||||||||||||
bye | Santiago, Chile (clay) | |||||||||||||||||||
bye | 1 | ![]() |
3 | |||||||||||||||||
![]() |
Calgary, Canada (indoor carpet) | ![]() |
2 | |||||||||||||||||
![]() |
1 | |||||||||||||||||||
León, Mexico (indoor carpet) | ![]() |
4 | ||||||||||||||||||
![]() |
2 | |||||||||||||||||||
![]() |
3 | Punta del Este, Uruguay (clay) | ||||||||||||||||||
![]() |
2 | |||||||||||||||||||
![]() |
3 | Sorocaba, Brazil (clay) | ||||||||||||||||||
![]() |
![]() |
1 | ||||||||||||||||||
bye | 2 | ![]() |
4 | |||||||||||||||||
bye | ||||||||||||||||||||
2 | ![]() |
|||||||||||||||||||
Mexico relegated to Group II in 2009. |
Chile and Brazil advance to World Group Play-off. |
First round
Canada vs. Mexico
![]() Canada 4 |
The Corral at Stampede Park, Calgary, Canada[1] 8 – 10 February 2008 Carpet (indoor) |
![]() Mexico 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Uruguay vs. Colombia
![]() Uruguay 2 |
Cantegril Country Club, Punta del Este, Uruguay[2] 8 – 10 February 2008 Clay |
![]() Colombia 3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Second round
Chile vs. Canada
![]() Chile 3 |
Estadio Nacional, Santiago de Chile, Chile[3] 11 – 13 April 2008 Clay |
![]() Canada 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Brazil vs. Colombia
![]() Brazil 4 |
Tenis Clube de Sorocaba, Sorocaba, Brazil[4] 11 – 13 April 2008 Clay |
![]() Colombia 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Second round playoffs
Mexico vs. Uruguay
![]() Mexico 2 |
Domo de la Feria de Leon, León, Mexico[5] 19 – 21 September 2008 Carpet (indoor) |
![]() Uruguay 3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
References
- "Canada v Mexico". daviscup.com.
- "Uruguay v Colombia". daviscup.com.
- "Chile v Canada". daviscup.com.
- "Brazil v Colombia". daviscup.com.
- "Mexico v Uruguay". daviscup.com.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.