-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
617 lines (580 loc) · 24.4 KB
/
index.html
File metadata and controls
617 lines (580 loc) · 24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>AI Moderator - Join the Testing</title>
<meta
name="description"
content="AI-powered dialogue platform that encourages active participation, respectful interactions, and deeper learning"
/>
<meta name="keywords" content="AI Moderator" />
<!-- Favicons -->
<link href="assets/img/favi.png" rel="icon" />
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet" />
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div
class="header-container container-fluid container-xl position-relative d-flex align-items-center justify-content-between"
>
<a
href="index.html"
class="logo d-flex align-items-center me-auto me-xl-0"
>
<h1 class="sitename">AI Moderator</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#services">Benefits</a></li>
<li><a href="#contact">Join the Beta</a></li>
<li><a href="#aboutus">About</a></li>
</ul>
<button type="button" class="mobile-nav-toggle d-xl-none bi bi-list" aria-label="Toggle mobile navigation" aria-expanded="false"></button>
</nav>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-center content">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h2>Empowering Engaged Learning</h2>
<p class="lead">
AI-powered dialogue platform that encourages active
participation, respectful interactions, and deeper learning
</p>
<div class="cta-buttons" data-aos="fade-up" data-aos-delay="300">
<a href="#contact" class="btn btn-primary">Join the Beta</a>
</div>
</div>
<div class="col-lg-6">
<div class="hero-image">
<img
src="assets/img/profile/hero.png"
alt="AI as group Moderator"
class="img-fluid"
data-aos="zoom-out"
data-aos-delay="300"
fetchpriority="high"
/>
<div class="shape-1"></div>
<div class="shape-2"></div>
</div>
</div>
</div>
</div>
</section>
<!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About AI Moderator</h2>
<div class="title-shape">
<svg viewBox="0 0 200 20" xmlns="http://www.w3.org/2000/svg">
<path
d="M 0,10 C 40,0 60,20 100,10 C 140,0 160,20 200,10"
fill="none"
stroke="currentColor"
stroke-width="2"
></path>
</svg>
</div>
<p>
Empowering online discussions with AI-driven moderation for an
engaging and inclusive experience
</p>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-center">
<div
class="col-lg-6 position-relative"
data-aos="fade-right"
data-aos-delay="200"
>
<div class="about-image">
<img
src="assets/img/profile/aboutai.png"
alt="AI Moderator Overview"
class="img-fluid rounded-4"
loading="lazy"
/>
</div>
</div>
<div class="col-lg-6" data-aos="fade-left" data-aos-delay="300">
<div class="about-content">
<span class="subtitle">What is AI Moderator?</span>
<p class="lead mb-4">
The AI Moderator is an intelligent system designed to
facilitate structured, inclusive, and productive online
discussions by providing guidance, sharing relevant
information, and keeping the conversation on track.
</p>
<div class="personal-info">
<div class="row g-4">
<div class="col-12">
<div class="info-item">
<span class="label">Key Features</span>
<ul>
<li>
<strong>Simple and intuitive interface</strong>
</li>
<li>
<strong>Use it anywhere</strong> – Computers,
tablets, and mobile phones.
</li>
<li>
<strong>Flexible dialogue</strong> – Supports both
synchronous and asynchronous participation.
</li>
<li>
<strong>Text or voice input</strong> – Communicate
through typing or speaking, based on preference.
</li>
<li>
<strong>Powered by advanced AI</strong> – Uses
OpenAI's latest models.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="signature mt-4">
<div class="signature-info">
<a href="#contact" class="mt-4 btn btn-primary"
>Join the Beta</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /About Section -->
<!-- Services Section -->
<section id="services" class="services section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-center">
<div class="col-lg-4 mb-5 mb-lg-0">
<h2 class="fw-bold mb-4 servies-title">
AI as a Pedagogical Assistant
</h2>
<p class="mb-4">
AI Moderator supports educators and students by guiding
discussions, encouraging critical thinking, and ensuring
inclusive participation.
</p>
<a href="#contact" class="btn btn-outline-primary"
>Join the Beta</a
>
</div>
<div class="col-lg-8">
<div class="row g-4">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item">
<i class="bi bi-chat-dots icon"></i>
<i class="bi bi-chat-dots icon"></i>
<i class="bi bi-chat-dots icon"></i>
<h3>Activate Student Engagement</h3>
<p>
Spark meaningful dialogue that drives active
participation. AI Moderator empowers learners to express
ideas, question assumptions, and stay involved.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item">
<i class="bi bi-diagram-3 icon"></i>
<h3>Foster Deeper Understanding</h3>
<p>
Constructive, AI-guided exchanges help clarify complex
concepts through multiple perspectives. Learners gain
deeper insight by reflecting, connecting, and building on
each other’s ideas.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-item">
<i class="bi bi-person-arms-up icon"></i>
<i class="bi bi-person-arms-up icon icon-orange"></i>
<i class="bi bi-person-arms-up icon icon-green"></i>
<h3>Ensure Inclusive Participationg</h3>
<p>
No voice goes unheard. The AI Moderator balances
contributions, gently encouraging quieter learners.
</p>
</div>
</div>
<!-- End Service Item -->
</div>
</div>
</div>
</div>
</section>
<!-- /Services Section -->
<!-- Educators Services Section -->
<section id="services" class="services section light-background">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-center">
<div class="col-lg-4 order-lg-2 mb-5 mb-lg-0 ps-lg-3">
<h2 class="fw-bold mb-4 servies-title">
Intelligent Support for Educators
</h2>
<p class="mb-4">
AI Moderator empowers educators to design guided, student-led
discussions aligned with their teaching goals-freeing them to
focus on planning, scaffolding, and evaluation while students
engage in meaningful dialogue.
</p>
<a href="#contact" class="btn btn-outline-primary"
>Join the Beta</a
>
</div>
<div class="col-lg-8 order-lg-1">
<div class="row g-4">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item">
<i class="bi bi-sliders icon"></i>
<h3>Customize Guidance</h3>
<p>
Define how AI Moderator should guide student dialogue
around specific topics or learning goals. Tailor the
moderator’s approach to match your curriculum, pedagogical
style, and classroom needs-making it a flexible extension
of your own teaching voice.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item">
<i class="bi bi-clock icon"></i>
<h3>Free Up Time for High-Impact Teaching</h3>
<p>
Reduce the need to monitor every student exchange. With AI
Moderator managing the flow of conversation, you can
invest your time where it matters most: crafting engaging
learning experiences and delivering insightful
evaluations.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item">
<i class="bi bi-chat-dots icon"></i>
<h3>Evaluate and Foster Constructive Dialogue</h3>
<p>
Access transcripts and summaries to clearly see how
students engage with one another. Use these insights to
foster meaningful, constructive discussions with your
students-reflecting on their ideas together and supporting
deeper learning.
</p>
</div>
</div>
<!-- End Service Item -->
</div>
</div>
</div>
</div>
</section>
<!-- /Educators Services Section -->
<!-- Technical Specification Section-->
<section id="specs" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>AI Moderator in Action</h2>
<div class="title-shape">
<svg viewBox="0 0 200 20" xmlns="http://www.w3.org/2000/svg">
<path
d="M 0,10 C 40,0 60,20 100,10 C 140,0 160,20 200,10"
fill="none"
stroke="currentColor"
stroke-width="2"
></path>
</svg>
</div>
<p>
See how AI Moderator empowers educators and supports
student-centered discussions. Watch the introduction to understand
the concept behind AI-driven moderation, and explore the demo
showcasing the experience for admins, teachers, and students.
</p>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row g-5 align-items-stretch">
<div
class="col-lg-6 position-relative"
data-aos="fade-right"
data-aos-delay="200"
>
<div class="about-video">
<h3 class="fw-bold mb-3">Introduction to AI Moderator</h3>
<div style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%">
<iframe src="https://cphbusiness.cloud.panopto.eu/Panopto/Pages/Embed.aspx?id=6f61d8cb-ab19-4bb9-907e-b3b000e92ce4&autoplay=false&offerviewer=false&showtitle=true&showbrand=false&captions=true&interactivity=all" style="border: 1px solid #464646; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box;" allowfullscreen allow="autoplay" aria-label="Integreret videoafspiller i Panopto" aria-description="AI Moderator Demo"></iframe>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-left" data-aos-delay="200">
<div class="about-video">
<h3 class="fw-bold mb-3">Configuration Demo</h3>
<div style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%">
<iframe src="https://cphbusiness.cloud.panopto.eu/Panopto/Pages/Embed.aspx?id=22b7eb95-ced0-4974-81ef-b3b000e92cda&autoplay=false&offerviewer=false&showtitle=true&showbrand=false&captions=true&interactivity=all" style="border: 1px solid #464646; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box;" allowfullscreen allow="autoplay" aria-label="Integreret videoafspiller i Panopto" aria-description="moderator_backend_demo_1080p"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Technical Specification Section-->
<!-- Contact Section -->
<section id="contact" class="contact section light-background">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row g-5">
<div class="col-lg-6">
<div class="content" data-aos="fade-up" data-aos-delay="200">
<div class="section-category mb-3">Join the Beta Program</div>
<h2 class="display-5 mb-4">
Be Among the First to Experience AI Moderator
</h2>
<p class="lead mb-4">
Available exclusively to accredited institutions. Sign up to
express your interest in early access and contribute to the
future of AI-supported dialogue.
</p>
<div class="contact-info mt-5">
<div class="info-item d-flex mb-3">
<i class="bi bi-envelope-at me-3"></i>
<span>info@smartlearning.dk</span>
</div>
<!--div class="info-item d-flex mb-3">
<i class="bi bi-telephone me-3"></i>
<span>+1 5589 55488 558</span>
</div-->
<div class="info-item d-flex mb-4">
<i class="bi bi-geo-alt me-3"></i>
<span>Nansensgade 19, 1366 København K</span>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div
class="contact-form card"
data-aos="fade-up"
data-aos-delay="300"
>
<div class="card-body p-4 p-lg-5">
<!-- start-->
<form
action="https://smartlearning.us4.list-manage.com/subscribe/post?u=3798b24e3fe03321ff0411c2c&id=a0380898d5&f_id=00b555e2f0"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
rel="noopener noreferrer"
novalidate
>
<div class="input-container">
<label for="mce-FNAME">First Name *</label
><input
type="text"
name="FNAME"
id="mce-FNAME"
value=""
required
/>
</div>
<div class="input-container">
<label for="mce-LNAME"
>Last Name <span class="asterisk">*</span></label
><input
type="text"
name="LNAME"
id="mce-LNAME"
value=""
required
/>
</div>
<div class="input-container">
<label for="mce-EMAIL"
>Email Address <span class="asterisk">*</span></label
><input
type="email"
name="EMAIL"
id="mce-EMAIL"
value=""
required
/>
</div>
<div class="input-container">
<label for="mce-ORG"
>Organisation <span class="asterisk">*</span></label
><input
type="text"
name="ORG"
id="mce-ORG"
value=""
required
/>
</div>
<div class="input-container">
<label for="mce-ROLE">Role </label
><input
type="text"
name="ROLE"
class="text"
id="mce-ROLE"
value=""
/>
</div>
<div class="input-container">
<label for="mce-MESSAGE"
>What motivates you to take part? </label
><input
type="text"
name="MESSAGE"
class="text"
id="mce-MESSAGE"
value=""
/>
</div>
<div
aria-hidden="true"
class="honeypot-field"
>
<input
type="text"
name="b_3798b24e3fe03321ff0411c2c_a0380898d5"
tabindex="-1"
value=""
/>
</div>
<div class="clear">
<input
type="submit"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
value="Sign Up"
/>
</div>
</form>
<!-- end-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Contact Section -->
<!-- Testimonials Section -->
<section id="aboutus" class="testimonials section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About Us</h2>
<div class="title-shape">
<svg viewBox="0 0 200 20" xmlns="http://www.w3.org/2000/svg">
<path
d="M 0,10 C 40,0 60,20 100,10 C 140,0 160,20 200,10"
fill="none"
stroke="currentColor"
stroke-width="2"
></path>
</svg>
</div>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<div class="row">
<div class="col-lg-8">
<a href="https://www.smartlearning.dk/" target="_blank" rel="noopener noreferrer"
><h2>SmartLearning</h2></a
>
<p>
SmartLearning is a Danish provider of accredited online
education and a digital learning resource center, jointly
owned by eight universities of applied sciences in
Denmark.
</p>
<p>
As part of our commitment to improving online education,
we lead the AI Moderator project in partnership with the
Digital Education Futures Initiative (DEFI) at the
University of Cambridge. This collaboration explores how
AI-supported dialogue can enhance student engagement,
strengthen critical thinking, and foster more inclusive
engagement.
</p>
</div>
<div class="col-lg-4 d-none d-lg-block">
<div class="featured-img-wrapper">
<img
src="assets/img/person/team.png"
class="featured-img"
alt="Team behind AI Moderator"
loading="lazy"
/>
</div>
</div>
</div>
</div>
</div>
<!-- End Testimonial Item -->
</div>
</div>
</section>
<!-- /Testimonials Section -->
</main>
<footer id="footer" class="footer light-background">
<div class="container">
<div class="copyright text-center">
<p>
© <span>Copyright@2025</span>
<strong class="px-1 sitename">SmartLearning</strong>
<span>All Rights Reserved</span>
</p>
</div>
</div>
</footer>
<!-- Scroll Top -->
<button
type="button"
id="scroll-top"
class="scroll-top d-flex align-items-center justify-content-center"
aria-label="Scroll to top"
><i class="bi bi-arrow-up-short" aria-hidden="true"></i
></button>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js" defer></script>
<script src="assets/vendor/aos/aos.js" defer></script>
<!-- Main JS File -->
<script src="assets/js/main.js" defer></script>
</body>
</html>