Mazel:Publications
From OpenWetWare
(Difference between revisions)
Current revision (14:08, 7 March 2011) (view source) |
|||
| (18 intermediate revisions 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>#Jove-2010 pmid=20066027</biblio><br> | <biblio>#Jove-2010 pmid=20066027</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> | ||
Current revision
Home Research Publications Plasmids / Strains Protocols Lab Members Contact Internal Links
Browse our papers by tags on CiteULike


