2013 Seguros Bolívar Open Barranquilla – Singles

Alejandro Falla was the defending champion but chose not to compete.
Federico Delbonis defeated Facundo Bagnis 6–3, 6–2 in the final to win the title.

Singles
2013 Seguros Bolívar Open Barranquilla
Champion Federico Delbonis
Runner-up Facundo Bagnis
Final score6–3, 6–2

Seeds

  1. Santiago Giraldo (Second Round)
  2. Federico Delbonis (Champion)
  3. Wayne Odesnik (Quarterfinals)
  4. Jonathan Dasnières de Veigy (First Round)
  5. Diego Sebastián Schwartzman (Second Round)
  6. Alejandro González (Quarterfinals)
  7. Jorge Aguilar (Second Round)
  8. Marco Trungelliti (Quarterfinals)

Draw

Key

Finals

Semifinals Final
          
Facundo Bagnis 3 6 6
  Arthur De Greef 6 2 4
  Facundo Bagnis 3 2
2 Federico Delbonis 6 6
  Pedro Sousa 2 62
2 Federico Delbonis 6 77

Top Half

First Round Second Round Quarterfinals Semifinals
1 S Giraldo 6 6
R Ghedin 1 4 1 S Giraldo 64 5
  F Bagnis 6 6 F Bagnis 77 7
T Androić 4 2   F Bagnis 6 6
  D Souto 6 4 0 R Olivo 3 1
R Olivo 1 6 6   R Olivo 7 6
Q C Grassi 77 2 2 5 DS Schwartzman 5 3
5 DS Schwartzman 63 6 6 F Bagnis 3 6 6
4 J Dasnières de Veigy 61 3 A De Greef 6 2 4
Florian Reynet 77 6   F Reynet 61 65
A De Greef 3 6 6 A De Greef 77 77
WC Felipe Mantilla 6 3 3   A De Greef 6 3 6
WC Felipe Escobar 4 0r 8 M Trungelliti 3 6 3
N Barrientos 6 4   N Barrientos 6 2 1
M Teixeira 3 5 8 M Trungelliti 2 6 6
8 M Trungelliti 6 7

Bottom Half

First Round Second Round Quarterfinals Semifinals
7 J Aguilar 77 6
JC Campozano 65 2 7 J Aguilar 1 4
  C Salamanca 64 6 4 P Sousa 6 6
P Sousa 77 1 6   P Sousa 0 6 6
WC M Felder 5 6 6 3 W Odesnik 6 4 1
N Basilashvili 7 3 1 WC M Felder 66 66
  F de Paula 4 3 3 W Odesnik 78 78
3 W Odesnik 6 6 P Sousa 2 62
6 A González 3 6 6 2 F Delbonis 6 77
Q C Saavedra-Corvalán 6 3 2 6 A González 7 6
Laurent Rochette 6 3 6 L Rochette 5 1
Q I Endara 4 6 1 6 A González 3 3
WC E Struvay 2 62 2 F Delbonis 6 6
Q JC Sáez 6 77 Q JC Sáez 1 6 3
PR V Estrella 3 1 2 F Delbonis 6 3 6
2 F Delbonis 6 6
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.