Breakthrough Brits
Breakthrough Brits is the UK Film Council programme to honour some of Britain's best Black and Asian film-making talent.[1]
The program was designed to celebrate and advance the new wave of British film-making talent on the cusp of breakthrough international success. The 2008 programme ended in a special event in Los Angeles (compered by Nigel Lythgoe) on 5 June where honourees were presented to an audience of Hollywood industry figures.
Honourees
2008
- John Giwa Amu
- Kwame Kwei-Armah
- Florence Ayisi
- Noel Clarke
- Esther Douglas
- Kara Miller
- Rita Osei
- Karlene Page
- Osbert Parker
- Barrington Robinson
- Zoe Stewart
- Sunandan Walia
- Yugesh Walia
2019
- Abubakar Salim
- Chance Perdomo
- Niamh Algar
- Vicky Knight
- Kayleigh Llewellyn
- Jen Kenwood
- Kirstie Swain
- Laurie Nunn
- Rose Glass
- Daniel Dewsbury
- Coco Jackson
- Luke Hull
- Oliver Kassman
- Sarah Brocklehurst
- Simon McMahon
- Stella Corradi
- Chris Cox
- Gemma Langford
- Lesleyann White
- Liam de Valmency
gollark: String center: this is pretty CC-specific.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
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.
References
- "Breakthrough Brits". UK Film Council. Archived from the original on 2010-01-22. Retrieved 2009-11-17.
- "Honourees 2008". UK Film Council. Archived from the original on 23 February 2012. Retrieved 17 November 2009.
- Clarke, Stewart (30 October 2019). "BAFTA and Netflix Unveil British Breakthrough Talent to Watch". Variety. Retrieved 20 February 2020.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.