Mazel:Publications: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(19 intermediate revisions by 2 users not shown)
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>
<style type="text/css">
li{
padding-bottom:5px;
}
a.pap{
font-weight:bold;
}
.journal{
font-weight:bold;
}
</style>
<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() {
var d = new Date();
curr_year = d.getFullYear();
$.getJSON('http://www.citeulike.org/json/group/5581//order/year,,?callback=?',
function(data) {
  var items = [];
  year=curr_year
  $.each(data, function(i) {
    if (data[i].published[0]!==year){
        items.push( '<h3>' + data[i].published[0] + '</h3>');
    }
    year=data[i].published[0];
    var cit='<li id="' + i + '">' + '<a class="pap" href="http://dx.doi.org/'+data[i].doi+'">'+ data[i].title + '</a><br>';
    cit+=data[i].authors.join(', ') + ', ';
   
    cit+='<span class="journal">' + data[i].journal + '</span>, '+ year;
    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>#Ferrieres-2010 pmid=20935093</biblio><br>
<biblio>#LeRoux-2010 pmid=20825454</biblio><br>
<biblio>#Cambray-2010 pmid=20707672</biblio><br>
<biblio>#Loot-2010 pmid=20628355</biblio><br>
<biblio>#Bikard-2010 pmid=20534632</biblio><br>
<biblio>#Bikard-2010 pmid=20534632</biblio><br>
<biblio>#Jové-2010 pmid=20066027</biblio><br>
<biblio>#Jove-2010 pmid=20066027</biblio><br>
<biblio>#Chayot-2010 pmid=20133858</biblio><br>
<biblio>#Chayot-2010 pmid=20133858</biblio><br>
<biblio>#Duperthuy-2010 pmid=20074236</biblio><br>
<biblio>#Duperthuy-2010 pmid=20074236</biblio><br>
Line 43: Line 98:
<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>



Latest revision as of 11:08, 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> <style type="text/css"> li{ padding-bottom:5px; } a.pap{ font-weight:bold; } .journal{ font-weight:bold;

} </style> <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() {

var d = new Date(); curr_year = d.getFullYear();

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

 var items = [];
 year=curr_year
 $.each(data, function(i) {
   if (data[i].published[0]!==year){
        items.push( '<h3>' + data[i].published[0] + '</h3>');
   }
   year=data[i].published[0];
   var cit='<li id="' + i + '">' + '<a class="pap" href="http://dx.doi.org/'+data[i].doi+'">'+ data[i].title + '</a><br>';
   cit+=data[i].authors.join(', ') + ', ';
   
   cit+='<span class="journal">' + data[i].journal + '</span>, '+ year;
   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>