forked from jeffreytse/jekyll-theme-yat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_us.html
More file actions
150 lines (142 loc) · 5.17 KB
/
about_us.html
File metadata and controls
150 lines (142 loc) · 5.17 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
---
layout: about
title: About Us
---
<head>
<style>
h1 {
font-size: 2rem;
}
abbr {
text-decoration: none;
}
.description {
text-align: justify;
font-size: 1.1rem;
line-height: 1.5;
}
.members-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
justify-content: center;
align-items: end;
}
.member img {
height: 80%;
width: 80%;
border-radius: 10%;
margin-bottom: 8px;
/* border-bottom: #555 solid 1px; */
/* border: lime solid; */
}
.member-name {
text-align: center;
font-size: 0.8rem;
font-weight: bold;
}
@media (max-width: 760px) {
.members-container{
display: block;
}
.member img {
height: 50%;
width: 50%;
border-radius: 10%;
margin-bottom: 8px;
border-bottom: #555 solid 1px;
}
.member-name {
font-size: 1rem;
}
}
</style>
</head>
<body>
<h1> {{ page.title }} </h1>
<p class="description">
The Materials Modelling Group is based at the Technical University of Kenya.
We are dedicated in contributing to the advancement of theoretical and computational
material science.
Our research focuses on predicting and understanding properties of
materials using <i>first principles</i> codes such as
<abbr title="Quantum ESPRESSO">
<a href="https://www.quantum-espresso.org/" target="_blank">QE,</a>
</abbr>
<abbr title="Vienna Ab initio Simulation Package">
<a href="https://www.vasp.at/" target="_blank">VASP,</a>
</abbr>
<abbr title="Spanish Initiative for Electronic Simulations with Thousands of Atoms">
<a href="https://siesta-project.org/siesta/" target="_blank">SIESTA,</a>
</abbr>
<a href="https://abinit.github.io/abinit_web/" target="_blank">ABINIT</a> and
<a href="https://www.yambo-code.eu/" target="_blank">YAMBO.</a>
The Materials Modelling Group is composed of researchers with expertise in condensed matter
physics and computational techniques. The team includes faculty members and graduate students,
all working collaboratively to address various research questions.
</p>
<h2> Our members </h2>
<div class="members-container">
<div class="member">
<img src="assets/images/pictures/amolo-go-passport.jpg" alt="Prof. George Amolo" >
<p class="member-name">Prof. George Amolo</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/DrMikeAtambo.jpeg" alt="Dr. Mike Atambo">
<p class="member-name">Dr. Mike Atambo</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/DrRobertOnyancha.jpg" alt="Dr. Robert Onyancha" >
<p class="member-name">Dr. Robert Onyancha</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/Lady.jpeg" alt="Dr. Mirriam Chepkoech">
<p class="member-name">Dr. Mirriam Chepkoech</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/Lady.jpeg" alt="Dr. Gladys King'ori">
<p class="member-name">Dr. Gladys King'ori</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/Lady.jpeg" alt="Perpetua Muchiri">
<p class="member-name">Perpetua Muchiri</p>
</div>
<!--%%%%%%%%%%%%-->
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/Lady.jpeg" alt="Carolyne Bakasa">
<p class="member-name">Carolyne Bakasa</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/ManPlaceHolder.png" alt="Renson">
<p class="member-name">Renson</p>
</div>
<!--%%%%%%%%%%%%-->
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/BillOyomo.jpeg" alt="Bill Clintone">
<p class="member-name">Bill Clintone</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/StephenChege.jpeg" alt="Stephen Chege">
<p class="member-name">Stephen Chege</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/LeahWairimu.jpg" alt="Leah Wairimu">
<p class="member-name">Leah Wairimu</p>
</div>
<!--%%%%%%%%%%%%-->
<div class="member">
<img src="assets/images/pictures/CharlesRotich.jpeg" alt="Charles Rotich">
<p class="member-name">Charles Rotich</p>
</div>
</div>
</body>