");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
基瓦利納(Kivalina)即將沉沒。〔圖/維基百科〕
實習記者周靚/綜合報導
氣候暖化衝擊,正在美國上演。默默無聞的基瓦利納(Kivalina),因面積太小劃不進阿拉斯加州地圖,它也許永遠都不會出現在美國地圖上了,因為10年內,它將被海水淹沒。
據中央社報導,基瓦利納是個狹長的沙洲,西濱白令海(Bering Sea),基瓦利納村莊目前住著400名伊努特(Inuit)原住民,他們可能變成美國第一批因氣候變遷而產生的難民。
伊努特原住民在島上搭建單層小屋生活,世代仰仗海洋自給自足。然而在這20年來,氣候不斷惡化,暖化導致北極冰川不斷融化,大海正在吞噬他們的家園,原本狹長的基瓦利納面積愈來愈窄。
為了避免情況惡化,美國陸軍工兵署2008年時曾沿著基瓦利納海岸線興建防禦牆,但事實證明,這根本只是短期應對,無法解決根本問題。工程人員估計,「2025年以後,基瓦利納將不再適合人居。」
基瓦利納地方議會領袖史萬(Colleen Swan)表示,發生的這一切,根本不是原住民所造成的,卻被迫要接受這一切,他更指出:「如果10年後,我們還留在原地,要嘛就是等著洪水把我們淹死,或是尋找其他棲身的地方。」
美國總統歐巴馬誓言要對抗氣候變遷,引發國內民眾反彈。史萬甚至說:「美國政府將西方國家的生活型態加諸在我們身上,要我們承受重擔,如今,又期望我們扛起一切,自行解決,這算哪門子政府?」
關鍵字:
暖化
美國
基瓦利納
淹沒
沙洲
史萬
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表