-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalks.html
More file actions
181 lines (155 loc) · 6.82 KB
/
talks.html
File metadata and controls
181 lines (155 loc) · 6.82 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
<!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>Talks | Dr John Buckeridge</title>
<meta name="description" content="Presentations and talks by Dr John Buckeridge">
<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="Talks & Presentations | Dr John Buckeridge">
<meta property="og:description"
content="Conference presentations, invited talks, and seminars on 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/talks.html">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Talks & Presentations | Dr John Buckeridge">
<meta name="twitter:description"
content="Conference presentations, invited talks, and seminars on quantum computing and materials science.">
<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" class="active">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>
<!-- Main Content -->
<main style="margin-top: 70px;">
<!-- Page Header -->
<section class="section content-section">
<div class="container text-center">
<h1 class="section-title">Talks & Presentations</h1>
<!-- Invite Me to Speak -->
<div class="card mb-5"
style="background: var(--light-gray); max-width: 800px; margin-left: auto; margin-right: auto;">
<div class="card-body text-center">
<h3>Invite Me to Speak</h3>
<p>I am available for invited talks, seminars, and workshops on computational materials science, quantum
computing, and energy materials.</p>
<a href="/contact.html" class="btn btn-primary mt-2">Contact Me</a>
</div>
</div>
<!-- Upcoming Talks -->
<div id="upcoming-talks-section" class="mb-5">
<h2 class="h3 mb-4"
style="border-bottom: 2px solid var(--primary-color); display: inline-block; padding-bottom: 0.5rem;">
Upcoming Talks</h2>
<div id="upcoming-talks-container" class="d-flex flex-column align-items-center">
<!-- Upcoming talks will be loaded here -->
</div>
</div>
<!-- Previous Talks -->
<div id="previous-talks-section">
<h2 class="h3 mb-4"
style="border-bottom: 2px solid var(--text-muted); display: inline-block; padding-bottom: 0.5rem;">Previous
Talks</h2>
<div id="talks-archive-content" class="d-flex flex-column align-items-center">
<!-- Grouped talks will be loaded here -->
</div>
</div>
</div>
</section>
</main>
<!-- 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>
<script src="/assets/js/talks.js"></script>
</body>
</html>