-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
531 lines (464 loc) · 23.4 KB
/
Copy pathindex.html
File metadata and controls
531 lines (464 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devis Saputra | Learning Designer | AIEd</title>
<meta name="description" content="Learning Designer with 10+ years across higher education, corporate learning and applied technology, extending this experience into Artificial Intelligence in Education (AIEd). Established expertise in instructional design, curriculum development, Moodle learning systems and content governance; growing AI engineering practice through Python, machine learning and reproducible evaluation projects.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=IBM+Plex+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<style>
:root{
--paper:#EEF0EF;
--paper-raised:#F5F6F5;
--ink:#1B2430;
--ink-soft:#5B6660;
--line:#C9CDC5;
--accent:#2F5D62;
--accent-soft:#DDE6E4;
--live:#B5563B;
--live-soft:#F1DED7;
--serif: "Source Serif 4", Georgia, serif;
--sans: "IBM Plex Sans", -apple-system, Segoe UI, Roboto, sans-serif;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
margin:0;
background:var(--paper);
color:var(--ink);
font-family:var(--sans);
font-size:16px;
line-height:1.55;
-webkit-font-smoothing:antialiased;
}
a{color:var(--accent);}
a:focus-visible, button:focus-visible{
outline:2px solid var(--accent);
outline-offset:3px;
}
h1,h2,h3{
font-family:var(--serif);
font-weight:600;
line-height:1.2;
margin:0;
}
.page{
display:grid;
grid-template-columns:280px 1fr;
max-width:1180px;
margin:0 auto;
}
/* ---------- Sidebar ---------- */
.sidebar{
padding:64px 32px 64px 40px;
position:sticky;
top:0;
align-self:start;
height:100vh;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.sidebar-top h1{
font-size:1.7rem;
letter-spacing:-0.01em;
}
.tagline{
margin-top:10px;
color:var(--ink-soft);
font-size:0.98rem;
max-width:22ch;
}
.meta-block{
margin-top:28px;
font-size:0.9rem;
color:var(--ink-soft);
}
.meta-block div{margin-bottom:4px;}
nav.toc{
margin-top:20px;
}
nav.toc a{
display:block;
padding:7px 0;
color:var(--ink);
text-decoration:none;
font-size:0.95rem;
border-left:2px solid transparent;
padding-left:12px;
margin-left:-12px;
transition:border-color .15s ease, color .15s ease;
}
nav.toc a:hover,
nav.toc a:focus-visible{
border-left-color:var(--accent);
color:var(--accent);
}
nav.toc a.portfolio-menu{
color:#1E3A8A;
transform:translateX(10px);
}
nav.toc a.portfolio-menu:hover,
nav.toc a.portfolio-menu:focus-visible{
color:#172554;
border-left-color:#1E3A8A;
}
nav.toc a.publications-menu{
color:#1E3A8A;
transform:translateX(10px);
}
nav.toc a.publications-menu:hover,
nav.toc a.publications-menu:focus-visible{
color:#172554;
border-left-color:#1E3A8A;
}
nav.toc a.portfolio-menu,
nav.toc a.publications-menu{
display:flex;
align-items:center;
justify-content:flex-start;
gap:7px;
}
nav.toc .menu-icon{
display:inline-flex;
align-items:center;
margin-left:0;
font-size:0.9rem;
}
nav.toc a.portfolio-menu{
margin-bottom:7px;
}
.sidebar-bottom{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
column-gap:12px;
row-gap:9px;
font-size:0.84rem;
color:var(--ink-soft);
}
.sidebar-bottom .contact-label{
grid-column:1 / -1;
color:var(--ink);
font-size:0.9rem;
font-weight:600;
margin-bottom:2px;
}
.sidebar-bottom a{
display:flex;
align-items:center;
gap:7px;
min-width:0;
color:var(--accent);
text-decoration:none;
white-space:nowrap;
}
.sidebar-bottom a:hover{color:var(--accent-deep);}
.sidebar-bottom i{
width:18px;
flex:0 0 18px;
text-align:center;
font-size:16px;
}
.sidebar-bottom .scholar{
grid-column:1 / -1;
}
/* ---------- Main content ---------- */
.content{
padding:64px 48px 96px 24px;
border-left:1px solid var(--line);
}
section{
max-width:640px;
margin-bottom:76px;
scroll-margin-top:32px;
}
section:last-of-type{margin-bottom:0;}
.eyebrow-rule{
display:flex;
align-items:center;
gap:14px;
margin-bottom:22px;
}
.eyebrow-rule h2{
font-size:1.4rem;
white-space:nowrap;
}
.eyebrow-rule::after{
content:"";
flex:1;
height:1px;
background:var(--line);
}
#portfolio .eyebrow-rule h2,
#publications .eyebrow-rule h2{
color:#2563EB;
}
p{margin:0 0 16px 0;}
p:last-child{margin-bottom:0;}
.lede{
font-family:var(--serif);
font-size:1.18rem;
line-height:1.5;
}
.research-frame{
margin-top:20px;
font-size:0.92rem;
color:var(--ink-soft);
}
.research-frame span{
color:var(--ink);
}
/* ---------- Timeline ---------- */
.timeline{
position:relative;
padding-left:28px;
}
.timeline::before{
content:"";
position:absolute;
left:5px;
top:6px;
bottom:6px;
width:1px;
background:var(--line);
}
.entry{
position:relative;
padding-bottom:34px;
}
.entry:last-child{padding-bottom:0;}
.entry::before{
content:"";
position:absolute;
left:-28px;
top:5px;
width:9px;
height:9px;
border-radius:50%;
background:var(--accent);
border:2px solid var(--paper);
box-shadow:0 0 0 1px var(--accent);
}
.entry.live::before{
background:var(--live);
box-shadow:0 0 0 1px var(--live);
}
.entry .years{
font-size:0.82rem;
color:var(--ink-soft);
font-variant-numeric:tabular-nums;
margin-bottom:4px;
}
.entry h3{
font-size:1.05rem;
}
.entry .org{
font-size:0.92rem;
color:var(--ink-soft);
margin-top:2px;
margin-bottom:8px;
}
.entry p{font-size:0.95rem;}
.entry.live .years{
color:var(--live);
font-weight:500;
}
/* ---------- Research ---------- */
.portfolio-nav {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
width: 100%;
}
.portfolio-nav a {
display: flex;
align-items: center;
justify-content: center;
min-height: 50px;
background-color: #f2f2f2;
color: #222;
text-decoration: none;
text-align: center;
font-weight: 600;
padding: 10px;
border: 1px solid #dddddd;
border-radius: 6px;
box-sizing: border-box;
}
.portfolio-nav a:hover {
background-color: #e4e4e4;
}
/* ---------- Publications ---------- */
.pub-list{
list-style:none;
margin:0 0 20px 0;
padding:0;
}
.pub-list li{
padding:14px 0;
border-bottom:1px solid var(--line);
font-size:0.95rem;
}
.pub-list li:first-child{padding-top:0;}
.pub-title{
font-family:var(--serif);
display:block;
margin-bottom:2px;
}
.pub-meta{
color:var(--ink-soft);
font-size:0.85rem;
}
.pub-note{
font-size:0.88rem;
color:var(--ink-soft);
}
/* ---------- Skills ---------- */
.skill-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px 32px;
}
.skill-group h3{
font-size:0.82rem;
font-family:var(--sans);
font-weight:600;
color:var(--ink-soft);
margin-bottom:8px;
}
.skill-group p{
font-size:0.93rem;
margin-bottom:0;
}
/* ---------- Contact ---------- */
.contact-row{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:8px;
}
.contact-row a{
font-size:0.95rem;
padding:9px 16px;
border:1px solid var(--line);
border-radius:2px;
text-decoration:none;
color:var(--ink);
background:var(--paper-raised);
transition:border-color .15s ease, color .15s ease;
}
.contact-row a:hover,
.contact-row a:focus-visible{
border-color:var(--accent);
color:var(--accent);
}
/* ---------- Responsive ---------- */
@media (max-width:860px){
.page{grid-template-columns:1fr;}
.sidebar{
position:static;
height:auto;
padding:40px 24px 32px 24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
border-bottom:1px solid var(--line);
}
.sidebar-top{flex:1 1 220px;}
nav.toc{display:none;}
.sidebar-bottom{
max-width:430px;
}
.content{
padding:40px 24px 64px 24px;
border-left:none;
}
.skill-grid{grid-template-columns:1fr;}
}
@media (max-width:650px){
.portfolio-nav{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
html{scroll-behavior:auto;}
*{transition:none !important;}
}
</style>
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<div class="page">
<aside class="sidebar">
<div class="sidebar-top">
<h1>Devis Saputra</h1>
<p class="tagline">Learning Designer | AIEd</p>
<nav class="toc" aria-label="Section navigation">
<a href="#summary"><b>Professional & Research Profile</b></a>
<a class="portfolio-menu" href="#portfolio"><b>Portfolio</b><span class="menu-icon" aria-hidden="true"><i class="fa-brands fa-github"></i></span></a>
<a class="publications-menu" href="#publications"><b>Publications</b><span class="menu-icon" aria-hidden="true"><i class="fa-solid fa-pen-to-square"></i></span></a>
<a href="#work"><b>Work Experience</b></a>
<a href="#education"><b>Education</b></a>
<a href="#competence"><b>Competence</b></a>
<a href="#contact"><b>Contact</b></a>
</nav>
</div>
<div class="sidebar-bottom" aria-label="Contact links">
<div class="contact-label">Links</div>
<a href="mailto:devis.saputra@gmail.com">
<i class="fa-solid fa-envelope" aria-hidden="true"></i><span>Email</span>
</a>
<a href="https://linkedin.com/in/devissaputra" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-linkedin" aria-hidden="true"></i><span>LinkedIn</span>
</a>
<a href="https://www.xing.com/profile/Devis_Saputra" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-xing" aria-hidden="true"></i><span>Xing</span>
</a>
<a href="https://github.com/devissaputra/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-github" aria-hidden="true"></i><span>GitHub</span>
</a>
<a href="https://orcid.org/0000-0002-7133-9410" target="_blank" rel="noopener noreferrer">
<i class="ai ai-orcid" aria-hidden="true"></i><span>ORCID</span>
</a>
<a class="scholar" href="https://scholar.google.com/citations?user=EB5_ZRMAAAAJ&hl=en&oi=ao" target="_blank" rel="noopener noreferrer">
<i class="ai ai-google-scholar" aria-hidden="true"></i><span>Google Scholar</span>
</a>
</div>
</aside>
<main class="content">
<section id="summary">
<div class="eyebrow-rule"><h2>Professional & Research Profile</h2></div>
<p>Learning Designer with 10+ years across higher education, corporate learning and applied technology, extending this experience into Artificial Intelligence in Education (AIEd). Established expertise in instructional design, curriculum development, Moodle learning systems and content governance; growing AI engineering practice through Python, machine learning and reproducible evaluation projects.</p><p>My progression connects early software development with seven years of university teaching, academic program leadership and corporate learning-system delivery. Since January 2025, independent learning consulting and AI output evaluation have extended this foundation into AI-supported learning and educational decision support.</p><p>At Suitmedia, I led Rocketversity: 120 SCORM-compliant courses, around 100 employees onboarded, and a reported 30% reduction in onboarding time. My current AI projects document the methods, calculations and limitations behind their results.</p><p><a href="assets/cv/Devis_Saputra_Academic_CV_2026.pdf">Academic CV (PDF)</a> | <a href="assets/cv/Devis_Saputra_Working_CV_2026.pdf">Working CV (PDF)</a> | <a href="https://orcid.org/0000-0002-7133-9410">ORCID 0000-0002-7133-9410</a></p>
</section>
<section id="portfolio">
<div class="eyebrow-rule"><h2>Portfolio</h2></div>
<div class="portfolio-nav" aria-label="Portfolio areas">
<a href="research.html">Portfolio in Research</a>
<a href="learningdevelopment.html">Portfolio in Learning & Development</a>
<a href="aiengineering.html">Portfolio in AI Engineering</a>
<a href="aieducation.html">Portfolio in AI in Education</a>
</div>
</section>
<section id="publications">
<div class="eyebrow-rule"><h2>Publications</h2></div><p>Published outputs are listed separately from the independent projects in the portfolio. <a href="https://orcid.org/0000-0002-7133-9410">ORCID</a> connects my research record under Devis Wawan Saputra and abbreviated name variants.</p><h3>Articles and conference proceedings</h3><ul class="pub-list"><li><span class="pub-title">Silalahi, F. T. R., <b>Saputra, D. W.</b>, Panjaitan, G., Butar-Butar, M., & Manurung, N. M. (2023). Influencing Student Choice: A Case Study of a Boarding Private University in Indonesia. <em>Proceedings of ICEBE 2022, pp. 429-443.</em></span> <a href="https://doi.org/10.2991/978-2-38476-064-0_46">DOI</a></li><li><span class="pub-title"><b>Saputra, D. W.</b> (2022). Optimalisasi Rute Distribusi Kurir Menggunakan Metode Traveling Salesman Problem (Studi Kasus: JNE Balige). <em>G-Tech: Jurnal Teknologi Terapan, 6(2), 159-165.</em></span> <a href="https://doi.org/10.33379/gtech.v6i2.1577">DOI</a></li><li><span class="pub-title">Meliala, G. N., & <b>Saputra, D. W.</b> (2020). Usulan Tata Letak Gudang Non Semen Menggunakan Metode Class-Based Storage di PT Intiaga Sukses Abadi Cabang Medan. <em>Jurnal Industri Kreatif, 4(1), 17-26.</em></span> <a href="https://doi.org/10.36352/jik.v4i01.23">DOI</a></li><li><span class="pub-title">Siboro, B. A. H., Sinaga, R. H. M., & <b>Devis Wawan Saputra Simanjuntak</b> (2020). Rancang Bangun Alat Pengering Andaliman dengan Menggunakan Metode Quality Function Deployment (QFD). <em>Jurnal Sains dan Teknologi, 19(2), 133-140. Publication date: 2020 (ORCID).</em></span> <a href="https://doi.org/10.36275/stsp.v19i2.210">DOI</a></li><li><span class="pub-title">Tampubolon, S. L., <b>Devis Wawan Saputra Simanjuntak</b>, & Simanjuntak, M. (2020). Analisis Kepuasan Wisatawan terhadap Atribut Wisata Menggunakan Metode CSI dan IPA pada Wisata Pemandian di Kabupaten Tapanuli Utara. <em>Jurnal Sains dan Teknologi, 19(2), 141-151. Publication date: 2020 (ORCID).</em></span> <a href="https://doi.org/10.36275/stsp.v19i2.216">DOI</a></li><li><span class="pub-title">Sinaga, R. H. M., & <b>Saputra, D. W.</b> (2019). Performance Investigation of Geothermal Power Plant Based on Exergy and Exergoeconomic Analyses (Case Study: Sarulla Geothermal Power Plant). <em>IOP Conference Series: Materials Science and Engineering, 546, 072006.</em></span> <a href="https://doi.org/10.1088/1757-899X/546/7/072006">DOI</a></li></ul><p>The two Jurnal Sains dan Teknologi DOI records append “Simanjuntak” to the author name. Both works appear in my ORCID record; their publication dates follow ORCID: 2020.</p><h3>Book, copyright and curriculum</h3><ul class="pub-list"><li>Devis Saputra, Siboro, B.A.H., and Sinaga, C. (2022). <em>Metodologi Pelaksanaan Kerja Praktik di Bidang Manajemen Rekayasa</em> [Methodology for Conducting Practical Work in Engineering Management].</li><li>Siboro, B.A.H., Sinaga, R.H.M., and Devis Wawan Saputra (2020). <em>Rancang Bangun Alat Pengering Andaliman dengan Menggunakan Metode Quality Function Deployment (QFD).</em> Registered copyright, 27 February 2020; recorded in ORCID.</li><li>Devis Saputra (2019). <em>Curriculum of the Engineering Management Program, Institut Teknologi Del, 2019 to 2024.</em> Internal academic document.</li></ul>
</section>
<section id="work">
<div class="eyebrow-rule"><h2>Work Experience</h2></div><div class="timeline"><div class="entry"><div class="years">January 2025 to present</div><h3>Freelance Instructional Design & Learning Technology</h3><div class="org">Independent consulting · Remote, Indonesia</div><ul><li>Design role-specific learning structures and synthesize research into instructional content and learning-technology deliverables.</li><li>Evaluate AI model outputs for response quality, domain accuracy and safety alignment within human-feedback workflows.</li><li>Extend established learning-design practice through independent Python and AI portfolio projects in learner modeling, assessment, retrieval evaluation and responsible AI.</li></ul></div><div class="entry"><div class="years">February 2023 to August 2024</div><h3>Learning and Development Manager</h3><div class="org">Suitmedia · Jakarta, Indonesia; remote</div><ul><li>Led Rocketversity, a customized Moodle learning system, through content audit, course structuring, manager approval and rollout with a four-person project team.</li><li>Established 120 SCORM-compliant courses and structured onboarding for around 100 employees; the project case study reports a 30% reduction in onboarding time.</li><li>Converted fragmented departmental materials into reusable learning units, clarified content ownership and assigned trainers from the teams responsible for the subject matter.</li></ul></div><div class="entry"><div class="years">November 2017 to May 2021</div><h3>Head of Engineering Management Program</h3><div class="org">Institut Teknologi Del · Laguboti, Indonesia; concurrent with lecturer appointment</div><ul><li>Led the 2019 to 2024 curriculum revision, translating expert consultation, graduate feedback and industry needs into a 144-SKS, eight-semester curriculum.</li><li>Aligned learning outcomes, course sequencing and assessment; coordinated peer review, Academic Senate approval and course-equivalency rules for student progression.</li><li>Led and mentored eight lecturers, connecting curriculum governance, teaching quality and industry-linked learning.</li></ul></div><div class="entry"><div class="years">May 2016 to June 2023</div><h3>Lecturer in Engineering Management</h3><div class="org">Institut Teknologi Del · Laguboti, Indonesia</div><ul><li>Taught engineering economics, entrepreneurship, technology management and related management subjects, using applied problems and project-based assessment.</li><li>Supervised more than 50 undergraduate theses and capstone projects; developed internship guidance, assessment structures and practical-work documentation.</li><li>Contributed to the Astra Lean Production System teaching laboratory and co-designed practicum activities that connected lean-production concepts with hands-on learning.</li><li>Contributed to the University of Amsterdam pre-master pathway in Strategy and Organization, integrating contextual cases, seminars and individual and group assessment.</li></ul></div><div class="entry"><div class="years">May 2015 to October 2015</div><h3>Program Manager, Health Technology Initiative</h3><div class="org">Summit Institute for Development · Mataram, Indonesia</div><ul><li>Directed four developers and six field workers across 16 districts for the THRIVE/OpenSRP mobile health workflow initiative.</li><li>Used health-worker interviews and a field timing study to standardize form completion and diagnose XLSForm latency; an interim form-splitting solution reduced most form loads from a baseline range of 20 seconds to 20 minutes to under 10 seconds.</li></ul></div><div class="entry"><div class="years">February 2011 to August 2011</div><h3>Research and Development Engineer</h3><div class="org">PT Cipta Srigati Lestari · Jakarta, Indonesia</div><ul><li>Developed Java-based optimization tools for B2B supply-chain and operational decision-support problems, translating business requirements into computational solutions.</li></ul></div></div>
</section>
<section id="education">
<div class="eyebrow-rule"><h2>Education</h2></div><div class="education-grid"><div class="entry"><div class="years">October 2012 to June 2014</div><h3>MBA, International Business</h3><div class="org">THWS Würzburg-Schweinfurt, Germany · Grade 1.8</div><p>Thesis: Leadership on Flat Organizational Structure: Focusing on Organization Using Self-Managing Team and Open Allocation Strategy. Thesis recorded in 2013; degree completed in 2014.</p></div><div class="entry"><div class="years">August 2004 to March 2010</div><h3>BEng, Informatics</h3><div class="org">Institut Teknologi Bandung, Indonesia</div><p>Thesis: Image Retrieval System Using Geotagged Information. Combined geographic metadata with text retrieval and evaluated retrieval quality.</p></div></div>
</section>
<section id="competence">
<div class="eyebrow-rule"><h2>Competence</h2></div><div class="skill-grid"><div class="skill-group"><h3>Learning design and development</h3><p>Training needs analysis; ADDIE and SAM; adult learning; learning objectives; curriculum and learning-path design; competency-based assessment; blended and experiential learning.</p></div><div class="skill-group"><h3>Learning systems and governance</h3><p>Moodle implementation and operations; SCORM; course taxonomy; content audit and standardization; subject-matter expert collaboration; trainer coordination; learning-content ownership and maintenance.</p></div><div class="skill-group"><h3>Research and evaluation</h3><p>Case studies; research synthesis; qualitative analysis; descriptive and comparative statistics; baseline comparisons; model calibration; error analysis; uncertainty and limitations; reproducible reporting.</p></div><div class="skill-group"><h3>AI engineering: developing through projects</h3><p>Python, NumPy, pandas, scikit-learn and PyTorch; classification; sequence models; retrieval evaluation; learner modeling; test-set separation; leakage checks; Git and GitHub Actions.</p></div><div class="skill-group"><h3>Supporting tools</h3><p>Articulate 360 (Rise and Storyline), Camtasia, Excel, SQL, Java, HTML and CSS. Familiarity with enterprise LMS environments includes Workday Learning, SAP SuccessFactors and Cornerstone OnDemand.</p></div><div class="skill-group"><h3>Languages and development</h3><p>Indonesian and Batak: native. English: working proficiency (TOEFL iBT 101/120, 2012). German: B2 training, Hartnackschule Berlin (2012). Advanced Machine Learning and Deep Learning, Indonesia AI (2025).</p></div></div>
</section>
<section id="contact">
<div class="eyebrow-rule"><h2>Contact</h2></div><p>Open to learning design, L&D and learning-technology roles, and doctoral opportunities in AI-supported learning, learning analytics and human-centered educational systems. Based in Medan, Indonesia; open to remote work and relocation.</p><div class="contact-row"><a href="mailto:devis.saputra@gmail.com">Email</a><a href="https://www.linkedin.com/in/devissaputra/">LinkedIn</a><a href="https://github.com/devissaputra">GitHub</a><a href="https://orcid.org/0000-0002-7133-9410">ORCID</a></div>
</section>
</main>
</div>
</body>
</html>
<!-- Trigger GitHub Pages rebuild after custom-domain removal: 2026-09-25 -->