-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
153 lines (142 loc) · 5.8 KB
/
cv.html
File metadata and controls
153 lines (142 loc) · 5.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Murray S. Bennett - CV</title>
<link rel="stylesheet" href="style.css" />
<style>
details {
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 15px;
padding: 10px;
}
details summary {
font-size: 1.5em;
font-weight: bold;
cursor: pointer;
outline: none;
padding: 5px 0;
}
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="demos.html">Experiment Demos</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="cv.html" class="current-page">CV</a></li>
</ul>
</nav>
</header>
<main>
<div style="text-align: center">
<h1>CV</h1>
<p>
Feel free to get in touch regarding research collaborations or any
other inquiries.
</p>
<p><a href="./MurrayBennettCV.pdf" download>Download my CV</a></p>
</div>
<hr />
<details open>
<summary>Education</summary>
<div class="cv-section">
<p><strong>Ph.D. Cognitive Psychology</strong></p>
<p>University of Newcastle, Australia | 2023</p>
<p>
Dissertation: Collective Workload: Human Performance in Competitive
and Collaborative Tasks
</p>
</div>
<div class="cv-section">
<p><strong>B.S. Psychology (1st Class Honours)</strong></p>
<p>University of Newcastle, Australia | 2018</p>
<p>Dissertation: Mental Representation of Symbolic Numerals</p>
</div>
</details>
<details>
<summary>Employment</summary>
<div class="cv-section">
<p><strong>Postdoctoral Scholar</strong> <em>(2024 - )</em></p>
<p>Department of Psychology, The Ohio State University</p>
<p>Human social judgements and AI confidence</p>
</div>
<div class="cv-section">
<p><strong>Postdoctoral Researcher</strong> <em>(2022 - 2024)</em></p>
<p>Psychology Department, University of Texas at San Antonio</p>
<p>Human and AI perception for melanoma identification</p>
</div>
<div class="cv-section">
<p><strong>Data Analyst</strong> <em>(2021-2022)</em></p>
<p>Hunter New England Health Local Health District</p>
<p>FluTracking and COVID-19 Survey, Australia</p>
</div>
</details>
<details>
<summary>Achievements & Awards</summary>
<strong>2024:</strong> Best presentation People's Choice Award, Virtual
Mathematical Psychology Conference<br />
<strong>2023:</strong> Best poster presentation, UT Health Postdoctoral
Research Forum<br />
<strong>2019:</strong> Summer research internship, University of
Newcastle's Center for Brain and Mental Health<br />
<strong>2018:</strong> Best presentation award, University of Newcastle
Student Research Conference<br />
<strong>2018:</strong> Faculty of Science Commendation List, University
of Newcastle<br />
</details>
<!-- <details>
<summary>Publications</summary>
<h3>Journal Publications</h3>
<ul>
<li>Gronau, Q. F., Bennett, M. S., & Houpt, J. W. (2023). A dynamic causal response efficiency model for sequential decision-making. <em>Journal of Mathematical Psychology.</em></li>
<li>Bennett, M. S., Eidels, A., & Brown, S. D. (2023). Collective workload: Human performance in competitive and collaborative tasks. <em>Journal of Experimental Psychology: Human Perception and Performance.</em></li>
<li>Bennett, M. S., Eidels, A., & Brown, S. D. (2022). Human-machine systems: Collective workload in competitive and collaborative tasks. <em>Frontiers in Psychology.</em></li>
</ul>
<h3>In Preparation or Under Review</h3>
<ul>
<li>Bennett, M. S., et al. (2025). Title of manuscript in preparation...</li>
</ul>
<h3>Conference Proceedings</h3>
<ul>
<li>Hedley, L. K., Bennett, M. S., & Eidels, A. (2023). The relationship between collective workload and team performance. <em>Proceedings of the Annual Meeting of the Cognitive Science Society.</em></li>
</ul>
<h3>Reviewing Activity</h3>
<p>Ad hoc reviewer for: <em>Cognitive Research: Principles and Implications, Computational Brain and Behaviour, Topics in Cognitive Science, Communications Psychology</em></p>
</details> -->
</main>
<footer>
<hr />
<p>
<a href="mailto:bennett.1755@osu.edu"
><i class="fas fa-envelope"></i> Email</a
>
|
<a href="https://orcid.org/0000-0001-7309-4915" target="_blank"
><i class="fab fa-orcid"></i> ORCID</a
>
|
<a href="https://github.com/MurraySBennett" target="_blank"
><i class="fab fa-github"></i> GitHub</a
>
</p>
<p>© <span id="current-year"></span> Murray S. Bennett</p>
</footer>
<script>
document.getElementById("current-year").textContent =
new Date().getFullYear();
</script>
</body>
</html>