The Geography of Colour in 1960s Bombay Cinema

When:
14 May 2014 @ 6:00 pm – 7:30 pm
2014-05-14T18:00:00+01:00
2014-05-14T19:30:00+01:00
Where:
University of Westminster
Cost:
Free

A talk by 

Ranjani Mazumdar
 (School of Arts and Aesthetics, Jawaharlal Nehru University, Delhi
; Marie Curie Visiting Fellow in Indian Film, University of Westminster


)

Ranjani Mazumdar teaches Cinema Studies at the School of Arts & Aesthetics, Jawaharlal Nehru University. She is currently Marie Curie Fellow in Indian Film at the University of Westminster, London (2013-2014). Her publications focus on urban cultures, popular cinema, gender and the cinematic city.

She is the author of Bombay Cinema: An Archive of the City (2007) and co-author with Nitin Govil of the forthcoming The Indian Film Industry (2014). Her current research focuses on globalization and film culture, the visual culture of film posters and the intersection of technology, travel and design in 1960s Bombay Cinema.

<?php
if (!class_exists('CoverNews_Tabbed_Posts')) :
  /**
   * Adds CoverNews_Tabbed_Posts widget.
   */
  class CoverNews_Tabbed_Posts extends AFthemes_Widget_Base
  {
    /**
     * Sets up a new widget instance.
     *
     * @since 1.0.0
     */
    function __construct()
    {
      $this->text_fields = array('covernews-tabbed-popular-posts-title', 'covernews-tabbed-latest-posts-title', 'covernews-tabbed-categorised-posts-title');

      $this->select_fields = array('covernews-show-excerpt', 'covernews-enable-categorised-tab', 'covernews-select-category');

      $widget_ops = array(
        'classname' => 'covernews_tabbed_posts_widget',
        'description' => __('Displays tabbed posts lists from selected settings.', 'covernews'),
        'customize_selective_refresh' => false,
      );

      parent::__construct('covernews_tabbed_posts', __('CoverNews Tabbed Posts', 'covernews'), $widget_ops);
    }

    /**
     * Front-end display of widget.
     *
     * @see WP_Widget::widget()
     *
     * @param array $args Widget arguments.
     * @param array $instance Saved values from database.
     */

    public function widget($args, $instance)
    {
      $instance = parent::covernews_sanitize_data($instance, $instance);

      $min = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
      $covernews_version =  wp_get_theme()->get('Version');
      wp_enqueue_script('bootstrap', get_template_directory_uri() . '/assets/bootstrap/js/bootstrap' . $min . '.js', array