Linda
2013年10月15日 19:50
");
$(".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();
});
}
//-------------------
});
-
大學與電信業者合作推出行動APP,提供校內師生與家長間的串連管道,更設計雲端學習程式,並收集生活資訊,讓大學生能隨時隨地透過雲端學習及建立良好校園關係。
生活中心/台北報導
全球APP下載次數已突破1020億次,顯示App已成人與人間溝通的新管道。現在電信業者客製化的APP,也能串連起大學內全校師生與家長間的社群關係;學生除了能討論報告、雙向即時學習,更能從中獲得生活資訊,成為掌握校園訊息與周邊生活的「校園通」。
數位化學習時代讓生活更方便,現電信業者也走入校園,為醒吾科技大學客製化數位學習APP,「i醒吾」校園App使用不受時空限制,將學習、溝通、校園完整串連,實踐社群化校園,也串接新北市公車與到醒吾的的路徑規劃資訊,每個設計與醒吾師生生活模式習習相關。
根據GlobalWebIndex 調查指出,2013年第2季全球10大熱門手機 App 排行榜中,共有4個行動通訊App進榜,顯示App已成人與人間溝通的新管道。而遠傳電信結合雲端技術與企業客製APP服務,已和航空、醫療、政府等單位成功合作,現走入校園,為學生提供學習與生活上資訊的雲端科技整合。
學生可透過「i醒吾」進行英語線上測驗,無紙化的雲端學習空間,不用擔心錯過或缺漏學習;而「醒吾Chat」功能讓同學間可直接建立對話群組,也能一對一或一對多發送訊息與互動;而家長也可透過「i醒吾」了解學校事務與生活環境,「租屋資訊」功能提供校方篩選過的租屋資訊,並提供房屋的距離、型態與租金等參考基礎,協助學生評估自身需求找到適合的房間。
醒吾科大黃同學表示,現在每個同學幾乎都人手一機,透過「i醒吾」讓生活、學習或跟老師同學聯繫都變方便;他說明,班上同學的課表都不一樣,很難常常見面,但在「醒吾chat」內有師生通訊錄,需要討論報告或是聯繫社團時間就很方便,而黃同學也說,在等公車或搭捷運的時候,也可以同時用手機進行英文測驗,他覺得APP很好用。
遠傳電信執行副總李浩正表示,在多年耕耘雲端技術與企業客戶市場後,現成功推動產業行動化概念,未來將持續推行到各級學校、機關團體、企業等,甚至是大陸及國際市場,有助於讓世界看到台灣雲端實力。而「i醒吾」未來也計畫增加無紙化會議及教學、圖書館電子書、校園周邊美食和娛樂優惠資訊等功能,持續擴大社群範圍。
▲「i醒吾」APP串接新北市公車資訊,讓師生隨時掌握公車到達時間,並提供前往醒吾的路徑規劃,APP設計與校園生活環環相扣。
關鍵字:
APP
雲端學習
遠傳
醒吾科大
i醒吾
客製化
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:
留言列表