Skip to content

Commit 461ca64

Browse files
committed
Update workshop page
1 parent ffcb348 commit 461ca64

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

app/page.tsx

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,6 @@ export default function WorkshopPage() {
183183
</div>
184184
</CardContent>
185185
</Card>
186-
<Card className="mb-4 border-l-4 border-l-[#FFBF00]">
187-
<CardContent className="pt-6">
188-
<div className="flex items-center gap-4">
189-
<Calendar className="h-8 w-8 text-[#3E921E]" />
190-
<div>
191-
<p className="font-semibold">Camera-Ready Submission</p>
192-
<p className="text-muted-foreground">9th of November 2025</p>
193-
</div>
194-
</div>
195-
</CardContent>
196-
</Card>
197186
<Card className="border-l-4 border-l-[#FFBF00]">
198187
<CardContent className="pt-6">
199188
<div className="flex items-center gap-4">
@@ -215,10 +204,10 @@ export default function WorkshopPage() {
215204
{/* Program Committee */}
216205
<section id="committee" className="py-12 md:py-16">
217206
<div className="container mx-auto px-4">
218-
<h2 className="text-3xl font-bold mb-8 text-center text-[#3E921E]">Program Committee</h2>
207+
<h2 className="text-3xl font-bold mb-8 text-center text-[#3E921E]">Organizing and Program Committee</h2>
219208
<div className="max-w-5xl mx-auto">
220209
<div className="mb-8">
221-
<h3 className="text-xl font-semibold mb-4 text-[#3E921E]">Workshop Chair</h3>
210+
<h3 className="text-xl font-semibold mb-4 text-[#3E921E]">Workshop Organizer</h3>
222211
<div className="grid md:grid-cols-1 gap-6">
223212
<Card>
224213
<CardContent className="pt-6">
@@ -304,7 +293,7 @@ export default function WorkshopPage() {
304293
</div>
305294
<div className="p-4 border rounded-md">
306295
<p className="font-medium">Leon Molchanovsky</p>
307-
<p className="text-sm text-muted-foreground">BGIN and HSBC (England, UK)</p>
296+
<p className="text-sm text-muted-foreground">Galaxy Innovation (England, UK)</p>
308297
</div>
309298
<div className="p-4 border rounded-md">
310299
<p className="font-medium">Dr. Kelsie Nabben</p>
@@ -362,10 +351,6 @@ export default function WorkshopPage() {
362351
<p className="font-medium">Dr. Hernán Vanzetto</p>
363352
<p className="text-sm text-muted-foreground">Informal Systems, Cosmos</p>
364353
</div>
365-
<div className="p-4 border rounded-md">
366-
<p className="font-medium">Prof. Philip Wadler</p>
367-
<p className="text-sm text-muted-foreground">University of Edinburgh (Scotland, UK)</p>
368-
</div>
369354
<div className="p-4 border rounded-md">
370355
<p className="font-medium">Dr. Shai Wyborski</p>
371356
<p className="text-sm text-muted-foreground">Kaspa</p>
@@ -479,14 +464,19 @@ export default function WorkshopPage() {
479464
{/* Publication */}
480465
<section id="publication" className="py-12 md:py-16 bg-gray-50">
481466
<div className="container mx-auto px-4">
482-
<h2 className="text-3xl font-bold mb-8 text-center text-[#3E921E]">Publication</h2>
467+
<h2 className="text-3xl font-bold mb-8 text-center text-[#3E921E]">Peer Review and Publication</h2>
483468
<div className="max-w-4xl mx-auto">
484469
<p className="text-center mb-8 text-muted-foreground">
485-
All accepted papers will be published in the workshop proceedings. <br />
486-
Authors of selected papers will be invited to
487-
submit journal versions of their papers to a <br />
470+
All submitted papers will be reviewed by the program committee. <br />
471+
All papers accepted for presentation at the workshop <br />
472+
will be made public in the workshop's website. <br />
473+
Authors of accepted papers are encouraged to take <br />
474+
the reviews and feedback received during the workshop into account <br />
475+
to improve their papers and submit their improved papers to a <br />
488476
special issue of the{" "}
489-
<a href="https://www.thejft.com/" className="text-[#3E921E] hover:underline">Journal of Financial Technology</a>.
477+
<a href="https://www.thejft.com/" className="text-[#3E921E] hover:underline">Journal of Financial Technology</a>. <br />
478+
Papers submitted to the special issue will be subject to a second round of reviews by
479+
the journal's editorial board.
490480
</p>
491481
</div>
492482
</div>

0 commit comments

Comments
 (0)