-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
551 lines (493 loc) · 25.3 KB
/
education.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Center of Excellence for AI</title>
<meta content="Explore AI and its applications at the Center of Excellence for AI, SLIIT." name="description">
<meta content="AI, Machine Learning, Excellence, Center, SLIIT" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon2.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/edu.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Arsha - v2.1.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173908477-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173908477-1');
</script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-inner-pages">
<div class="container d-flex align-items-center">
<h1 class="logo mr-auto"><a href="index.html">SLIIT COEAI</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block" align="right">
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="aboutus.html">About Us</a></li> -->
<li><a href="team.html">Team</a></li>
<!-- <li><a href="project.html">Projects</a></li> -->
<li class="active"><a href="Key_AI_verticles.html">Key AI verticals</a></li>
<li><a href="grants.html">Grants</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="index.html#research">Research</a></li>
<!-- <li><a href="PartnerWithus.html">PartnerWithUs</a></li> -->
<li><a href="Event.html">Events</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a href="Key_AI_verticles.html">Key AI Verticals</a></li>
<li>Education</li>
</ol> <br>
<h2>GenAI in Education</h2>
</div>
</section><!-- End Breadcrumbs -->
<section class="container">
<div class="row">
<h2>1. GenAI in Teaching, Learning, and Research</h2>
<!-- Subtopic: Personalized Chatbots -->
<div class="subtopic"> <br>
<h3>1.1 Personalized Chatbots for Learning Modules</h3>
<p>
Our team has developed customized chatbots designed for specific academic modules to assist students in their studies. These chatbots act as virtual tutors, guiding students through complex topics, answering queries, and offering step-by-step explanations. By integrating Generative AI, we aim to make learning interactive, accessible, and personalized for every student.
</p>
<div class="screenshots">
<img src="assets/img/edu/pic1.png" alt="Chatbot Example 1" class="screenshot">
<img src="assets/img/edu/pic3.png" alt="Chatbot Example 2" class="screenshot">
</div>
<br>
<p style="font-weight: bold; text-decoration: underline;">Chatbot Links for Academic Modules:</p>
<ul>
<li>Year 1 Semester 1 (New Curriculum)</li>
<ul>
<li><a href="https://bit.ly/MathematicsforComputing" target="_blank">Mathematics for Computing (IT1130)</a></li>
<li><a href="https://bit.ly/IntroductionToProgramming" target="_blank">Introduction to Programming (IT1120)</a></li>
<li><a href="https://bit.ly/DataCommunicationandNetworks" target="_blank">Data Communication and Networks (IE1030)</a></li>
<li><a href="https://bit.ly/FundamentalsofComputing" target="_blank">Fundamentals of Computing (IT1140)</a></li>
</ul>
<li>Year 1 Semester 2 - IT</li>
<ul>
<li><a href="https://bit.ly/3A128CB" target="_blank">Information Systems and Data Modeling (IT1090)</a></li>
<li><a href="https://bit.ly/3Y2l39g" target="_blank">Object Oriented Concepts (IT1050)</a></li>
<li><a href="https://bit.ly/3Y2d5gv" target="_blank">Internet and Web Technologies (IT1100)</a></li>
<li><a href="https://bit.ly/3N9YF7C" target="_blank">Software Process Modelling (IT1060)</a></li>
</ul>
<li>Year 1 - Computer Science/Computer Systems Engineering</li>
<ul>
<li><a href="https://bit.ly/ProgrammingMethodology" target="_blank">Programming Methodology (SE1012)</a></li>
</ul>
<li>Year 2 - Computer Science/Computer Systems Engineering</li>
<ul>
<li><a href="https://bit.ly/ObjectOrientedAnalysisandDesign" target="_blank">Object Oriented Analysis and Design (SE2012)</a></li>
</ul>
</ul>
</div>
<br>
<!-- Subtopic: Exam-Based Chatbots -->
<div class="subtopic">
<h3>1.2 Exam-Based Chatbots</h3>
<p>
Our exam-focused chatbots specialize in generating multiple-choice and essay questions based on course material. They also assist students in practicing by answering their queries, analyzing their responses, and offering feedback. These tools are invaluable for test preparation and skill reinforcement.
<br><br>
To get started, students simply upload a sample final paper and the relevant module content. The chatbot then uses this input to create custom practice questions, mirroring the format and complexity they are likely to encounter in their actual exams. This targeted approach ensures that students can focus their preparation where it matters most.
</p>
<div class="screenshots">
<img src="assets/img/edu/pic9.png" alt="Exam Chatbot Example" class="screenshot" width="350px" height="auto">
<img src="assets/img/edu/pic10.png" alt="Exam Chatbot Example" class="screenshot" width="350px" height="auto">
</div>
<!-- SharePoint links for demo videos -->
<div class="demo-links" style="margin-top: 15px;">
<p style="font-weight: bold; text-decoration: underline;">Check out the demo videos:</p>
<a href="https://mysliit-my.sharepoint.com/:v:/g/personal/it21162800_my_sliit_lk/EeOEJSOWhP5Bq5zrP59HsMgBmvxowLuXuwYbrvS3hI-B1g?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&e=29tChy" target="_blank">Watch Essay Type Bot Demo Video</a><br>
<a href="https://mysliit-my.sharepoint.com/:v:/g/personal/it21162800_my_sliit_lk/EZCvaJe8WhNBqYuEyjsPIYsBLR-VSSRodU6u1OmtRHEeeg?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&e=Fstf49" target="_blank">Watch MCQ Bot Demo Video</a>
</div>
<br>
<p style="font-weight: bold; text-decoration: underline;">Chatbot links for the above bots:</p>
<ul>
<li>MCQ Bot - <a href="https://bit.ly/3YiJ9vo" target="_blank">MCQ Bot</a> </li>
<li>Essay Type Bot - <a href="https://bit.ly/3BXo8za" target="_blank">Essay Type Bot</a> </li>
</ul>
</div> <br>
<!-- Subtopic: GenAI Student Engagements -->
<div class="subtopic">
<h3>1.3 GenAI Student Engagements – Volunteer Movement</h3>
<p>
The GenAI Volunteer Movement empowers students to engage with cutting-edge AI technologies. Volunteers contribute by testing these chatbots, providing feedback, and participating in workshops. This initiative fosters collaboration, enhances learning, and cultivates a vibrant AI community.
</p>
<div class="screenshots">
<img src="assets/img/edu/pic4.png" alt="Exam Chatbot Example" class="screenshot">
<img src="assets/img/edu/pic5.png" alt="Exam Chatbot Example" class="screenshot">
</div>
</div> <br><br>
<!-- Subtopic: Interdisciplinary Research -->
<div class="subtopic">
<h3>1.4 Harnessing Generative AI for Psychology Training </h3>
<p>
SLIIT's Center of Excellence in Artificial Intelligence (COEAI), in collaboration with the Department of Psychology at SLIIT, has developed an innovative project integrating Generative AI into psychology education. Marking a transformative step in education and mental health care, this initiative highlights the transformative potential of AI in creating immersive training environments for future psychologists, aligning with SLIIT’s broader focus on advancing psychological education and fostering interdisciplinary innovation.
</p>
<div class="screenshots">
<img src="assets/img/edu/Picture6.png" alt="Chatbot Example 1" class="screenshot">
<img src="assets/img/edu/Picture7.png" alt="Chatbot Example 2" class="screenshot">
<img src="assets/img/edu/Picture8.png" alt="Chatbot Example 2" class="screenshot">
</div>
<div class="view-more-container">
<button class="view-more-btn" onclick="window.location.href='psychology.html'">View More</button>
</div>
</div>
<br><br>
</div> <hr>
<h2>2. Review of GenAI Products</h2>
<p>Discover our evaluations of GenAI tools, including detailed reviews, demonstrations, and videos.</p>
<br>
<div class="genai-review">
<!-- Google Notebook LM Review -->
<div class="review-card">
<h3>Google Notebook LM</h3>
<p>
<a href="https://notebooklm.google/" target="_blank">Google Notebook LM</a> is an excellent study tool for any material you are studying. This free tool allows you to upload your lecture slides, notes, or any study material and engage with it through features like:
</p>
<ul>
<li>Generating summaries</li>
<li>Creating FAQs</li>
<li>Holding interactive conversations with the content</li>
<li>Generating sample questions to test your knowledge</li>
</ul>
<p>
Additionally, you can create engaging podcasts from your material to make studying more interactive and fun.
</p>
</div>
<br>
<!-- PowerPoint Coach Review -->
<div class="review-card">
<h3>PowerPoint Coach</h3>
<p>
PowerPoint Coach is a feature within Microsoft PowerPoint designed to enhance your presentation skills. It provides real-time feedback on pacing, tone, and use of filler words, helping you become a more effective communicator. By analyzing your practice sessions, it offers personalized recommendations for improvement, making it an invaluable tool for both students and professionals looking to enhance their public speaking and presentation abilities.
</p>
<p>
<strong>Watch Demo:</strong>
<a href="https://mysliit-my.sharepoint.com/:v:/g/personal/nuwan_k_sliit_lk/Ea1hPX7dz51CsgXFCwCI264BzruFBdNs4S5olx5Rrwna6g?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&e=jhvlE0" target="_blank" class="demo-link">Watch PowerPoint Coach Demo Video</a>
</p>
</div>
</div>
<br> <hr>
<h2>3. Researchers and Active Staff</h2>
Meet the dedicated team driving innovation in GenAI applications for education. <br><br> <br>
<div class="row">
<div class="col-lg-6">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="100"
>
<div class="pic">
<img
src="assets/img/team/nuwan.jpg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Prof. Nuwan Kodagoda</h4>
<span>Principal Investigator</span>
<p>Pro Vice Chancellor | Faculty of Computing</p>
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/nuwan.k/'"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="200"
>
<div class="pic">
<img
src="assets/img/team/kalpani.jpg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Dr. Kalpani Manathunga</h4>
<span>Research Professor</span>
<p>
Head | Department of Software Engineering
</p> <br>
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/kalpani.m/'"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="300"
>
<div class="pic">
<img
src="assets/img/team/anuradha.jpg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Prof. Anuradha Karunasena </h4>
<span>Research Professor </span>
<p>Associate Dean | Academic</p> <br>
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/anuradha.k/'"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="400"
>
<div class="pic">
<img
src="assets/img/team/Dr. Junius.png"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Dr. Anjana Junious</h4>
<span>Researcher</span>
<p>Senior Lecturer (Higher Grade)</p>
<br />
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/junius.a/ '"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="400"
>
<div class="pic">
<img
src="assets/img/team/jeewaka.jpg"
class="img-fluid"
alt=""
style="width: 150px; height: 150px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Mr. Jeewaka Perera</h4>
<span>Researcher</span>
<p>Senior Lecturer</p> <br>
<br />
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/jeewaka.p/'"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="400"
>
<div class="pic">
<img
src="assets/img/team/madhumini.jpeg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Ms. Madhumini Gunaratne</h4>
<span>Researcher </span>
<p>Research Assistant</p>
<br />
<button
type="button"
onclick="window.location.href='https://www.sliit.lk/faculty-of-computing/staff/madhumini.g/ '"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="400"
>
<div class="pic">
<img
src="assets/img/team/piyumi.jpg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Ms. Piyumi Rathnayake</h4>
<span>Researcher </span>
<p>Final Year Undergradute</p>
<br />
<button
type="button"
onclick="window.location.href=' https://www.linkedin.com/in/piyumi-rathnayake'"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div
class="member d-flex align-items-start"
data-aos="zoom-in"
data-aos-delay="400"
>
<div class="pic">
<img
src="assets/img/team/gihani.jpg"
class="img-fluid"
alt=""
style="width: 180px; height: 180px; object-fit: cover;"
/>
</div>
<div class="member-info">
<h4>Ms. Gihani Rathnayake</h4>
<span>Researcher </span>
<p>Final Year Undergradute</p>
<br />
<button
type="button"
onclick="window.location.href=' https://www.linkedin.com/in/gihani-rathnayake/ '"
class="btn btn-info"
style="float: right"
>
View Profile
</button>
</div>
</div>
</div>
</div>
<!-- <hr> -->
<!-- <h2>3. Tech Talks and Presentations</h2>
Join us in our series of tech talks where experts delve into the latest trends and breakthroughs in Generative AI for education. Watch insightful presentations, access recorded sessions, and get inspired by visionary ideas shaping the future of learning. <br><br>
<hr>
<h2>4. Blog Articles</h2>
Stay updated with thought-provoking blog posts written by our team and guest authors. Topics range from GenAI tools for teachers and students to ethical considerations and future trends in AI-driven education. Share your thoughts and join the conversation! <br><br>
<hr> -->
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>SLIIT COEAI</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/ -->
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>