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

$trackNum = 'V'; // Track #, roman numeral, displayed as-is
$trackName = 'Share Insights'; // Track Name, displayed as-is
$sessionNum = '2f'; // Session #, displayed as-is
$sessionName = 'Data Keys - Mining Data for SEO and Content at Scale'; // Session Name, displayed as-is
$fileName = 'share14-2f-datamining-kronrod'; // Presentation resources file name, ignore extension
$caseStudy = 'case-study_Adobe';
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Kirill Kronrod', // Presenter 1 Name, displayed as-is
'title' => 'Senior Global SEO Manager', // Presenter 1 Title, displayed as-is
'org' => 'Adobe', // Presenter 1 Organization, displayed as-is
'bio' => "Kirill is responsible for driving natural search strategy and execution for Adobe.com Digital Marketing and Acrobat products and Technical SEO for Adobe web properties globally. As a part of the Global Marketing organization, Kirill delivers KPI-driven SEO results. Kirill has extensive experience with Adobe Analytics platform and Adobe Experience Manager CMS." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Denis Scott',
'title' => 'Senior Director of Marketing - Acquisition',
'org' => 'OpenTable',
'link' => 'mining-data-for-seo-denis-scott'
),
1 => array(
'name' => 'Chris Attewell',
'title' => 'SVP Americas',
'org' => 'Search Laboratory',
'link' => 'mining-data-for-seo-chris-attewell'
),
2 => array(
'name' => 'Matt Saunders',
'title' => 'Director, SEO Strategist',
'org' => 'Rosetta',
'link' => 'mining-data-for-seo-matt-saunders'
)
);

/*****
***
*
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';
?>

,