File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,20 @@ export default function WorkshopPage() {
477477 </ div >
478478 </ section >
479479
480+ { /* Publication */ }
481+ < section id = "submission" className = "py-12 md:py-16 bg-gray-50" >
482+ < div className = "container mx-auto px-4" >
483+ < h2 className = "text-3xl font-bold mb-8 text-center text-[#3E921E]" > Publication</ h2 >
484+ < div className = "max-w-4xl mx-auto" >
485+ < p className = "text-center mb-8 text-muted-foreground" >
486+ Authors of selected papers will be invited to
487+ submit journal versions of their papers to a special issue of the
488+ < a href = "https://www.thejft.com/" className = "text-[#3E921E] hover:underline flex items-center" > Journal of Financial Technology</ a > .
489+ </ p >
490+ </ div >
491+ </ div >
492+ </ section >
493+
480494 { /* Program */ }
481495 < section id = "program" className = "py-12 md:py-16" >
482496 < div className = "container mx-auto px-4" >
You can’t perform that action at this time.
0 commit comments