|
9 | 9 | <meta charset="UTF-8"> |
10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
11 | 11 | <style> |
| 12 | + abbr { |
| 13 | + text-decoration: none; |
| 14 | + } |
12 | 15 | .members-container { |
13 | 16 | display: flex; |
14 | 17 | justify-content: center; |
15 | | - gap: 20px; |
16 | | - text-align: center; |
17 | 18 | flex-wrap: wrap; |
18 | 19 | } |
19 | 20 |
|
20 | 21 | .member img { |
21 | 22 | width: 300px; |
22 | 23 | height: 200px; |
| 24 | + padding: 10px; |
| 25 | + margin: 10px; |
| 26 | + border-radius: 15%; |
23 | 27 | } |
24 | 28 |
|
25 | 29 | .member { |
|
30 | 34 | <body> |
31 | 35 | <h1> {{ page.title }} </h1> |
32 | 36 | <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. |
36 | 56 | </p> |
37 | 57 |
|
38 | 58 | <h2> Our members </h2> |
@@ -73,6 +93,20 @@ <h2> Our members </h2> |
73 | 93 | <b>Perpetua Muchiri</b> |
74 | 94 | </div> |
75 | 95 | <!--%%%%%%%%%%%%--> |
| 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 | + <!--%%%%%%%%%%%%--> |
76 | 110 | <div class="member"> |
77 | 111 | <img src="/pictures/BillOyomo.jpeg" alt="Bill Clintone"> |
78 | 112 | <br> |
|
0 commit comments