Vinícius Figueira
Vinícius Figueira (born 15 April 1991)[1] is a Brazilian karateka. In 2018, he won the silver medal in the men's kumite 67 kg event at the 2018 World Karate Championships held in Madrid, Spain.[2] He is scheduled to represent Brazil at the 2020 Summer Olympics in karate.[3][4]
Personal information | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | 15 April 1991 | ||||||||||||||||||||||
Sport | |||||||||||||||||||||||
Country | Brazil | ||||||||||||||||||||||
Sport | Karate | ||||||||||||||||||||||
Medal record
|
At the 2019 Pan American Games held in Lima, Peru he won one of the bronze medals in the men's kumite 67 kg event.[1][5]
Achievements
Year | Competition | Venue | Rank | Event |
---|---|---|---|---|
2014 | World Championships | Bremen, Germany | 3rd | Kumite 67 kg |
2018 | World Championships | Madrid, Spain | 2nd | Kumite 67 kg |
2019 | Pan American Games | Lima, Peru | 3rd | Kumite 67 kg |
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
References
- "Vinícius Figueira". 2019 Pan American Games. Retrieved 26 April 2020.
- "2018 World Karate Championships". SportData. Archived from the original on 26 April 2020. Retrieved 26 April 2020.
- "WKF announces first qualified athletes for Tokyo 2020". WKF.net. 18 March 2020. Retrieved 18 April 2020.
- Shefferd, Neil (18 March 2020). "World Karate Federation announces first 40 karatekas to have qualified for Tokyo 2020". InsideTheGames.biz. Retrieved 18 April 2020.
- "De EE.UU. a Perú, el podio del karate en Lima 2019 fue dominado por 5 países". Agencia EFE (in Spanish). 12 August 2019. Retrieved 17 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.