-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog-article.html
More file actions
189 lines (168 loc) · 8.89 KB
/
blog-article.html
File metadata and controls
189 lines (168 loc) · 8.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blog post by Dr John Buckeridge">
<meta name="author" content="Dr John Buckeridge">
<meta name="theme-color" content="#2962ff">
<title>Blog | Dr John Buckeridge</title>
<!-- Open Graph / Social Media -->
<meta property="og:type" content="article">
<meta property="og:site_name" content="Dr John Buckeridge">
<meta property="og:title" content="Blog | Dr John Buckeridge">
<meta property="og:description" content="Blog post by Dr John Buckeridge on materials science, quantum computing, 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">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Blog | Dr John Buckeridge">
<meta name="twitter:description" content="Blog post by Dr John Buckeridge.">
<meta name="twitter:image" content="https://jbuckeridge.github.io/assets/images/short-logo.png">
<meta name="twitter:image:alt" content="Dr John Buckeridge Logo">
<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">
<link rel="stylesheet" href="/assets/css/style.css">
<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">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,400italic,700|Roboto+Mono&display=swap">
<!-- Marked.js for Markdown parsing -->
<script src="https://cdn.jsdelivr.net/npm/marked@11.1.0/marked.min.js"></script>
</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" class="active">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;">
<!-- Article Section -->
<section class="section content-section">
<div class="container">
<!-- Loading Indicator -->
<div id="article-loader" style="text-align: center; padding: 3rem;">
<i class="fas fa-spinner fa-spin" style="font-size: 3rem; color: var(--primary-color);"></i>
<p style="margin-top: 1rem;">Loading article...</p>
</div>
<!-- Article Content -->
<div id="article-section" style="display: none;">
<article class="card">
<div class="card-body">
<!-- Article Header -->
<div style="margin-bottom: 2rem; text-align: center;">
<h1 id="article-title" class="section-title"></h1>
<div
style="display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1rem;">
<span>
<i class="fas fa-user" style="color: var(--primary-color);"></i>
<span id="article-author"></span>
</span>
<span>
<i class="fas fa-calendar-alt" style="color: var(--primary-color);"></i>
<span id="article-date"></span>
</span>
</div>
<div id="article-tags"
style="margin-bottom: 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem;">
</div>
</div>
<!-- Markdown Content -->
<div id="article-content" style="line-height: 1.8; font-size: 1.05rem;">
<!-- Markdown will be rendered here -->
</div>
<!-- Back to Blog -->
<div
style="margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border-color);">
<a href="/blog.html" class="btn btn-primary">
<i class="fas fa-arrow-left"></i> Back to Blog
</a>
</div>
</div>
</article>
</div>
<!-- Error Message -->
<div id="error-section" style="display: none; text-align: center; padding: 3rem;">
<i class="fas fa-exclamation-circle" style="font-size: 4rem; color: var(--text-muted);"></i>
<h2 style="margin-top: 1rem;">Article Not Found</h2>
<p style="color: var(--text-muted);">Sorry, the article you're looking for could not be found.</p>
<a href="/blog.html" class="btn btn-primary" style="margin-top: 1.5rem;">Back to Blog</a>
</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>
<script src="/assets/js/script.js"></script>
<script src="/assets/js/blog-article.js"></script>
</body>
</html>