-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
106 lines (90 loc) · 4.69 KB
/
Copy pathcv.html
File metadata and controls
106 lines (90 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-93DR37RSFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-93DR37RSFK');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CV</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="open source html and css template">
<meta name="author" content="mlp design">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="slidy.css">
</head>
<body>
<div id="menu">
<nav>
<input type="checkbox" id="show-menu" role="button">
<label for="show-menu" class="open"><span class="fa fa-bars"></span></label>
<label for="show-menu" class="close"><span class="fa fa-times"></span></label>
<ul id="topnav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<ul>
<li><a href="https://github.com/mkachlicka"><i class="fa-brands fa-github"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=RaK9uLgAAAAJ&hl=en"><i class="fa-brands fa-google"></i></a></li>
<li><a href="https://www.linkedin.com/in/mkachlicka/"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/mkachlicka"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="https://bsky.app/profile/mkachlicka.bsky.social"><i class="fa-brands fa-bluesky"></i></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div id="container">
<div id="pageheader">
<h1>CV</h1>
</div>
<div class="section">
<div class="pageitem">
<div id="slider">
<figure>
<img src="images/14.png" alt>
<img src="images/7.png" alt>
<img src="images/3.png" alt>
<img src="images/14.png" alt> <!-- note 1st image is also the last -->
</figure>
</div>
</div>
</div>
<div class="section">
<div class="pageitem">
<h2>Short bio</h2>
<p>I hold degrees from the University of Nicosia, Cyprus (BSc in Psychology 2017), University College London (MPhil in Cognitive Science 2020) and Birkbeck, University of London (MSc in Psychological Research Methods 2018 and PhD in Psychology 2023). </p>
<p>Currently, I'm working as a Postdoctoral Researcher at the Cognitive Computational Neuroscience (CCN) Lab, Institute for Computer Science at University of Bern and Experimental Neurology Center (ZEN), Department of Neurology at Inselspital University Hospital Bern, working with Prof Athina Tzovara. My work in the lab focuses on investigating the functional role of intrinsic neural timescales during wakefullness and sleep and exploring the representations of speech and music in intracranial EEG recordings.</p>
<p>Before moving to Switzerland, I worked as a Postdoctoral Researcher at the Auditory, Language, Perception, Hearing and Attention Lab, Department of Psychological Sciences at Birkbeck, University of London, working with Prof Adam T Tierney and Prof Fred Dick. My research investigated how prior experience (language background and musical training) shapes the salience of various acoustic dimensions and our ability to use that information in learning a second language (L2). I explored auditory attention, salience, and distractibility in auditory perception using behavioural and neuroimaging methods (EEG, FFR, and fMRI). </p>
<!--<p>At the same time, I'm collaborating with Prof Kazuya Saito from the UCL Institute of Education, Culture, Communication & Media Department. My work at the IOE involves investigating the links between auditory processing, attention and second language learning, as well as developing L2 training paradigms and assessment methods.</p>-->
<p>For more details and up to date version of my CV, please download: <a href="pdfs/Kachlicka_CV.pdf" target="_blank"> 'CV (January 2026)'</a></p>
</div>
</div>
<!-- footer items go here
<div class="section">
<div id="footer">
</div>
</div>
-->
<div class="section">
<div id="credits">
<div class="col"><p>Last modified 2026/01/03</p></div>
<!-- <div class="col"><p><a href="#">Privacy</a> | <a href="#">Support</a> | <a href="#">Site Map</a></p></div> -->
<!-- This part has to be kept intact under the CC-NC Licence -->
<div class="col"><p><a href="http://mlpdesign.net">HTML & CSS</a> by MLPdesign</p></div>
<!-- CC-NC Licence credit ends here -->
</div>
</div>
</div>
</body>
</html>