-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (133 loc) · 6.2 KB
/
Copy pathindex.html
File metadata and controls
137 lines (133 loc) · 6.2 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
---
layout: default
title: Home
---
<section class="hero section">
<div class="container">
<div class="hero-head">
<h1>Marine Denolle</h1>
{% if site.site_profile.portrait_url and site.site_profile.portrait_url != "" %}
{% if site.site_profile.portrait_url contains '://' %}
<img class="hero-portrait" src="{{ site.site_profile.portrait_url }}" alt="{{ site.site_profile.portrait_alt }}">
{% else %}
<img class="hero-portrait" src="{{ site.site_profile.portrait_url | relative_url }}" alt="{{ site.site_profile.portrait_alt }}">
{% endif %}
{% else %}
<div class="hero-portrait hero-portrait-fallback" role="img" aria-label="{{ site.site_profile.portrait_alt }}">MD</div>
{% endif %}
</div>
<p class="eyebrow">AI-Enabled Earth Systems Scientist</p>
<p class="lede">I build AI-driven, physically grounded systems to improve how we monitor hazards, model climate-risk interactions, and accelerate scientific discovery.</p>
<div class="cta-group">
<a class="btn btn-primary" href="{{ site.project_links.research_home }}" target="_blank" rel="noopener noreferrer">Research & Publications</a>
<a class="btn btn-secondary" href="{{ '/contact/' | relative_url }}">Collaborate / Contact</a>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2>What I Build</h2>
<div class="cards">
<article class="card">
<h3>AI + Foundation Models for Earth</h3>
<p>I develop methods that align foundation-model capabilities with Earth system data, from seismic waveforms to environmental time series. The focus is robust inference under sparse, noisy, and shifting conditions.</p>
<a href="{{ site.project_links.ai_anchor }}" target="_blank" rel="noopener noreferrer">Learn more</a>
</article>
<article class="card">
<h3>Multi-Sensor Infrastructure Intelligence</h3>
<p>I design cross-modal monitoring strategies that combine seismic, geodetic, infrasound, and remote sensing streams. These systems improve situational awareness for critical infrastructure and public safety workflows.</p>
<a href="{{ site.project_links.sensing_anchor }}" target="_blank" rel="noopener noreferrer">Learn more</a>
</article>
<article class="card">
<h3>Climate-Geohazard Coupling</h3>
<p>I study links between climate variability and geohazard processes to support risk-informed planning. The work blends physical modeling with data-driven detection for more actionable forecasting insights.</p>
<a href="{{ site.project_links.climate_anchor }}" target="_blank" rel="noopener noreferrer">Learn more</a>
</article>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<h2>Select Projects</h2>
<div class="project-list">
<article class="project-row">
<div>
<h3>AgenticEarth</h3>
<p>An agentic AI framework for Earth science workflows, designed to speed up hypothesis generation, data triage, and interpretable analysis across heterogeneous datasets.</p>
</div>
<p><a class="btn btn-small" href="{{ site.project_links.agentic_earth }}" target="_blank" rel="noopener noreferrer">Learn more</a></p>
</article>
<article class="project-row">
<div>
<h3>Multi-sensor hazard networks</h3>
<p>Integrated observational networks combining multiple sensing modalities to improve hazard detection, characterization, and downstream decision support in real time.</p>
</div>
<p><a class="btn btn-small" href="{{ site.project_links.hazard_networks }}" target="_blank" rel="noopener noreferrer">Learn more</a></p>
</article>
<article class="project-row">
<div>
<h3>AI-driven waveform analysis</h3>
<p>Machine learning pipelines for waveform interpretation, emphasizing reliable event detection, uncertainty estimation, and physically plausible model outputs.</p>
</div>
<p><a class="btn btn-small" href="{{ site.project_links.waveform_analysis }}" target="_blank" rel="noopener noreferrer">Learn more</a></p>
</article>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2>For Collaborators</h2>
<div class="cols-3">
<section>
<h3>Federal Agencies</h3>
<ul>
<li>AI-enabled environmental monitoring and risk analytics</li>
<li>Operational hazard intelligence prototypes</li>
<li>Data integration across agency-scale sensor systems</li>
</ul>
</section>
<section>
<h3>Philanthropy</h3>
<ul>
<li>Climate resilience science for vulnerable communities</li>
<li>Open, reproducible geohazard data infrastructure</li>
<li>Cross-institutional impact programs at science-policy interfaces</li>
</ul>
</section>
<section>
<h3>Industry</h3>
<ul>
<li>Infrastructure risk sensing and anomaly detection</li>
<li>AI copilots for geospatial and geophysical workflows</li>
<li>Applied R&D partnerships for safety-critical systems</li>
</ul>
</section>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<h2>Media / Talks</h2>
<div class="media-grid">
{% if site.media.featured_video.embed_url and site.media.featured_video.embed_url != "" %}
<iframe
class="media-video"
src="{{ site.media.featured_video.embed_url }}"
title="{{ site.media.featured_video.title }}"
loading="lazy"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
{% else %}
<a class="video-placeholder" href="{{ site.media.featured_video.page_url }}" target="_blank" rel="noopener noreferrer">
{{ site.media.featured_video.title }}
</a>
{% endif %}
<ul>
{% for item in site.media.posts %}
<li><a href="{{ item.url }}" target="_blank" rel="noopener noreferrer">{{ item.title }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</section>