-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalk-tags.html
More file actions
165 lines (139 loc) · 6.07 KB
/
talk-tags.html
File metadata and controls
165 lines (139 loc) · 6.07 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
<!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 by Tag | Dr John Buckeridge</title>
<meta name="description" content="Browse presentations and talks by topic and tags">
<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 by Tag | Dr John Buckeridge">
<meta property="og:description" content="Browse presentations and talks by topic and tags - quantum computing, materials science, semiconductors.">
<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/talk-tags.html">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Talks by Tag | Dr John Buckeridge">
<meta name="twitter:description" content="Browse presentations and talks by topic and tags.">
<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" id="tag-page-title">Talks by Tag</h1>
<div class="text-center mb-5">
<p id="tag-results-description">Browse presentations by topic</p>
<div id="tag-navigation"
style="display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-top: 1rem;">
<!-- Tag links will be dynamically generated -->
</div>
</div>
<div id="tag-results-title" class="mb-4">
<h2 class="h3">All Talks</h2>
</div>
<!-- Talks Container - Dynamically Loaded -->
<div id="talks-container" style="display: flex; flex-direction: column; align-items: center; gap: 1rem;">
<!-- Talks items will be dynamically loaded from JSON -->
</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/talk-tags.js"></script>
</body>
</html>