[guadec-web] [TGOOD] Moved content of The GNOME Open Desktop Day



commit 36ddaf73a411354a15185c8769be2c06d6c1c134
Author: Sense Hofstede <qense ubuntu com>
Date:   Wed Jun 23 19:36:04 2010 +0200

    [TGOOD] Moved content of The GNOME Open Desktop Day
    
    Content about the GNOME Open Desktop Day was moved to a separate page and updated.

 img/arjen_kamphuis.jpg                    |  Bin 22799 -> 0 bytes
 img/logo_noiv_def.jpg                     |  Bin 79375 -> 0 bytes
 img/neary_consulting.png                  |  Bin 3288 -> 3321 bytes
 img/tgood-speakers/arjen_kamphuis.jpg     |  Bin 0 -> 11089 bytes
 img/tgood-speakers/daniel_armendariz.jpg  |  Bin 0 -> 6016 bytes
 img/tgood-speakers/jose_felix_ontanon.jpg |  Bin 0 -> 6462 bytes
 img/tgood-speakers/juan_conde.jpg         |  Bin 0 -> 3776 bytes
 img/tgood-speakers/stephan_wildeboer.png  |  Bin 0 -> 32734 bytes
 img/tgood-speakers/stormy_peters.jpg      |  Bin 0 -> 8997 bytes
 img/tgood-spnsrs/gendo.png                |  Bin 0 -> 9225 bytes
 img/tgood-spnsrs/ictivity.png             |  Bin 0 -> 13761 bytes
 img/tgood-spnsrs/min-biza.png             |  Bin 0 -> 10698 bytes
 img/tgood-spnsrs/noiv.png                 |  Bin 0 -> 15898 bytes
 pages/schedConf/SchedConfHandler.inc.php  |   18 +++
 styles/schedule.css                       |   37 ++++--
 templates/conference/index.tpl            |    2 +-
 templates/schedConf/index.tpl             |    2 +-
 templates/schedConf/opendesktopday.tpl    |  198 +++++++++++++++++++++++++++++
 18 files changed, 246 insertions(+), 11 deletions(-)
---
diff --git a/img/neary_consulting.png b/img/neary_consulting.png
index 6c842bd..8731a44 100644
Binary files a/img/neary_consulting.png and b/img/neary_consulting.png differ
diff --git a/img/tgood-speakers/arjen_kamphuis.jpg b/img/tgood-speakers/arjen_kamphuis.jpg
new file mode 100644
index 0000000..83c85cf
Binary files /dev/null and b/img/tgood-speakers/arjen_kamphuis.jpg differ
diff --git a/img/tgood-speakers/daniel_armendariz.jpg b/img/tgood-speakers/daniel_armendariz.jpg
new file mode 100644
index 0000000..91452cd
Binary files /dev/null and b/img/tgood-speakers/daniel_armendariz.jpg differ
diff --git a/img/tgood-speakers/jose_felix_ontanon.jpg b/img/tgood-speakers/jose_felix_ontanon.jpg
new file mode 100644
index 0000000..7483308
Binary files /dev/null and b/img/tgood-speakers/jose_felix_ontanon.jpg differ
diff --git a/img/tgood-speakers/juan_conde.jpg b/img/tgood-speakers/juan_conde.jpg
new file mode 100644
index 0000000..685201c
Binary files /dev/null and b/img/tgood-speakers/juan_conde.jpg differ
diff --git a/img/tgood-speakers/stephan_wildeboer.png b/img/tgood-speakers/stephan_wildeboer.png
new file mode 100644
index 0000000..8aca176
Binary files /dev/null and b/img/tgood-speakers/stephan_wildeboer.png differ
diff --git a/img/tgood-speakers/stormy_peters.jpg b/img/tgood-speakers/stormy_peters.jpg
new file mode 100644
index 0000000..29a402d
Binary files /dev/null and b/img/tgood-speakers/stormy_peters.jpg differ
diff --git a/img/tgood-spnsrs/gendo.png b/img/tgood-spnsrs/gendo.png
new file mode 100644
index 0000000..b930063
Binary files /dev/null and b/img/tgood-spnsrs/gendo.png differ
diff --git a/img/tgood-spnsrs/ictivity.png b/img/tgood-spnsrs/ictivity.png
new file mode 100644
index 0000000..3689395
Binary files /dev/null and b/img/tgood-spnsrs/ictivity.png differ
diff --git a/img/tgood-spnsrs/min-biza.png b/img/tgood-spnsrs/min-biza.png
new file mode 100644
index 0000000..358ef53
Binary files /dev/null and b/img/tgood-spnsrs/min-biza.png differ
diff --git a/img/tgood-spnsrs/noiv.png b/img/tgood-spnsrs/noiv.png
new file mode 100644
index 0000000..efb92d0
Binary files /dev/null and b/img/tgood-spnsrs/noiv.png differ
diff --git a/pages/schedConf/SchedConfHandler.inc.php b/pages/schedConf/SchedConfHandler.inc.php
index 3347fd7..c259204 100644
--- a/pages/schedConf/SchedConfHandler.inc.php
+++ b/pages/schedConf/SchedConfHandler.inc.php
@@ -491,6 +491,24 @@ class SchedConfHandler extends Handler {
 
 		$templateMgr->display('schedConf/training.tpl');
 	}
