blob: e09a34c09065231e111ca9ed48d0ad9df32f90a3 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include("../_projectCommon.php"); # All on the same line to unclutter the user's desktop'
$pageTitle = "Eclipse Membership Meetings";
$pageAuthor = "Andrea Ross";
$pageKeywords = "membership, meetings";
ob_start();
?>
<div id="maincontent">
<div id="midcolumn">
<h1><?=$pageTitle?></h1>
<h2>Membership Meeting</h2>
<p>The next Eclipse Foundation Members meeting will take place on Wednesday, September 21rd 11:30 EDT.</a></p>
<p>The meeting will be broadcast using Google Hangout (the link to it will appear below on this page close to the meeting). A recording will be available in YouTube.</a>.</p>
<h3>Agenda</h3>
<ul>
<li>Welcome - Andrea Ross (Director of Ecosystem Development, Eclipse Foundation)</li>
<li>LocationTech &amp; Science Working groups - Andrea Ross (Director of Ecosystem Development, Eclipse Foundation)</li>
<li>IoT working group - Ian Skerrett (VP of Marketing, Eclipse Foundation)</li>
<!--<li>Polarsys – Ralph Mueller (Managing Director, Eclipse Foundation Europe)</li>-->
<!--<li>Marketing - Ian Skerrett (VP of Marketing, Eclipse Foundation)</li>-->
<li>Eclipse Research Initiatives - Philippe Krief (Director of Research Relations, Eclipse Foundation)</li>
<li>IT Services - Denis Roy (Director of IT Services, Eclipse Foundation)</li>
<li>Interesting things for projects - Wayne Beaton (Director of Open Source Projects, Eclipse Foundation)</li>
<li>Membership &amp; Conferences - Paul White (VP of Membership, Eclipse Foundation)</li>
<li>Executive Director's update - Mike Milinkovich (Eclipse Foundation</li>
<li>Q&amp;A</li>
</ul>
<p>A link to the live stream will appear immediately below this text on this page once the meeting starts. If you don't see it, refresh this page in your browser.</p>
<!--<p><a href="https://youtu.be/HTa8tZbf3EA">Watch the LIVE VIDEO STREAM</a></p>-->
<!-- <a href="https://plus.google.com/events/cilk849n4c6qkgituehn9bf6rdc">Watch the previous meeting video</a> -->
<h3>Questions</h3>
<p>Ask questions via. twitter (#eclipsemm hash tag), IRC (#eclipse channel on freenode), or emailing <a href="mailto:andrea.ross@eclipse.org?subject=member meeting question">Andrea Ross</a></p>
</div><!-- midcolumn -->
</div><!-- maincontent -->
<?php
# Paste your HTML content between the EOHTML markers!
$html = ob_get_contents();
ob_end_clean();
# Generate the web page
$App->generatePage('solstice', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>