Skip to content

Commit b359ec3

Browse files
committed
add files
1 parent 4e104de commit b359ec3

3 files changed

Lines changed: 25 additions & 43 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ main:
88
- title: Team
99
url: /team/
1010
- title: About
11-
url: /about/
11+
url: https://aidevlab.org/sites
12+
external: true
1213
- title: Data & Code
1314
url: /data-code/
1415
- title: Work With Us

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h4>Research</h4>
2020
<div class="footer-column">
2121
<h4>Lab</h4>
2222
<ul>
23-
<li><a href="{{ '/about/' | relative_url }}">About</a></li>
23+
<li><a href="https://aidevlab.org/sites" target="_blank" rel="noopener">About</a></li>
2424
<li><a href="{{ '/team/' | relative_url }}">Team</a></li>
2525
<li><a href="{{ '/faq/' | relative_url }}">FAQ</a></li>
2626
</ul>

about.md

Lines changed: 22 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,26 @@
11
---
2-
layout: page
32
title: About
4-
description: The AI & Global Development Lab builds tools to see development as it unfolds.
5-
narrow: true
3+
layout: null
4+
permalink: /about/
65
---
76

8-
## Mission
9-
10-
The AI & Global Development Lab builds tools to see development as it unfolds. We turn decades of Earth Observation data into clear, timely measures of poverty, conflict, and environmental change—at local scale, worldwide.
11-
12-
Measurement is not enough. We develop methods for planetary-scale causal inference that separate signal from noise and help explain why outcomes shift. Our work connects machine learning, statistics, and the social sciences to support decisions that stand up to scrutiny.
13-
14-
We operate at the intersection of methodological innovation and applied impact, creating open-source tools that researchers and practitioners can use to answer their own questions.
15-
16-
---
17-
18-
## Lab Sites
19-
20-
The AI & Global Development Lab operates across three institutions:
21-
22-
**UT Austin** — Department of Government
23-
Austin, Texas, USA
24-
25-
**Linköping University & Chalmers University of Technology** — Institute for Analytical Sociology
26-
Linköping and Gothenburg, Sweden
27-
28-
**Harvard University** — Department of Statistics
29-
Cambridge, Massachusetts, USA
30-
31-
This distributed structure enables collaboration across disciplines and time zones, combining expertise in political science, sociology, statistics, and computer science.
32-
33-
---
34-
35-
## Funding
36-
37-
Our research is supported by grants from academic institutions and research foundations. We are grateful to our funders for enabling open, reproducible research.
38-
39-
---
40-
41-
## History
42-
43-
The lab grew from long-running collaborations between Connor Jerzak, Adel Daoud, and Xiao-Li Meng, who began working together on methods for combining satellite imagery with survey data. What started as methodological work evolved into a broader research program on AI-assisted measurement and causal inference for global development.
44-
45-
Today, the lab includes researchers and students at multiple institutions, united by a shared interest in rigorous methods and real-world impact.
7+
<!doctype html>
8+
<html lang="en">
9+
<head>
10+
<meta charset="utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1" />
12+
<meta http-equiv="refresh" content="0; url=https://aidevlab.org/sites" />
13+
<link rel="canonical" href="https://aidevlab.org/sites" />
14+
<meta name="robots" content="noindex" />
15+
<title>Redirecting…</title>
16+
<script>
17+
window.location.replace("https://aidevlab.org/sites");
18+
</script>
19+
</head>
20+
<body>
21+
<p>
22+
Redirecting to
23+
<a href="https://aidevlab.org/sites">aidevlab.org/sites</a>…
24+
</p>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)