WBC Dunav Ruse
WBC Dunav Ruse is a Bulgarian basketball club from Ruse playing in the Bulgarian Championship. It was won two championships and three national cups since 2008, including a double in 2012.[1] It made its debut in FIBA competitions in the 2007-08 Eurocup.[2]
WBC Dunav Ruse
Dunav Ruse | |||
---|---|---|---|
![]() | |||
Leagues | Bulgarian league EuroCup Women | ||
Founded | 1947 (refounded 2004) | ||
Arena | Dunav Hall | ||
Location | Ruse, Bulgaria | ||
Team colors | White and blue | ||
President | Krasimir Trifonov | ||
Head coach | Georgi Bozhkov | ||
Championships | 5 Bulgarian championship 4 Bulgarian cup | ||
Website | dunav8806.com | ||
|
Titles
- Bulgarian Championship (5)
2008, 2012, 2013, 2014, 2015
- Bulgarian Cup (4)
2010, 2011, 2012, 2013
2012-13 roster
- (1.89)
Margarita Ilieva - (1.87)
Amanda Johnson - (1.85)
Kristina Santiago - (1.84)
Radina Kordova - (1.83)
Tsvetomira Tsarenkapova - (1.80)
Merike Anderson - (1.80)
Kalina Peneva - (1.78)
Marinela Agalareva - (1.76)
Teodora Angelova - (1.76)
Zornitsa Kostova - (1.75)
Violina Kocheva - (1.69)
Ines Rasimova - (1.69)
Iva Terzieva
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.
References
- List of champions in the Bulgarian Basketball Federation's website
- Profile in FIBA Europe's website
External links
- Official website
- Profile at eurobasket.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.