Mazel:Publications: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
'''Browse our papers by tags on [http://www.citeulike.org/group/5581/library CiteULike]'''
'''Browse our papers by tags on [http://www.citeulike.org/group/5581/library CiteULike]'''


<html>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {


$.getJSON('http://www.citeulike.org/json/group/5581?callback=?',
function(data) {
  var items = [];
  $.each(data, function(i) {
    var cit='<li id="' + i + '">' + '<a href="http://dx.doi.org/'+data[i].doi+'">'+ data[i].title + '</a><br>';
    cit+=data[i].authors.join(', ') + ', ';
    var date=data[i].published;
    cit+='<b>' + data[i].journal + '</b> '+ date[0];
    cit+='</li>';
    items.push( cit )     
  });
  $('<ul/>', {
    'class': 'my-new-list',
    html: items.join('')
  }).appendTo('#papers');
});
});
</script>
<div id="papers"></div>
</html>
<!-- Keep this in case the pubmed plugin is restored
<biblio>#Baharoglu-2010 pmid=20975940</biblio><br>
<biblio>#Baharoglu-2010 pmid=20975940</biblio><br>
<biblio>#Ferrieres-2010 pmid=20935093</biblio><br>
<biblio>#Ferrieres-2010 pmid=20935093</biblio><br>
Line 49: Line 79:
<biblio>#Mazel-1998 pmid=10549360</biblio><br>
<biblio>#Mazel-1998 pmid=10549360</biblio><br>
<biblio>#Mazel2-1998 pmid=9554855</biblio><br>
<biblio>#Mazel2-1998 pmid=9554855</biblio><br>
-->
</div>
</div>



Revision as of 09:51, 7 March 2011

<html><style type="text/css">

  1. bandeau {

padding: 2px; background-color: #200B80; width: 764px; font-size: 14px; font-family: trebuchet ms; text-align: center; font-weight:bold; }

  1. bandeau a:link {color: #ffffff;}
  2. bandeau a:active {color:#ffffff;}
  3. bandeau a:visited {color: #ffffff;}
  4. bandeau a:hover {

color: #FF0000; text-decoration: none; }

  1. main{

padding: 5px; width: 750px; height: 340px; border: 4px solid #200B80; font-size: 14px; text-align: center; background-image: url('/images/3/3a/Mazel_background.png'); }

  1. leftText{

margin-top: 50px; font-size: 20px; width: 350px; left: 0px; text-align: center; }

  1. news{

margin:-150px 0px 0px 53%; font-size: 14px; font-weight: bold; width: 350px; right: 0px; text-align: center; }

  1. map{

margin: -240px 0px 0px 50%; } .selflink{ color: #ffffff; font-weight: normal; } </style> <meta name="keywords" content="BGP, lab, laboratory, BGP lab, Bacterial Genome Plasticity, Super, Integrons, superintegron, bacterial, genome, plasticity, gene, institut Pasteur, institute, vibrio, cholerae, gene cassette, antibiotics, resistance" /> </html>


Bacterial Genome Plasticity

Home     Research     Publications     Plasmids / Strains     Protocols     Lab Members     Contact     Internal     Links    

Browse our papers by tags on CiteULike

<html> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() {

$.getJSON('http://www.citeulike.org/json/group/5581?callback=?', function(data) {

 var items = [];
 $.each(data, function(i) {
   var cit='<li id="' + i + '">' + '<a href="http://dx.doi.org/'+data[i].doi+'">'+ data[i].title + '</a><br>';
   cit+=data[i].authors.join(', ') + ', ';
   var date=data[i].published;
   cit+='<b>' + data[i].journal + '</b> '+ date[0];
   cit+='</li>';
   items.push( cit )      
 });
 $('<ul/>', {
   'class': 'my-new-list',
   html: items.join('')
 }).appendTo('#papers');

}); }); </script>

<div id="papers"></div>

</html>

<html> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5564134-1"); pageTracker._trackPageview(); </script> </html>