-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
278 lines (261 loc) · 19.9 KB
/
about.html
File metadata and controls
278 lines (261 loc) · 19.9 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
<!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="About SLIMES Research Group - Learn about our mission, research philosophy, and approach to computational materials science at London South Bank University.">
<meta name="keywords"
content="SLIMES about, research group, computational materials science, materials modeling, research philosophy, LSBU, London South Bank University">
<meta name="author" content="Dr. John Buckeridge">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://slimeslab.github.io/about.html">
<meta property="og:title" content="About SLIMES Research Group - Computational Materials Science at LSBU">
<meta property="og:description"
content="Learn about the SLIMES Research Group at London South Bank University - our mission, research philosophy, and approach to advancing materials science through computational modeling and AI.">
<meta property="og:image" content="https://slimeslab.github.io/assets/images/branding/favicon.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://slimeslab.github.io/about.html">
<meta property="twitter:title" content="About SLIMES Research Group - Computational Materials Science at LSBU">
<meta property="twitter:description"
content="Learn about the SLIMES Research Group at London South Bank University - our mission, research philosophy, and approach to advancing materials science through computational modeling and AI.">
<meta property="twitter:image" content="https://slimeslab.github.io/assets/images/branding/favicon.png">
<title>About - SLIMES Research Group</title>
<link rel="icon" type="image/svg+xml" href="assets/images/branding/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="/">
<img src="assets/images/branding/SLIMES-logo.svg" alt="SLIMES Research Group" class="logo-image">
<img src="assets/images/branding/favicon.png" alt="SLIMES Research Group" class="logo-favicon">
</a>
</div>
<div class="nav-menu">
<a href="about.html" class="nav-link active">About</a>
<a href="research.html" class="nav-link">Research</a>
<a href="publications.html" class="nav-link">Publications</a>
<!-- Group Dropdown -->
<div class="nav-dropdown">
<a href="#" class="nav-link dropdown-toggle">
Group <i class="fas fa-chevron-down"></i>
</a>
<div class="dropdown-content">
<a href="group/members.html">
<i class="fas fa-users"></i> Members
</a>
<a href="group/open-positions.html">
<i class="fas fa-briefcase"></i> Open Positions
</a>
<a href="group/gallery.html">
<i class="fas fa-camera"></i> Gallery
</a>
</div>
</div>
<a href="news.html" class="nav-link">News</a>
<a href="contact.html" class="nav-link">Contact</a>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<a href="about.html" class="mobile-nav-link">About</a>
<a href="research.html" class="mobile-nav-link">Research</a>
<a href="publications.html" class="mobile-nav-link">Publications</a>
<!-- Mobile Group Dropdown -->
<div class="mobile-dropdown">
<a href="#" class="mobile-nav-link mobile-dropdown-toggle">
Group <i class="fas fa-chevron-down"></i>
</a>
<div class="mobile-dropdown-content">
<a href="group/members.html">
<i class="fas fa-users"></i> Members
</a>
<a href="group/open-positions.html">
<i class="fas fa-briefcase"></i> Open Positions
</a>
<a href="group/gallery.html">
<i class="fas fa-camera"></i> Gallery
</a>
</div>
</div>
<a href="news.html" class="mobile-nav-link">News</a>
<a href="contact.html" class="mobile-nav-link">Contact</a>
</div>
</nav>
<!-- Placeholder Content -->
<section class="breadcrumb">
<div class="breadcrumb-overlay"></div>
<div class="container">
<h1>About Us</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb-nav">
<li><a href="/">Home</a></li>
<li class="current">About</li>
</ol>
</nav>
</div>
</section>
<section class="content-section">
<div class="container">
<div class="row justify-content-center">
<!-- PHOTO - Now centered on all screen sizes -->
<div class="col-md-6 text-center">
<div class="about-img">
<img src="assets/images/team/group-photo.jpg" alt="Group Photo" class="img-fluid mx-auto">
</div>
</div>
<!-- ABOUT TEXT -->
<div class="col-md-6">
<div class="about-text text-start">
<h5>Hello, We're <b>SLIMES</b>...</h5>
<p>At the intersection of physics, chemistry, and computer science lies our computational
materials science research lab,
South London Innovative Materials Evaluation Squad (SLIMES), led by Dr. John Buckeridge. For
the last couple of years,
we have been constantly working on our research area using various computational tools like
VASP, Quantum Espresso, and
VESTA to push the boundaries in materials research.</p>
<p>We utilize state-of-the-art software to gain insights across diverse areas - from defects and
charge transport to
functional materials design. Recently, we also started focusing on integrating
machine-learning and artificial
intelligence methods to enhance efficiency and discovery in our pursuit of the materials
innovations of the future.</p>
</div>
</div>
</div>
</div>
</section>
<div class="basic-process-area pb-60">
<div class="container">
<div class="area-title text-center">
<h2>Our Work Process</h2>
<p>We employ advanced computational modelling and simulation to predict materials properties and
discover
new
materials for next generation technological applications.</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 mb-30">
<div class="process-item text-center">
<div class="process-item-icon">
<i class="fas fa-book"></i>
</div>
<div class="process-item-content">
<span class="process-item-number">1</span>
<h3 class="process-item-title">Literature</h3>
<p>Thinking of a new material with desired capabilities or targeted material properties, and
vigorous literature survey.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-30">
<div class="process-item text-center highlight">
<div class="process-item-icon">
<i class="fas fa-pencil-alt"></i>
</div>
<div class="process-item-content">
<span class="process-item-number">2</span>
<h3 class="process-item-title">Modelling</h3>
<p>Modelling 3D models of materials structures leveraging high-performance
modelling platforms.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-30">
<div class="process-item text-center">
<div class="process-item-icon">
<i class="fas fa-desktop"></i>
</div>
<div class="process-item-content">
<span class="process-item-number">3</span>
<h3 class="process-item-title">Simulations</h3>
<p>Running simulations on the computational models or building ML models to predict new
materials or materials properties.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-30">
<div class="process-item text-center highlight">
<div class="process-item-icon">
<i class="fas fa-search"></i>
</div>
<div class="process-item-content">
<span class="process-item-number">4</span>
<h3 class="process-item-title">Analysis</h3>
<p>Analyzing the simulation or ML outputs using appropriate tools ranging from different
visualizing software or ML techniques.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>Research Group</h4>
<p>Advancing materials modeling and simulation using emerging AI approaches.</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<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/members.html">Team</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact</h4>
<p>London South Bank University<br>
103 Borough Road<br>
London SE1 0AA</p>
</div>
<div class="footer-section">
<h4>Follow Us</h4>
<div class="social-links">
<a href="https://github.com/slimeslab" target="_blank" title="GitHub"
rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="https://www.researchgate.net/lab/SLIMES-Lab-John-Buckeridge" target="_blank"
title="ResearchGate" rel="noopener noreferrer"><i class="ai ai-researchgate"></i></a>
<a href="https://huggingface.co/slimeslab" target="_blank" title="Hugging Face"
rel="noopener noreferrer">
<svg class="huggingface-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0216 12.9067C15.1542 12.6053 15.1672 12.266 15.0594 11.9588C15.1666 11.6895 15.1835 11.3879 15.1109 11.1077C15.073 10.9629 15.0125 10.8286 14.9325 10.7088C15.062 10.2511 14.9293 9.76178 14.6096 9.41217C14.4835 9.27426 14.3319 9.17171 14.1684 9.10376C14.2677 8.65557 14.3201 8.18997 14.3201 7.71255C14.3201 4.19004 11.4753 1.3313 7.96213 1.3313C4.449 1.3313 1.60422 4.19004 1.60422 7.71255C1.60422 8.2011 1.65902 8.67732 1.76291 9.13516C1.62551 9.20206 1.49836 9.29437 1.39062 9.41217C1.11172 9.71715 0.970218 10.1156 1.02972 10.5294C1.0386 10.5911 1.05139 10.651 1.06778 10.7088C0.987687 10.8286 0.927261 10.9629 0.889378 11.1077C0.816118 11.3874 0.833871 11.69 0.940828 11.9588C0.833048 12.266 0.845995 12.6053 0.978628 12.9067C1.21674 13.4476 1.77038 13.7844 2.53035 14.0869C3.37522 14.4232 4.30846 14.669 5.2641 14.669C6.03595 14.669 6.70689 14.4811 7.19679 14.048C7.44786 14.0783 7.70328 14.0938 7.96213 14.0938C8.24393 14.0938 8.52162 14.0753 8.79408 14.0396C9.2845 14.4785 9.9591 14.669 10.7361 14.669C11.6956 14.669 12.6219 14.4245 13.4699 14.0869C14.2298 13.7844 14.7835 13.4475 15.0216 12.9067ZM13.2948 13.6471C14.0459 13.3481 14.4327 13.0695 14.5883 12.716C14.6978 12.4671 14.6784 12.18 14.5326 11.9505C14.7261 11.6538 14.689 11.3658 14.6529 11.2275C14.6067 11.0511 14.5112 10.9044 14.3815 10.7991C14.443 10.6965 14.4842 10.5856 14.5019 10.462C14.5523 10.1118 14.363 9.73198 14.0467 9.56892C13.9043 9.49529 13.74 9.46502 13.5786 9.48087C13.6273 9.32464 13.6698 9.16565 13.7056 9.00412C13.7979 8.58845 13.8467 8.15618 13.8467 7.71255C13.8467 4.44972 11.2121 1.80469 7.96213 1.80469C4.71221 1.80469 2.07761 4.44972 2.07761 7.71255C2.07761 8.15775 2.12667 8.59151 2.21966 9.00861C2.255 9.16715 2.29669 9.32322 2.34445 9.47668C2.11872 9.47489 1.89314 9.56403 1.73991 9.73172C1.54674 9.94289 1.46094 10.2024 1.4983 10.462C1.51607 10.5856 1.55722 10.6965 1.61873 10.7991C1.48904 10.9044 1.39352 11.0511 1.34735 11.2275C1.3112 11.3658 1.27415 11.6538 1.46762 11.9505C1.3218 12.18 1.30238 12.4671 1.41189 12.716C1.56755 13.0695 1.95433 13.3481 2.70542 13.6471C3.51574 13.9696 4.38761 14.1956 5.2641 14.1956C6.0583 14.1956 6.6509 13.9775 7.02942 13.5466C7.3332 13.5952 7.64475 13.6204 7.96213 13.6204C8.30268 13.6204 8.63651 13.5913 8.96129 13.5356C9.33929 13.9738 9.93526 14.1956 10.7361 14.1956C11.6163 14.1956 12.4813 13.9709 13.2948 13.6471Z" fill="white"/>
<path d="M6.65394 13.0396C7.07186 12.4243 7.04226 11.9625 6.46887 11.3871C5.89542 10.8119 5.56163 9.97029 5.56163 9.97029C5.56163 9.97029 5.43695 9.48151 5.15298 9.52651C4.869 9.57144 4.6605 10.3019 5.25534 10.7488C5.85017 11.1955 5.13688 11.499 4.90804 11.0795C4.67918 10.6598 4.05428 9.58123 3.73021 9.37492C3.4063 9.16869 3.17821 9.28425 3.25459 9.70942C3.33098 10.1347 4.68571 11.1653 4.5539 11.3883C4.42208 11.6112 3.95754 11.1263 3.95754 11.1263C3.95754 11.1263 2.50395 9.79815 2.18748 10.1442C1.871 10.4903 2.42757 10.7803 3.22073 11.2624C4.01404 11.7443 4.07554 11.8717 3.96302 12.054C3.85033 12.2363 2.0994 10.7543 1.93494 11.3825C1.77063 12.0108 3.72186 12.1932 3.60144 12.6269C3.48102 13.0608 2.22696 11.806 1.97048 12.2949C1.71383 12.784 3.74009 13.3586 3.75649 13.3628C4.411 13.5333 6.07322 13.8945 6.65394 13.0396Z" fill="white"/>
<path d="M9.34631 13.0396C8.9284 12.4243 8.958 11.9625 9.53147 11.3871C10.1049 10.8119 10.4387 9.97029 10.4387 9.97029C10.4387 9.97029 10.5634 9.48151 10.8473 9.52651C11.1313 9.57144 11.3398 10.3019 10.7449 10.7488C10.1502 11.1955 10.8634 11.499 11.0923 11.0795C11.3211 10.6598 11.946 9.58123 12.2701 9.37492C12.594 9.16869 12.8221 9.28425 12.7457 9.70942C12.6693 10.1347 11.3146 11.1653 11.4464 11.3883C11.5782 11.6112 12.0427 11.1263 12.0427 11.1263C12.0427 11.1263 13.4963 9.79815 13.8128 10.1442C14.1293 10.4903 13.5727 10.7803 12.7796 11.2624C11.9863 11.7443 11.9248 11.8717 12.0372 12.054C12.15 12.2363 13.9009 10.7543 14.0653 11.3825C14.2297 12.0108 12.2785 12.1932 12.3989 12.6269C12.5193 13.0608 13.7733 11.806 14.0298 12.2949C14.2864 12.784 12.2602 13.3586 12.2438 13.3628C11.5893 13.5333 9.92703 13.8945 9.34631 13.0396Z" fill="white"/>
<path d="M7.13116 9.21035C7.68053 9.53065 8.39171 9.53183 8.92303 9.17895C8.78645 9.056 8.62418 8.96114 8.44531 8.90388C8.31873 8.86319 8.18387 9.29997 8.04391 9.29997C7.91316 9.29997 7.78674 8.86042 7.66748 8.8961C7.46364 8.95702 7.28051 9.06616 7.13116 9.21035Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.96214 2.41455C5.04774 2.41455 2.68506 4.78667 2.68506 7.71256C2.68506 8.14057 2.73563 8.55677 2.83108 8.9554C2.83237 8.95383 2.83367 8.95226 2.83497 8.95069C2.9882 8.76681 3.20794 8.66545 3.4538 8.66545C3.89524 8.66545 4.23152 8.96376 4.49145 9.28825C4.66026 9.05322 4.91817 8.91361 5.18939 8.91361C5.70739 8.91361 6.01914 9.36479 6.13702 9.7706C6.19547 9.90769 6.47608 10.5321 6.89825 10.9557C7.54116 11.6007 7.7021 12.2661 7.38382 12.9791C7.7851 13.023 8.20295 13.0213 8.61268 12.9707C8.29948 12.2609 8.46169 11.5982 9.10198 10.9557C9.52416 10.5321 9.80484 9.90769 9.86329 9.7706C9.98109 9.36479 10.2927 8.91361 10.8107 8.91361C11.082 8.91361 11.34 9.05324 11.5088 9.28825C11.7687 8.96377 12.105 8.66545 12.5464 8.66545C12.7634 8.66545 12.9601 8.74438 13.1086 8.88932C13.2328 8.33972 13.2699 7.74287 13.212 7.17086C12.9417 4.49924 10.694 2.41455 7.96214 2.41455ZM6.86163 9.58044C6.28068 9.0948 6.02594 8.3752 6.02594 7.90713C6.02594 7.22108 6.90968 8.27063 8.00012 8.27063C9.09037 8.27063 9.97429 7.22098 9.97429 7.90713C9.97429 8.59186 9.49409 9.92922 8.00602 9.92922C7.52576 9.92922 7.15016 9.79086 6.86163 9.58044ZM9.78877 6.27052C9.61583 6.20913 9.32089 6.49448 9.22793 6.31895C9.03104 5.94723 9.17157 5.48568 9.54187 5.28803C9.9121 5.09038 10.3719 5.2315 10.5688 5.60323C10.7656 5.97496 10.625 6.43653 10.2548 6.63417C10.0594 6.73858 9.98235 6.33909 9.78877 6.27052ZM6.21147 6.27052C6.01788 6.33909 5.94089 6.73858 5.74544 6.63417C5.37517 6.43653 5.23461 5.97496 5.43149 5.60323C5.62836 5.2315 6.08813 5.09038 6.45836 5.28803C6.82866 5.48568 6.96919 5.94723 6.7723 6.31895C6.67934 6.49448 6.3844 6.20913 6.21147 6.27052ZM12.0244 6.49289C12.0244 6.76655 11.8035 6.9884 11.5308 6.9884C11.2583 6.9884 11.0374 6.76655 11.0374 6.49289C11.0374 6.21924 11.2583 5.99739 11.5308 5.99739C11.8035 5.99739 12.0244 6.21924 12.0244 6.49289ZM4.46938 6.9884C4.74196 6.9884 4.96292 6.76655 4.96292 6.49289C4.96292 6.21924 4.74196 5.99739 4.46938 5.99739C4.1968 5.99739 3.97584 6.21924 3.97584 6.49289C3.97584 6.76655 4.1968 6.9884 4.46938 6.9884Z" fill="white"/>
</svg>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p><a href="/" class="brand-name">SLIMES Lab</a> © <span id="copyright-year">2025</span>.
All rights reserved. Made With ❤️ by <a href="https://aritraroy.live/" target="_blank"
rel="noopener noreferrer">Aritra Roy</a></p>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>