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

106 lines
5.6 KiB
Python

# 2022 National Film Registry inductees with LOC descriptions
# Source: https://newsroom.loc.gov/news/25-eclectic-films-chosen-for-national-film-registry/s/8c41f7a1-b9d9-4f9e-b252-4795b73a4aaf
NFR_2022 = {
"Mardi Gras Carnival": {
"year": 1898,
"description": "The earliest known surviving footage of the New Orleans carnival parade, recently rediscovered in the Netherlands after being long considered lost."
},
"Cab Calloway Home Movies": {
"year": 1948,
"description": "16mm footage documenting the legendary singer and bandleader's family life and travels throughout North and South America and the Caribbean."
},
"Cyrano de Bergerac": {
"year": 1950,
"description": "First U.S. film adaptation of Rostand's play, notable for José Ferrer's acclaimed performance, making him the first Hispanic actor to win an Oscar for Best Actor."
},
"Charade": {
"year": 1963,
"description": "Romantic thriller showcasing the only onscreen pairing of Cary Grant and Audrey Hepburn, blending wit and sophisticated charm."
},
"Scorpio Rising": {
"year": 1963,
"description": "Kenneth Anger's avant-garde collage exploring symbolism regarding religion, Nazism, biker culture, and gay life through early 1960s pop music."
},
"Behind Every Good Man": {
"year": 1967,
"description": "Pre-Stonewall UCLA student film offering an early portrait of Black gender fluidity in Los Angeles and the pursuit of love and acceptance."
},
"Titicut Follies": {
"year": 1967,
"description": "Frederick Wiseman's groundbreaking documentary exposing abuse and inhumane conditions at a Massachusetts prison for the criminally insane."
},
"Mingus": {
"year": 1968,
"description": "Raw portrait of legendary composer and bassist Charles Mingus documenting his life, the jazz scene, and his perspectives on racism and society."
},
"Manzanar": {
"year": 1971,
"description": "Documentary reflecting on the filmmaker's childhood experiences in a Japanese American internment camp and its lasting personal impact."
},
"Betty Tells Her Story": {
"year": 1972,
"description": "Early feminist documentary exploring how storytelling reveals hidden context about identity, appearance, and women's relationship with beauty culture."
},
"Super Fly": {
"year": 1972,
"description": "Blaxploitation classic directed by Gordon Parks Jr., serving as both entertainment and social commentary on the American dream."
},
"Attica": {
"year": 1974,
"description": "Documentary investigation of the 1971 Attica prison uprising, examining conditions that sparked the deadliest prison riot in U.S. history."
},
"Carrie": {
"year": 1976,
"description": "Brian De Palma's stylish adaptation of Stephen King's novel about a telekinetic teen, influential in shaping the modern horror genre."
},
"Union Maids": {
"year": 1976,
"description": "Labor documentary featuring oral histories of three Chicago women organizers from the 1930s, exemplifying grassroots historical filmmaking."
},
"Word is Out: Stories of Some of Our Lives": {
"year": 1977,
"description": "Landmark film by the Mariposa Film Group presenting diverse interviews with gay men and lesbians, advancing LGBTQ+ visibility during the emerging rights movement."
},
"Bush Mama": {
"year": 1979,
"description": "L.A. Rebellion film depicting inner-city poverty and systemic injustice through the story of a woman navigating oppressive welfare and penal systems."
},
"The Ballad of Gregorio Cortez": {
"year": 1982,
"description": "Key Chicano cinema film based on folklore, telling the true story of a Mexican-American farmer falsely accused of a crime on the Texas frontier."
},
"Itam Hakim, Hopiit": {
"year": 1984,
"description": "Victor Masayesva Jr.'s imaginative video translation of Hopi oral traditions, moving from personal narrative to mythology to historical prophecy."
},
"Hairspray": {
"year": 1988,
"description": "John Waters' mainstream film about Baltimore's 1962 teen dance scene, becoming a cultural touchstone for acceptance and racial integration."
},
"The Little Mermaid": {
"year": 1989,
"description": "Disney animated classic with memorable Alan Menken score and Howard Ashman songs, defining the Disney Renaissance of the 1980s-90s."
},
"Tongues Untied": {
"year": 1989,
"description": "Marlon Riggs' video essay combining interviews, performance, and archival footage exploring Black male same-sex relationships and gay rights advocacy."
},
"When Harry Met Sally": {
"year": 1989,
"description": "Rob Reiner's acclaimed romantic comedy with Billy Crystal and Meg Ryan, named by Vanity Fair as the best American rom-com ever made."
},
"House Party": {
"year": 1990,
"description": "Reginald Hudlin's comedy launching hip-hop culture and New Jack Swing into mainstream cinema while introducing Kid 'n Play to audiences."
},
"Iron Man": {
"year": 2008,
"description": "Marvel Studios' superhero film directed by Jon Favreau, establishing the studio's independence and launching the cinematic universe phenomenon."
},
"Pariah": {
"year": 2011,
"description": "Dee Rees' intimate coming-of-age drama about a Black lesbian teenager in Brooklyn, representing rare Black female directorial voice in queer cinema."
},
}