+	
+    /** 
+     * Display the page with the information about the GNOME Open Desktop Day
+     */
+
+	function opendesktopday() {
+		list($conference, $schedConf) = SchedConfHandler::validate(true, true);
+
+		$templateMgr =& TemplateManager::getManager();
+		$templateMgr->append('stylesheets', Request::getBaseUrl() . "/styles/schedule.css");
+
+		$templateMgr->assign('pageHierarchy', array(
+			array(Request::url(null, 'index', 'index'), $conference->getConferenceTitle(), true),
+			array(Request::url(null, null, 'index'), $schedConf->getSchedConfTitle(), true)));
+		SchedConfHandler::setupSchedConfTemplate($conference,$schedConf);
+
+		$templateMgr->display('schedConf/opendesktopday.tpl');
+	}
 }
 
 ?>
diff --git a/styles/schedule.css b/styles/schedule.css
index 9032eed..36f2f2b 100644
--- a/styles/schedule.css
+++ b/styles/schedule.css
@@ -8,33 +8,52 @@
  *
  */
 
-#schedule table{
-    border-collapse:collapse;
+#opendesktopschedule table, #schedule table{
+    border-collapse: collapse;
+    border: 1px solid black;
+}
+
+#speakerstable table, #speakerstable tr {
+    padding: 10px;
 }
-#schedule table,th, td {
+
+#speakerstable td {
+    padding: 5px;
+}
+
+#opendesktopschedule th, #opendesktopschedule td, #schedule th, #schedule td {
     border: 1px solid black;
     padding: 5px;
 }
+
+#opendesktopschedule td {
+    vertical-align: middle;
+}
+
+#opendesktopschedule th, #schedule th {
+    font-size: 1.2em;
+}
+
 #schedule td {
     text-align: center;
     vertical-align: middle;
     width: 150px;
 }
-#schedule td.orange {
+td.orange {
     background-color: #FF950E;
 }
-#schedule td.green {
+td.green {
     background-color: #23FF23;
 }
-#schedule td.blue {
+td.blue {
     background-color: #00DCFF;
 }
-#schedule td.purple {
+td.purple {
     background-color: #CCCCFF;
 }
-#schedule td.red {
+td.red {
     background-color: #FF0000;
 }
-#schedule td.yellow {
+td.yellow {
     background-color: #E6FF00;
 }
