<?php
require_once("./include/membersite_config.php");
?>
<!DOCTYPE html>
<html lang="en">
   <?php
   $mytitle="2015 Edition" ;
   require_once("header.php");
   ?>

   <body>

      <?php
      require_once("navbar.php");
      ?>

      <div class="container">
         <div class="blog-post" style = "text-align: justify; text-justify: inter-word;">

            <h3>Result of the 2015 Edition of the<p> IEEE CIS Student Competitions</h3>
            <p style="padding-top:10px">
               We are very happy to announce the final ranking of the 2015 ­Edition of the IEEE CIS Student Competition
               -- at that time, on Mobile Apps using CI. </p>
            <div class="row" style="padding-top:10px">
               <div class="col-md-4">
                  <h3>1<sup>st</sup> Prize</h3></br>
                  <i>ImpliciTunes</i>: A learning­free novel music recommender system using contextual sensor data by Abhishek Sen</br>
                  <img src="./pics/edition15/1st.png" class="img-responsive" />
               </div>
               <div class="col-md-4 " style="padding-top:80px">
                  <h3>2<sup>nd</sup> Prize</h3></br>
                  <i>Extreme Learning Machine Mobile App</i> by Liam Comerford</br>
                  <img src="./pics/edition15/2nd.png" class="img-responsive" />
               </div>
               <div class="col-md-4 " style="padding-top:160px">
                  <h3>3<sup>rd</sup> Prize</h3></br>
                  <i>Driver assistant</i> by Petr Hurtik</br>
                  <img src="./pics/edition15/3rd.png" class="img-responsive" />
               </div>
            </div>
         </div>
         <?php
         require_once("footer.php");
         ?>
         <!-- Bootstrap core JavaScript
         ================================================== -->
         <!-- Placed at the end of the document so the pages load faster -->

      <?php
      require_once("bootstrap.php");
      ?>

   </body>
</html>








