葉立斌
2013年8月22日 15:45
");
$(".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();
});
}
//-------------------
});
-
台北科技大學校園景色。(圖/翻攝北科大官網)
記者葉立斌/台北報導
30歲的青年可以獲得全世界任何的工作,在這青年創業國際化的時代,各國青年都用創意來表現自己。首次在台灣舉辦的國際型創業競賽,於22日在台北科技大學舉行,共有來自來自美、英、中、馬、台、俄等12個國家,估計20個團隊參賽。
這些參賽團隊團員平均年齡介於28至30歲間,所提的計畫都已吸引不少海內外投資客戶群。此次台灣共有三隊參賽,其中一個隊伍Memofun已成立「記趣科技公司」,並推出「優惠多」網路平台,與知名餐飲連鎖品牌合作,透過網路社群分享店家優惠,消費者分享店家優惠給愈多朋友,獲得的折扣也愈多。
來自其他國家的隊伍也有許多有創意的提案,例如:為了提高學子參加企業實習的錄取率,來自千里達與多巴哥共和國的團隊Hivesource,提出一個可供青年、學生與大企業實習機會的媒合平台。這個平台用專案方式讓求職者前往競標,依個人能力獲得適合的機會,在專案完成後,可獲得雇主建議與評分,可成為往後求職公司參考的重要依據;企業則透過該平台獲取符合的人力,減少實習生常成為「無效人力」的困擾。這項讓雙方更方便的提案,讓他們獲得美洲最大創業競賽TIC Americas的冠軍。
在新加坡國家創業大賽Startup@Singapore勝出的團隊Fil'O,提出一項方便新手媽媽的「嬰兒照護即時監控服務」計畫。該計劃專供遠距離上班中的父母,能透過手錶即時監控嬰兒狀況及需求。
英國poq Studio團隊則已獲企業主投資,以流行品牌行動裝置行銷平台,進駐Google倫敦園區。這些透過網路與科技創造之平台,如能實際上線,將帶給民眾更方便的生活。
關鍵字:
國際創業競賽
捷克
優惠多
記趣科技公司
嬰兒照護即時監控服務
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
留言列表