McClean:Protocols: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 115: Line 115:




<analytics uacct="UA-32394068-1" ></analytics>
<!--MM Added 10/24/2013
This is my attempt to add GoogleAnalytics without having to use an extension, since I don't have access to the LocalSettings.php file.
We'll see if this works.  Also will try on the "protocols" page-->
<html>
<script type="text/javascript">
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-32394068-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
 
</script>
</html>

Revision as of 14:53, 24 October 2013

Back to McClean Lab

Basics

General Lab Procedures

Yeast

Bacteria

PCR

Flow Cytometry

Media

Stock Solutions

Microfluidics

Microscopy

Misc


<html> <script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-32394068-1']);
 _gaq.push(['_trackPageview']);
 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();

</script> </html>