Biomod/2014/VCCRI/LabBook: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
(Moved many things into header)
(One intermediate revision by the same user not shown)
Line 3: Line 3:
<html lang="en">
<html lang="en">
   <head>
   <head>
    <meta charset="utf-8">
<script type="text/javascript">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
$('#lab_book_link').addClass('active');
    <meta name="viewport" content="width=device-width, initial-scale=1">
</script>
    <title>EchiDNA 2014</title>
 
    <!-- Bootstrap -->
    <link href="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/bootstrapcss320&action=raw&ctype=text/css" rel="stylesheet">
<style type="text/css">
<style type="text/css">
@font-face {
font-family: BIOMOD_font;
src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf);
}
@font-face {
font-family: HEADING_font;
src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf);
}
@font-face {
font-family: HEADING_ACTIVE_font;
src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf);
}
@font-face {
font-family: FOOTER_font;
src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf);
}
/*Alter default header*/
.navbar-default .navbar-nav > li > a  {
font-family: HEADING_font, Arial, serif;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #F7941E;
background-color: #F8F8F8;
font-family: HEADING_ACTIVE_font, Arial, serif;
}
a[href^="mailto"] {
color: white;
}
a[href^="mailto"]:hover {
color: #f7941e;
text-decoration: none;
}
a#vccri {
color:white;
}
a#vccri:hover {
color: #f7941e;
text-decoration: none;
}
body {
background-image: url(http://openwetware.org/images/8/81/2014-EchiDNA-WEB-BG-TILE.png);
background-repeat: repeat;
color:white;
font-family: BIOMOD_font;
}
.col-centered {
.col-centered {
Line 110: Line 47:
margin-right: auto;
margin-right: auto;
}
}
/*Footer stuff*/
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 35px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
background-color: #0c2850;
}
/*Fix OpenWetWare Editing Box*/
#wpTextbox1 {
color: #000;
font-family: Arial;
width: 100%;
}
</style>
</style>


    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
   </head>
   </head>
   <body>
   <body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation" style="font-family: arial bold; font-size: 125%; box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);">
  <div class="container">
<div class="navbar-collapse collapse">
  <ul class="nav navbar-nav">
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI">Home</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project">Project</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Team">Team</a></li>
<li class="active"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/LabBook">Lab Book</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Sponsors">Sponsors</a></li>
  </ul>
</div><!--/.nav-collapse -->
  </div>
</div>
    
    
<div class="container" style="text-align:center; margin-top: 100px;">
<div class="container" style="text-align:center; margin-top: 100px;">
Line 175: Line 63:
</div>
</div>
</div>
</div>
<br>
<div class="footer">
<div class="footer">
       <div class="container">
       <div class="container">
Line 186: Line 74:
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=rawctype=text/javascript"></script>
     <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=raw&type=text/javascript"></script>
   </body>
   </body>

Revision as of 07:17, 1 October 2014

<html>

<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,100&subset=latin"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>

<script type"text/javascript"> $(function () { $("style[media*='screen']").remove(); $("link[href*='favicon']").remove(); //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); $("tr:odd").addClass("odd"); }); $('link[rel="shortcut icon"]').attr('href','http://openwetware.org/images/2/29/2014-EchiDNA-WEB-FAVICON.png'); </script> <link rel="icon" type="image/png" href="http://openwetware.org/images/2/29/2014-EchiDNA-WEB-FAVICON.png">

<style type="text/css"> /**** Base styles ****/ /*#column-one, */

  1. content {
   font-weight: bold;

}

  1. footer, div#sidebar-main, #contentSub, .firstHeading, #siteSub, #jump-to-nav, .printfooter, #p-cactions {
   display: none;

}

/*only show edit button - also remove p-cactions from previous style*/

  1. ca-nstab-main, #ca-talk, #ca-history, #ca-move, #ca-watch, #ca-link, #p-personal{
   display: none;

}

  1. ca-edit{
   display:block;

} /*Make text on edit buttons visible for easier editing*/ .editButtons, #wpSummary{ color: black; }

</style>


<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>EchiDNA 2014</title>

<link href="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/bootstrapcss320&action=raw&ctype=text/css" rel="stylesheet">

<style type="text/css">

@font-face { font-family: BIOMOD_font; src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf); }

@font-face { font-family: HEADING_font; src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf); }

@font-face { font-family: HEADING_ACTIVE_font; src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf); }

