[Update] update the submit link and topic template
This commit is contained in:
parent
77f45bd6cb
commit
00b045612f
@ -155,7 +155,7 @@
|
||||
</label>
|
||||
<div class="info-qa__itemBox-text">
|
||||
<p>
|
||||
.....
|
||||
「目標受眾」表示您預期何種人將會前來參與該場議程,此欄位可能表示為會眾的興趣、生活環境抑或年齡層。「先備知識」表示對該議程有興趣者,您建議須先備哪些基礎技術、能力或經驗,有助於了解與吸收該場議程的知識精華。舉例而言,若一講題為「在營隊中使用虛擬貨幣」,則先備知識可能是「沒有」,目標受眾可能是「有想要辦營隊的人」。而如果是有關 Julia 程式語言的演講,則先備知識可能是「知道平行運算是什麼」,目標受眾可能是「想用 Julia 做資料科學的人」。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<img src="~@/assets/images/burnfont/news.svg" class="svg svg-cfp-news" />
|
||||
</div>
|
||||
<div class="contribute-wrapper">
|
||||
<a class="btn-contribute" target="_blank" rel="noopener" href="https://forms.gle/XoXJSD2P8dL8X8s2A">我要投稿</a>
|
||||
<a class="btn-contribute" target="_blank" rel="noopener" href="https://forms.gle/k4XobTn3Pac6NrLE7">我要投稿</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cfp-body" :class="(cfp)? 'cfp-body-blue':'cfp-body-gray'">
|
||||
|
@ -14,7 +14,7 @@
|
||||
<a class="news-nav-item" href="#precautions">投稿注意事項</a>
|
||||
<a class="news-nav-item" href="#record">錄影與紀錄</a>
|
||||
<a class="news-nav-item" href="#QA">QA</a>
|
||||
<a class="news-nav-contribute-button" target="_blank" rel="noopener" href="https://forms.gle/XoXJSD2P8dL8X8s2A" v-show="!isMobileView">我要投稿</a>
|
||||
<a class="news-nav-contribute-button" target="_blank" rel="noopener" href="https://forms.gle/k4XobTn3Pac6NrLE7" v-show="!isMobileView">我要投稿</a>
|
||||
<button class="news-nav-button" @click="(e)=>navVisible=!navVisible" v-show="isMobileView">▲</button>
|
||||
</div>
|
||||
<button v-show="!navVisible && isMobileView" class="nav-control-button" @click="(e)=>navVisible=!navVisible">
|
||||
|
@ -43,7 +43,7 @@ import Topic from './Topic.vue';
|
||||
import Navbar from './Navbar.vue';
|
||||
|
||||
// import data
|
||||
import themeExample from '../../../template/themeExample.cfp';
|
||||
import themeExample from '../../../template/themeExample.ocfp';
|
||||
import espresso from '../../../template/espresso.cfp';
|
||||
import presentation from '../../../template/presentation.cfp';
|
||||
|
||||
|
14
template/themeExample.ocfp.ts
Normal file
14
template/themeExample.ocfp.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export default [
|
||||
{
|
||||
title: '新坑引導形式',
|
||||
context: '我們期待講者藉由自身的學習經驗分享,帶領想要入門該領域的聽眾展開新領域學習的方向,提供學習時可得到的資源及管道。例如 : 我也想寫模型 - 如何入手機器學習?'
|
||||
},
|
||||
{
|
||||
title: '議題探討形式',
|
||||
context: '資訊發展快速,卻也延伸出了許多可探討的議題,我們期待以講者的拋磚引玉,與聽眾碰撞出更多的論點及討論。例如 : 人工智慧是否會有自我意識?'
|
||||
},
|
||||
{
|
||||
title: '經驗分享形式',
|
||||
context: '我們期待講者分享自己在資訊領域遇到的難題和解決方式,或是擔任活動籌備的經驗,任何您想分享的,都可以在開放式議程中實現。例如 : 學測還是特殊選材?我如何在學業與術業中做選擇。'
|
||||
}
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user