Skip to content

Commit 2f4e04e

Browse files
committed
Google Scholar profiles of the people.
1 parent a85f18e commit 2f4e04e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_includes/bio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div style="display: flex; align-items: flex-start;">
22
<img src="{{ include.photo }}" alt="{{ include.name }}" width="100" height="100" style="margin-right: 15px; border-radius: 8px;">
33
<div>
4-
<b>{{ include.name }}</b>
4+
<a href="{{include.scholar}}" target="_blank"><b>{{ include.name }}</b></a>
55
<p>{{ include.description }}</p>
66
</div>
77
</div>

people.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,35 @@ permalink: /people/
1010
photo="/assets/images/people/kasun.jpg"
1111
name="Prof. Kasun de Zoysa "
1212
description="Kasun is currently serves as the deputy director as well as the head of research at University of Colombo School of Computing, Sri Lanka. His research interests include Information Security, Cryptography, Digital Forensic, ICT4D, and 5G. He is the founder of the SCoRe lab, as well as its predecessor WASN lab at UCSC."
13+
scholar="https://scholar.google.com/citations?user=fXFgCdsAAAAJ&hl=en"
1314
%}
1415

1516
{% include bio.html
1617
photo="/assets/images/people/asanka.jpg"
1718
name="Dr. Asanka P. Sayakkara"
1819
description="Asanka is currently serving as a senior lecturer at University of Colombo School of Computing, Sri Lanka. His research interests include Digital Forensics, Hardware Security, and Side-Channel Analysis. He contributes to the SCoRe lab since 2010 in various capacities, and currently leading its administration."
20+
scholar="https://scholar.google.com/citations?user=n8BELL8AAAAJ&hl=en"
1921
%}
2022

2123
{% include bio.html
2224
photo="/assets/images/people/chathura.jpg"
2325
name="Mr. Chathura Prasan Suduwella"
2426
description="Chathura is currently serving as a scientific assistant at University of Colombo School of Computing, Sri Lanka. His research interests include Digital Forensics, Number Theory, Embedded Systems, Visible Light Communication, and File Systems. He contributes to the SCoRe lab in various capacities."
27+
scholar="https://scholar.google.com/citations?user=weHYdUQAAAAJ&hl=en"
2528
%}
2629

2730
{% include bio.html
2831
photo="/assets/images/people/akila.jpeg"
2932
name="Mr. Akila Shamendra Wickramasekara"
3033
description="Akila is a PhD researcher in Digital Forensics at University College Dublin. His work focuses on integrating AI for digital forensic investigations. His research interests are digital forensics and hardware security."
34+
scholar="https://scholar.google.com/citations?hl=en&user=Kw146WoAAAAJ"
3135
%}
3236

3337
{% include bio.html
3438
photo="/assets/images/people/udayanga.jpeg"
3539
name="Mr. Udayanga Sampath"
3640
description="Udayanga Sampath is a PhD researcher at the Ocean University of Sri Lanka, focusing on marine mammal acoustics to study species in remote and hard-to-access marine environments. He previously worked as a Research Assistant at the University of Colombo School of Computing, where he contributed to a project on elephant infrasonic vocalisation detection. His research interests include bioacoustics, passive acoustic monitoring, and acoustic signal processing."
41+
scholar="https://scholar.google.com/citations?hl=en&user=lPo900IAAAAJ"
3742
%}
3843

3944
<b>Former Members</b>

0 commit comments

Comments
 (0)