diff --git a/templates/conference/index.tpl b/templates/conference/index.tpl
index 1f53ed1..dd050d3 100644
--- a/templates/conference/index.tpl
+++ b/templates/conference/index.tpl
@@ -56,7 +56,7 @@
                     <h2>The GNOME Open Desktop Day</h2>
                     <p>Prior to <abbr title="GNOME Users&#146; And Developers&#146; European Conference">GUADEC</abbr>, the GNOME Open Desktop Day will take place, which is in fact a preconference to GUADEC. The GNOME Open Desktop Day will be organized in association with <a href="https://noiv.nl/service/english/"; rel="external" title="Nederland Open in Verbinding  &raquo; English">Programme Office NOiV</a> &mdash; 'the Netherlands in Open Connection'.</p>
 
-                    <p><a href="{$baseUrl}/index.php/guadec/2010/schedConf/overview#open-desktop-day" title="GUADEC 2010 Overview - The GNOME Open Desktop Day"><em>More information...</em></a></p>
+                    <p><a href="{url conference="guadec" schedConf="2010" page="schedConf" op="opendesktopday"}" title="GUADEC 2010 Overview - The GNOME Open Desktop Day"><em>More information...</em></a></p>
                 </div>
                 
                 <div class="clear"></div>
diff --git a/templates/schedConf/index.tpl b/templates/schedConf/index.tpl
index 41653e7..4c03191 100644
--- a/templates/schedConf/index.tpl
+++ b/templates/schedConf/index.tpl
@@ -70,7 +70,7 @@
     <div class="headline">Other events during GUADEC</div>
     
     <ul class="navigationList">
-        <li><a href="{url page="schedConf" op="overview"}#open-desktop-day">The GNOME Open Desktop Day</a></li>
+        <li><a href="{url page="schedConf" op="opendesktopday"}">The GNOME Open Desktop Day</a></li>
 	    <li><a href="{url page="schedConf" op="training"}">GUADEC 2010 GNOME developer training</a></li>
 	    <li><a href="http://www.gnu.org/ghm/"; rel="external">GNU Hackersâ?? Meeting</a></li>
     </ul>
