<?php
/* Presentation Page-Specific Data */

$trackNum = 'I'; // Track #, roman numeral, displayed as-is
$trackName = 'Optimization - The New SEO Landscape'; // Track Name, displayed as-is
$sessionNum = '1c'; // Session #, displayed as-is
$sessionName = 'Mobile Search Space - The Multi-Device Type Market'; // Session Name, displayed as-is
$fileName = 'share14-1c-mobilesearch-davis'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Viji Davis',
'title' => 'VP of Marketing',
'org' => 'Resolution Media',
'bio' => "Viji Davis is the Vice President of Marketing at Resolution. As Resolution’s brand steward, Viji is responsible for brand strategy, corporate brand identity and ensuring all of Resolution’s innovative products and services are well covered in the marketplace. Throughout her tenure, Viji has had the opportunity to work on many brands in a variety of verticals, including Bank of America, Lowe’s, HP, Leapfrog, Norwegian Cruise Lines and Briggs and Stratton. She has been responsible for overarching strategy and planning for many Resolution clients and will apply her digital knowledge to further Resolution’s brand in the marketplace. Viji holds an Economics degree from the University of Illinois. She lives in Chicago with her husband and two daughters. In her spare time, she enjoys traveling, art and anything to do with her daughters." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => 'Dan Reno', // Presenter 2 Name, displayed as-is
'title' => 'Vice President of Organic Media', // Presenter 2 Title, displayed as-is
'org' => 'BeFoundOnline', // Presenter 2 Organization, displayed as-is
'bio' => 'Dan Reno is a search industry veteran of more than 10 years. Having worked in paid and organic search when his career began, Dan is now head of Organic Media for Be Found Online. In his role, he sets and executes strategy for Organic Search and Content Marketing while also overseeing the growing Google Analytics practice. ' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Richard Naimy',
'title' => 'Director of SEO',
'org' => 'Move, Inc',
'link' => 'mobile-search-space-richard-naimy'
),
1 => array(
'name' => 'Jason Tabeling',
'title' => 'Associate Partner, Search and Media',
'org' => 'Rosetta',
'link' => 'mobile-search-space-jason-tabeling'
),
2 => array(
'name' => 'Felipe Carreras',
'title' => 'Director of eCommerce',
'org' => 'Best Western',
'link' => 'mobile-search-space-felipe-carreras'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

,