-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews-and-updates.html
970 lines (966 loc) · 42.8 KB
/
news-and-updates.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
<!DOCTYPE html>
<html lang="en">
<head>
<title>
News-and-Updates - Anand K Kanjarla | Laboratory for Mechanics of
Microstructures
</title>
<meta
property="og:title"
content="News-and-Updates - Anand K Kanjarla | Laboratory for Mechanics of Microstructures"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Nunito;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.3;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
null
}
</style>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="shortcut icon"
href="public/iitmlogo.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Reem+Kufi+Ink:wght@400&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
</head>
<body>
<link rel="stylesheet" href="./style.css" />
<div>
<link href="./news-and-updates.css" rel="stylesheet" />
<div class="news-and-updates-container">
<div class="news-and-updates-canvas">
<div class="news-and-updates-container1">
<header class="header-container">
<div class="header-container1">
<a
href="https://www.iitm.ac.in/"
target="_blank"
rel="noreferrer noopener"
class="header-link"
>
<img
alt="image"
src="public/images/iit_madras_logo-200h.png"
class="header-image"
/>
</a>
<a href="index.html" class="header-navlink">
<div class="header-container2">
<span class="header-text GroupName">
<span>Laboratory for Mechanics of Microstructures</span>
</span>
<span class="header-text1">
<span>
Department of Metallurgical and Materials
Engineering, IIT Madras.
</span>
<br />
</span>
</div>
</a>
</div>
</header>
<div class="news-and-updates-navbar">
<div class="news-and-updates-container2">
<a href="index.html" class="news-and-updates-button">Home</a>
<a href="anand.html" class="news-and-updates-button1">Anand</a>
<a href="group.html" class="news-and-updates-button2">Group</a>
<a href="research.html" class="news-and-updates-button3">
Research
</a>
<a href="alumni.html" class="news-and-updates-button4">
Alumni
</a>
<a href="publications.html" class="news-and-updates-button5">
Publications
</a>
<a href="teaching.html" class="news-and-updates-button6">
Teaching
</a>
<a href="openings.html" class="news-and-updates-button7">
Openings
</a>
</div>
</div>
</div>
<div class="navbar-navbar navbar-root-class-name9">
<div class="navbar-container">
<a href="index.html" class="navbar-button"><span>Home</span></a>
<a href="anand.html" class="navbar-button1"><span>Anand</span></a>
<a href="group.html" class="navbar-button2"><span>Group</span></a>
<a href="research.html" class="navbar-button3">
<span>Research</span>
</a>
<a href="alumni.html" class="navbar-button4">
<span>Alumni</span>
</a>
<a href="publications.html" class="navbar-button5">
<span>Publications</span>
</a>
<a href="teaching.html" class="navbar-button6">
<span>Teaching</span>
</a>
<a href="openings.html" class="navbar-button7">
<span>Openings</span>
</a>
</div>
</div>
<div class="news-and-updates-updates">
<span class="news-and-updates-text">News and Updates</span>
<ul class="news-and-updates-ul list">
<div>
<div class="news-and-updates-container3">
<span class="news-and-updates-text001">2023</span>
</div>
<li class="news-and-updates-event Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event01 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event02 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event03 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
</div>
<div>
<div class="news-and-updates-container4">
<span class="news-and-updates-text038">2022</span>
</div>
<li class="news-and-updates-event04 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event05 Content">
<span>
<span class="news-and-updates-text049">November 2022</span>
<span>
- Congratulations to Sanket Thakre for defending his
PhD thesis successfully
</span>
</span>
</li>
<li class="news-and-updates-event06 Content">
<span>
<span class="news-and-updates-text052">November 2022</span>
<span>
- Congratulations to Darshan Chalapathi for defending
his PhD thesis successfully
</span>
</span>
</li>
<li class="news-and-updates-event07 Content">
<span>
<span class="news-and-updates-text055">October 2022</span>
<span>
- A new paper from the group: Reduced-order damage
assessment model for dual-phase steels:
</span>
<span class="news-and-updates-text057">
https://doi.org/10.1007/s40192-022-00282-3
</span>
</span>
</li>
<li class="news-and-updates-event08 Content">
<span>
<span class="news-and-updates-text059">July 2022</span>
<span>
- Congratulations to Soumya Sourav Sarangi for
defending his Masters thesis. Best wishes for his PhD
journey at Purdue University, USA.
</span>
</span>
</li>
</div>
<div class="news-and-updates-year-template">
<div class="news-and-updates-container5">
<span class="news-and-updates-text061">2021</span>
</div>
<li class="news-and-updates-event09 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event10 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event11 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
<li class="news-and-updates-event12 Content">
<span>
<span>I used to wanna be </span>
<span>Living like there's only me </span>
<span>But now I spend my time </span>
<span>
Thinking 'bout a way to get you off my mind (Yeah,
you!)
</span>
<span>I used to be so tough </span>
<span>Never really gave enough </span>
<span>And then you caught my eye </span>
<span>
Giving me the feeling of a lightning strike (Yeah, you!)
</span>
</span>
</li>
</div>
</ul>
<div class="news-and-updates-y2024">
<div class="news-and-updates-h2024">
<span class="news-and-updates-text098">
<span>2024</span>
<br />
</span>
</div>
<ul class="news-and-updates-ul1 list">
<li class="news-and-updates-event13 Content">
<span class="news-and-updates-text101">
<span class="news-and-updates-text102">June </span>
<span>
- Pavan Kumar Taduvai and Shyam Sunder Prabhu S join as
M.Tech students in the group. Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event14 Content">
<span>
<span class="news-and-updates-text105">May </span>
<span>
- Congratulations to Vishal and Abhineet for
defending their MTech thesis successfully.
</span>
</span>
</li>
<li class="news-and-updates-event15 Content">
<span class="news-and-updates-text107">
<span class="news-and-updates-text108">April </span>
<span>
- Congratulations to Mohit on being awarded International
Cooperative Graduate Program(ICGP) by NIMS, Japan.
</span>
</span>
</li>
<li class="news-and-updates-event16 Content">
<span class="news-and-updates-text110">
<span class="news-and-updates-text111">March </span>
<span>
- Congratulations to Avinash for defending his PhD
research proposal successfully.
</span>
</span>
</li>
<li class="news-and-updates-event17 Content">
<span class="news-and-updates-text113">
<span class="news-and-updates-text114">March </span>
<span>
- A new paper from the group: Deformation twinning
and the role of stacking fault energy during cryogenic
testing of Ni-based superalloy.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.msea.2024.146404"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link"
>
<span class="news-and-updates-text118">
doi: 10.1016/j.msea.2024.146404
</span>
<br />
</a>
</li>
<li class="news-and-updates-event18 Content">
<span class="news-and-updates-text120">
<span class="news-and-updates-text121">March </span>
<span>
- A new paper from the group: Process parameter
optimization for LDED of Ti6Al4V.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.optlastec.2024.110861"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link01"
>
doi: 10.1016/j.optlastec.2024.110861
</a>
</li>
<li class="news-and-updates-event19 Content">
<span class="news-and-updates-text125">
<span class="news-and-updates-text126">February </span>
<span>
- Congratulations to Sarnath for completing his PhD
colloquium.
</span>
</span>
</li>
<li class="news-and-updates-event20 Content">
<span class="news-and-updates-text128">
<span class="news-and-updates-text129">February </span>
<span>
- A new paper from the group in collaboration with
Prof. Ratna Kumar Annabattula: Study of crack propagation
in multi-phase composites using phase field method.
</span>
<br />
<span></span>
</span>
<a
href="https://dx.doi.org/10.1088/1361-651X/ad29ae"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link02"
>
doi: 10.1088/1361- 651X/ad29ae
</a>
</li>
</ul>
</div>
<div class="news-and-updates-y2023">
<div class="news-and-updates-h2023">
<span class="news-and-updates-text133">2023</span>
</div>
<ul class="news-and-updates-ul2 list">
<li class="news-and-updates-event21 Content">
<span class="news-and-updates-text134">
<span class="news-and-updates-text135">November </span>
<span>
- Congratulations to Avinash on being selected
for Advanced Research Opportunities Program (AROP) at
RWTH Aachen University, Germany.
</span>
</span>
</li>
<li class="news-and-updates-event22 Content">
<span class="news-and-updates-text137">
<span class="news-and-updates-text138">October </span>
<span>
- Congratulations to Mahesh on being selected as Prime
Minister's Research Fellow.
</span>
</span>
</li>
<li class="news-and-updates-event23 Content">
<span class="news-and-updates-text140">
<span class="news-and-updates-text141">
September
</span>
<span>
- Vikrant Saumitra joins the group as a PhD student.
Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event24 Content">
<span class="news-and-updates-text143">
<span class="news-and-updates-text144">
September
</span>
<span>
- Avinash attended the EUROMAT 2023 conference in Germany.
</span>
</span>
</li>
<li class="news-and-updates-event25 Content">
<span class="news-and-updates-text146">
<span class="news-and-updates-text147">
September
</span>
<span>
- Congratulations to Sarnath for defending his PhD
research proposal successfully.
</span>
</span>
</li>
<li class="news-and-updates-event26 Content">
<span class="news-and-updates-text149">
<span class="news-and-updates-text150">August </span>
<span>
- Raghavendra joins the group as Postdoctoral Fellow.
Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event27 Content">
<span class="news-and-updates-text152">
<span class="news-and-updates-text153">August </span>
<span>
- Mahesh Arunprasath joins as a PhD student in the
group. Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event28 Content">
<span class="news-and-updates-text155">
<span class="news-and-updates-text156">July </span>
<span>
- A new paper from the group in collaboration with
Dr. Chaitanya Paramatmuni: Relationship between
inclination angle and twin growth in uniaxial compression
of Mg alloys.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.msea.2023.145374"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link03"
>
doi.org/10.1016/j.msea.2023.145374
</a>
</li>
<li class="news-and-updates-event29 Content">
<span class="news-and-updates-text160">
<span class="news-and-updates-text161">July </span>
<span>
- Congratulations to Darshan on his offer to join
Professor H. Abdolvand's research group as a postdoctoral
fellow at Western University, Canada!
</span>
<br />
<span></span>
</span>
</li>
<li class="news-and-updates-event30 Content">
<span>
<span class="news-and-updates-text166">June </span>
<span>
- Vishal Kumar Kadambala and Abhineet Kumar Baba join
as M.Tech students in the group. Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event31 Content">
<span class="news-and-updates-text168">
<span class="news-and-updates-text169">June </span>
<span>
- A new paper from the group in collaboration with
Prof. Illaksh Adlakha: Effect of hydrogen on plasticity in
iron.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.ijplas.2023.103613"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link04"
>
doi.org/10.1016/j.ijplas.2023.103613
</a>
</li>
<li class="news-and-updates-event32 Content">
<span class="news-and-updates-text173">
<span class="news-and-updates-text174">May </span>
<span>
- A new paper from the group in collaboration with
Dr. Chaitanya Paramatmuni: Anisotropic compression
behavior of Mg-Sn-Ca alloy.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.jallcom.2023.169163"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link05"
>
doi.org/10.1016/j.jallcom.2023.169163
</a>
</li>
<li class="news-and-updates-event33 Content">
<span>
<span class="news-and-updates-text179">May </span>
<span>
- Congratulations to Sakthi and Subhash for defending
their MTech thesis successfully.
</span>
</span>
</li>
<li class="news-and-updates-event34 Content">
<span>
<span class="news-and-updates-text182">April </span>
<span>
- Darshan visited Alleima, Sweden to perform
experiments and have discussions on the project.
</span>
</span>
</li>
<li class="news-and-updates-event35 Content">
<span class="news-and-updates-text184">
<span class="news-and-updates-text185">March </span>
<span>
- A new paper from the group: Quantification of
similarity and physical awareness of microstructures using
GAN.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.commatsci.2023.112074"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link06"
>
doi.org/10.1016/j.commatsci.2023.112074
</a>
</li>
<li class="news-and-updates-event36 Content">
<span class="news-and-updates-text189">
<span class="news-and-updates-text190">February </span>
<span>
- A new paper from the group: Biaxial deformation of
duplex stainless steels.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1016/j.msea.2023.144597"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link07"
>
doi.org/10.1016/j.msea.2023.144597
</a>
</li>
</ul>
</div>
<div class="news-and-updates-y2022">
<div class="news-and-updates-h2022">
<span class="news-and-updates-text194">2022</span>
</div>
<ul class="news-and-updates-ul3 list">
<li class="news-and-updates-event37 Content">
<span>
<span class="news-and-updates-text196">December </span>
<span>
- Congratulations to Jayavarshini for getting placed
in "Ohmium".
</span>
</span>
</li>
<li class="news-and-updates-event38 Content">
<span>
<span class="news-and-updates-text199">December </span>
<span>
- Congratulations to Subhash for getting placed in
"Quantiphi".
</span>
</span>
</li>
<li class="news-and-updates-event39 Content">
<span>
<span class="news-and-updates-text202">December </span>
<span>
- Congratulations to Sakthi for getting placed in
"Tata Steel".
</span>
</span>
</li>
<li class="news-and-updates-event40 Content">
<span>
<span class="news-and-updates-text205">November</span>
<span>
- Congratulations to Sanket Thakre for defending his
PhD thesis successfully.
</span>
</span>
</li>
<li class="news-and-updates-event41 Content">
<span>
<span class="news-and-updates-text208">November</span>
<span>
- Congratulations to Sukumar Agaram for defending his
PhD thesis successfully.
</span>
</span>
</li>
<li class="news-and-updates-event42 Content">
<span>
<span class="news-and-updates-text211">November</span>
<span>
- Congratulations to Darshan Chalapathi for defending
his PhD thesis successfully.
</span>
</span>
</li>
<li class="news-and-updates-event43 Content">
<span class="news-and-updates-text213">
<span class="news-and-updates-text214">October</span>
<span>
- A new paper from the group: Reduced-order damage
assessment model for dual-phase steels.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1007/s40192-022-00282-3"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link08"
>
doi.org/10.1007/s40192-022-00282-3
</a>
</li>
<li class="news-and-updates-event44 Content">
<span>
<span class="news-and-updates-text219">
September
</span>
<span>
- Congratulations to Sanket for getting placed in
"Bosch Global Software Technologies".
</span>
</span>
</li>
<li class="news-and-updates-event45 Content">
<span class="news-and-updates-text221">
<span class="news-and-updates-text222">August </span>
<span>
- A new paper from group: Surface reconstruction in
core@shell nanoalloys.
</span>
<br />
<span></span>
</span>
<a
href="https://doi.org/10.1007/s40192-022-00282-3"
target="_blank"
rel="noreferrer noopener"
class="news-and-updates-link09"
>
doi.org/10.1016/j.actamat.2022.118038
</a>
</li>
<li class="news-and-updates-event46 Content">
<span>
<span class="news-and-updates-text227">July</span>
<span>
- Shiva Kumar Gaddam joins as a PhD student in the group.
Welcome !!
</span>
</span>
</li>
<li class="news-and-updates-event47 Content">
<span>
<span class="news-and-updates-text230">July</span>
<span>
- Congratulations to Soumya Sourav Sarangi for defending
his Masters thesis. Best wishes for his PhD journey at
Purdue University, USA.
</span>
</span>
</li>
</ul>
</div>
</div>
<div class="news-and-updates-dotted-line"></div>
<div class="footer-footer">
<div class="footer-container">
<div class="footer-container01">
<a href="index.html" class="footer-navlink">
<div class="footer-container02">
<span class="footer-text Heading3">
<span>Laboratory for </span>
<br />
<span>Mechanics of Microstructures</span>
<br />
</span>
<span class="footer-text05 Heading3">
<span>Laboratory for </span>
<span>Mechanics of Microstructures</span>
<br />
</span>
</div>
</a>
<div class="footer-info">
<div class="footer-quick-links">
<span class="footer-heading Heading3">
<span>Quick Links</span>
</span>
<div class="footer-container03">
<a href="index.html" class="footer-navlink1">
<span>Home</span>
</a>
<a href="anand.html" class="footer-navlink2">
<span>Anand</span>
</a>
<a href="group.html" class="footer-navlink3">
<span>Group</span>
</a>
<a href="openings.html" class="footer-navlink4">
<span>Openings</span>
</a>
</div>
</div>
<div class="footer-contact">
<div class="footer-container04">
<span class="footer-text09 Heading3">
<span>Office</span>
</span>
</div>
<a
href="https://goo.gl/maps/vMb2eJPuRRnJ7DCZ9"
target="_blank"
rel="noreferrer noopener"
class="footer-link"
>
<div class="footer-container05">
<svg viewBox="0 0 1024 1024" class="footer-icon">
<path
d="M512 490q44 0 75-31t31-75-31-75-75-31-75 31-31 75 31 75 75 31zM512 86q124 0 211 87t87 211q0 62-31 142t-75 150-87 131-73 97l-32 34q-12-14-32-37t-72-92-91-134-71-147-32-144q0-124 87-211t211-87z"
></path>
</svg>
<span class="footer-text10">
<span>New Academic Complex 1 (NAC1) 144,</span>
<br />
<span>
Dept. of Metallurgical and Materials Engg.,
</span>
<br />
<span>Indian Institute of Technology Madras,</span>
<br />
<span>Chennai - 600 036.</span>
<br />
</span>
</div>
</a>
<div class="footer-container06">
<svg viewBox="0 0 1024 1024" class="footer-icon2">
<path
d="M282 460q96 186 282 282l94-94q20-20 44-10 72 24 152 24 18 0 30 12t12 30v150q0 18-12 30t-30 12q-300 0-513-213t-213-513q0-18 12-30t30-12h150q18 0 30 12t12 30q0 80 24 152 8 26-10 44z"
></path>
</svg>
<span class="footer-text19 Content">
<span>+91 44 2257 4753</span>
</span>
</div>
</div>
<div class="footer-contact1">
<div class="footer-container07">
<span class="footer-text20 Heading3">
<span>Laboratory</span>
</span>
</div>
<a
href="https://goo.gl/maps/vMb2eJPuRRnJ7DCZ9"
target="_blank"
rel="noreferrer noopener"
class="footer-link1"
>
<div class="footer-container08">
<svg viewBox="0 0 1024 1024" class="footer-icon4">
<path
d="M512 490q44 0 75-31t31-75-31-75-75-31-75 31-31 75 31 75 75 31zM512 86q124 0 211 87t87 211q0 62-31 142t-75 150-87 131-73 97l-32 34q-12-14-32-37t-72-92-91-134-71-147-32-144q0-124 87-211t211-87z"
></path>
</svg>
<span class="footer-text21">
<span>
Laboratory for mechanics of microstructures,
</span>
<br />
<span>New Academic Complex 1 (NAC1) 221,</span>
<br />
<span>
Dept. of Metallurgical and Materials Engg.,
</span>
<br />
<span>Indian Institute of Technology Madras,</span>
<br />
<span>Chennai - 600 036.</span>
</span>
</div>
</a>
<div class="footer-container09">
<svg viewBox="0 0 1024 1024" class="footer-icon6">
<path
d="M282 460q96 186 282 282l94-94q20-20 44-10 72 24 152 24 18 0 30 12t12 30v150q0 18-12 30t-30 12q-300 0-513-213t-213-513q0-18 12-30t30-12h150q18 0 30 12t12 30q0 80 24 152 8 26-10 44z"
></path>
</svg>
<span class="footer-text31 Content">
<span>+91 44 2257 5754</span>
</span>
</div>
</div>
</div>
</div>
<div class="footer-separator"></div>
<span class="footer-text32">
<span>© 2023 Anand, All Rights Reserved.</span>
</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>