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

 
(66 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
html {
+
       
  width: 100%;
+
        h4 {
  height: 100%;
+
            margin-bottom: 10px;
}
+
        }
 +
        .background{
 +
            background:url(https://static.igem.org/mediawiki/2017/c/cb/KU_Leuven_Homepage2.png);
 +
            position: initial;
 +
            background-size: 100%;
 +
            padding: 0 10px 0 10px;
 +
        }
 +
        p.head::first-letter {
 +
            color: #cc3333;
 +
            font-size: 40px;
 +
        }
  
body {
+
        #grad {
  background: -webkit-linear-gradient(45deg, rgba(66, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%);
+
    background: -webkit-linear-gradient(#faebd7,#faeddb,#fbefdf,#fbf1e3,#fcf3e7,#fcf5eb,#fdf7ef,#f2f2f2); /* Safari 5.1-6.0 */
  background: linear-gradient(45deg, rgba(66, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%);
+
    background: -o-linear-gradient((#faebd7,#faeddb,#fbefdf,#fbf1e3,#fcf3e7,#fcf5eb,#fdf7ef,#f2f2f2)); /* Opera 11.1-12.0 */
  color: rgba(0, 0, 0, 0.6);
+
    background: -moz-linear-gradient((#faebd7,#faeddb,#fbefdf,#fbf1e3,#fcf3e7,#fcf5eb,#fdf7ef,#f2f2f2)); /* Firefox 3.6-15 */
  font-family: "Roboto", sans-serif;
+
     background: linear-gradient((#faebd7,#faeddb,#fbefdf,#fbf1e3,#fcf3e7,#fcf5eb,#fdf7ef,#f2f2f2)); /* Standard syntax */
  font-size: 14px;
+
  line-height: 1.6em;
+
  -webkit-font-smoothing: antialiased;
+
  -moz-osx-font-smoothing: grayscale;
+
}
+
 
+
[ripple] {
+
  z-index: 1;
+
  position: relative;
+
  overflow: hidden;
+
}
+
[ripple] .ripple {
+
  position: absolute;
+
  background: #FFFFFF;
+
  width: 12px;
+
  height: 12px;
+
  border-radius: 100%;
+
  -webkit-animation: ripple 1.6s;
+
          animation: ripple 1.6s;
+
}
+
 
+
@-webkit-keyframes ripple {
+
  0% {
+
    -webkit-transform: scale(1);
+
            transform: scale(1);
+
    opacity: 0.2;
+
  }
+
  100% {
+
    -webkit-transform: scale(40);
+
            transform: scale(40);
+
    opacity: 0;
+
  }
+
}
+
 
+
@keyframes ripple {
+
  0% {
+
    -webkit-transform: scale(1);
+
            transform: scale(1);
+
    opacity: 0.2;
+
  }
+
  100% {
+
    -webkit-transform: scale(40);
+
            transform: scale(40);
+
    opacity: 0;
+
  }
+
}
+
.tabs {
+
  z-index: 15px;
+
  position: relative;
+
  background: #FFFFFF;
+
  width: 600px;
+
  border-radius: 4px;
+
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
+
  box-sizing: border-box;
+
  margin: 100px auto 10px;
+
  overflow: hidden;
+
}
+
.tabs-header {
+
  position: relative;
+
  background: #4285F4;
+
  overflow: hidden;
+
}
+
.tabs-header .border {
+
  position: absolute;
+
  bottom: 0;
+
  left: 0;
+
  background: #F4B142;
+
  width: auto;
+
  height: 2px;
+
  -webkit-transition: 0.3s ease;
+
  transition: 0.3s ease;
+
}
+
.tabs-header ul {
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-orient: horizontal;
+
  -webkit-box-direction: normal;
+
      -ms-flex-direction: row;
+
          flex-direction: row;
+
  -ms-flex-wrap: wrap;
+
      flex-wrap: wrap;
+
  width: calc(100% - 68px);
+
}
+
.tabs-header li {
+
  -webkit-transition: 0.3s ease;
+
  transition: 0.3s ease;
+
}
+
.tabs-header a {
+
  z-index: 1;
+
  display: block;
+
  box-sizing: border-box;
+
  padding: 15px 20px;
+
  color: #FFFFFF;
+
  font-weight: 500;
+
  text-decoration: none;
+
  text-transform: uppercase;
+
}
+
.tabs-nav {
+
  position: absolute;
+
  top: 0;
+
  right: 0;
+
  background: #4285F4;
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-align: center;
+
      -ms-flex-align: center;
+
          align-items: center;
+
  height: 100%;
+
  padding: 0 10px;
+
  color: #FFFFFF;
+
  -webkit-user-select: none;
+
    -moz-user-select: none;
+
      -ms-user-select: none;
+
          user-select: none;
+
}
+
.tabs-nav:before {
+
  content: '';
+
  z-index: 1;
+
  position: absolute;
+
  top: 0;
+
  left: 0;
+
  height: 100%;
+
  box-shadow: 0 0 20px 10px #4285F4;
+
}
+
.tabs-nav i {
+
  border-radius: 100%;
+
  cursor: pointer;
+
}
+
.tabs-content {
+
  position: relative;
+
  padding: 15px 20px;
+
  -webkit-transition: 0.3s ease;
+
  transition: 0.3s ease;
+
  overflow: hidden;
+
}
+
.tabs-content:after {
+
  content: '';
+
  position: absolute;
+
  bottom: -1px;
+
  left: 0;
+
  display: block;
+
  width: 100%;
+
  height: 1px;
+
  box-shadow: 0 0 20px 10px #FFFFFF;
+
}
+
.tabs-content .tab {
+
  display: none;
+
}
+
.tabs-content .tab.active {
+
  display: block;
+
}
+
 
+
.pen-footer {
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-orient: horizontal;
+
  -webkit-box-direction: normal;
+
      -ms-flex-direction: row;
+
          flex-direction: row;
+
  -webkit-box-pack: justify;
+
      -ms-flex-pack: justify;
+
          justify-content: space-between;
+
  width: 600px;
+
  margin: 20px auto 100px;
+
}
+
.pen-footer a {
+
  color: #FFFFFF;
+
  font-size: 12px;
+
  text-decoration: none;
+
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
+
}
+
.pen-footer a .material-icons {
+
  width: 12px;
+
  margin: 0 5px;
+
  vertical-align: middle;
+
  font-size: 12px;
+
}
+
 
+
.cp-fab {
+
  background: #FFFFFF !important;
+
  color: #4285F4 !important;
+
}
+
</style>
+
 
+
<div class="tabs">
+
  <div class="tabs-header">
+
    <div class="border"></div>
+
    <ul>
+
      <li class="active"><a href="#tab-1" tab-id="1" ripple="ripple" ripple-color="#FFF">Tab 1</a></li>
+
      <li><a href="#tab-2" tab-id="2" ripple="ripple" ripple-color="#FFF">Tab 2</a></li>
+
      <li><a href="#tab-3" tab-id="3" ripple="ripple" ripple-color="#FFF">Tab 3</a></li>
+
      <li><a href="#tab-4" tab-id="4" ripple="ripple" ripple-color="#FFF">Tab 4</a></li>
+
      <li><a href="#tab-5" tab-id="5" ripple="ripple" ripple-color="#FFF">Tab 5</a></li>
+
    </ul>
+
    <nav class="tabs-nav"><i class="material-icons" id="prev" ripple="ripple" ripple-color="#FFF">&#xE314;</i><i class="material-icons" id="next" ripple="ripple" ripple-color="#FFF">&#xE315;</i></nav>
+
  </div>
+
  <div class="tabs-content">
+
    <div class="tab active" tab-id="1">1. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor. Ellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor.</div>
+
    <div class="tab" tab-id="2">2. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam.</div>
+
    <div class="tab" tab-id="3">3. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor.</div>
+
    <div class="tab" tab-id="4">4. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur.</div>
+
    <div class="tab" tab-id="5">5. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor.Cras mattis consectetur purus sit amet fermentum. Maecenas sed diam eget risus varius blandit sit amet non magna. Nullam quis risus eget urna mollis ornare vel eu leo. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas sed diam eget risus varius blandit sit amet non magna. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Donec id elit non mi porta gravida at eget metus. Donec id elit non mi porta gravida at eget metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas faucibus mollis interdum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur.</div>
+
  </div>
+
</div>
+
 
+
 
+
<script>
+
$(document).ready(function () {
+
 
+
  // Intial Border Position
+
  var activePos = $('.tabs-header .active').position();
+
 
+
  // Change Position
+
  function changePos() {
+
 
+
    // Update Position
+
    activePos = $('.tabs-header .active').position();
+
 
+
    // Change Position & Width
+
     $('.border').stop().css({
+
      left: activePos.left,
+
      width: $('.tabs-header .active').width()
+
    });
+
  }
+
 
+
  changePos();
+
 
+
  // Intial Tab Height
+
  var tabHeight = $('.tab.active').height();
+
 
+
  // Animate Tab Height
+
  function animateTabHeight() {
+
 
+
    // Update Tab Height
+
    tabHeight = $('.tab.active').height();
+
 
+
    // Animate Height
+
    $('.tabs-content').stop().css({
+
      height: tabHeight + 'px'
+
    });
+
  }
+
 
+
  animateTabHeight();
+
 
+
  // Change Tab
+
  function changeTab() {
+
    var getTabId = $('.tabs-header .active a').attr('tab-id');
+
 
+
    // Remove Active State
+
    $('.tab').stop().fadeOut(300, function () {
+
      // Remove Class
+
      $(this).removeClass('active');
+
    }).hide();
+
 
+
    $('.tab[tab-id=' + getTabId + ']').stop().fadeIn(300, function () {
+
      // Add Class
+
      $(this).addClass('active');
+
 
+
      // Animate Height
+
      animateTabHeight();
+
    });
+
  }
+
 
+
  // Tabs
+
  $('.tabs-header a').on('click', function (e) {
+
    e.preventDefault();
+
 
+
    // Tab Id
+
    var tabId = $(this).attr('tab-id');
+
 
+
    // Remove Active State
+
    $('.tabs-header a').stop().parent().removeClass('active');
+
 
+
    // Add Active State
+
    $(this).stop().parent().addClass('active');
+
 
+
    changePos();
+
 
+
    // Update Current Itm
+
    tabCurrentItem = tabItems.filter('.active');
+
 
+
    // Remove Active State
+
    $('.tab').stop().fadeOut(300, function () {
+
      // Remove Class
+
      $(this).removeClass('active');
+
    }).hide();
+
 
+
    // Add Active State
+
    $('.tab[tab-id="' + tabId + '"]').stop().fadeIn(300, function () {
+
      // Add Class
+
      $(this).addClass('active');
+
 
+
      // Animate Height
+
      animateTabHeight();
+
    });
+
  });
+
 
+
  // Tab Items
+
  var tabItems = $('.tabs-header ul li');
+
 
+
  // Tab Current Item
+
  var tabCurrentItem = tabItems.filter('.active');
+
 
+
  // Next Button
+
  $('#next').on('click', function (e) {
+
    e.preventDefault();
+
 
+
    var nextItem = tabCurrentItem.next();
+
 
+
    tabCurrentItem.removeClass('active');
+
 
+
    if (nextItem.length) {
+
      tabCurrentItem = nextItem.addClass('active');
+
    } else {
+
      tabCurrentItem = tabItems.first().addClass('active');
+
 
     }
 
     }
 +
       
 +
        p {
 +
          text-align:justify;
 +
          font-size: 20px;
 +
        }
 +
        </style>
 +
       
 +
            <div id="grad">
 +
                   
 +
                        <br>
 +
                   
 +
                        <div class="background">
 +
                            <h1 style="text-align:center; padding: 30px; font-size:50px; color: white;">Notebook</h1>
 +
                                <p class="head" style="text-align: center;color: white; padding: 10px 10px 60px 10px; font-size:15px;">You know what we did last summer! Do you want to know how the KU Leuven team filled their summer? In this Notebook you are able to follow what we did and when we did it. We documented every meeting, every sponsor meeting, every patient interview, every educational project and many more! Thanks to this Notebook you can travel back in time and see how we organized our summer and managed to get big things done in such a small time frame. Feel free to go through our notebook from the start to the finalization of the project with the Wiki Freeze. Once you get to know the past, you learn to appreciate the present day and the hard work done by this team.
 +
                                </p>                       
 +
                        </div>
 +
                    <br>
 +
                    <div class="container">
 +
                   
 +
                        <p style="text-align:justify; padding: 0px 50px 0px 50px;">
 +
                        <h2>Lab</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/3/34/KULeuven_2017_notebook_lab_2_1.png" WIDTH=100%>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/8/8f/KULeuven_2017_notebook_lab_2_2.png" WIDTH=100%>                           
 +
                            <br>
 +
                            <h2>Cell culture</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/6/68/KULeuven_2017_notebook_cell_culture_1.png" WIDTH=100%>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/a/a2/KULeuven_2017_notebook_cell_culture_2.png" WIDTH=100%>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/0/00/KULeuven_2017_notebook_cell_culture_3.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Calcium-imaging</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/e/e4/KULeuven_2017_Notebook_CalciumImaging.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Patch Clamp</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/0/0a/KULeuven_2017_Notebook_Patch_Clamp.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Education</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/c/cd/KULeuven_2017_Notebook_education.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Human practices</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/b/b5/KULeuven_2017_Notebook_HP.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Collaboration</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/b/b7/KULeuven_2017_Notebook_collaboration.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Hardware</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/b/be/KULeuven_2017_Notebook_hardware.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Symposium</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/5/55/KULeuven_2017_Notebook_symposium.png" WIDTH=100%>
 +
                            <br>
 +
                            <h2>Business model</h2>
 +
                            <br>
 +
                            <IMG SRC="https://static.igem.org/mediawiki/2017/b/bd/KULeuven_2017_Notebook_BusinessModel.png" WIDTH=100%>
 +
                            <br>
 +
                           
 +
                           
 +
                            <br>
 +
                    </div>
  
    changePos();
 
    changeTab();
 
  });
 
 
  // Prev Button
 
  $('#prev').on('click', function (e) {
 
    e.preventDefault();
 
 
    var prevItem = tabCurrentItem.prev();
 
 
    tabCurrentItem.removeClass('active');
 
 
    if (prevItem.length) {
 
      tabCurrentItem = prevItem.addClass('active');
 
    } else {
 
      tabCurrentItem = tabItems.last().addClass('active');
 
    }
 
 
    changePos();
 
    changeTab();
 
  });
 
 
  // Ripple
 
  $('[ripple]').on('click', function (e) {
 
    var rippleDiv = $('<div class="ripple" />'),
 
      rippleOffset = $(this).offset(),
 
      rippleY = e.pageY - rippleOffset.top,
 
      rippleX = e.pageX - rippleOffset.left,
 
      ripple = $('.ripple');
 
  
    rippleDiv.css({
 
      top: rippleY - (ripple.height() / 2),
 
      left: rippleX - (ripple.width() / 2),
 
      background: $(this).attr("ripple-color")
 
    }).appendTo($(this));
 
  
    window.setTimeout(function () {
+
       
      rippleDiv.remove();
+
       
    }, 1500);
+
  });
+
});
+
</script>
+
 
</html>
 
</html>
 
{{KU_Leuven_footer}}
 
{{KU_Leuven_footer}}

Latest revision as of 01:02, 1 November 2017


Notebook

You know what we did last summer! Do you want to know how the KU Leuven team filled their summer? In this Notebook you are able to follow what we did and when we did it. We documented every meeting, every sponsor meeting, every patient interview, every educational project and many more! Thanks to this Notebook you can travel back in time and see how we organized our summer and managed to get big things done in such a small time frame. Feel free to go through our notebook from the start to the finalization of the project with the Wiki Freeze. Once you get to know the past, you learn to appreciate the present day and the hard work done by this team.


Lab



Cell culture



Calcium-imaging



Patch Clamp



Education



Human practices



Collaboration



Hardware



Symposium



Business model