國立臺灣大學與東元科技文教基金會
以培育淨零排放科技人才為目的
持續共同辦理「2025淨零排放科技國際競賽@Taiwan」
競賽總召集人持續由國立臺灣大學陳文章校長擔任
即日起至6月25日前受理報名!
競賽以「主競賽」與「國際賽」兩個競賽辦理
報名、獎項、競賽辦法(含決賽時間地點)與國際參訪等資訊
請逕上http://teco.tecofound.org.tw/zh-tw/pages/41查詢
竭誠邀請 致力於淨零技術研究的師生與世界淨零菁英
同場競逐40個獎項650萬元獎金
註:特別鼓勵女性師生踴躍參加
國外入圍團隊參賽資訊:
1. 凡入圍必須來台出席決賽(出席學生必須是2人與指導教授1人以上)
2. 凡出席決賽之團隊,可以獲得的獎金與旅費
(1) 旅費補助約美金1,500元
(2) 獎項最低獎金為美金1,500元
3.大會提供服務項目如下:
(1) 食宿交通的諮詢
(2) 提供全程保險
(3) 安排參訪台灣淨零科技頂尖機構或企業
報名專區https://www.tecofound.org.tw/nz/2025/login.php
競賽以「智能系統」提供50種以上語言洽詢服務https://lin.ee/FbSaezX
競賽宣傳影片(中文版) https://bit.ly/3EJITj0
競賽宣傳影片(英文版) https://bit.ly/4hHH1G6
報名常見問題請參考 https://bit.ly/43amHZB
國立台灣大學 & 財團法人東元科技文教基金會 敬邀
………………………………………………………………………………………………………………………………………
{
// 確保 lazy-load + skeleton
if (!img.classList.contains("lazy-load") || !img.classList.contains("skeleton")) {
img.classList.add("lazy-load", "skeleton");
}
// 避免重複包裹
if (img.parentElement.tagName === "A" && img.parentElement.parentElement.tagName === "FIGURE") return;
if (img.parentElement.tagName === "A" && img.parentElement.getAttribute("data-lightbox")) return;
const captionText = img.getAttribute("alt") || "2025淨零排放科技國際競賽6月25日前受理報名";
const imgSrc = img.getAttribute("src");
const a = document.createElement("a");
a.setAttribute("href", imgSrc);
a.setAttribute("class", "example-image-link");
a.setAttribute("data-lightbox", "example-set");
a.setAttribute("title", captionText);
a.appendChild(img.cloneNode(true));
const figure = document.createElement("figure");
figure.classList.add("text-center", "d-inline-block");
figure.appendChild(a);
const figcaption = document.createElement("figcaption");
figcaption.textContent = captionText;
figure.appendChild(figcaption);
img.replaceWith(figure);
});