Mazel:Publications
From OpenWetWare
(Difference between revisions)
Current revision (14:08, 7 March 2011) (view source) |
|||
| (2 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 26: | Line 30: | ||
$.each(data, function(i) { | $.each(data, function(i) { | ||
if (data[i].published[0]!==year){ | if (data[i].published[0]!==year){ | ||
| - | items.push( ' | + | items.push( '<h3>' + data[i].published[0] + '</h3>'); |
} | } | ||
year=data[i].published[0]; | year=data[i].published[0]; | ||
| Line 32: | Line 36: | ||
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


