Team:Warwick/DMB

From 2014.igem.org

(Difference between revisions)
(Created page with "{{CSS/Main}} <center> <html> <head> <!--Load google's web fonts--> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css...")
 
Line 9: Line 9:
       <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
       <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
       <link href='http://fonts.googleapis.com/css?family=Dosis:500' rel='stylesheet' type='text/css'>
       <link href='http://fonts.googleapis.com/css?family=Dosis:500' rel='stylesheet' type='text/css'>
 +
     
       <!--Set the favicon (webpage tab icon)-->
       <!--Set the favicon (webpage tab icon)-->
       <link rel="icon" type="image/png" href="images/favicon.png" />
       <link rel="icon" type="image/png" href="images/favicon.png" />
 +
     
       <!--jQuery-->
       <!--jQuery-->
       <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
       <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
     
+
       <!--Global CSS stylesheet implementation, linked to permanent Drive-hosted CSS file -->
-
       <!--Inline CSS stylesheet-->
+
       <style type="text/css">
       <style type="text/css">
-
 
+
         @import url("https://googledrive.com/host/0B0qHcBpAhFaCQnZtWkUxNnVTSlk");
-
         body {
+
-
            font-family: 'Open Sans', sans-serif;
+
-
            background-color: #F2F2F2;
+
-
        }
+
-
 
+
-
        #pageWrapper {
+
-
            width: 1000px;
+
-
        }
+
-
 
+
-
            .headerImage {
+
-
              margin: 10px;
+
-
              clear:both;
+
-
            }
+
-
 
+
-
            #mainMenuBar {
+
-
              width:100%;
+
-
              float:left;
+
-
              clear:both;
+
-
 
+
-
              font-family: 'Dosis', sans-serif;
+
-
              font-size: 22px;
+
-
              background-color: #96c997;
+
-
              border-radius: 5px; /* Rounded edges on the menu box */
+
-
              padding: 5px 0;
+
-
              margin-bottom: 10px; /* Empty space under the menu bar */
+
-
            }
+
-
 
+
-
            #mainMenuBar li {
+
-
              padding: 15px 15px 0 0; /* The gap between menu items */
+
-
              display: inline;
+
-
              list-style: none;
+
-
            }
+
-
 
+
-
              #mainMenuBar li a {
+
-
                  color: #232323;
+
-
                  -o-transition:.2s;
+
-
                  -ms-transition:.2s;
+
-
                  -moz-transition:.2s;
+
-
                  -webkit-transition:.2s;
+
-
                  transition:.2s;
+
-
              }
+
-
 
+
-
              #mainMenuBar li a:hover {
+
-
                  text-shadow: 0px 0px 6px #94FF70;
+
-
                  text-decoration: none;
+
-
                  color: #EFFFEF;
+
-
                  -o-transition:.2s;
+
-
                  -ms-transition:.2s;
+
-
                  -moz-transition:.2s;
+
-
                  -webkit-transition:.2s;
+
-
                  transition:.2s;
+
-
              }
+
-
 
+
-
            #pageContentWrapper {
+
-
              float:left;
+
-
              clear: both;
+
-
              background-color: white;
+
-
              border-radius: 5px; /* Rounded edges on the menu box */
+
-
 
+
-
            }
+
-
              #pageContent {
+
-
                  padding: 20px;
+
-
              }
+
-
 
+
-
              /* GENERAL HEADERS */
+
-
              #pageContent h1 {
+
-
                  float: left;
+
-
                  clear:both;
+
-
                  color: #232323;
+
-
                  padding: 6px 0;
+
-
                  margin-bottom: 3px;
+
-
                  text-align: left;
+
-
                  text-decoration: none;
+
-
                  font-family: 'Dosis', sans-serif;
+
-
                  border-bottom: solid 2px #232323;
+
-
              }
+
-
 
+
-
              /* GENERAL PARAGRAPHS */
+
-
              #pageContent p{
+
-
                  float:left;
+
-
                  padding: 0;
+
-
                  margin: 0;
+
-
                  text-align: left;
+
-
              }
+
-
              /* GENERAL LISTS */
+
-
              #pageContent ul {
+
-
 
+
-
                  list-style: disc;
+
-
                  padding: 0;
+
-
                  margin: 0;
+
-
                  margin-left: 40px;
+
-
                  float: left;
+
-
                  clear: both;
+
-
                  line-height: 18px;
+
-
              }
+
-
              #pageContent li {
+
-
                  padding: 0;
+
-
                  margin: 0;
+
-
                  text-align: left;
+
-
              }
+
-
 
+
-
              /* GENERAL IMAGES */
+
-
              .floatLeft{
+
-
                  float: left;
+
-
                  padding: 5px;
+
-
                  padding-left: 0;
+
-
              }
+
-
 
+
-
              .floatRight{
+
-
                  float: right;
+
-
                  padding: 5px;
+
-
                  padding-right: 0;
+
-
              }
+
-
 
+
       </style>
       </style>
       <!--Inline JavaScript-->
       <!--Inline JavaScript-->
       <script>
       <script>
-
 
         $(document).ready(function(){
         $(document).ready(function(){
-
 
-
 
         });
         });
-
 
       </script>
       </script>
Line 154: Line 37:
         <img class = "headerImage" style = "width: 30%;" src="https://static.igem.org/mediawiki/2014/f/ff/RepliconLogoON.png">
         <img class = "headerImage" style = "width: 30%;" src="https://static.igem.org/mediawiki/2014/f/ff/RepliconLogoON.png">
         <!--img class = "headerImage" style = "width: 20%;" src="https://static.igem.org/mediawiki/2014/5/5c/Warwick_iGEM_Logo.jpg"-->
         <!--img class = "headerImage" style = "width: 20%;" src="https://static.igem.org/mediawiki/2014/5/5c/Warwick_iGEM_Logo.jpg"-->
-
        <!--img class = "headerImage" style = "width: 15%;" src="http://upload.wikimedia.org/wikipedia/en/6/67/University_of_Warwick_logo.png"-->
 
-
        <!--img class = "headerImage" style = "width: 10%;" src="https://static.igem.org/mediawiki/2014/0/05/ETH_Zurich_igem_logo.png"-->
 
         <div id = "mainMenuBar">
         <div id = "mainMenuBar">

Latest revision as of 10:29, 27 August 2014

Dave Matthews is the cure for most modern diseases

After much time spent slaving over laboratory investigations, I have discovered yet more news about the wonders of Dave Matthews. In 120% of trials, mere mention of the multi-platinum rock musician eradicated all traces of disease samples around mid-west UK. Of course this comes to no suprise. The 'DMB' are universally known for their guitar heavy, percussive and anti-bacterial grooves. It is also noted that many cases of apparently homeopathic effects eminate from concert venues around the world following DMB gigs. Of course, homeopathy is always bullshit. This particular phenonenom arise from the sheer multi-dimensional potency of the band, we have yet to discover all the plains of existance through which their sexy sax solos permeate. I beleive that when the scientific community accepts these results, a paradigm of musical healing will sweep the planet. I propse that current healthcare infrastructure is repurposed to aid the amplification of both Dave's studio albums, and the spotify live exclusives.

Notable songs and test results are listed:

  • Shake me like a monkey - Appears to speed up reactions ten-fold, occasionally resisting entropy
  • Squirm - When played at 300x has the effect of inducing rational though in inert matter
  • You might die trying - Has been proven to act as a cost efficient rocket feul. Potentiol interstellar missions are now possible thanks to the unique combination of aurual waves during the trumpet parts.
  • Crash - Induces feelings of intense pleasure throughout the facial muscles of the listner, useful as a potentiol anti-crowd device?