@font-face { font-family: FOOTER_font; src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf); }


/*Alter default header*/

.navbar-default .navbar-nav > li > a { font-family: HEADING_font, Arial, sans-serif; }


.navbar-default .navbar-nav > li > ul > li > a { font-family: HEADING_font, Arial, sans-serif; font-size: 10pt; }

.navbar-default .navbar-right > li { color: #f8f8f8; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #F7941E; background-color: #F8F8F8; font-family: HEADING_ACTIVE_font, Arial, sans-serif; }

a[href^="mailto"] { color: white; }

a[href^="mailto"]:hover { color: #f7941e; text-decoration: none; }

a#vccri, a#edit-link { color:white; }

a#vccri:hover, a#edit-link:hover { color: #f7941e; text-decoration: none; }

body { background-image: url(http://openwetware.org/images/8/81/2014-EchiDNA-WEB-BG-TILE.png); background-repeat: repeat; color:white; font-family: BIOMOD_font, Arial, sans-serif; }

.col-centered { display:inline-block; float:none; text-align:left; /* inline-block space fix */ margin-right:-4px; }

h4 { color: #f7941e; font-family: HEADING_font, Arial, sans-serif; }

/*Footer stuff*/

html { position: relative; min-height: 100%; }

body { margin-bottom: 35px; }

.footer { position: absolute; bottom: 0; width: 100%; height: 35px; background-color: #0c2850; }

/*Fix OpenWetWare Editing Box*/

  1. wpTextbox1 {

color: #000; font-family: Arial; width: 100%; }

</style>


<html lang="en">

 <head>

<script type="text/javascript"> $('#lab_book_link').addClass('active'); </script>

<style type="text/css">

.col-centered { display:inline-block; float:none; text-align:left; /* inline-block space fix */ margin-right:-4px; }

#LAB-UNDER-CONSTRUCTION { display:block; width: 429px; height: 110px; margin-left: auto; margin-right: auto; margin-bottom: 20px; background-image: url(http://openwetware.org/images/7/7f/2014-EchiDNA-LAB-UNDER-CONSTRUCTION.png); background-repeat: no-repeat; background-position: top; }

#LAB-CONSTRUCTION-LOGO { display:block; width: 183px; height: 175px; margin-left: auto; margin-right: auto; margin-bottom: 20px; background-image: url(http://openwetware.org/images/2/28/2014-EchiDNA-LAB-CONSTRUCTION-LOGO.png); background-repeat: no-repeat; background-position: top; }

#LAB-CONSTRUCTION-TEXT { display:block; width: 310px; margin-left: auto; margin-right: auto; } </style>

 </head>
 <body>
 

<div class="container" style="text-align:center; margin-top: 100px;"> <div class="row row-centered"> <div class="col-xs-6 col-centered col-min"><div class="item"><div class="content"> <div id="LAB-UNDER-CONSTRUCTION"></div> <div id="LAB-CONSTRUCTION-LOGO"></div> <div id="LAB-CONSTRUCTION-TEXT"> <p class="text-center">Check back here later to see exactly how we've been doing what we've been doing, including all of our methods and results!</p> </div> </div></div></div> </div> </div> <br> <div class="footer">

     <div class="container">

<div style="height:5px;"></div>

       <p style="font-family: arial; text-align: center; font-size: 85%; font-family: FOOTER_font, Arial, serif;">Contact: <a href="mailto:BIOMODaustralia@gmail.com">BIOMODaustralia@gmail.com</a> | &copy;2014 Team EchiDNA. All rights reserved. This team is supported by the <a id="vccri" href="http://www.victorchang.edu.au">Victor Chang Cardiac Research Institute</a>. | <a id="vccri" href="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/LabBook&action=edit">Edit</a></p>
     </div>
   </div>
   <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
   <!-- Include all compiled plugins (below), or include individual files as needed -->
   <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=raw&type=text/javascript"></script>
 </body>

</html>

<html>

   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
   <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=raw&type=text/javascript"></script>

<script type="text/javascript"> var pathArray = window.location.pathname.split( '/' ); var newPathname = ""; for (i = 2; i < pathArray.length; i++) { newPathname += pathArray[i]; newPathname += "/"; } newPathname=newPathname.slice(0,-1); document.getElementById('edit-link').setAttribute('href', 'http://openwetware.org/index.php?title='+newPathname+String.fromCharCode(38)+'action=edit'); </script>