Biomod/2014/OhioMOD/LabNotebook: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 9: Line 9:
   margin-left: auto ;
   margin-left: auto ;
   margin-right: auto ;
   margin-right: auto ;
  margin-bottom: 50px;
}
#LabNotebook {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 50px;
}
#ExperimentSchedule {
  margin-bottom: 50px;
}
#LabLog {
   margin-bottom: 50px;
   margin-bottom: 50px;
}
}
/*fixed icon code start*/
#fixedbutton {
    position: fixed;
    bottom: 53px;
    right: 10px; }
/*fixed icon code end*/




Line 16: Line 35:
</head>
</head>
<div id="LabNotebook">
<div id="LabNotebook">
<h1>Lab Notebook</h1>
<h1>Experiment Schedule</h1>
 
<p align="left">At OhioMOD, we believe that the process of carefully planning, scheduling and documenting our lab experiments is very critical to attaining successful results. The following spreadsheets show our Experiment Schedule. The Experiment Schedule contains the weekly goals set by the team members and shows how and when those experiments were completed.</p>
 
<iframe src="https://docs.google.com/spreadsheets/d/1EtGvftu6fjqM-anWMbIgVFjJz_pTiIppBAL6SS8PxHw/pubhtml?widget=true&amp;headers=false"width="700" height="800"></iframe>


<p align="left">At OhioMOD, we believe that the process of carefully planning, scheduling and documenting our lab experiments is very critical to attaining successful results. The following spreadsheets show our Experiment Schedule and Lab Log respectively. The Experiment Schedule contains weekly goals set by the team members and the Lab Log contains information about how and when those experiments were completed.</p>
<A HREF="#top"><img src="http://openwetware.org/images/4/46/Arrow_up.png" id="fixedbutton"height="40" width="40"></A>


<h3>Experiment Schedule</h3>
</br></br><a href="http://openwetware.org/index.php?title=Biomod/2014/OhioMOD/LabNotebook&action=edit">Edit Experiment Schedule</a>
<iframe src="https://docs.google.com/spreadsheets/d/1EtGvftu6fjqM-anWMbIgVFjJz_pTiIppBAL6SS8PxHw/pubhtml?widget=true&amp;headers=false"width="800" height="300"></iframe>
</div>


<h3>Lab Log</h3>
<iframe src="https://docs.google.com/spreadsheets/d/1vw1C0Knt2UUzjhWVMA5y5x_DyKixDNujBd9h_g29gQw/pubhtml?widget=true&amp;headers=false"width="800" height="300" ></iframe>


<li><a href="http://openwetware.org/index.php?title=Biomod/2014/OhioMOD/LabNotebook&action=edit">Edit LabNoteBook</a></li>
</div>
</div>
</html>
</html>
{{OSUFooter}}
{{OSUFooter}}

Latest revision as of 19:58, 13 August 2014

<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Latest compiled css and JavaScript --> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <!--j--query--> <!--Nav Bar Theme--> <link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/yeti/bootstrap.min.css" rel="stylesheet"> <style>

  1. content{margin-left:0;}

.navbar{ top:8.5px; position:fixed; width:96.8%; } /*clearing the side openwetware panels*/ .firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. bodyContent/*clearing the side openwetware panels

.firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. content#bodyContent, {

/*display:none;*/ background-color:#FFFFFF; }

  1. OSUfooter{

clear:both; }

  1. footer{display: none;}

/*Done clearing*/




</style>

</head>




<!--Nav--> <div class="navbar navbar-default">

 <div class="navbar-header">
   <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
   </button>
   <a class="navbar-brand" href="http://openwetware.org/wiki/Biomod/2014/OhioMOD">OhioMOD</a>
 </div>
 <div class="navbar-collapse collapse navbar-responsive-collapse">
   <ul class="nav navbar-nav">
     <li ><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD">Home</a></li>
     <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/project">Background</a></li>

<li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/results">Project and Results</a></li>

<li class="dropdown">

       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Materials and Methods <b class="caret"></b></a>
       <ul class="dropdown-menu">
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/protocols">Protocols</a></li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/equipment">Equipment</a></li>
         <li class="divider"></li>
         <li class="dropdown-header">Lab Notebook</li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/LabNotebook">Experiment Schedule</a></li>
         <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/experimentnotes">Experiment Notes</a></li>
       </ul>
     </li>

<li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/team">Team</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2014/OhioMOD/sponsors">Acknowledgement</a></li> <li><a href="http://www.giveto.osu.edu/igive/OnlineGiving/fund_results.aspx?fund=314139" target="_blank">Give To OhioMOD</a></li>

   </ul>
 </div>

</div> <!--Nav Bar Done-->

</html> <html> <head> <style> center {padding-bottom:50px;}

  1. LabNotebook {
 width: 700px ;
 margin-left: auto ;
 margin-right: auto ;
 margin-bottom: 50px;

}

  1. LabNotebook {
 width: 700px ;
 margin-left: auto ;
 margin-right: auto ;
 margin-bottom: 50px;

}

  1. ExperimentSchedule {
 margin-bottom: 50px;

}

  1. LabLog {
 margin-bottom: 50px;

}

/*fixed icon code start*/

  1. fixedbutton {
   position: fixed;
   bottom: 53px;
   right: 10px; }

/*fixed icon code end*/


</style> </head> <div id="LabNotebook"> <h1>Experiment Schedule</h1>

<p align="left">At OhioMOD, we believe that the process of carefully planning, scheduling and documenting our lab experiments is very critical to attaining successful results. The following spreadsheets show our Experiment Schedule. The Experiment Schedule contains the weekly goals set by the team members and shows how and when those experiments were completed.</p>

<iframe src="https://docs.google.com/spreadsheets/d/1EtGvftu6fjqM-anWMbIgVFjJz_pTiIppBAL6SS8PxHw/pubhtml?widget=true&amp;headers=false"width="700" height="800"></iframe>

<A HREF="#top"><img src="http://openwetware.org/images/4/46/Arrow_up.png" id="fixedbutton"height="40" width="40"></A>

</br></br><a href="http://openwetware.org/index.php?title=Biomod/2014/OhioMOD/LabNotebook&action=edit">Edit Experiment Schedule</a> </div>


</div> </html>

<html>

<head> <style>

  1. Footer table {
  width: 96.8%;
  max-width:2350px;
  bottom:0px;
  height:50px;   /* Height of the footer */
  font-weight:300;
  background-color: #2E2E2E;
   text-align:center;
   color: white;
   font-size:13px;
   border: 3px white solid; 

}

  1. Footer {
   clear: both; /*may be omitted*/
   position: absolute;
   bottom: 12px; 
   background-color:#fffff;
   width: 100%;
   height: 40px; /* or anything you like */
}


</style> </head> <div id="Footer" >

       <table>
           <tr>

<td id="osuicon" align="left"><a href="http://www.osu.edu" target="_blank"><img src="http://openwetware.org/images/c/cd/TheOhioStateUniversity-REV-Horiz-RGBHEX.png"height="30" width="190" /></td>

<td id="email">Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>

<td id="nblicon"><a href="http://mae.osu.edu/labs/nbl/"target="_blank"><img src="http://openwetware.org/images/e/e9/NBL_logo-RGBHEX.png"height="40" width="40"/></td>

<td id="fbicon"><a href="http://www.facebook.com/OhioMod?fref=photo"target="_blank"><img src="http://openwetware.org/images/3/3f/Facebook_icon.png"height="40" width="40"/></td>

           </tr>
       </table>
   </div>

</html>