- Introduction – Yau Shuk-ting, Kinnia
- Nuclear Nationalism and Fukushima – Matthew Penney
- The Anime Director, the Fantasy Girl and the Very Real Tsunami – Susan Napier
- Therapy for Depression: Social Meaning of Japanese Melodrama in the Heisei Era – Yau Shuk Ting, Kinnia
- Fukushima in Light of Minamata – Timothy S. George
- Beyond Peace: Pluralizing Japan’s Nuclear History – Shi-lin Loh
- Buddhism and Disasters: From World War II to Fukushima – Brian Victoria
var footnotes_data = [];
jQuery('.article_description sup').each(function(ind,el){
var number = jQuery(el).text().trim();
if(number){
number = number.replace(/[^0-9]/gi,'');
}
//console.log(number);
if(footnotes_data[number]){
jQuery(el).css({cursor:'pointer'}).addClass('ftnt');
jQuery(el).bind('click',{number:number},function(ev){
var html = jQuery('span.footnote_text_'+number).html();
jQuery('.floating_footnote').remove();
var f = jQuery('
var fi = jQuery('
jQuery('').addClass('floating_footnote_close').text('x').bind('click',function(e){
jQuery(this).closest('.floating_footnote').remove();
}).prependTo(fi);
f.slideDown(1000);
})
}
});
jQuery(window).scroll(function(){
jQuery('.floating_footnote').slideUp(1000);
});
Share with a colleague: