Skip to content

Instantly share code, notes, and snippets.

@marynotari
Created April 10, 2018 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marynotari/4d99a647af613c1d972a1b404a28d0d2 to your computer and use it in GitHub Desktop.
Save marynotari/4d99a647af613c1d972a1b404a28d0d2 to your computer and use it in GitHub Desktop.
// Cinema.json
//NOTE: I'm having trouble deciding whether to phrase things through the
//people who fill the roles I'm categorizing or in the abstract concepts
//they embody (ie, Design vs. Designers)
{
/*what the maker and audience bring to the understanding of the piece*/
"Cultural Context": [],
"Medium": ["film", "TV," "theater", "street", "live", "recorded", "cartoon"],
"Style": ["naturalism", "abstract", "magical realism", "non-linear", "experimental"],
"Performers": {
/*push() after auditions*/
"Actors": [],
"Dancers": [],
"Voice Over Artists": [],
"Musicians": [],
},
/*push() according to where it is seen*/
"Audience": [],
"Creative Team": {
"Writers": [],
"Directors": {
"Film": [],
"Theater": [],
"Dance": [],
"Music": []
},
"Cinematographers": [],
"Designers": {
"Lighting": [],
"Set": [],
"Costume": [],
"Make-up": [],
"Special Effects": [],
"Sound": []
},
"Editors": {
"Script": [],
"Film": [],
"Sound": []
},
"Dramaturgs": [],
"Animators": [],
"Storyboarders": [],
"Composers": [],
"Choreographers": []
},
"Distribution": {
"National Cinemas": [],
"Internation Cinemas": [],
"Touring": [],
"Online Streaming": [],
"On TV": [],
"On Demand": []
},
"Funding": {
"Corporate Sponsorships": [],
"Donations": [],
"Crowdsourcing": [],
"Public Funding": [],
"Tax Breaks": [],
"Investors": []
},
"Marketing": {
"Corporate"
"Grassroots"
"Viral"
"Print"
"Trailers"
"Reviews"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment