Oleg Negin

Oleg Negin (born 2 July 1970) is a Russian screenwriter and novelist. He was born in Moscow.[1]

Oleg Negin
Born (1970-07-02) 2 July 1970[1]
Moscow, Russia
OccupationScreenwriter
Novelist
AwardsCannes Film Festival Best Screenplay Award

Negin's novels include П.Ушкин and Кипарис во дворе, published in 2004.[2] In film, he became a collaborator with director Andrey Zvyagintsev, and at the 2014 Cannes Film Festival their Leviathan won the Best Screenplay Award.[3] For their 2017 film Loveless, Negin and Zvyagintsev were jointly nominated for the European Film Award for Best Screenwriter.[4]

Filmography

Negin's films include:[5]

gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  1. "Elena". Sundance Institute. p. 9. Archived from the original on 10 November 2012. Retrieved 24 June 2018.
  2. Arkhangelsky, Andrei (2014). "Мы и есть союз интеллигенции и рабочего класса". Kommersant (in Russian). Retrieved 24 June 2018.
  3. Porton, Richard (27 May 2014). "Inside 'Leviathan': Russian Filmmaker Andrey Zvyagintsev's Award-Winning Anti-Putin Cannes Film". The Daily Beast. Retrieved 24 June 2018.
  4. Cabeza, Elisabet (4 November 2017). "'The Square' leads 2017 European Film Awards nominations". Screen Daily. Screen International. Retrieved 7 November 2017.
  5. "Oleg Negin". British Film Institute. Retrieved 24 June 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.