Mazel:Publications: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 23: Line 23:
function(data) {
function(data) {
   var items = [];
   var items = [];
 
  var date=curr_year
   $.each(data, function(i) {
   $.each(data, function(i) {
      
     if (data[i].published!=date){
     var date=data[i].published;
        item.push( '-------- ' + date + ' ---------');
    }
     date=data[i].published;
     var cit='<li id="' + i + '">' + '<a class="pap" href="http://dx.doi.org/'+data[i].doi+'">'+ data[i].title + '</a><br>';
     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+=data[i].authors.join(', ') + ', ';
      
      
     cit+='<b>' + data[i].journal + '</b> '+ date[0];
     cit+='<b>' + data[i].journal + '</b>, '+ date[0];
     cit+='</li>';
     cit+='</li>';
     items.push( cit )       
     items.push( cit )       

Revision as of 10:03, 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; } </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 = [];
 var date=curr_year
 $.each(data, function(i) {
   if (data[i].published!=date){
        item.push( '-------- ' + date + ' ---------');
   }
   date=data[i].published;
   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+='<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>