Mazel:Publications
From OpenWetWare
(Difference between revisions)
Current revision (14:08, 7 March 2011) (view source) |
|||
| (6 intermediate revisions not shown.) | |||
| Line 11: | Line 11: | ||
a.pap{ | a.pap{ | ||
font-weight:bold; | font-weight:bold; | ||
| + | } | ||
| + | .journal{ | ||
| + | font-weight:bold; | ||
| + | |||
} | } | ||
</style> | </style> | ||
| Line 23: | Line 27: | ||
function(data) { | function(data) { | ||
var items = []; | var items = []; | ||
| - | + | year=curr_year | |
$.each(data, function(i) { | $.each(data, function(i) { | ||
| - | if (data[i].published!== | + | 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>'; | 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+='< | + | cit+='<span class="journal">' + data[i].journal + '</span>, '+ year; |
cit+='</li>'; | cit+='</li>'; | ||
items.push( cit ) | items.push( cit ) | ||
Current revision
Home Research Publications Plasmids / Strains Protocols Lab Members Contact Internal Links
Browse our papers by tags on CiteULike


