Linda
2013年8月6日 21:55
");
$(".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();
});
}
//-------------------
});
-
透過團體協調與合作,激盪出創意思維,學生們能從中創造更濃厚的創新氛圍。
記者簡怡欣/台北報導
化身為馬蓋先,來場真人冒險遊戲,完成不可能的任務!集結團員們連續72小時不間斷的創意,解除27道關卡及「主軸任務」,從零開始共同完成一項從未見過的作品,智慧鐵人創意競賽挑戰隊員間的同心協力,更是屬於當下的青春印記。
由柯凱程領隊的「砰砰嗚嗚」,是6個來自台中的豪情一中人,團員們同心協力、共同努力,雖然沒有什麼策略,秉持著船到橋頭自然直的平常心面對決賽,在今(6)日的智慧鐵人創意決賽中,榮獲高中組冠軍;而建國中學和大安高工的好手,趁著考完大考,抓住高三的尾巴一同參賽,自信十足的「千古絕隊」,一舉奪下高職組冠軍。
▲自信十足的「千古絕隊」,趁著考完大考,抓住高三的尾巴一同參賽,一舉奪下高職組冠軍。
來自臺灣北、中、南、東4區的1,366支隊伍,歷經6個月的初賽、複賽競逐,經過鐵人般的考驗,最終再與6支來自比利時、德國、日本、香港、新加坡及韓國的國際隊伍較勁。
最後的國際組競賽冠軍,由來自日本6個女高中生「Waseda」奪得,其中3人過去更有參賽經驗,從2005年就開始來台參加競賽的早稻田本庄高等學院,在今年終於打敗各國強敵奪下國際組冠軍。
而創意闖關王則由連續三年參加、去年獲得闖關王的「下一隊孤血腥電子葡萄柚巧克力夢想號-棄權」奪得,今年決賽仍以闖關王獎項為目標,持續立志雄霸闖關王寶座。
▲去年闖關王的「下一隊孤血腥電子葡萄柚巧克力夢想號-棄權」,今年決賽仍雄霸闖關王寶座。
教育部青年發展署表示,透過團體協調與合作,激盪出創意思維,茁壯台灣的創造力,供應110萬元總獎金,期許學生們能創造更濃厚的創新氛圍。
全國高中職智慧鐵人創意競賽自2004年開始辦理,今年第11屆舉辦,從去年11月到今年1月報名期間,就有1,336隊踴躍參加,參賽隊伍可以跨校跨年級組成,每隊4-6人,融合生活與課程的比賽內容,讓學生在競賽中挑戰自我、創新學習。
▲透過團體協調與合作,激盪出創意思維,學生們能從中創造更濃厚的創新氛圍。
關鍵字:
智慧鐵人
創意
闖關
冠軍
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
留言列表