Skip to content

Commit 750db00

Browse files
committed
Update on About page
1 parent 32d4457 commit 750db00

File tree

2 files changed

+60
-8
lines changed

2 files changed

+60
-8
lines changed

mmg_website/about_us.html

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@
99
<meta charset="UTF-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<style>
12+
abbr {
13+
text-decoration: none;
14+
}
1215
.members-container {
1316
display: flex;
1417
justify-content: center;
15-
gap: 20px;
16-
text-align: center;
1718
flex-wrap: wrap;
1819
}
1920

2021
.member img {
2122
width: 300px;
2223
height: 200px;
24+
padding: 10px;
25+
margin: 10px;
26+
border-radius: 15%;
2327
}
2428

2529
.member {
@@ -30,9 +34,25 @@
3034
<body>
3135
<h1> {{ page.title }} </h1>
3236
<p>
33-
The materials modelling group is based at the Technical University of Kenya.
34-
We mainly perform electronic structure research for the purpose of studying and
35-
investigating properties of materials based on simulations.
37+
The Materials Modelling Group is based at the Technical University of Kenya.
38+
We are dedicated in contributing to the advancement of theoretical and computational
39+
material science.
40+
Our research focuses on predicting and understanding properties of
41+
materials using <i>first principles</i> codes such as
42+
<abbr title="Quantum ESPRESSO">
43+
<a href="https://www.quantum-espresso.org/" target="_blank">QE,</a>
44+
</abbr>
45+
<abbr title="Vienna Ab initio Simulation Package">
46+
<a href="https://www.vasp.at/" target="_blank">VASP,</a>
47+
</abbr>
48+
<abbr title="Spanish Initiative for Electronic Simulations with Thousands of Atoms">
49+
<a href="https://siesta-project.org/siesta/" target="_blank">SIESTA,</a>
50+
</abbr>
51+
<a href="https://abinit.github.io/abinit_web/" target="_blank">ABINIT</a> and
52+
<a href="https://www.yambo-code.eu/" target="_blank">YAMBO.</a>
53+
The Materials Modelling Group is composed of researchers with expertise in condensed matter
54+
physics and computational techniques. The team includes faculty members and graduate students,
55+
all working collaboratively to address various research questions.
3656
</p>
3757

3858
<h2> Our members </h2>
@@ -73,6 +93,20 @@ <h2> Our members </h2>
7393
<b>Perpetua Muchiri</b>
7494
</div>
7595
<!--%%%%%%%%%%%%-->
96+
<!--%%%%%%%%%%%%-->
97+
<div class="member">
98+
<img src="/pictures/Lady.jpeg" alt="Carolyne Bakasa">
99+
<br>
100+
<b>Carolyne Bakasa</b>
101+
</div>
102+
<!--%%%%%%%%%%%%-->
103+
<div class="member">
104+
<img src="/pictures/ManPlaceHolder.png" alt="Renson">
105+
<br>
106+
<b>Renson</b>
107+
</div>
108+
<!--%%%%%%%%%%%%-->
109+
<!--%%%%%%%%%%%%-->
76110
<div class="member">
77111
<img src="/pictures/BillOyomo.jpeg" alt="Bill Clintone">
78112
<br>

mmg_website/collaborators.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
.members-container {
1313
display: flex;
1414
justify-content: center;
15-
gap: 20px;
16-
text-align: center;
1715
flex-wrap: wrap;
1816
}
1917

2018
.member img {
2119
width: 300px;
2220
height: 200px;
21+
padding: 10px;
22+
margin: 10px;
23+
border-radius: 15%;
2324
}
2425

2526
.member {
@@ -30,7 +31,7 @@
3031
<body>
3132
<h1> {{ page.title }} </h1>
3233
<p>
33-
We would like to acknowledge the following people have been supportive to the
34+
We would like to acknowledge the following people have been continiously supportive to the
3435
Material modelling group.
3536
</p>
3637

@@ -75,6 +76,23 @@ <h2> Our Collaborators </h2>
7576
James Sifuna
7677
</a>
7778
</div>
79+
<!--%%%%%%%%%%%%-->
80+
<div class="member">
81+
<img src="/pictures/ManPlaceHolder.png" alt="Victor Odari">
82+
<br>
83+
<a href="#">
84+
Victor Odari
85+
</a>
86+
</div>
87+
<!--%%%%%%%%%%%%-->
88+
<div class="member">
89+
<img src="/pictures/ManPlaceHolder.png" alt="Matteo Gatti">
90+
<br>
91+
<a href="#">
92+
Matteo Gatti
93+
</a>
94+
</div>
95+
7896

7997
</div>
8098
</body>

0 commit comments

Comments
 (0)