Crossing Europe

Crossing Europe is an international film festival in Linz, Austria, that takes place every year in April since 2004.[1] It defines itself as a platform for young European film makers. The focus of the film selection lies on sociopolitical and youth cultural topics. Every year, about 180 films from more than 30 European countries are chosen to be shown on this six days long festival. Besides Viennale and Diagonale, Crossing Europe is the third biggest film festival of Austria with about 20.000 visitors every year.[2]

The festival centre and Moviemento cinema, based in the O.K. cultural centre.

Festival juries give away awards in several categories to European fictional and documentary films as well as to locally produced films. For the award competition, only the first or second film made by a director can be qualified. The main prize, the Crossing Europe Award, is endowed with €10,000.

The next date of the festival is from April 25 to 30, 2017.

Awards

Following program sections[3] and awards[4] are part of the festival:

Jury awards
Category Donator Since Remuneration
(in euros, 2015)
Crossing Europe Award – Best Fiction Film Linz Culture, Federal Government of Upper Austria 2004 10.000
Crossing Europe Social Awareness Award – Best Documentary Film Federal Government of Upper Austria 2014 5.000
Crossing Europe Award – Local Artist Federal Government of Upper Austria, Synchro Film 2004 7.000
Crossing Europe Social Awareness Award – Local Artist Federal Government of Upper Austria 2014 4.000
audience awards
Category Donator Since Remuneration
Crossing Europe Audience Award – Best Fiction Film Crossing Europe 2006 1.000
Creative Region Music Video Audience Award Creative Region Linz & Upper Austria (2013 as jury award) 2013 1.500
other awards
Category Donator Since Remuneration
Crossing Europe Award – Local Artist Drehort Tabakfabrik Tabakfabrik Linz 2015
Crossing Europe Award – Local Artist Atelierpreis Atelierhaus Salzamt Linz 2010
former awards
Category Donator Since Remuneration
Crossing Europe Award European Documentary ORF 2010–2011 non-cash prize: TV broadcasting
FEDEORA Award for European Documentaries 2012–2014
New Vision Award Silhouette 2011–2012 5.000

Notes

  1. About us, crossingeurope.at (pageview on May 2nd, 2016)
  2. Crossing Europe Film Festival Linz Archived 2016-06-02 at the Wayback Machine on festivalfocus.org (pageview on May 2nd, 2016)
  3. "About the program sections Archived 2016-06-11 at the Wayback Machine", crossingeurope.at (pageview on May 2nd, 2016)
  4. Award winners 2004-2016 Archived 2016-06-11 at the Wayback Machine, crossingeurope.at (pageview on May 2nd 2016)
gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```
gollark: It's not a condition, it's an extra row on the output, and I can see exactly what it does via `EXPLAIN ANALYZE`.
gollark: Maybe I need a better full text search backend?!
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.