-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (250 loc) · 11.1 KB
/
index.html
File metadata and controls
283 lines (250 loc) · 11.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Dr John Buckeridge | Computational Materials Scientist</title>
<meta name="description"
content="Dr John Buckeridge - Senior Lecturer in Thermofluids and Turbomachinery at London South Bank University. Research in quantum computing, materials science, and computational physics.">
<meta name="author" content="John Buckeridge">
<meta name="theme-color" content="#2962ff">
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Dr John Buckeridge">
<meta property="og:title" content="Dr John Buckeridge | Computational Materials Scientist">
<meta property="og:description"
content="Senior Lecturer in Thermofluids and Turbomachinery at London South Bank University. Research in quantum computing, materials science, and computational physics.">
<meta property="og:image" content="https://jbuckeridge.github.io/assets/images/short-logo.png">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="400">
<meta property="og:image:alt" content="Dr John Buckeridge Logo">
<meta property="og:url" content="https://jbuckeridge.github.io/">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Dr John Buckeridge | Computational Materials Scientist">
<meta name="twitter:description"
content="Senior Lecturer in Thermofluids and Turbomachinery at London South Bank University. Research in quantum computing, materials science, and computational physics.">
<meta name="twitter:image" content="https://jbuckeridge.github.io/assets/images/short-logo.png">
<meta name="twitter:image:alt" content="Dr John Buckeridge Logo">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/images/short-logo.png">
<link rel="apple-touch-icon" type="image/png" href="/assets/images/short-logo.png">
<!-- Fonts -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,400italic,700|Roboto+Mono&display=swap">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="/">
<img src="/assets/images/full-logo.png" alt="Dr John Buckeridge - Materials & Quantum Science" class="nav-logo-full">
<img src="/assets/images/short-logo.png" alt="Dr John Buckeridge" class="nav-logo-short">
</a>
</div>
<ul class="nav-menu">
<li><a href="/about.html">About</a></li>
<li><a href="/research.html">Research</a></li>
<li><a href="/publications.html">Publications</a></li>
<li><a href="/group.html">Group</a></li>
<li><a href="/talks.html">Talks</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="mobile-menu">
<a href="/about.html">About</a>
<a href="/research.html">Research</a>
<a href="/publications.html">Publications</a>
<a href="/group.html">Group</a>
<a href="/talks.html">Talks</a>
<a href="/blog.html">Blog</a>
<a href="/contact.html">Contact</a>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1 class="hero-title">Dr John Buckeridge</h1>
<p class="hero-subtitle">Computational Materials Scientist | Quantum Computing Researcher</p>
<p class="hero-subtitle" style="font-size: 1.2rem; opacity: 0.9;">Senior Lecturer in Thermofluids and
Turbomachinery<br>London South Bank University</p>
<div class="hero-stats">
<div class="hero-stat">
<span class="hero-stat-number" id="stat-publications">80+</span>
<span class="hero-stat-label">Publications</span>
</div>
<div class="hero-stat">
<span class="hero-stat-number" id="stat-citations">5300+</span>
<span class="hero-stat-label">Citations</span>
</div>
<div class="hero-stat">
<span class="hero-stat-number" id="stat-hindex">30+</span>
<span class="hero-stat-label">h-index</span>
</div>
<div class="hero-stat">
<span class="hero-stat-number" id="stat-years">17+</span>
<span class="hero-stat-label">Years Research</span>
</div>
</div>
<div class="hero-buttons">
<a href="/about.html" class="btn btn-primary">Learn More About Me</a>
<a href="/research.html" class="btn btn-outline">Explore My Research</a>
</div>
</div>
</section>
<!-- Research Highlights Section -->
<section class="section content-section">
<div class="container">
<h2 class="section-title">Research Focus Areas</h2>
<div class="grid grid-3">
<div class="card">
<div class="card-header">
<i class="fas fa-atom" style="font-size: 2.5rem; color: var(--primary-color); margin-bottom: 1rem;"></i>
<h3 class="card-title">Quantum Computing</h3>
</div>
<div class="card-body">
<p>Leading CCP-QC and developing quantum algorithms for materials science. Exploring how quantum computers
can solve complex problems in electronic structure calculations.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<i class="fas fa-battery-full"
style="font-size: 2.5rem; color: var(--accent-purple); margin-bottom: 1rem;"></i>
<h3 class="card-title">Energy Materials</h3>
</div>
<div class="card-body">
<p>Computational design of advanced battery and fuel cell materials. Leading the SLIMES lab for integrated
materials and energy storage research.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<i class="fas fa-microchip" style="font-size: 2.5rem; color: var(--accent-pink); margin-bottom: 1rem;"></i>
<h3 class="card-title">Semiconductors</h3>
</div>
<div class="card-body">
<p>Understanding electronic structure and defects in wide-gap semiconductors using advanced computational
methods and density functional theory.</p>
</div>
</div>
</div>
<!-- Single Learn More Button -->
<div class="text-center mt-5">
<a href="/research.html" class="btn btn-primary btn-lg">
<i class="fas fa-flask"></i> Explore All Research Topics
</a>
</div>
</div>
</section>
<!-- Recent Activity Section -->
<section class="section" style="background: var(--light-gray);">
<div class="container">
<h2 class="section-title">Recent Activity</h2>
<div class="grid grid-2">
<div class="card">
<div class="card-header">
<h3 class="card-title">Latest Publications</h3>
</div>
<div class="card-body">
<p>Explore my most recent research papers in quantum computing, materials science, and computational
physics.</p>
<div class="card-footer">
<a href="/publications.html" class="btn btn-primary">View Publications</a>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h3 class="card-title">Recent Talks</h3>
</div>
<div class="card-body">
<p>Check out presentations from conferences, seminars, and workshops on cutting-edge computational materials
research.</p>
<div class="card-footer">
<a href="/talks.html" class="btn btn-primary">View Talks</a>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h3 class="card-title">Research Group</h3>
</div>
<div class="card-body">
<p>Meet the talented researchers and students in the SLIMES Lab working on computational materials science
and quantum computing.</p>
<div class="card-footer">
<a href="/group.html" class="btn btn-primary">Meet the Team</a>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h3 class="card-title">Blog & Insights</h3>
</div>
<div class="card-body">
<p>Read about the latest developments in materials science, quantum computing, and computational research
methods.</p>
<div class="card-footer">
<a href="/blog.html" class="btn btn-primary">Read Blog</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>Dr John Buckeridge</h4>
<p>Senior Lecturer in Thermofluids and Turbomachinery at London South Bank University. Leading research in
quantum computing, materials science, and computational physics.</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<a href="/about.html">About</a>
<a href="/research.html">Research</a>
<a href="/publications.html">Publications</a>
<a href="/group.html">Group</a>
</div>
<div class="footer-section">
<h4>Resources</h4>
<a href="/talks.html">Talks</a>
<a href="/blog.html">Blog</a>
<a href="/contact.html">Contact</a>
</div>
<div class="footer-section">
<h4>Connect</h4>
<div class="social-links">
<a href="https://scholar.google.com/citations?user=hfyoL4AAAAAJ" target="_blank" title="Google Scholar"><i
class="ai ai-google-scholar"></i></a>
<a href="https://orcid.org/0000-0002-2537-5082" target="_blank" title="ORCID"><i
class="ai ai-orcid"></i></a>
<a href="https://github.com/jbuckeridge" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Dr John Buckeridge. All rights reserved. </p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="/assets/js/script.js"></script>
</body>
</html>