-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
299 lines (252 loc) · 10.8 KB
/
index.html
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./imgs/general/site-icon.png">
<title>SPP GROUP</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style-mobile.css">
<link rel="stylesheet" href="./css/style.css">
<script defer src="./js/app.js"></script>
<script src="https://unpkg.com/[email protected]/js-image-zoom.js" type="application/javascript"></script>
</head>
<body>
<!-- <section class="loading-screen-container" id="loading-screen-container">
<div class="loader">
<span></span>
<span></span>
<span></span>
<img src="./imgs/general/site-icon.png" alt="SPP GROUP">
</div>
</section> -->
<header>
<section id="fixed-to-top">
<div id="top-msg">
<span>
Dr. Roy's NPTEL course on <a href="https://nptel.ac.in/courses/113/105/113105101/"
target="_BLANK">"Techniques of Materials characterization"</a> is re-running.
</span>
<button onclick="closeTopMsg()" onmouseover="showRedBkgrnd(this)"></button>
</div>
<div class="brand-div">
<a href="./index.html" class="brand-div-container">
<img src="./imgs/general/logo_Lab.png" id="lab-logo" alt="Lab Icon">
<div>
<p>Structure Property Processing Group</p>
<span>Materials Science Center, Indian Institute of Technology, Kharagpur, India</span>
</div>
<img src="./imgs/general/IIT_Kharagpur_Logo.png" id="iit-kgp-logo" alt="IIT KGP Icon">
</a>
</div>
<nav class="clear-both navigation">
<a href="./index.html" class="active-page">Home</a>
<a href="./members.html">Members</a>
<div class="hide-this">
<a href="./members.html#Team">Team</a>
<a href="./members.html#Alumni">Alumni</a>
</div>
<a class="nav-dropdown" href="./research.html">Research</a>
<div>
<a href="./research.html#ongoing-work">Ongoing Work</a>
<a href="./research.html#featured-work">Featured Work</a>
<a href="./research.html#funding">Funding and Collaborators</a>
</div>
<a href="./facilities.html">Facilities</a>
<a href="./refreshment.html">Refreshment</a>
<a href="./contact.html">Contact</a>
</nav>
</section>
</header>
<section class="split-left-sec">
<section class="clear-both body-top-sec">
</section>
<section class="body-sec">
<div class="who-are-we-div">
<h2 style="text-transform: uppercase;">
About Us
</h2>
<p>
SPP is an IIT Kharagpur-based research group in the Materials Science Centre lead by Dr. Shibayan
Roy
since 2016. The group tries to correlate the mechanical behavior with the microstructures in the
different systems (Metal-based alloys, Composites, and Glass-ceramics). The main purpose of the SPP
group is to interrelate and find the link between the three main stems, i.e., Structure, Property,
and
Processing in various systems. The group is very diverse and has no barriers in terms of background.
It
includes Physicists, Metallurgists, Ceramists, Nano-technologists, and Mechanical people and is open
to
many more such minds who are very passionate and enthusiasts for research and can dive in and
explore
the limitless extremities.
</p>
<blockquote>
<q>
WE BELIEVE THAT RESEARCH IS A LIFESTYLE, NOT A JOB
</q>
</blockquote>
</div>
</section>
<section class="body-sec poster-sec">
<div class="who-are-we-div">
<h2 style="text-transform: uppercase;">Group Poster</h2>
<div class="poster-div">
<figure id="img-container">
<img src="https://drive.google.com/uc?export=view&id=1LVBQU_6tEoAP5_eRixkui0WzIPj13LcG"
id="poster" alt="Poster">
</figure>
<p>
Roll over the poster to zoom
<button id="poster-modal" class="poster-modal" style="text-transform: uppercase;">
View Full Poster
</button>
</p>
</div>
<!-- code for modal box -->
<div id="modal-box" class="modal-box">
<div class="modal-content">
<p>
<span class="close">
<abbr title="Close">
×
</abbr>
</span>
</p>
<img src="./imgs/general/poster_final.jpg" alt="Poster modal-box">
</div>
</div>
</div>
</section>
<script>
var zoomOptions = {
width: 429.8,
height: 600,
zoomWidth: 850,
offset: {
vertical: 0,
horizontal: 10
},
}
new ImageZoom(document.getElementById('img-container'), zoomOptions);
</script>
</section>
<section id="typewriter-effect group-updates" class="clear-both split-right-sec typewriter">
<h3 id="group-updates-title">Group Updates</h3>
<ul class="" id="slideshow-ul">
<li class="updates-li">
Souvik published a paper titled "Novel insights on the near atomic scale
spatial distributions of substitutional alloying and interstitial
impurity elements in Ti-6Al-4V alloy"
</li>
<li class="updates-li">
Saumya has got independent usership of XRD
</li>
<li class="updates-li">
Ashoktaru has been granted an operator-ship of departmental FESEM.
</li>
<li class="updates-li">
Souvik published a paper titled "Site-dependent microstructure, porosity and mechanical properties
of LENSTM processed Ti-6Al-4V alloy", in Materials Science and Engineering A.
</li>
<li class="updates-li">
Souvik published a paper titled "Statistical modeling of microstructure evolution in a Ti-6Al-4V
alloy during isothermal compression" in Acta Materialia.
</li>
<li class="updates-li">
Faizal has recently secured 3rd prize for the group project titled "Write an article to Wikipedia on
the use of glass in the human body" at the 2nd ICG-CGCRI Tutorial 2021.
</li>
<li class="updates-li">
Roja and Kamalika has successfully completed their enhancement seminar
</li>
</ul>
</section>
<script>
// MAX 7 Updates allowed! Not more than that!!
const list = document.getElementsByClassName('updates-li')
const x = list.length // list size
const totalTime = 4 * x
const individualTime = Math.trunc(100 / x)
const slideshowStyles = document.getElementById('SlideshowStyles')
var stylesCode = `
.slideshow-container>* {
position: absolute;
top: 100%;
left: 0;
animation: ${totalTime}s updates infinite ease-in-out;
}
@keyframes updates {
0% {
top: 100%;
}
1% {
top: 0%;
}
${individualTime}% {
top: 0;
}
${individualTime + 1}% {
top: -100%;
}
100% {
top: -100%;
}
}
`
for (i = 0; i < x; i++) {
var index = i + 1
var delay = 0 + i * 4
var statement = `
.slideshow-container>*:nth-child(${index}) {
animation-delay: ${delay}s;
}
`
stylesCode += '\n' + statement
}
slideshowStyles.innerHTML += stylesCode
</script>
<hr class="clear-both hide-this">
<footer>
© 2021 by SPP GROUP
</footer>
<script>
window.addEventListener("load", function () {
const loader = document.querySelector(".loading-screen-container");
loader.className += " loaded";
function setActiveNav() {
const page = document.getElementById('page-heading')
let pageName
if (page == null) {
pageName = "home"
} else {
pageName = page.innerHTML.toLowerCase()
}
if (pageName === "group members") {
pageName = "members"
}
const allLinks = document.getElementsByTagName('a')
function setActiveClass(pageName, allLinks) {
const len = Object.keys(allLinks).length
for (let i = 0; i < len; i++) {
element = allLinks[i]
if (element.innerHTML.toLowerCase() === pageName) {
element.className += " active"
}
}
};
setActiveClass(pageName, allLinks)
}
setActiveNav()
})
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>