blob: 43d177a03388803a960754e27347b58a87895759 [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'
#
# Begin: page-specific settings. Change these.
$pageTitle = "EclipseCon Audition Agenda";
$pageKeywords = "eclipse, eclipsecon, audition, program, ignite";
$pageAuthor = "Lynn Gayowski";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<p>Auditions for EclipseCon 2011 took place November 18 via a
<a href="http://live.eclipse.org/node/989">webinar</a>. The agenda:
<ol>
<li>Jonas Helming for Maximilian Koegel, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2011" target="blank">How to Distribute, Store and Version Models with EMFStore</a></li>
<li>Jonas Helming, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2012" target="blank">Only one Click to an EMF Application</a></li>
<li>Bernhard Merkle, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2001" target="blank">Stop the Architecture Erosion of Eclipse And Open Source Projects</a></li>
<li>Martin Reiterer, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2019" target="blank">TapiJI - Integrating Internationalization in your agile development process</a></li>
<li>Frank Rimlinger, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=1994" target="blank">Practical Mathematical Proof of Correctness</a></li>
<li>Ekke Gentz, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2023" target="blank">Enterprise and Mobile Using Eclipse</a></li>
<li>Arun Gupta, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=1991" target="blank">Nuts &amp; Bolts of Java EE 6 using Eclipse</a></li>
<li>Anthony W. Juckel, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2029" target="blank">High Performance Tabular Databinding</a></li>
<li>Karim Djaafar, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2018" target="blank">Managing and Monitoring your Agile tools with JasForge OSGI Project</a></li>
<li>Tristan Faure, <a href="https://www.eclipsecon.org/submissions/2011/view_talk.php?id=2005" target="blank">Gendoc2 WYWIWYG (What You Write Is What You Get)</a></li>
</ol>
<p><b>Update from November 23:</b> Congratulations to Frank Rimlinger and Anthony Juckel for winning
the EclipseCon Audition Sessions!</p>
<br><br>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="../org/press-release/20101103_EclipseConAuditions.php">What are EclipseCon Auditions?</a></li>
<li><a href="http://live.eclipse.org/node/989">Watch the EclipseCon Auditions</a></li>
<li><a href="EclipseConAuditions2010.php">EclipseCon Audition Agenda</a></li>
<li><a href="http://www.eclipsecon.org/2011/submissions/?page=submissions">Propose an EclipseCon Talk</a></li>
</ul>
</div>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage("Nova", $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>