-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
610 lines (561 loc) · 22.4 KB
/
index.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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Denis Stepanov</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<!-- Font -->
<link href="fonts/font.css" rel="stylesheet">
<!-- Stylesheets -->
<link href="common-css/bootstrap.css" rel="stylesheet">
<link href="common-css/loading-bar.css" rel="stylesheet">
<link href="common-css/ionicons.css" rel="stylesheet">
<link href="common-css/styles.css" rel="stylesheet">
<link href="common-css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- HEADER SECTION -->
<header>
<div class="container">
<div class="heading-wrapper">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-location-outline"></i>
<div class="right-area">
<h5>Lenin Street, 10</h5>
<h5>Moscow, Russia, 111033</h5>
</div><!-- right-area -->
</div><!-- info -->
</div><!-- col-sm-4 -->
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-telephone-outline"></i>
<div class="right-area">
<h5>+7-914-5-81-83-59</h5>
<h6>MON - FRI,10AM - 9PM (UTC +7)</h6>
</div><!-- right-area -->
</div><!-- info -->
</div><!-- col-sm-4 -->
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-chatboxes-outline"></i>
<div class="right-area">
<h5>denisstepanov@bk.ru</h5>
<h6>REPLY IN 24 HOURS</h6>
</div><!-- right-area -->
</div><!-- info -->
</div><!-- col-sm-4 -->
</div><!-- row -->
</div><!-- heading-wrapper -->
<div>
<a class="downlad-btn" href="files/ResumeEN.pdf">Download CV</a>
<!--<a class="downlad-btn-russian" href="files/ResumeRU.pdf">Download CV (Русский)</a>-->
</div>
</div><!-- container -->
</header>
<!-- END OF HEADER SECTION -->
<!-- PROFILE -->
<section class="intro-section">
<div class="container">
<div class="row">
<div class="col-md-1 col-lg-2"></div>
<div class="col-md-10 col-lg-8">
<div class="intro">
<div class="profile-img"><img src="images/profile.jpg" alt=""></div>
<h2><b>Denis Stepanov</b></h2>
<h4 class="font-color">React Native & Xamarin Developer</h4>
<ul class="information margin-tb-30">
<li><b>BORN : </b>January 10, 1997</li>
<li><b>EMAIL : </b>denisstepanov@bk.ru</li>
<li><b>LANGUAGE : </b>Russian, English, Chinese (beginner)</li>
</ul>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/denis-stepanov/"><i class="ion-social-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/dentepp/"><i class="ion-social-instagram"></i></a></li>
<li><a href="mailto:denisstepanov@bk.ru"><i class="ion-android-mail"></i></a></li>
<li><a href="https://github.com/dentep"><i class="ion-social-github"></i></a></li>
</ul>
</div><!-- intro -->
</div><!-- col-sm-8 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- intro-section -->
<!-- END OF PROFILE -->
<!-- PORTFOLIO SECTION -->
<section class="portfolio-section section">
<div class="container">
<div class="row">
<div class="portfolioFilter margin-b-80" style="float: none; margin: 0 auto;">
<a href="#" data-filter="*" class="current"><b>ALL</b></a>
<a href="#" data-filter=".vr"><b>VR</b></a>
<a href="#" data-filter=".android"><b>ANDROID</b></a>
<a href="#" data-filter=".reactnative"><b>REACT NATIVE</b></a>
</div><!-- portfolioFilter -->
</div><!-- row -->
</div><!-- container -->
<!-- IMAGES -->
<div class="portfolioContainer">
<!-- retailix -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/retailix.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="container-in-image">
<p class="text-in-image">Retailix</p>
</div>
<div class="middle">
<a href="https://retailix.ai/">
<div class="text">Visit Retailix</div></a>
</div>
</div>
</div>
<!-- zorion -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/zorion.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="container-in-image">
<p class="text-in-image">Zorion</p>
</div>
<div class="middle">
<a href="https://zorion.com/">
<div class="text">Visit Zorion</div></a>
</div>
</div>
</div>
<!-- briskly main -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/briskly.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="container-in-image">
<p class="text-in-image">B-PAY</p>
</div>
<div class="middle">
<a href="https://b-pay.online/">
<div class="text">Download B-PAY</div></a>
</div>
</div>
</div>
<!-- briskly checker -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/checker.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="container-in-image">
<p class="text-in-image">Briskly Business</p>
</div>
<div class="middle">
<a href="https://briskly.online/#">
<div class="text">Go to Briskly Website</div></a>
</div>
</div>
</div>
<!-- sycret client -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/sycretClient.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://onelink.to/pnphq6">
<div class="text">AppStore/Google Play</div></a>
</div>
</div>
</div>
<!-- sycret CRM -->
<div class="p-item reactnative">
<div class="container-image">
<img src="images/crm.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://onelink.to/8xarcs">
<div class="text">AppStore/Google Play</div></a>
</div>
</div>
</div>
<!-- VRPHOBIA -->
<div class="p-item vr">
<div class="container-image">
<img src="images/vrphobia.jpg" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://github.com/dentep/VRPhobia">
<div class="text">GitHub Repository</div></a>
</div>
</div>
</div>
<!-- VR TOUR -->
<div class="p-item vr">
<div class="container-image">
<img src="images/vrTour.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://720yun.com/t/aavkuy8ysr9?scene_id=39159685">
<div class="text">View VR Tour</div></a>
</div>
</div>
</div>
<!-- SCD -->
<div class="p-item android">
<div class="container-image">
<img src="images/scd.jpg" class="image" alt="">
<div class="middle">
<a href="https://github.com/Libs1/SoftwareControlledDrone.github.io">
<div class="text">GitHub Repository</div></a>
</div>
</div>
</div>
<!-- BCS -->
<!--<div class="p-item android">
<div class="container-image">
<img src="images/bcs.png" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://team201815.github.io">
<div class="text">Project Website</div></a>
</div>
</div>
</div>-->
<!-- UTRACKER -->
<div class="p-item android">
<div class="container-image">
<img src="images/utracker.jpg" class="image" style="{opacity:0.9;} :hover{opacity:0.3;}" alt="">
<div class="middle">
<a href="https://github.com/dentep/UTracker">
<div class="text">GitHub Repository</div></a>
</div>
</div>
</div>
</div><!-- portfolioContainer -->
</section><!-- about-section -->
<!-- END OF PORTFOLIO -->
<!-- ABOUT ME -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>About me</b></h3>
<h6 class="font-lite-black"><b>PROFESSIONAL PATH</b></h6>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-8">
<p class="margin-b-50">I am a dedicated cross-platform mobile developer seeking for a software development position. I have graduated from computer engineering major in one of the
largest colleges in Canada, and Computer Science programme at the University of Nottingham. Considering the experience I had with the information
technology, I can put my skills to almost any engineering field. I have also contributed
to multiple software and hardware projects, leading various teams of students/colleagues to
successful results.</p>
<p class="margin-b-50">I show most of my interest in Android/iOS application development, as much as building
any IoT projects I can get my hands on. Lately, I have strong interest in cross-platform mobile application development and completed several projects which resulted
in academic publications.</p>
</div><!-- col-sm-8-->
</div><!--row-->
</div><!--col -->
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Skills</b></h3>
<h6 class="font-lite-black"><b>LANGUAGES & TECHNOLOGIES</b></h6>
</div>
</div><!-- col-sm-4 -->
<!-- Skills -->
<div class="col-sm-8 margin-b-30">
<p class="p-skills">React Native (ReactJS/JS), Xamarin (C#/C), Redux
<span class="p-skillsNumber">3+ year(s)</span>
</p>
<p class="p-skills">Firebase, Git, Jira, VSCode
<span class="p-skillsNumber">3-5 years</span>
</p>
<p class="p-skills"> Swift, Kotlin, Unity
<span class="p-skillsNumber">2+ year(s)</span>
</p>
<p class="p-skills">Other skills: Expo, MySQL, HTTP (REST), Confluence, Figma, Lottie/Bodymovin, LaTeX, Node.js (Express)</p>
<p class="p-skills">Next Learning Path: CI/CD (Github Actions), Snowpack</p>
</div>
</div ><!-- container -->
</section><!-- about-section -->
<!-- END OF ABOUT ME -->
<!-- EXPERIENCE SECTION -->
<section class="colored-section section">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Experience</b></h3>
<h6 class="font-lite-black"><b>PREVIOUS WORK</b></h6>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-8">
<div class="colored margin-b-50">
<h4><b>Mobile Application Development Team Lead</b></h4>
<h5 class="font-color"><b>Softline, Moscow, Russia</b></h5>
<h6 class="margin-t-10">July 2022 - Now</h6>
<p class="font-semi-white margin-tb-30"></p>
<ul class="list margin-b-30">
<li>Mobile applications development and maintenance using React Native as the main framework</li>
<li>Writing custom native / cross-platform modules and components for iOS and Android platforms</li>
<li>CI/CD on existing product, Git integrations</li>
<li>Creating professional in-code and `next-developer` documentation</li>
<div>Main Stack: React Native, Typescript, Javascript, Webpack, Websocket</div>
<div>CI/CD & Version Control: Git, AppCenter (CodePush)</div>
<div>Design: Figma</div>
<div>HTTPS: REST APIs, Postman, Swagger</div>
<div>Ticket Services: Kaiten</div>
<div>Documentation: Kaiten</div>
</p>
</ul>
</div>
<div class="colored margin-b-50">
<h4><b>Senior React Native Developer</b></h4>
<h5 class="font-color"><b>Zorion, Singapore</b></h5>
<h6 class="margin-t-10">March 2022 - November 2022</h6>
<p class="font-semi-white margin-tb-30"></p>
<ul class="list margin-b-30">
<li>Mobile applications development and maintenance using React Native as the main framework</li>
<li>Writing custom native / cross-platform modules and components for iOS and Android platforms</li>
<li>CI/CD on existing product, Git integrations</li>
<li>Creating professional in-code and `next-developer` documentation</li>
<div>Main Stack: React Native, Typescript</div>
<div>CI/CD & Version Control: Git, AppCenter (CodePush)</div>
<div>Design: Figma</div>
<div>HTTPS: GraphQL, Graphi, Hasura</div>
<div>Ticket Services: ClickUp</div>
<div>Documentation: Notion</div>
</p>
</ul>
</div>
<div class="colored margin-b-50">
<h4><b>Mobile Application Development Team Lead</b></h4>
<h5 class="font-color"><b>Briskly, Moscow, Russia</b></h5>
<h6 class="margin-t-10">March 2021 - February 2021</h6>
<p class="font-semi-white margin-tb-30"></p>
<ul class="list margin-b-30">
<li>Mobile applications development and maintenance using React Native as the main framework</li>
<li>Writing custom native / cross-platform modules and components for iOS and Android platforms</li>
<li>CI/CD on existing product, Git integrations</li>
<li>Creating professional in-code and `next-developer` documentation</li>
<div>Main Stack: React Native, Typescript, Javascript, Webpack, Websocket</div>
<div>CI/CD & Version Control: Git, AppCenter (CodePush)</div>
<div>Design: Figma</div>
<div>HTTPS: REST APIs, Postman, Swagger</div>
<div>Ticket Services: Jira</div>
<div>Documentation: Confluence</div>
</p>
</ul>
</div>
<div class="colored margin-b-50">
<h4><b>Senior Mobile Application Developer</b></h4>
<h5 class="font-color"><b>Sycret, Moscow, Russia</b></h5>
<h6 class="margin-t-10">May 2020 - April 2021</h6>
<p class="font-semi-white margin-tb-30"></p>
<ul class="list margin-b-30">
<li>Designed and developed two large mobile applications for beauty and medical industries</li>
<li>Continiously upgraded client applications based on their feedback that was gathered from Google Play Market and App Store</li>
<li>Maintained a 1000+ users database across Android/iOS mobile platforms</li>
</ul>
</div>
<div class="colored margin-b-50">
<h4><b>Virtual Environment (VE) Designer</b></h4>
<h5 class="font-color"><b>Nottingham University, Ningbo</b></h5>
<h6 class="margin-t-10">June 2019 - May 2020</h6>
<p class="font-semi-white margin-tb-30"></p>
<ul class="list margin-b-30">
<li>Implemented a Virtual Reality tour around a library construction site at UNNC</li>
<li>Recorded the changes around the construction site monthly</li>
<li>Tested the environment on various VR headsets</li>
<li>Gathered student feedback throughout the development process</li>
</ul>
</div>
<div class="colored margin-b-50">
<h4><b>Tennis Coach and Tennis Camp Senior Councilor</b></h4>
<h5 class="font-color"><b>North York Tennis Club, Toronto</b></h5>
<h6 class="margin-t-10">April 2015 - October 2016</h6>
<p class="font-semi-white margin-tb-30"> </p>
<ul class="list margin-b-30">
<li>Planned and organized tennis lessons and fitness activities</li>
<li>Assisted students to build their skills set</li>
<li>Applied coaching ethics and to set better environment in group during the course</li>
<li>Enacted the role of a mentor and friend and maintaining coach-and-student relationships</li>
</ul>
</div><!-- colored -->
</div><!-- col-sm-8 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- experience-section -->
<!--END OF EXPERIENCE SECTION -->
<!-- EDUCATION SECTION -->
<section class="education-section section">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Education</b></h3>
<h6 class="font-lite-black"><b>ACADEMIC CAREER</b></h6>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-8">
<div class="education-wrapper">
<div class="education margin-b-30">
<h4><b>BACHELOR DEGREE IN SCIENCE</b></h4>
<h5 class="font-color"><b>NOTTINGHAM UNIVERSITY, NINGBO, CHINA</b></h5>
<h5 class="font-lite-black"><b>COMPUTER SCIENCE</b></h5>
<h6 class="font-lite-black margin-t-10">AUGUST 2017 - JUNE 2020</h6>
<p class="margin-tb-30"></p>
</div>
<div class="education margin-b-30">
<h4><b>ADVANCED DIPLOMA IN SCIENCE</b></h4>
<h5 class="font-color"><b>HUMBER COLLEGE, TORONTO, CANADA</b></h5>
<h5 class="font-lite-black"><b>COMPUTER ENGINEERING TECHNOLOGY</b></h5>
<h6 class="font-lite-black margin-t-10">AUGUST 2014 - MAY 2017</h6>
<p class="margin-tb-30"></p>
</div>
<div class="education margin-b-30">
<h4><b>EXCHANGE PROGRAMME SCHOOL</b></h4>
<h5 class="font-color"><b>NJSP, IN, USA</b></h5>
<h6 class="font-lite-black margin-t-10">AUGUST 2013 - MAY 2014</h6>
<p class="margin-tb-30" </p>
</div>
</div><!-- education-wrapper -->
</div><!-- col-sm-8 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- education-section -->
<!-- END OF EDUCATION -->
<!-- ACHIEVEMENTS SECTION -->
<section class="colored-section section">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Achievements</b></h3>
<h6 class="font-lite-black"><b>LEADERSHIP AND SPORT</b></h6>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-4">
<div class="colored margin-b-30">
<h5 class="font-color"><B>Member of Model United Nations</B><h5>
<h5>August 2011 - May 2014</h5>
<br>
<h5 class="font-color"><b>Winner of FLEX Exchange Program</b><h5>
<h5>August 2012 - May 2013</h5>
<br>
<h5 class="font-color"><b>Best UNNC 2020 dissertation of the year</b><h5>
<h5>July 2020</h5>
<br>
</div><!-- colored -->
</div><!-- col-sm-8 -->
<div class="col-sm-4">
<div class="colored margin-b-30">
<h5 class="font-color"><b>Winner of sectional competitions in tennis</b><h5>
<h5>North Region Sectionals, IN, USA, 2014</h5>
<br>
<h5 class="font-color"><b>National tournament participant</b><h5>
<h5>“Russia Cup”, Moscow, Russia, 2011</h5>
<h5>Place: 16-32</h5>
<br>
<h5 class="font-color"><b>International tournament participant</b><h5>
<h5>“TAC Championship”, IL, USA, 2014</h5>
<h5>Place: 3</h5>
</div><!-- colored -->
</div><!-- col-sm-8 -->
</div><!-- row -->
</div><!-- container -->
</section>
<!-- END OF EXPERIENCE -->
<!--CERTIFICATION SECTION -->
<section class="section margin-b-30">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Certifications</b></h3>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-4 margin-b-30">
<div class="colored">
<h4><b>Tennis Canada Certification</b></h4>
<h5>Tennis Instructor I</h5>
<h5>Certification Date: January 2015</h5>
</div>
<!-- colored -->
</div><!-- col-sm-4 -->
<div class="col-sm-4">
<h4><b>First Aid and CPR Certificate</b></h4>
<h5>Certification Date: February 2016</h5>
</div><!-- col-sm-8 -->
</div><!-- row -->
</div ><!-- container -->
</section>
<!-- END OF CERTIFICATION SECTION -->
<!-- INERESTS SECTION -->
<section class="colored-section section">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Interests</b></h3>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-4">
<button class="accordion margin-b-10"><b>Virtual Reality</b></button>
<div class="panel">
<p>
Virtual Reality development became one of my interests when I purchased my first headset for gaming.
During the last 2 years at the Nottingham Univrsity I was working on 2 large projects for VR in education and healthcate industries.
Both of the projects resulted in academic publications.
</p>
</div>
<button class="accordion margin-b-10"><b>OER</b></button>
<div class="panel">
<p>
All of my work is currently under Open Educational Resources. I try to make my work available for everybody
and I believe in open software as one of the progressing methods in computer science.
</p>
</div>
</div>
<div class="col-sm-4">
<button class="accordion margin-b-10"><b>Testing</b></button>
<div class="panel">
<p>
I have found an interest in Metamorphic Testing and possible ways to alleviate the Oracle Problem in software development.
I spend most of the time on testing when I am developing an application or working on a project.
</p>
</div>
<button class="accordion margin-b-10"><b>Mobile Development</b></button>
<div class="panel">
<p>
Mobile development was intersting for me since my first class in mobile device programming. I have found a passion
in making applications for both Android and iOS, but I enjoy spending free time learning more about cross-platform technologies and developing
application for mobile devices.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- END OF INTERESTS -->
<!--PUBLICATIONS SECTION -->
<section class="section margin-b-30">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="heading">
<h3><b>Publications</b></h3>
</div>
</div><!-- col-sm-4 -->
<div class="col-sm-4 margin-b-30">
Creating a 4D photoreal VR environment to teach civil engineering. In IEEE International Conference on Teaching, Assessment, and Learning for Engineering (TALE 2019), pages 1006-1013, 2019
</div><!-- col-sm-4 -->
<div class="col-sm-4">
A Virtual Reality OER Platform to Deliver Phobia-motivated Experiences, Denis Stepanov, Dave Towey, Tsong Yueh Chen and Zhi Quan Zhou (2020) in Proceedings of the IEEE Annual Computer Software and Applications Conference, COMPSAC 2020, pp. 1528-1533</div>
</div><!-- row -->
</div ><!-- container -->
</section>
<!-- END OF PUBLICATIONS SECTION -->
<!-- SCIPTS -->
<!--<script src="common-js/tether.min.js"></script>
<script src="common-js/jquery.waypoints.min.js"></script>
-->
<script src="common-js/tether.min.js"></script>
<script src="common-js/jquery-3.2.1.min.js"></script>
<script src="common-js/bootstrap.js"></script>
<script src="common-js/isotope.pkgd.min.js"></script>
<script src="common-js/scripts.js"></script>
<script src="common-js/accordion.js"></script>
<script src="common-js/loading-bar.js"></script>
</body>
</html>