diff --git a/templates/schedConf/opendesktopday.tpl b/templates/schedConf/opendesktopday.tpl
new file mode 100644
index 0000000..6a64eac
--- /dev/null
+++ b/templates/schedConf/opendesktopday.tpl
@@ -0,0 +1,198 @@
+{**
+ * opendesktopday.tpl
+ *
+ * Copyright (c) 2010 Sanne te Meerman <sanne opensourceadvies nl>
+ * Copyright (c) 2010 Sense Hofstede <qense ubuntu com>
+ * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
+ *
+ * The GNOME Open Desktop Day 2010 information page.
+ *
+ *}
+{assign var="pageTitleTranslated" value="The GNOME Open Desktop Day"}
+{include file="common/header.tpl"}
+{assign var="helpTopicId" value="user.conferenceInformation"}
+                <div class="grid_11 alpha">
+                    <p>
+                    With the upcoming release of GNOME 3.0, it will be no surprise that a lot of attention will be focused on the latest release issues. But there will also be special interest for the open source desktop in education and the government.
+                    </p>
+                    <p>
+                    Prior to <abbr title="GNOME Users&#146; And Developers&#146; European Conference">GUADEC</abbr>, the GNOME Open Desktop Day will take place, which is in fact a preconference to GUADEC. The GNOME Open Desktop Day will be organized in association with <a href="https://noiv.nl/service/english/"; rel="external" title="Nederland Open in Verbinding  &raquo; English">Programme Office NOiV</a> &mdash; 'the Netherlands in Open Connection'. In line with <a href="https://noiv.nl/files/2009/12/Action_plan_english.pdf"; rel="external" title="NOiV action plan (English)">their action plan</a>, the preconference will focus on the 'New Forerunners' <em>(action line 9, page 19 of the action plan)</em>.
+                    </p>
+
+                    <p>This means that some of Europe&#146;s most interesting 'early adopters' of free or open source software on desktops in government organizations are invited to share their experiences. Some of these projects are:</p>
+                    <ul style="clear: left;">
+                        <li><a href="http://www.gvpontis.gva.es/fileadmin/conselleria/images/Documentacion/memoria/gvpontis_ingles.pdf"; rel="external" title="Report of the Valencian Regional Ministry of Infrastructure and Transport on their migration to open source">The GVPontis project</a> (Valencia, Spain)</li>
+                        <li><a href="http://www.wollmux.org/"; rel="external" title="WollMux">The Wollmux projecy</a> (Munich, Germany)</li>
+                    </ul
+
+                    <p>
+                    What is perhaps most striking about these projects is the synergy that they have created, as they involve close collaboration of government institutions, software communities and businesses. During The GNOME Open Desktop Day, the pursued strategies and background of some of the most interesting projects in Europe will be discussed.
+                    </p>
+
+                    <p>
+                    If you are an early adopter, or want to become one, please contact Sanne te Meerman &mdash; <em>sanne &lt;at sign&gt; opensourceadvies.nl</em> &mdash; or visit this site regularly for updates on the program. This preconference is also accessible for open software businesses. However, you must be sponsor of GUADEC in order to participate. To become a sponsor, please take a look at the <a href="http://guadec.org/GUADEC%202010-final.pdf"; title="">GUADEC sponsor&#146;s folder</a>.
+                    </p>
+                </div>
+                
+                <div class="grid_5 omega">
+                    <a name="sponsors"></a><h2>Sponsors</h2>
+                    <p> The GNOME Open Desktop Day is supported by:</p>
+
+                    <p>
+                    <a lang="en-GB" href="https://noiv.nl/service/english/"; rel="external" title="Nederland Open in Verbinding  &raquo; English"><img src="{$baseUrl}/img/tgood-spnsrs/noiv.png" title="NOiV" alt="NOiV" /></a>
+                    <a lang="en-GB" href="http://www.minbzk.nl/english/"; rel="external" title="(Dutch) Ministry of the Interior and Kingdom Relations"><img src="{$baseUrl}/img/tgood-spnsrs/min-biza.png" title="(Dutch) Ministry of the Interior and Kingdom Relations" alt="Ministerie van Binnenlandse Zaken en Koninkrijksrelaties" /></a>
+                    <a lang=nl-NL" href="http://www.ictivity.nl/"; rel="external" title="Ictivity"><img src="{$baseUrl}/img/tgood-spnsrs/ictivity.png" title="Ictivity" alt="Ictivity" /></a>
+                    </p>
+
+                    <p>
+                    The <a href="#arjen-kamphuis" title="Arjen Kamphuis">Chair of the Day</a> is provided by:<br/>
+                    <a lang="nl-NL" href="http://www.gendo.nl/"; rel="external" title="Gendo"><img src="{$baseUrl}/img/tgood-spnsrs/gendo.png" title="Gendo" alt="Gendo" /></a>
+                    </p>
+                </div>
+                
+                <div class="grid_16 alpha omega">
+                    <a name="schedule"></a>
+                    <h2>Preliminary schedule</h2>
+                    <div id="opendesktopschedule">
+                    <table>
+                    <thead>
+                    <tr>
+                        <th>Time</th>
+                        <th>Event</th>
+                    </tr>
+                    </thead>
+                    <tbody>
+                    <tr>
+                        <td>9:30 - 11:00</td>
+                        <td>
+                            <strong>Information market</strong><br/>
+                            A chance to stroll around the floor and connect with companies who offer products related to free and open software, or services related to the desktop.
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>11:00 - 12:00</td>
+                        <td>
+                            <strong>Meet the GNOME Foundation</strong><br/>
+                            With, amongst others:
+                            <ul>
+                                <li><em><a href="#stormy-peters" title="Stormy Peters">Stormy Peters</a></em>, Executive Director of the GNOME Foundation.</li>
+                            </ul>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>12:00 - 13:00</td>
+                        <td class="purple">Lunch</td>
+                    </tr>
+                    <tr>
+                        <td>13:00 - 14:15</td>
+                        <td>
+                            <strong>GNOME and other free or open source on the desktop</strong><br/>
+                        	With, amongst others:
+	                        <ul>
+	                            <li><em><a href="#daniel-armendariz" title="Daniel Armend&aacute;riz">Daniel Armend&aacute;riz</a></em>, coordinator of the technical office of free and open source of the Basque government.</li>
+                            </ul>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>14:15 - 14:30</td>
+                        <td class="purple">Break</td>
+                    </tr>
+                    <tr>
+                        <td>14:30 - 15:45</td>
+                        <td>
+                            <strong>The GNOME Accessibility Project, and its use within the government of Andalucia</strong><br/>
+                        	With, amongst others: 
+	                        <ul>
+	                            <li><em><a href="#jose-felix-ontanon" title="Jos&eacute; F&eacute;lix Onta&ntilde;&oacute;n">Jos&eacute; F&eacute;lix Onta&ntilde;&oacute;n</a></em>, project manager for Emergya that manages the Guadalinfo software, a project of 740 telecentres in Andalusian towns and cities;</li>
+	                            <li><em><a href="#juan-conde" title="Juan Conde">Juan Conde</a></em>, (with reservation) manager of the free software section at the secretariat of telecommunications and information society of Junta de Andaluc&iacute;a.</li>
+	                        </ul>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>15:45 - 16:00</td>
+                        <td class="purple">Break</td>
+                    </tr>
+                    <tr>
+                        <td>16:00 - 17:30</td>
+                        <td>
+                            <strong>How we can move forward in the Netherlands with free and open software on the desktop</strong> <em>(interactive session)</em><br/>
+                        	With:	
+	                        <ul>
+	                            <li><em><a href="#stephan-wildeboer" title="Stephan Wildeboer">Stephan Wildeboer</a></em>, project manager of several government projects regarding the use of free and open software in the Netherlands;</li>
+	                            <li><em><a href="#arjen-kamphuis" title="Arjen Kamphuis">Arjen Kamphuis</a></em>, independent advisor and co-author of the first initiative in parliament to push free and open software in government.</li>
+                            </ul>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>17:30</td>
+                        <td class="purple">Drinks</td>
+                    </tr>
+                    </tbody>
+                    </table>
+                    </div>
+                </div>
+                
+                <div class="grid_16 alpha omega">
+
+                    <a name="speakers"></a>
+                    <h2>Speakers</h2>
+
+                    <div id="speakerstable">
+                        <table>
+                        <tbody>
+                        <tr>
+                            <td>
+                                <a name="daniel-armendariz"></a><img src="{$baseUrl}/img/tgood-speakers/daniel_armendariz.jpg" alt="" /><br /> <strong>Daniel Armend&aacute;riz Crespo</strong>
+                            </td>
+                            <td>
+                                <strong>Daniel Armend&aacute;riz Crespo</strong> graduated from the University of Navarra with studies in Economics and Computer Science. He is currently the director of the Basque government's technical office of free and open software. Daniel was involved in the foundation of several initiatives and open source related transnational companies, such as 'Ikusnet' and 'INFLOSS World'.
+                            </td>
+                        </tr>
+                        <tr>
+                            <td>
+                                <a name="juan-conde"></a><img src="{$baseUrl}/img/tgood-speakers/juan_conde.jpg" alt="" /><br /> <strong>Juan Conde</strong>
+                            </td>
+                            <td>
+                                <strong>Juan Conde</strong> is from Sevilla, Spain. He studied Chemistry, and recieved his PhD in 1985. After teaching university-level courses, he left academia in 1990 to work with the Regional Government of Andalus&iacute;a as an IT technician, doing analysis and design development as well as management consulting. Since 2001 he has been working on usage, development and promotion in the field of free open source software. He is a manager of the Free Software section for the secretariat of telecommunications and information society of the Junta de Andaluc&iacute;a.
+                            </td>
+                        </tr>
+                        <tr>
+                            <td>
+                                <a name="jose-felix-ontanon"></a><img src="{$baseUrl}/img/tgood-speakers/jose_felix_ontanon.jpg" alt="" /><br /> <strong>Jos&eacute; F&eacute;lix Onta&ntilde;&oacute;n</strong>
+                            </td>
+                            <td>
+                                <strong>Jos&eacute; F&eacute;lix Onta&ntilde;&oacute;n</strong> has studied Computing Engineering in Seville and works as project manager for the <abbr title="free and open source software">FOSS</abbr> company 'Emergya'. He worked as core-developer for the Andalucian distribution <a lang="es-ES" href="http://www.guadalinex.org/"; rel="external" title="Portal Guadalinex">Guadalinex</a>. He is a key coordinator in the Guadalinfo Accesibillity project, which aims to enhance and improve the Orca screen reader and OCRFeeder, a document layout analysis and optical character recognition system. Besides managing the current Guadalinfo software, he also helps run a project of 740 telecenters in Andalusian towns and municipalities with their own GNOME-based GNU/Linux flavour Guadalinex Guadalinfo.
+                            </td>
+                        </tr>
+                        <tr>
+                            <td>
+                                <a name="arjen-kamphuis"></a>
+                                <img src="{$baseUrl}/img/tgood-speakers/arjen_kamphuis.jpg" alt="" /><br/><strong>Arjen Kamphuis</strong><br/> <em>Chair of the Day</em>
+                            </td>
+                            <td>
+                                <strong>Arjen Kamphuis</strong> is co-founder and <abbr title="Chief Technology Officer">CTO</abbr> of <a lang="nl-NL" href="http://www.gendo.nl/"; rel="external" title="Gendo">Gendo</a>. He studied Science &amp; Policy at Utrecht University and worked for IBM and Twynstra Gudde as IT architect, trainer and IT strategy advisor. Since 2002 he has been involved in the development of public IT policy in the area of open standards and opensource for the government and public sector.<br/>
+                                Arjen advises senior managers and administrators of companies and public institutions, members of parliament and the Dutch Cabinet on the opportunities offered by open standards and open source software for the European knowledge economy and the society as a whole. He co-authored the 2007 Dutch government policy which mandated the use of open source software for government and public sector IT-operations.
+                            </td>
+                        </tr>
+                        <tr>
+                            <td>
+                                <a name="stormy-peters"></a><img src="{$baseUrl}/img/tgood-speakers/stormy_peters.jpg" alt="" /><br/> <strong>Stormy Peters</strong> <br/> <em>Executive Director of the GNOME Foundation</em>
+                            </td>
+                            <td>
+                                <strong>Stormy Peters</strong> is an IT industry analyst and a prominent <abbr title="free and open source software">FOSS</abbr> advocate, promoting business use of <abbr title="free and open source software">FOSS</abbr>. She completed a Bachelor of Arts with a major in Computer Science at Rice University and initially worked as a software engineer for Hewlett-Packard in their Unix development team, where she also founded the Hewlett-Packard Open Source Program office. In 2000 she became one of the founding members of the GNOME Foundation Advisory board. She became Executive Director of the GNOME Foundation in 2008.
+                            </td>
+                        </tr>
+                        <tr>
+                            <td>
+                                <a name="stephan-wildeboer"></a><img src="{$baseUrl}/img/tgood-speakers/stephan_wildeboer.png" alt="" /><br /> <strong>Stephan Wildeboer</strong>
+                            </td>
+                            <td>
+                                <strong>Stephan Wildeboer</strong> is a management consultant and the senior consultant Open Source strategy at two different companies. He is currently active as a Program Manager of the Open Desktop project of the city of Amsterdam. He has also been Interim Program Manager of OSOSS, the precedessor of Program Office NOiV. NOiV is the Dutch government organisation for support and advise on open standards and open source adoption in the public and semi-public sector in the Netherlands.
+                            </td>
+                        </tr>
+                        </tbody>
+                        </table>
+                    </div>
+                </div>
+
+{include file="common/footer.tpl"}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]