-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (63 loc) · 1.75 KB
/
index.html
File metadata and controls
66 lines (63 loc) · 1.75 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
---
layout: page
title: About
order: 1
---
<style>
img {
width: 300px;
height: 300px;
border-radius: 50%;
float: left;
shape-outside: circle();
margin-right: 20px;
}
.text {
text-align: justify;
float: left;
max-width: 500px;
}
</style>
<div class="home" id="home">
<br />
<!-- <h3 class="PageTitle" style="text-align:center"> PhD Candidate </h3>
<br> -->
<!-- <p> -->
<!-- <a class="logo" href="{{ site.baseurl }}/">
<img src="/assets/carolina-lobato1.jpg"/>
</a> -->
<p>
I am a postdoctoral researcher in the
<a href="http://www.usadellab.org/cms/index.php?page=UsadelBjoern">
Usadel Lab</a
>
at
<a href="https://www.biological-data-science.hhu.de/">
Heinrich Heine University Düsseldorf</a
>
exploring plant-microbe interactions and their contributions to plant
fitness and health.
<br />
<br />
I aim to understand how plants shape microbial communities. A key aspect of
my work is linking microbial assembly patterns to plant health, with the
broader goal of identifying beneficial microbes for sustainable crop
improvement.
<br />
<br />
I am also co-founder and organizing member of the Seed Microbiome Working
Group <a href="https://seed-microbiome.github.io/smwg/"> (SMWG)</a>, a
collaborative initiative for early-career scientists to exchange knowledge
and advance seed microbiome research.
</p>
<br />
<center>
<a class="logo" href="{{ site.baseurl }}/">
<img src="/assets/microbes.png" alt="{{ site.title }} logo" />
</a>
</center>
<!-- </p> -->
<!-- <div>
<h3 class="footer" style="float:center">Plant-associated Microbiome & Microbial Interactins & Sustainability</h3>
</div> -->
</div>