Files
marcus-web/scripts/nfr_data/nfr_2021.py
T

106 lines
5.7 KiB
Python

# 2021 National Film Registry inductees with LOC descriptions
# Source: https://www.loc.gov/item/prn-21-078/return-of-the-jedi-among-25-eclectic-films-joining-national-film-registry/2021-12-14/
NFR_2021 = {
"Ringling Brothers Parade Film": {
"year": 1902,
"description": "3-minute actuality recording of a circus parade in Indianapolis that accidentally captures a rare glimpse of a prosperous northern Black community at the turn of the century."
},
"Jubilo": {
"year": 1919,
"description": "Will Rogers plays a likable tramp character in this early comedy featuring his characteristic humor and topical wit through title cards."
},
"The Flying Ace": {
"year": 1926,
"description": "Romance drama from producer of race films, portraying Black characters with dignity and technical expertise in the aviation world without racist stereotypes."
},
"Hellbound Train": {
"year": 1930,
"description": "Allegorical evangelical film by James and Eloyce Gist depicting moral warnings through surreal imagery, representing early independent Black cinema."
},
"Flowers and Trees": {
"year": 1932,
"description": "Disney's Silly Symphony that was \"the first three-strip Technicolor film shown to the public,\" establishing new visual standards for animation."
},
"Strangers on a Train": {
"year": 1951,
"description": "Hitchcock thriller about two strangers who plan to \"swap\" murders, featuring signature suspenseful direction and visual storytelling techniques."
},
"What Ever Happened to Baby Jane?": {
"year": 1962,
"description": "Dark comedy reuniting Bette Davis and Joan Crawford as former film stars living in conflict, launching the psychological thriller subgenre."
},
"Evergreen": {
"year": 1965,
"description": "UCLA student film by Ray Manzarek (later of The Doors) about a jazz musician and art student romance, reflecting French New Wave influences."
},
"Requiem-29": {
"year": 1970,
"description": "UCLA collective student documentary capturing the East Los Angeles Chicano Moratorium and its tragic aftermath following journalist Ruben Salazar's death."
},
"The Murder of Fred Hampton": {
"year": 1971,
"description": "Documentary profiling the final year of the Black Panther Party leader, documenting his activism and the controversial police raid that killed him."
},
"Pink Flamingos": {
"year": 1972,
"description": "John Waters' cult comedy starring Divine, described as \"an exercise in poor taste,\" becoming a landmark in queer cinema."
},
"Sounder": {
"year": 1972,
"description": "Depression-era drama featuring Cicely Tyson and Paul Winfield as sharecroppers, with understated direction showcasing ordinary humanity."
},
"The Long Goodbye": {
"year": 1973,
"description": "Robert Altman's detective mystery transposing Raymond Chandler's Philip Marlowe to contemporary Hollywood through innovative cinematography."
},
"Cooley High": {
"year": 1975,
"description": "Coming-of-age comedy about Black high school friends in Chicago's Cabrini Green, called \"a classic of black cinema\" influencing later filmmakers."
},
"Richard Pryor: Live in Concert": {
"year": 1979,
"description": "Stand-up comedy performance captured on film, showcasing Pryor's \"raw, unadorned, and unedited\" comedic vision and social commentary."
},
"Chicana": {
"year": 1979,
"description": "Documentary collage about Chicana women's struggles by director Sylvia Morales, combining art, photographs, and testimonies of activists."
},
"The Wobblies": {
"year": 1979,
"description": "Documentary about the Industrial Workers of the World, chronicling labor organizing through archival footage, interviews, and worker testimonies."
},
"Star Wars Episode VI — Return of the Jedi": {
"year": 1983,
"description": "Conclusion to the original Star Wars trilogy directed by Richard Marquand, receiving the most public votes among 2021 selections."
},
"A Nightmare on Elm Street": {
"year": 1984,
"description": "Horror film by Wes Craven featuring Robert Englund as Freddy Krueger, becoming a \"successful film franchise\" establishing New Line Cinema."
},
"Stop Making Sense": {
"year": 1984,
"description": "Concert film of the Talking Heads directed by Jonathan Demme, described as \"one of the greatest rock movies ever made.\""
},
"Who Killed Vincent Chin?": {
"year": 1987,
"description": "Academy Award-nominated documentary examining the 1982 killing of a Chinese American and the resulting miscarriage of justice and civil rights issues."
},
"The Watermelon Woman": {
"year": 1996,
"description": "Feature film debut by Cheryl Dunye exploring the erasure of Black women from film history through a documentary-within-a-film narrative."
},
"Selena": {
"year": 1997,
"description": "Biographical film starring Jennifer Lopez in her first major role, authorized by the Quintanilla family, depicting the Tejana singer's rise and tragic death."
},
"The Lord of the Rings: The Fellowship of the Ring": {
"year": 2001,
"description": "Peter Jackson's film adaptation of Tolkien's epic featuring innovative cinematography in New Zealand locations and acclaimed ensemble performances."
},
"WALL•E": {
"year": 2008,
"description": "Pixar animation blending science fiction with ecological themes and robot romance, winning the Oscar for Outstanding Animated Feature."
},
}