Orizzonti/ Horizon Prize

Orizzonti section (Horizons) is a section of the Venice Film Festival's official selection. It is run as a parallel to the competition for the Golden Lion.

The Orizzonti Prize Winners

Year Film Director Nationality
2004 Grand Sons Ilan Duran Cohen  France
2005 East of Paradise (film) Lech Kowalski  USA
2006 Courthouse On The Horseback Jie Liu  China
2007 Autumn Ball Veiko Õunpuu  Estonia
2008 Melancholia Lav Diaz  Philippine
2009 Clash Le Thanh Son  Vietnam
2010 Summer of Goliath Nicolás Pereda  Mexico
2011 Kotoko Shinya Tsukamoto  Japan
2012 Three Sisters Wang Bing  China
2013 Eastern Boys Robin Campillo  France
2014 Court Chaitanya Tamhane  India
2015 Free in Deed Jake Mahaffy  USA
2016 Liberami Federica Di Giacomo  Italy
2017 Nico, 1988 Susanna Nicchiarelli  Italy
2018 Manta Ray (film) Phuttiphong Aroonpheng  Thailand
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

Template:Venice Film Festival Orizzonti/ Horizon Prize


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.