Ramón Jufresa
Ramón Jufresa Lluch[lower-alpha 1] (born 18 April 1970 in Barcelona, Catalonia) is a former field hockey goalkeeper from Spain. He won the silver medal with the Men's National Team at the 1996 Summer Olympics in Atlanta, Georgia. He also participated in the 1992, and the 2000 Summer Olympics.[1]
Personal information | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Full name | Ramón Jufresa Lluch | |||||||||||||||||||||||||||
Born |
Barcelona, Spain | 18 April 1970|||||||||||||||||||||||||||
Playing position | Goalkeeper | |||||||||||||||||||||||||||
Senior career | ||||||||||||||||||||||||||||
Years | Team | Apps | (Gls) | |||||||||||||||||||||||||
Club Egara | ||||||||||||||||||||||||||||
National team | ||||||||||||||||||||||||||||
Years | Team | Apps | (Gls) | |||||||||||||||||||||||||
Spain | ||||||||||||||||||||||||||||
Medal record
|
Notes
- This name uses Spanish naming customs: the first or paternal family name is Jufresa and the second or maternal family name is Lluch.
gollark: Seems sensible.
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
References
- Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Ramón Jufresa". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 3 December 2016. Retrieved 30 October 2018.
External links
- Ramón Jufresa Lluch at Comité Olímpico Español (in Spanish)
- Ramón Jufresa at the International Olympic Committee
- Ramón Jufresa at the Olympic Channel
- Ramón Jufresa at Olympedia
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.