Ingrid Rubio
Íngrid Rubio Ruiz (born 2 August 1975 in Barcelona, Spain) is a Spanish actress. She won the Special Mention Award at the 1996 San Sebastián International Film Festival for her performance in the film Taxi.[1]
She has appeared in over 20 films since 1995 and was named in 1998 as one of European films 'Shooting Stars' by European Film.
She has appeared in a number of successful award-winning Spanish-Argentine co-produced films in the last ten years such as El Faro (1998), The Impatient Alchemist (2002) and Hermanas (2005). She regularly portrays the role of a sister in her pictures.
She has also worked on TV, for example the mini-series ‘El corazón del océano'.[2]
Filmography
- 1996 Más que amor, frenesí, with Albacete, Menkes Bardem
- 1996 Más allá del jardín, de Pedro Olea
- 1996 Taxi, de Carlos Saura
- 1997 En brazos de la mujer madura, de Manuel Lombardero
- 1998 Extraños, de Imanol Uribe
- 1998 El Faro, de Eduardo Mignogna
- 1999 La otra cara de la luna, de Lluís Josep Comerón
- 2000 Viaje de ida y vuelta
- 2000 Sé quién eres, de Patricia Ferreira
- 2000 El viaje de Arián, de Eduard Bosch
- 2001 Visionarios, de Manuel Gutiérrez Aragón
- 2001 La soledad era esto, de Sergio Renán
- 2001 El alquimista impaciente, de Patricia Ferreira
- 2002 Todas las azafatas van al cielo, de Daniel Burman
- 2002 La playa de los galgos, de Mario Camus
- 2003 Noviembre (film), de Achero Mañas
- 2003 Haz conmigo lo que quieras, de Ramón De España
- 2006 Salvador (Puig Antich), de Manuel Huerga
- 2006 Tirante el blanco, de Vicente Aranda
- 2006 Trastorno
- 2010 Que se mueran los feos
gollark: More great "WHY WOULD YOU DO THIS":```go// A Context carries a deadline, cancelation signal, and request-scoped values// across API boundaries. Its methods are safe for simultaneous use by multiple// goroutines.type Context interface { // Done returns a channel that is closed when this Context is canceled // or times out. Done() <-chan struct{} // Err indicates why this context was canceled, after the Done channel // is closed. Err() error // Deadline returns the time when this Context will be canceled, if any. Deadline() (deadline time.Time, ok bool) // Value returns the value associated with key or nil if none. Value(key interface{}) interface{}}```
gollark: Basically, modems/rednet but more flexible, cross-server, and without actual modems.
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
References
- José María Caparrós Lera El cine de nuestros días (1994-1998) - 1999 Page 73 "TAXI Director: Carlos Saura Protagonistas: Ingrid Rubio y Carlos Fuentes España, 1996. Color - 1 13 min. Madrid, años 90. Cuenta el idilio de dos jóvenes inadaptados, pertenecientes a sendas familias de taxistas madileños"
- Una odissea a alta mar - Antena 3 enllesteix la minisèrie de sis capítols ‘El corazón del océano', basada en fets reals i ambientada en el segle XVI Hugo Silva i Íngrid Rubio protagonitzen la nova ficció Foto: ANTENA 3.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.