This year’s nominations for the Oscar, which is considered one of the most prestigious awards in the world of cinema, have been announced. The Netflix production Mank, which received 10 nominations at once, became the most nominated production of this year’s Oscar.
Actor-producer Priyanka Chopra Jonas with a two-part live broadcast hosted by singer, songwriter and actor Nick Jonas 93rd Oscar Awards Candidates in 23 categories have been announced. David Fincher’s movie Mank was nominated in 10 different categories and became this year’s shining star.
Although it is a Netflix production, it has proven the power of digital platforms in the film industry by receiving 10 Oscar nominations. Mankresponse queue The Father, Minari, Nomadland, Sound of Metal and The Trial of the Chicago 7 became the other stars of the 2021 Oscar Awards with 6 Oscar nominations each. Without further ado, we leave you with the nominees for this year’s Oscar Awards.
2021 Oscar nominees
Best Supporting Actor
- Sacha Baron Cohen, The Trial of the Chicago 7
- Daniel Kaluuya, Judas and the Black Messiah
- Leslie Odom, Jr., One Night in Miami
- Paul Raci, Sound of Metal
- Lakeith Stanfield, Judas and the Black Messiah
Best Supporting Actress
- Maria Bakalova, Borat Subsequent Moviefilm
- Glenn Close, Hillbilly Elegy
- Olivia Colman, The Father
- Amanda Seyfried, Mank
- Youn Yuh-jung, Minari
Best Costume Design
- Emma
- Ma Rainey’s Black Bottom
- Mank
- Mulan
- Pinocchio
Best Original Music
- Da 5 Bloods
- Mank
- Minari
- News of the World
- Soul
Best Animated Short Film
- Burrow
- Genius Loci
- If Anything Happens I Love You
- Opera
- Yes-People
Best Live Action Short Film
- Feeling Through
- The Letter Room
- The Present
- Two Distant Strangers
- White Eye
Best Sound
- Greyhound
- Mank
- News of the World
- Soul
- Sound of Metal
Best Screenplay (Adapted)
- Borat Subsequent Moviefilm
- The Father
- Nomadland
- One Night in Miami
- The White Tiger
Best Screenplay
- Judas and the Black Messiah
- Minari
- Promising Young Woman
- Sound of Metal
- The Trial of the Chicago 7
The best actor
- Riz Ahmed, Sound of Metal
- Chadwick Boseman, Ma Rainey’s Black Bottom
- Anthony Hopkins, The Father
- Gary Oldman, Mank
- Steven Yeun, Minari
Best Actress
- Viola Davis, Ma Rainey’s Black Bottom
- Andra Day, The United States vs Billie Holiday
- Vanessa Kirby, Pieces of a Woman
- Frances McDormand, Nomadland
- Carey Mulligan, Promising Young Woman
Best Animated Feature
- Onward
- Over the Moon
- A Shaun the Sheep Movie: Farmageddon
- Soul
- Wolfwalkers
Best Cinematography
- Judas and the Black Messiah
- Mank
- News of the World
- Nomadland
- The Trial of the Chicago 7
Best Documentary
- Collective
- Crip Camp
- The Mole Agent
- My Octopus Teacher
- Time
Best Mini Documentary
- Colette
- A Concerto Is a Conversation
- Do Not Split
- Hunger Ward
- A Love Song for Latasha
Best Film Editing
- The Father
- Nomadland
- Promising Young Woman
- Sound of Metal
- The Trial of the Chicago 7
Best International Film
- Another Round
- Better Days
- Collective
- The Man Who Sold His Skin
- Quo Vadis, Aida?
Best Makeup and Hairstyling
- Emma
- Hillbilly Elegy
- Ma Rainey’s Black Bottom
- Mank
- Pinocchio
Best Original Song
- Fight for You, Judas and the Black Messiah
- Hear My Voice, The Trial of the Chicago 7
- Husavik, Eurovision Song Contest
- Io Si (Seen), The Life Ahead
- Speak Now, One Night in Miami …
Best Film
- The Father
- Judas and the Black Messiah
- Mank
- Minari
- Nomadland
- Promising Young Woman
- Sound of Metal
- The Trial of the Chicago 7
Best Production Design
- The Father
- Ma Rainey’s Black Bottom
- Mank
- News of the World
- Tenet
Best Visual Effects
- Love and Monsters
- The Midnight Sky
- Mulan
- The One and Only Ivan
- Tenet
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });