Difference between revisions of "Team:KU Leuven/Symposium"

(beautifyed the code.)
Line 6: Line 6:
 
<html>
 
<html>
  
<script>
+
    <script>
$(document).onload(function() {
+
        $(document).onload(function () {
  $(".main-navm").hide();
+
            $(".main-navm").hide();
}
+
        }
</script>
+
    </script>
  
<style>
+
    <style>
  
#symposium{  
+
        #symposium {
    background-color: transparent;
+
            background-color: transparent;
    border-style: solid;
+
            border-style: solid;
    border: 0px solid transparent;
+
            border: 0 solid transparent;
    border-bottom: 5px solid #8b7a57;  
+
            border-bottom: 5px solid #8b7a57;
}
+
        }
 +
        #centernav:hover #symposium {
 +
            /* this is active when your mouse moves is over the item */
 +
            border: 0 solid transparent;
 +
            border-bottom: 0 solid transparent;
 +
        }
 +
        .main-navm:hover #symposium {
 +
            /* this is active when your mouse moves is over the item */
 +
            border: 0 solid transparent;
 +
            border-right: 0 solid transparent;
 +
        }
 +
        @media screen and (max-width: 1000px) {#symposium {
 +
                border-bottom: 5px solid transparent;
 +
                border-right: 5px solid #8b7a57;
 +
            }
 +
        }
 +
        #content {
 +
            background-color: transparent;
 +
        }
 +
    </style>
  
#centernav:hover #symposium { /* this is active when your mouse moves is over the item */
+
    <style>
    border: 0px solid transparent;
+
        h3 {
    border-bottom: 0px solid transparent;  
+
            font-size: 2.3em;
}
+
        }
 +
        h2 {
 +
            font-size: 2.6em;
 +
            line-height: 120%;
 +
            text-allign="center";
 +
            text-transform: none;
 +
        }
 +
        b1 {
 +
            font-size: 0.85em;
 +
        }
 +
        p2 {
 +
            margin-top: 10px;
 +
            margin-bottom: 0;
 +
            margin-left: 10px;
 +
            margin-right: 10px;
 +
            text-allign="left";
 +
        }
 +
        b {
 +
            font-size: 1em;
 +
        }
 +
        #content {
 +
            background-color: transparent;
 +
        }
 +
    </style>
  
.main-navm:hover #symposium {  /* this is active when your mouse moves is over the item */
+
    <link
    border: 0px solid transparent;
+
        href="https://2015.igem.org/Template:KU_Leuven/Lightbox/CSS?action=raw&ctype=text/css"
    border-right: 0px solid transparent;
+
        rel="stylesheet" type="text/css"/>
}
+
</head>
 +
<script src="http://yourjavascript.com/11518521655/lightbox.js"
 +
    type="text/javascript"></script>
  
@media screen and (max-width: 1000px) {
+
<body>
#symposium {
+
    border-bottom: 5px solid transparent;
+
    border-right: 5px solid #8b7a57;
+
}
+
}
+
  
#content {
+
     <div class="summaryheader">
     background-color:transparent;
+
        <div class="summaryimg">
}
+
            <img src="https://static.igem.org/mediawiki/2015/b/b7/KU_Leuven_Researchbanner.jpg"
 +
                width="100%">
 +
            <div class="head">
 +
                <h2>
 +
                    Symposium
 +
                </h2>
 +
            </div>
 +
        </div>
 +
    </div>
  
</style>
+
    <!------------------------------------------------------Begin Content--------------------------------------------------------->
 +
    <div class="summarytext1">
 +
        <div class="part">
 +
            <h2 style="font-size:3.2em">iGEM Symposium Day on Synthetic Biology, Cell Systems and Ethics in Biochemistry</h2>
 +
            <br>
  
<style>
+
            <h3 style="font-size:2.7em">Details</h3>
h3{
+
            <br>
font-size: 2.3em;  
+
            <div align="left">
}
+
                <p>
h2{
+
                    <b>DATE:</b><br>
font-size:2.6em;
+
                    07.09.2015 10:00 – 19:00
line-height: 120%;
+
                    <br>
text-allign="center";
+
                    <b>VENUE:</b>
text-transform: none;
+
                    <br>
}
+
                    KU Leuven Campus Arenberg, Celestijnenlaan 200A (Computer Science) aula 00.225,
b1{
+
                    Heverlee, Belgium
font-size:0.85em;
+
                    <br>
}
+
                    <br>
p2{
+
                    <br>
margin-top: 10px;
+
                    <br>
margin-bottom: 0px;
+
                </p>
margin-left: 10px;
+
            </div>
margin-right: 10px;
+
            <h3 style="font-size:2.7em">PROGRAM</h3><br>
text-allign="left";
+
            <style type="text/css">
}
+
                .tg {
b{
+
                    border-spacing: 0;
font-size:1em;
+
                    border-color: #bbb;
}
+
                    width=100%;
 +
                }
 +
                .tg td {
 +
                    font-family: Arial, sans-serif;
 +
                    font-size: 14px;
 +
                    padding: 10px 5px;
 +
                    border-style: none;
 +
                    overflow: hidden;
 +
                    word-break: normal;
 +
                    border-color: #bbb;
 +
                    color: #594f4f;
 +
                    background-color: #e0ffeb;
 +
                }
 +
                .tg th {
 +
                    font-family: Arial, sans-serif;
 +
                    font-size: 14px;
 +
                    font-weight: normal;
 +
                    padding: 10px 5px;
 +
                    border-style: none;
 +
                    overflow: hidden;
 +
                    word-break: normal;
 +
                    border-color: #bbb;
 +
                    color: #493f3f;
 +
                    background-color: #52bcec;
 +
                    line-height: 120%;
 +
                }
 +
                .tg .tg-title {
 +
                    font-weight: bold;
 +
                    font-size: 24px;
 +
                    text-align: center;
 +
                }
 +
                .tg .tg-grey {
 +
                    background-color: #c6dee9;
 +
                    text-align: left;
 +
                }
 +
                .tg .tg-lblue {
 +
                    background-color: #aae2fc;
 +
                    text-align: left;
 +
                }
 +
                .tg .tg-dblue {
 +
                    background-color: #89cfef;
 +
                    text-align: left;
 +
                }
 +
                @media screen and (max-width: 100%) {.tg {
 +
                        width: 100%;
 +
                    }
 +
                    .tg col {
 +
                        width: 100%;
 +
                    }
 +
                    .tg-wrap {
 +
                        overflow-x: auto;
 +
                        -webkit-overflow-scrolling: touch;
 +
                    }
 +
                }
 +
            </style>
 +
            <div class="tg-wrap" style="width:100%">
 +
                <table class="tg" style="width:100%">
 +
                    <tr>
 +
                        <th class="tg-title" colspan="3">KU Leuven iGEM 2015 Symposium
 +
                            <br>
 +
                            on Synthetic Biology, Cell Systems and Ethics in Biochemistry
 +
                            <br>
 +
                            Leuven 07.09.2015</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-grey"></td>
 +
                        <td class="tg-grey">9:00-10:00</td>
 +
                        <td class="tg-grey">
 +
                            <b>Registration and welcome tea/coffee</b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue" rowspan="6">Morning Block</td>
 +
                        <td class="tg-dblue">10:00-10:10</td>
 +
                        <td class="tg-dblue">Welcome words by Prof. Johan Robben</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">10:10-10:35</td>
 +
                        <td class="tg-dblue">
 +
                            <b>Home speaker: Vera van Noort
 +
                            </b>
 +
                            <br>
 +
                            Center for Microbial and Plant Genetics<br>
 +
                            <i>"Lessons from systems biology of a minimal organism for synthetic biology"</i>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">10:35-11:35</td>
 +
                        <td class="tg-dblue">
 +
                            <b>Keynote speaker: Victor Dillard</b>
 +
                            <br>
 +
                            Chief Operating Officer & Founder, Desktop Genetics<br>
 +
                            <i>
 +
                                "Through synthetic biology to entrepreneurship"</i>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue"></td>
 +
                        <td class="tg-dblue">
 +
                            <b>
 +
                                Presentation by the iGEM Teams</b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">11:40-11:50</td>
 +
                        <td class="tg-dblue">
 +
                            iGEM Paris-Saclay: "SafetE.coli"</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">11:55-12:05</td>
 +
                        <td class="tg-dblue">
 +
                            iGEM TU Eindhoven: "Click Coli"</td>
 +
                    </tr>
  
#content {
+
                    <tr>
    background-color:transparent;
+
                        <td class="tg-grey"></td>
}
+
                        <td class="tg-grey">12:05-13:05</td>
 +
                        <td class="tg-grey">
 +
                            <b>Lunch Break, networking</b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue" rowspan="6">Early Afternoon Block</td>
 +
                        <td class="tg-lblue">13:05-14:05</td>
 +
                        <td class="tg-lblue">
 +
                            <b>Keynote speaker: Sebastian Maerkl
 +
                            </b>
 +
                            <br>
 +
                            École Polytechnique Fédérale de Lausanne, LBNC<br>
 +
                            <i>
 +
                                "Cell-Free synthetic biology"
 +
                            </i>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue">14:05-14:30</td>
 +
                        <td class="tg-lblue">
 +
                            <b>Home speaker: Yves Peeters</b><br>
 +
                            Laboratory of Biochemistry: Molecular and Structural Biology
 +
                            <br>
 +
                            <i>
 +
                                "Directed evolution of polymerases using synthetic biology methods"</i>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue"></td>
 +
                        <td class="tg-lblue">
 +
                            <b>
 +
                                Presentation by the iGEM Teams</b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue">14:35-14:45</td>
 +
                        <td class="tg-lblue">
 +
                            iGEM Amsterdam: "[Photo]Synthetic Romance"</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue">14:50-15:00</td>
 +
                        <td class="tg-lblue">
 +
                            <del>
 +
                                iGEM TU Darmstadt: "Building with light/Labsurfing"
 +
                            </del>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-lblue">15:05-15:20</td>
 +
                        <td class="tg-lblue">
 +
                            iGEM KU Leuven: "Spot E.Shape"</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-grey"></td>
 +
                        <td class="tg-grey">15:25-15:50</td>
 +
                        <td class="tg-grey">
 +
                            <b>Tea/Coffee break</b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue" rowspan="3">Evening block</td>
 +
                        <td class="tg-dblue">15:50-16:00</td>
 +
                        <td class="tg-dblue">Introduction of the debate experts: Prof. Bart De Moor (KU
 +
                            Leuven), Prof. Johan Robben (KU Leuven), Dr. Stijn Bruers (UGent), Prof. Vera
 +
                            van Noort (KU Leuven), Victor Dillard (Desktop Genetics).
 +
                            <br>
 +
                            Moderator: Prof. Piet Van der Meer (Ugent/VUB)
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">16:00-17:00</td>
 +
                        <td class="tg-dblue">A debate on the ethics in synthetic biology and biochemistry</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-dblue">17:00-17:10</td>
 +
                        <td class="tg-dblue">Closing words</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-grey"></td>
 +
                        <td class="tg-grey">17:10-19:00</td>
 +
                        <td class="tg-grey">
 +
                            <b>Wok and Talk Chinese dinner reception
 +
                            </b>
 +
                        </td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="tg-grey"></td>
 +
                        <td class="tg-grey">19:30</td>
 +
                        <td class="tg-grey">Leuven Kermis – Visit to Leuven Centrum for interested people</td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <br>
 +
            <br>
 +
        </div>
 +
    </div>
 +
    <div class="summarytext1">
 +
        <div class="part">
  
</style>
+
            <h3 style="font-size:2.7em">Speakers</h3><br>
+
<link rel="stylesheet" type="text/css"
+
href="https://2015.igem.org/Template:KU_Leuven/Lightbox/CSS?action=raw&ctype=text/css" />
+
</head>
+
<script type="text/javascript" src="http://yourjavascript.com/11518521655/lightbox.js"></script>
+
  
<body>
+
            <p style="margin-bottom:20px">
 +
                <img ; align="left" height=225px
 +
                    src="https://static.igem.org/mediawiki/2015/f/f8/KU_Leuven_Speaker_SM.jpg"
 +
                    style="margin: 0px 20px 0px 0px;border:3px solid black" width="150px">
 +
                <u>
 +
                    <b>Sebastian Maerkl</b>, École Polytechnique Fédérale de Lausanne, The
 +
                    Laboratory of Biological Network Characterization (LBNC)</u>
 +
                <br>
 +
                Sebastian Maerkl's lab conducts research at the interface of engineering and
 +
                biology and is active in the areas of systems biology, synthetic biology and
 +
                molecular diagnostics. They are driven by the desire to learn how to rationally
 +
                design and engineer biological systems. Sebastian Maerkl’s research aims to
 +
                develop new microfluidic technologies and apply them to solve biological
 +
                problems. His rare expertise allows him to combine the design of new tools with
 +
                advanced research in biology. Sebastian Maerkl is internationally recognized for
 +
                his many outstanding contributions. Particularly in combining synthetic biology
 +
                and computational systems with microfluidics, he demonstrated that the
 +
                expression of genes in vivo can be provided based on the binding energy profiles
 +
                in vitro. His studies will focus on five areas: the bioengineering of
 +
                biosystems, the engineering of transcriptional regulatory networks, the
 +
                engineering of genes and genomes, the engineering of biological systems de novo
 +
                and the development of a new generation of diagnostic devices.
 +
            </p>
 +
        </div>
 +
    </div>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <div class="summarytext1">
 +
        <div class="part">
 +
            <p style="margin-bottom:20px">
 +
                <img ; align="right" height="210px"
 +
                    src="https://static.igem.org/mediawiki/2015/archive/7/7f/20150820114120%21KUL_SYM_VD.png"
 +
                    style="margin: 0px 0px 0px 20px;border:3px solid black" width="180px">
 +
                <u>
 +
                    <b>Victor Dillard</b>, Chief Operating Officer & Founder, Desktop Genetics</u>
 +
                <br>
 +
                Victor obtained his masters in chemical engineering with honours at Imperial
 +
                College London before completing a specialist biotechnology and business masters
 +
                with distinction at the University of Cambridge. Since graduating, Victor
 +
                founded Desktop Genetics with a vision to change modern biotech R&D and enable
 +
                rapid and accurate end-to-end genome engineering experiments through their
 +
                proprietary software platform. Within two years of founding Desktop Genetics,
 +
                Victor has raised over $600,000 of private equity and grant financing, and
 +
                delivered over $400,000 of revenue. Today, Victor heads the company's business
 +
                development and operations and is leading the product and technology expansion
 +
                into CRISPR and genome editing.
 +
            </p>
 +
        </div>
 +
    </div>
 +
    <div class="whitespace"></div>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <div class="summarytext1">
 +
        <div class="part">
 +
            <p>
 +
                <img ; align="left" height=200px
 +
                    src="https://static.igem.org/mediawiki/2015/b/b7/KUL_SYM_VVN.png"
 +
                    style="margin-right:20px" width="150px">
 +
                <u>
 +
                    <b>Vera van Noort</b>, Center for Microbial and Plant Genetics
 +
                </u><br>
 +
                The research group led by Vera van Noort is interested in understanding
 +
                biological systems as a whole. They try to achieve this through computational
 +
                analysis of large-scale data generated by the ever growing number of new
 +
                technologies that can systematically measure the behaviour of multiple cellular
 +
                components, such as biochemical activities, biophysical properties, subcellular
 +
                localization and interaction. They use and develop new methods to integrate,
 +
                visualize and query the large amounts of information available and in such a way
 +
                come to new biological discoveries. A particular focus of the group is
 +
                proteomics and post-translational modifications.
 +
            </p>
 +
        </div>
 +
    </div>
 +
    <div class="whitespace"></div>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <div class="summarytext1">
 +
        <div class="part">
 +
            <p>
 +
                <img align="right" height=200px
 +
                    src="https://static.igem.org/mediawiki/2015/e/e2/KUL_SYM_YP.png"
 +
                    style="margin-left:20px;border:3px solid black;z-index:100;" width="140px">
 +
                <u>
 +
                    <b>Yves Peeters</b>, Laboratory of Biochemistry, Molecular and Structural Biology</u>
 +
                <br>
 +
                After completing his master thesis at KU Leuven, Yves obtained an IWT fellowship
 +
                for his PhD work in the field of synthetic biology. His primary interest goes to
 +
                DNA polymerases and their modifications towards creation of artificial nucleic
 +
                acids.
 +
            </p>
 +
        </div>
 +
    </div>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <br>
 +
    <div class="part">
 +
        <h3 style="font-size:2.7em">PARTICIPATING iGEM TEAMS</h3><br>
 +
        <div>
 +
            <div class="linewrapper">
 +
                <div align="left" class="teamswrapper" id="left" name="KUL"
 +
                    style="cursor:pointer;">
 +
                    <a href="https://2015.igem.org/Team:KU_Leuven">
 +
                        <img height=100px src="https://static.igem.org/mediawiki/2015/7/76/KUL_SYM_logo.png"
 +
                            width=200px>
 +
                    </a>
  
<div class="summaryheader">
+
                </div>
  <div class="summaryimg">
+
  <img src="https://static.igem.org/mediawiki/2015/b/b7/KU_Leuven_Researchbanner.jpg" width="100%">
+
  <div class="head">
+
    <h2> Symposium </h2>
+
  </div>
+
</div>
+
</div>
+
  
 +
                <div class="teamswrapper" id="middle" name="AMS" style="cursor:pointer;">
 +
                    <a href="https://2015.igem.org/Team:Amsterdam">
 +
                        <img height=120px
 +
                            src="https://static.igem.org/mediawiki/2015/8/81/KUL_Amsterdam_iGEM_logo_transparant.png"
 +
                            width=200px >
 +
                    </a>
  
<!------------------------------------------------------Begin Content--------------------------------------------------------->
+
                </div>
<div class="summarytext1">
+
<div class="part">
+
<h2 style="font-size:3.2em" >iGEM Symposium Day on Synthetic Biology, Cell Systems
+
and Ethics in Biochemistry</h2>
+
<br>
+
  
<h3 style="font-size:2.7em">Details</h3> <br>
+
                <div align="right" class="teamswrapper" id="right" name="PAR"
<div align="left">
+
                    style="cursor:pointer;">
<p>
+
                    <a href="https://2015.igem.org/Team:Paris_Saclay">
<b>DATE:</b><br>
+
                        <img height=120px
07.09.2015 10:00 – 19:00 <br>
+
                            src="https://static.igem.org/mediawiki/2015/a/ab/KUL_logo_Paris_Saclay_logo_transparant.png
<b>VENUE:</b> <br>
+
"
KU Leuven Campus Arenberg, Celestijnenlaan 200A (Computer Science) aula 00.225, Heverlee, Belgium
+
                            width=200px>
<br>
+
                    </a>
<br>
+
<br>
+
<br>
+
</p>
+
</div>
+
<h3 style="font-size:2.7em">PROGRAM</h3><br>
+
<style type="text/css">
+
.tg  {border-spacing:0;border-color:#bbb; width=100%}
+
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:none;overflow:hidden;word-break:normal;border-color:#bbb;color:#594F4F;background-color:#E0FFEB;}
+
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:none;overflow:hidden;word-break:normal;border-color:#bbb;color:#493F3F;background-color:#52BCEC;line-height: 120%;}
+
.tg .tg-title{font-weight:bold;font-size:24px;text-align:center}
+
.tg .tg-grey{background-color:#C6DEE9; text-align:left}
+
.tg .tg-lblue{background-color:#AAE2FC; text-align:left}
+
.tg .tg-dblue{background-color:#89CFEF; text-align:left}
+
@media screen and (max-width: 100%) {.tg {width: 100%;}.tg col {width: 100%;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}</style>
+
<div class="tg-wrap" style="width:100%"><table class="tg" style="width:100%">
+
  <tr>
+
    <th class="tg-title" colspan="3">KU Leuven iGEM 2015 Symposium <br> on Synthetic Biology, Cell Systems and Ethics in Biochemistry <br> Leuven 07.09.2015</th>
+
  </tr>
+
  <tr>
+
    <td class="tg-grey"></td>
+
    <td class="tg-grey">9:00-10:00</td>
+
    <td class="tg-grey"><b>Registration and welcome tea/coffee</b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue" rowspan="6">Morning Block</td>
+
    <td class="tg-dblue">10:00-10:10</td>
+
    <td class="tg-dblue">Welcome words by Prof. Johan Robben</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">10:10-10:35</td>
+
    <td class="tg-dblue"> <b>Home speaker: Vera van Noort </b> <br> Center for Microbial and Plant Genetics<br>
+
<i>"Lessons from systems biology of a minimal organism for synthetic biology"</i></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">10:35-11:35</td>
+
    <td class="tg-dblue"> <b>Keynote speaker: Victor Dillard</b> <br> Chief Operating Officer & Founder, Desktop Genetics<br> <i> "Through synthetic biology to entrepreneurship"</i></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue"></td>
+
    <td class="tg-dblue"><b> Presentation by the iGEM Teams</b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">11:40-11:50</td>
+
    <td class="tg-dblue"> iGEM Paris-Saclay: "SafetE.coli"</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">11:55-12:05</td>
+
    <td class="tg-dblue"> iGEM TU Eindhoven: "Click Coli"</td>
+
  </tr>
+
  
  <tr>
+
                </div>
    <td class="tg-grey"></td>
+
            </div>
    <td class="tg-grey">12:05-13:05</td>
+
    <td class="tg-grey"><b>Lunch Break, networking</b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-lblue" rowspan="6">Early Afternoon Block</td>
+
    <td class="tg-lblue">13:05-14:05</td>
+
    <td class="tg-lblue"><b>Keynote speaker: Sebastian Maerkl </b> <br> École Polytechnique Fédérale de Lausanne, LBNC<br> <i> "Cell-Free synthetic biology" </i> </td>
+
  </tr>
+
  <tr>
+
    <td class="tg-lblue">14:05-14:30</td>
+
    <td class="tg-lblue"><b>Home speaker: Yves Peeters</b><br> Laboratory of Biochemistry: Molecular and Structural Biology <br> <i> "Directed evolution of polymerases using synthetic biology methods"</i></td>
+
  </tr>
+
    <tr>
+
    <td class="tg-lblue"></td>
+
    <td class="tg-lblue"><b> Presentation by the iGEM Teams</b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-lblue">14:35-14:45</td>
+
    <td class="tg-lblue"> iGEM Amsterdam: "[Photo]Synthetic Romance"</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-lblue">14:50-15:00</td>
+
    <td class="tg-lblue"> <del> iGEM TU Darmstadt: "Building with light/Labsurfing" </del></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-lblue">15:05-15:20</td>
+
    <td class="tg-lblue"> iGEM KU Leuven: "Spot E.Shape"</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-grey"></td>
+
    <td class="tg-grey">15:25-15:50</td>
+
    <td class="tg-grey"><b>Tea/Coffee break</b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue" rowspan="3">Evening block</td>
+
    <td class="tg-dblue">15:50-16:00</td>
+
    <td class="tg-dblue">Introduction of the debate experts: Prof. Bart De Moor (KU Leuven), Prof. Johan Robben (KU Leuven), Dr. Stijn Bruers (UGent), Prof. Vera van Noort (KU Leuven), Victor Dillard (Desktop Genetics). <br>
+
Moderator: Prof. Piet Van der Meer (Ugent/VUB)
+
</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">16:00-17:00</td>
+
    <td class="tg-dblue">A debate on the ethics in synthetic biology and biochemistry</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-dblue">17:00-17:10</td>
+
    <td class="tg-dblue">Closing words</td>
+
  </tr>
+
  <tr>
+
    <td class="tg-grey"></td>
+
    <td class="tg-grey">17:10-19:00</td>
+
    <td class="tg-grey"><b>Wok and Talk Chinese dinner reception </b></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-grey"></td>
+
    <td class="tg-grey">19:30</td>
+
    <td class="tg-grey">Leuven Kermis – Visit to Leuven Centrum for interested people</td>
+
  </tr>
+
</table></div>
+
<br>
+
<br>
+
</div>
+
</div>
+
<div class="summarytext1">
+
<div class="part">
+
  
<h3 style="font-size:2.7em">Speakers</h3><br>
+
            <div class="linewrapper">
 +
                <div align="left" class="teamswrapper" id="left" name="EIN"
 +
                    style="cursor:pointer;">
 +
                    <a href="https://2015.igem.org/Team:TU_Eindhoven">
 +
                        <img height=120px src="https://static.igem.org/mediawiki/2015/0/06/Logo_website.png"
 +
                            width=200px>
 +
                    </a>
  
<p style="margin-bottom:20px">
 
<img src="https://static.igem.org/mediawiki/2015/f/f8/KU_Leuven_Speaker_SM.jpg" align="left" height=225px width="150px" style="margin: 0px 20px 0px 0px;border:3px solid black";>
 
<u><b>Sebastian Maerkl</b>, École  Polytechnique Fédérale de Lausanne, The Laboratory of Biological Network Characterization (LBNC)</u> <br>
 
Sebastian Maerkl's lab conducts research at the interface of engineering and biology and is active in the areas of systems biology, synthetic biology and molecular diagnostics. They are driven by the desire to learn how to rationally design and engineer biological systems.
 
Sebastian Maerkl’s research aims to develop new microfluidic technologies and apply them to solve biological problems. His rare expertise allows him to combine the design of new tools with advanced research in biology. Sebastian Maerkl is internationally recognized for his many outstanding contributions. Particularly in combining synthetic biology and computational systems with microfluidics, he demonstrated that the expression of genes in vivo can be provided based on the binding energy profiles in vitro.
 
His studies will focus on five areas: the bioengineering of biosystems, the engineering of transcriptional regulatory networks, the engineering of genes and genomes, the engineering of biological systems de novo and the development of a new generation of diagnostic devices.
 
</p>
 
</div>
 
</div>
 
<br>
 
<br>
 
<br>
 
<br>
 
<div class="summarytext1">
 
<div class="part">
 
<p style="margin-bottom:20px">
 
<img src="https://static.igem.org/mediawiki/2015/archive/7/7f/20150820114120%21KUL_SYM_VD.png" align="right" height="210px" width="180px" style="margin: 0px 0px 0px 20px;border:3px solid black";>
 
<u><b>Victor Dillard</b>, Chief Operating Officer & Founder, Desktop Genetics</u> <br>
 
Victor obtained his masters in chemical engineering with honours at Imperial College London before completing a specialist biotechnology and business masters with distinction at the University of Cambridge.
 
Since graduating, Victor founded Desktop Genetics with a vision to change modern biotech R&D and enable rapid and accurate end-to-end genome engineering experiments through their proprietary software platform. Within two years of founding Desktop Genetics, Victor has raised over $600,000 of private equity and grant financing, and delivered over $400,000 of revenue. Today, Victor heads the company's business development and operations and is leading the product and technology expansion into CRISPR and genome editing.
 
</p>
 
</div>
 
</div>
 
<div class="whitespace">
 
</div>
 
<br>
 
<br>
 
<br>
 
<br>
 
<div class="summarytext1">
 
<div class="part">
 
<p>
 
<img src="https://static.igem.org/mediawiki/2015/b/b7/KUL_SYM_VVN.png" align="left" height=200px width="150px" style="margin-right:20px";><u><b>Vera van Noort</b>, Center for Microbial and Plant Genetics </u><br>
 
The research group led by Vera van Noort is interested in understanding biological systems as a whole. They try to achieve this through computational analysis of large-scale data generated by the ever growing number of new technologies that can systematically measure the behaviour of multiple cellular components, such as biochemical activities, biophysical properties, subcellular localization and interaction. They use and develop new methods to integrate, visualize and query the large amounts of information available and in such a way come to new biological discoveries. A particular focus of the group is proteomics and post-translational modifications.
 
</p>
 
</div>
 
</div>
 
<div class="whitespace">
 
</div>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<div class="summarytext1">
 
<div class="part">
 
<p>
 
<img src="https://static.igem.org/mediawiki/2015/e/e2/KUL_SYM_YP.png" align="right" height=200px width="140px" style="margin-left:20px;border:3px solid black;z-index:100;">
 
<u><b>Yves Peeters</b>, Laboratory of Biochemistry, Molecular and Structural Biology</u> <br>
 
After completing his master thesis at KU Leuven, Yves obtained an IWT fellowship for his PhD work in the field of synthetic biology. His primary interest goes to DNA polymerases and their modifications towards creation of artificial nucleic acids.
 
</p>
 
</div>
 
</div>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<div class="part">
 
<h3 style="font-size:2.7em">PARTICIPATING iGEM TEAMS</h3><br>
 
<div>
 
<div class="linewrapper">
 
                        <div class="teamswrapper" id="left" name="KUL" align="left"style="cursor:pointer;">
 
                            <a href="https://2015.igem.org/Team:KU_Leuven"> <img src="https://static.igem.org/mediawiki/2015/7/76/KUL_SYM_logo.png" width=200px height=100px> </a>
 
                           
 
                        </div>
 
                       
 
                        <div class="teamswrapper" id="middle" name="AMS" style="cursor:pointer;">
 
                          <a href="https://2015.igem.org/Team:Amsterdam"> <img  src="https://static.igem.org/mediawiki/2015/8/81/KUL_Amsterdam_iGEM_logo_transparant.png" height=120px width=200px > </a>
 
                                                   
 
                        </div>
 
                                           
 
                       
 
                        <div class="teamswrapper" id="right" name="PAR" align="right" style="cursor:pointer;">
 
                            <a href="https://2015.igem.org/Team:Paris_Saclay"> <img  src="https://static.igem.org/mediawiki/2015/a/ab/KUL_logo_Paris_Saclay_logo_transparant.png
 
" width=200px height=120px> </a>
 
                                                     
 
                        </div>
 
                    </div>
 
 
<div class="linewrapper">
 
                        <div class="teamswrapper" id="left" name="EIN" align="left"style="cursor:pointer;">
 
                          <a href="https://2015.igem.org/Team:TU_Eindhoven"> <img src="https://static.igem.org/mediawiki/2015/0/06/Logo_website.png" width=200px height=120px> </a>
 
                           
 
                        </div>
 
                                                                 
 
                       
 
                        <div class="teamswrapper" id="middle" name="BONN" style="cursor:pointer;">
 
                          <a href="http://2015.igembonn.com">  <img  src="https://static.igem.org/mediawiki/2015/f/fb/KUL_Bonn.jpg" width=200px height=120px> </a>
 
                                                     
 
                        </div>
 
 
                 </div>
 
                 </div>
</div>             
 
  
<br>
+
                <div class="teamswrapper" id="middle" name="BONN" style="cursor:pointer;">
<br>
+
                    <a href="http://2015.igembonn.com">
<br>
+
                        <img height=120px src="https://static.igem.org/mediawiki/2015/f/fb/KUL_Bonn.jpg"
<h3 style="font-size:2.7em">DRINKS AND FOOD</h3>
+
                            width=200px>
<p>
+
                    </a>
Beverages, lunch sandwiches and dinner-reception will be provided for all the participants free of charge.
+
</p>
+
<br>
+
<br>
+
<p>
+
<h3 style="font-size:2.7em">MAP</h3><br>
+
<img src="https://static.igem.org/mediawiki/2015/1/17/KUL_Campus_Arenberg.png" height=80% width=100%>
+
</p>
+
</div>
+
  
<br>
+
                </div>
<br>
+
            </div>
<br>
+
        </div>
  
<!--------------------------------------------------EasySwitch-------------------------------------------------------------->
+
        <br>
<script language="javascript" type="text/javascript">
+
        <h2>
function EasySwitch(){
+
            Event summary
var lckv= document.getElementById("EasySwitch").checked;
+
        </h2>
if (lckv==true)
+
{
+
$('.easy').css('display', 'inline');
+
$('.scientific').css('display', 'none');
+
}
+
else
+
{
+
$('.easy').css('display', 'none');
+
$('.easyleft').css('display', 'none');
+
$('.scientific').css('display', 'inline');
+
}
+
}
+
  
$( "#Switch" ).mouseenter(function() {
+
        <br>
      $("#SwitchText").show();
+
        <br>
});
+
        <h2 style="font-size:2.7em">DRINKS AND FOOD</h3>
$( "#Switch" ).mouseleave(function() {
+
        <p>
    $("#SwitchText").hide();
+
            Beverages, lunch sandwiches and dinner-reception where be provided for all the
});
+
            participants free of charge.
</script>
+
        </p>
 +
        <br>
 +
        <br>
 +
        <p>
 +
            <h2 style="font-size:2.7em">MAP</h3><br>
 +
            <img height=80%
 +
                src="https://static.igem.org/mediawiki/2015/1/17/KUL_Campus_Arenberg.png" width=100%>
 +
        </p>
 +
    </div>
  
<div id="summarywrapper">
+
    <br>
<div class="summary">
+
    <br>
<h3> Contact </h3>
+
    <br>
<p style="font-size:1.3em; text-align: center">
+
Address: Celestijnenlaan 200G room 00.08 - 3001 Heverlee<br>
+
Telephone n°: +32(0)16 32 73 19<br>
+
Mail: igem@chem.kuleuven.be<br
+
</p>
+
</div>
+
</div>
+
  
<div id="footer">
+
    <div id="summarywrapper">
<div class="rowfooter">
+
        <div class="summary">
  <div class="emptyfooter">
+
            <h3>
  </div>
+
                Contact
  <div id="bioscenter">
+
            </h3>
      <a href="http://www.kuleuven.be/bioscenter/"><img src="https://static.igem.org/mediawiki/2015/3/3c/KU_Leuven_Logo_BioSCENTer.png" alt="bioSCENTer" width="95%"></a>
+
            <p style="font-size:1.3em; text-align: center">
  </div>
+
                Address: Celestijnenlaan 200G room 00.08 - 3001 Heverlee<br>
  <div class="emptyfooter">
+
                Telephone n°: +32(0)16 32 73 19<br>
  </div>
+
                Mail: igem@chem.kuleuven.be<br>
</div>
+
            </p>
 +
        </div>
 +
    </div>
  
<div class="rowfooter">
+
    <div id="footer">
      <div id="lrd">
+
        <div class="rowfooter">
      <a href="http://lrd.kuleuven.be/"><img src="https://static.igem.org/mediawiki/2015/b/b4/KU_Leuven_HR_LRD_CMYK_LOGO.jpg" alt="KU Leuven Research & Development" width="95%"></a>
+
            <div class="emptyfooter"></div>
  </div>  
+
            <div id="bioscenter">
  <div id="youreca">
+
                <a href="http://www.kuleuven.be/bioscenter/"><img alt="bioSCENTer"
      <a href="http://www.kuleuven.be/onderzoek/youreca/"><img src="https://static.igem.org/mediawiki/2015/4/4f/KU_Leuven_YOURECA.png" alt="YOURECA" width="95%"></a>
+
                    src="https://static.igem.org/mediawiki/2015/3/3c/KU_Leuven_Logo_BioSCENTer.png"
  </div>
+
                    width="95%"></a>
  <div id="solvay">
+
            </div>
      <a href="http://www.solvay.com/"><img src="https://static.igem.org/mediawiki/2015/8/89/KU_Leuven_Solvay_Transparant.png" alt="SOLVAY" width="95%"></a>
+
            <div class="emptyfooter"></div>
  </div>
+
        </div>
  <div id="medicine">
+
      <a href="http://gbiomed.kuleuven.be/english"><img src="https://static.igem.org/mediawiki/2015/8/83/KU_Leuven_Biomedische_Wetenschappen_logo_.png" alt="Faculty of Medicine" width="95%"></a>
+
  </div>
+
</div>
+
  
  <div class="rowfooter">
+
        <div class="rowfooter">
<div id="imec">
+
            <div id="lrd">
      <a href="http://www2.imec.be/be_en/home.html"><img src="https://static.igem.org/mediawiki/2015/7/70/KU_Leuven_Imec_logo_transparant.png" alt="imec" width="95%"></a>
+
                <a href="http://lrd.kuleuven.be/"><img alt="KU Leuven Research & Development"
  </div>
+
                    src="https://static.igem.org/mediawiki/2015/b/b4/KU_Leuven_HR_LRD_CMYK_LOGO.jpg"
<div id="genzyme">
+
                    width="95%"></a>
      <a href="http://www.genzyme.be/"><img src="https://static.igem.org/mediawiki/2015/b/b7/KU_Leuven_Genzyme_logo_transparant.png" alt="Genzyme" width="95%"></a>
+
            </div>
  </div>
+
            <div id="youreca">
  <div id="eppendorf">
+
                <a href="http://www.kuleuven.be/onderzoek/youreca/"><img alt="YOURECA"
      <a href="https://www.eppendorf.com/BE-en/"><img src="https://static.igem.org/mediawiki/2015/9/96/KU_Leuven_Logo_Eppendorf_transparant.png" alt="Eppendorf" width="95%"></a>
+
                    src="https://static.igem.org/mediawiki/2015/4/4f/KU_Leuven_YOURECA.png" width="95%"></a>
  </div>
+
            </div>
<div id="kuleuven">
+
            <div id="solvay">
      <a href="http://www.kuleuven.be/english"><img src="https://static.igem.org/mediawiki/2015/0/08/KULEUVEN_groot.png" alt="bioSCENTer" width="95%"></a>
+
                <a href="http://www.solvay.com/"><img alt="SOLVAY"
  </div>
+
                    src="https://static.igem.org/mediawiki/2015/8/89/KU_Leuven_Solvay_Transparant.png"
<div class="spacefooter">
+
                    width="95%"></a>
</div>
+
            </div>
<div id="gips">
+
            <div id="medicine">
      <a href="http://www.gipsmineral.de/"><img src="https://static.igem.org/mediawiki/2015/3/3d/KU_Leuven_Gips_Mineral_logo_transparant.png" alt="Gips Mineral" width="95%"></a>
+
                <a href="http://gbiomed.kuleuven.be/english"><img alt="Faculty of Medicine"
  </div>
+
                    src="https://static.igem.org/mediawiki/2015/8/83/KU_Leuven_Biomedische_Wetenschappen_logo_.png"
<div id="kolo">
+
                    width="95%"></a>
      <a href=""><img src="https://static.igem.org/mediawiki/2015/1/15/KUL_Ko-Lo_Instruments_logo_transparant.png" alt="Ko-Lo Instruments" width="95%"></a>
+
            </div>
    </div>
+
        </div>
<div id="regensys">
+
      <a href="http://regenesys.eu/"><img src="https://static.igem.org/mediawiki/2015/e/eb/KU_Leuven_Logo_Regenesys_Transparant.png" alt="Regenesys" width="95%"></a>
+
  </div>
+
</div>
+
  
<div class="rowfooter">
+
        <div class="rowfooter">
<div id="bioke">
+
            <div id="imec">
      <a href="https://www.bioke.com/"><img src="https://static.igem.org/mediawiki/2015/e/e1/KUL_Biok%C3%A9_logo_transparant.png" alt="Bioké" width="95%"></a>
+
                <a href="http://www2.imec.be/be_en/home.html"><img alt="imec"
  </div>
+
                    src="https://static.igem.org/mediawiki/2015/7/70/KU_Leuven_Imec_logo_transparant.png"
  <div id="thermofisher">
+
                    width="95%"></a>
      <a href="https://www.fishersci.com/us/en/home.html"><img src="https://static.igem.org/mediawiki/2015/a/aa/KUL_Fischer_Scientific_logo_transparant.png" alt="Thermo Fisher Scientific" width="95%"></a>
+
            </div>
  </div>
+
            <div id="genzyme">
<div id="vwr">
+
                <a href="http://www.genzyme.be/"><img alt="Genzyme"
      <a href="https://be.vwr.com/store/?&_requestid=866148&_DARGS=/store/cms/be.vwr.com/nl_BE/header_20159241139103.jsp.1_AF&_dynSessConf=4047468000326453053&targetURL=/store/%3F%26_requestid%3D866148&lastLanguage=en&/vwr/userprofiling/EditPersonalInfoFormHandler.updateLocale=&_D%3AcurrentLanguage=+&currentLanguage=en&_D%3AlastLanguage=+&_D%3A/vwr/userprofiling/EditPersonalInfoFormHandler.updateLocale=+"><img src="https://static.igem.org/mediawiki/2015/8/8d/KU_Leuven_Logo_VWR_transparant_.png" alt="VWR" width="95%"></a>
+
                    src="https://static.igem.org/mediawiki/2015/b/b7/KU_Leuven_Genzyme_logo_transparant.png"
  </div>
+
                    width="95%"></a>
<div id="footerimg">
+
            </div>
  <img src="https://static.igem.org/mediawiki/2015/b/b9/KU_Leuven_Zebra_spots_wiki_footer_main.png" width="95%">
+
            <div id="eppendorf">
  </div>
+
                <a href="https://www.eppendorf.com/BE-en/"><img alt="Eppendorf"
<div id="gimv">
+
                    src="https://static.igem.org/mediawiki/2015/9/96/KU_Leuven_Logo_Eppendorf_transparant.png"
      <a href="http://www.gimv.com/en"><img src="https://static.igem.org/mediawiki/2015/a/ac/KU_Leuven_Logo_Gimv_Transparant.png" alt="Gimv" width="95%"></a>
+
                    width="95%"></a>
  </div>
+
            </div>
  <div id="machery">
+
            <div id="kuleuven">
      <a href="http://www.filterservice.be/"><img src="https://static.igem.org/mediawiki/2015/4/41/KU_Leuven_Macherey_Nagel_logo_transparant.png" alt="Machery Nagel" width="95%"></a>
+
                <a href="http://www.kuleuven.be/english"><img alt="bioSCENTer"
  </div>
+
                    src="https://static.igem.org/mediawiki/2015/0/08/KULEUVEN_groot.png" width="95%"></a>
<div class="logosmall">
+
            </div>
    <div id="sigma">
+
            <div class="spacefooter"></div>
      <a href="https://www.sigmaaldrich.com/belgium-nederlands.html"><img src="https://static.igem.org/mediawiki/2015/4/4b/KUL_Sigma-Aldrich_logo_transparant.png" alt="Sigma-Aldrich" width="95%"></a>
+
            <div id="gips">
    </div>
+
                <a href="http://www.gipsmineral.de/"><img alt="Gips Mineral"
    <div id="egilabo">
+
                    src="https://static.igem.org/mediawiki/2015/3/3d/KU_Leuven_Gips_Mineral_logo_transparant.png"
      <a href="http://www.egilabo.be/"><img src="https://static.igem.org/mediawiki/2015/e/e9/KUL_Egilabo_logo_transparant.png" alt="Egilabo" width="95%"></a>
+
                    width="95%"></a>
    </div>
+
            </div>
  </div>  
+
            <div id="kolo">
</div>
+
                <a href=""><img alt="Ko-Lo Instruments"
 +
                    src="https://static.igem.org/mediawiki/2015/1/15/KUL_Ko-Lo_Instruments_logo_transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div id="regensys">
 +
                <a href="http://regenesys.eu/"><img alt="Regenesys"
 +
                    src="https://static.igem.org/mediawiki/2015/e/eb/KU_Leuven_Logo_Regenesys_Transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
        </div>
  
 +
        <div class="rowfooter">
 +
            <div id="bioke">
 +
                <a href="https://www.bioke.com/"><img alt="Bioké"
 +
                    src="https://static.igem.org/mediawiki/2015/e/e1/KUL_Biok%C3%A9_logo_transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div id="thermofisher">
 +
                <a href="https://www.fishersci.com/us/en/home.html"><img alt="Thermo Fisher Scientific"
 +
                    src="https://static.igem.org/mediawiki/2015/a/aa/KUL_Fischer_Scientific_logo_transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div id="vwr">
 +
                <a
 +
                    href="https://be.vwr.com/store/?&_requestid=866148&_DARGS=/store/cms/be.vwr.com/nl_BE/header_20159241139103.jsp.1_AF&_dynSessConf=4047468000326453053&targetURL=/store/%3F%26_requestid%3D866148&lastLanguage=en&/vwr/userprofiling/EditPersonalInfoFormHandler.updateLocale=&_D%3AcurrentLanguage=+&currentLanguage=en&_D%3AlastLanguage=+&_D%3A/vwr/userprofiling/EditPersonalInfoFormHandler.updateLocale=+"><img alt="VWR"
 +
                    src="https://static.igem.org/mediawiki/2015/8/8d/KU_Leuven_Logo_VWR_transparant_.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div id="footerimg">
 +
                <img
 +
                    src="https://static.igem.org/mediawiki/2015/b/b9/KU_Leuven_Zebra_spots_wiki_footer_main.png"
 +
                    width="95%">
 +
            </div>
 +
            <div id="gimv">
 +
                <a href="http://www.gimv.com/en"><img alt="Gimv"
 +
                    src="https://static.igem.org/mediawiki/2015/a/ac/KU_Leuven_Logo_Gimv_Transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div id="machery">
 +
                <a href="http://www.filterservice.be/"><img alt="Machery Nagel"
 +
                    src="https://static.igem.org/mediawiki/2015/4/41/KU_Leuven_Macherey_Nagel_logo_transparant.png"
 +
                    width="95%"></a>
 +
            </div>
 +
            <div class="logosmall">
 +
                <div id="sigma">
 +
                    <a href="https://www.sigmaaldrich.com/belgium-nederlands.html"><img alt="Sigma-Aldrich"
 +
                        src="https://static.igem.org/mediawiki/2015/4/4b/KUL_Sigma-Aldrich_logo_transparant.png"
 +
                        width="95%"></a>
 +
                </div>
 +
                <div id="egilabo">
 +
                    <a href="http://www.egilabo.be/"><img alt="Egilabo"
 +
                        src="https://static.igem.org/mediawiki/2015/e/e9/KUL_Egilabo_logo_transparant.png"
 +
                        width="95%"></a>
 +
                </div>
 +
            </div>
 +
        </div>
  
</body>
+
    </body>
 
</html>
 
</html>

Revision as of 11:47, 12 September 2015

Symposium

iGEM Symposium Day on Synthetic Biology, Cell Systems and Ethics in Biochemistry


Details


DATE:
07.09.2015 10:00 – 19:00
VENUE:
KU Leuven Campus Arenberg, Celestijnenlaan 200A (Computer Science) aula 00.225, Heverlee, Belgium



PROGRAM


KU Leuven iGEM 2015 Symposium
on Synthetic Biology, Cell Systems and Ethics in Biochemistry
Leuven 07.09.2015
9:00-10:00 Registration and welcome tea/coffee
Morning Block 10:00-10:10 Welcome words by Prof. Johan Robben
10:10-10:35 Home speaker: Vera van Noort
Center for Microbial and Plant Genetics
"Lessons from systems biology of a minimal organism for synthetic biology"
10:35-11:35 Keynote speaker: Victor Dillard
Chief Operating Officer & Founder, Desktop Genetics
"Through synthetic biology to entrepreneurship"
Presentation by the iGEM Teams
11:40-11:50 iGEM Paris-Saclay: "SafetE.coli"
11:55-12:05 iGEM TU Eindhoven: "Click Coli"
12:05-13:05 Lunch Break, networking
Early Afternoon Block 13:05-14:05 Keynote speaker: Sebastian Maerkl
École Polytechnique Fédérale de Lausanne, LBNC
"Cell-Free synthetic biology"
14:05-14:30 Home speaker: Yves Peeters
Laboratory of Biochemistry: Molecular and Structural Biology
"Directed evolution of polymerases using synthetic biology methods"
Presentation by the iGEM Teams
14:35-14:45 iGEM Amsterdam: "[Photo]Synthetic Romance"
14:50-15:00 iGEM TU Darmstadt: "Building with light/Labsurfing"
15:05-15:20 iGEM KU Leuven: "Spot E.Shape"
15:25-15:50 Tea/Coffee break
Evening block 15:50-16:00 Introduction of the debate experts: Prof. Bart De Moor (KU Leuven), Prof. Johan Robben (KU Leuven), Dr. Stijn Bruers (UGent), Prof. Vera van Noort (KU Leuven), Victor Dillard (Desktop Genetics).
Moderator: Prof. Piet Van der Meer (Ugent/VUB)
16:00-17:00 A debate on the ethics in synthetic biology and biochemistry
17:00-17:10 Closing words
17:10-19:00 Wok and Talk Chinese dinner reception
19:30 Leuven Kermis – Visit to Leuven Centrum for interested people


Speakers


Sebastian Maerkl, École Polytechnique Fédérale de Lausanne, The Laboratory of Biological Network Characterization (LBNC)
Sebastian Maerkl's lab conducts research at the interface of engineering and biology and is active in the areas of systems biology, synthetic biology and molecular diagnostics. They are driven by the desire to learn how to rationally design and engineer biological systems. Sebastian Maerkl’s research aims to develop new microfluidic technologies and apply them to solve biological problems. His rare expertise allows him to combine the design of new tools with advanced research in biology. Sebastian Maerkl is internationally recognized for his many outstanding contributions. Particularly in combining synthetic biology and computational systems with microfluidics, he demonstrated that the expression of genes in vivo can be provided based on the binding energy profiles in vitro. His studies will focus on five areas: the bioengineering of biosystems, the engineering of transcriptional regulatory networks, the engineering of genes and genomes, the engineering of biological systems de novo and the development of a new generation of diagnostic devices.





Victor Dillard, Chief Operating Officer & Founder, Desktop Genetics
Victor obtained his masters in chemical engineering with honours at Imperial College London before completing a specialist biotechnology and business masters with distinction at the University of Cambridge. Since graduating, Victor founded Desktop Genetics with a vision to change modern biotech R&D and enable rapid and accurate end-to-end genome engineering experiments through their proprietary software platform. Within two years of founding Desktop Genetics, Victor has raised over $600,000 of private equity and grant financing, and delivered over $400,000 of revenue. Today, Victor heads the company's business development and operations and is leading the product and technology expansion into CRISPR and genome editing.





Vera van Noort, Center for Microbial and Plant Genetics
The research group led by Vera van Noort is interested in understanding biological systems as a whole. They try to achieve this through computational analysis of large-scale data generated by the ever growing number of new technologies that can systematically measure the behaviour of multiple cellular components, such as biochemical activities, biophysical properties, subcellular localization and interaction. They use and develop new methods to integrate, visualize and query the large amounts of information available and in such a way come to new biological discoveries. A particular focus of the group is proteomics and post-translational modifications.








Yves Peeters, Laboratory of Biochemistry, Molecular and Structural Biology
After completing his master thesis at KU Leuven, Yves obtained an IWT fellowship for his PhD work in the field of synthetic biology. His primary interest goes to DNA polymerases and their modifications towards creation of artificial nucleic acids.









PARTICIPATING iGEM TEAMS



Event summary



DRINKS AND FOOD

Beverages, lunch sandwiches and dinner-reception where be provided for all the participants free of charge.



MAP





Contact

Address: Celestijnenlaan 200G room 00.08 - 3001 Heverlee
Telephone n°: +32(0)16 32 73 19
Mail: igem@chem.kuleuven.be