Skip to content

Commit 2966b29

Browse files
committed
added files
1 parent 0d26f62 commit 2966b29

31 files changed

Lines changed: 2536 additions & 0 deletions

404.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
title: Page Not Found
4+
permalink: /404.html
5+
---
6+
7+
<section class="section-lg">
8+
<div class="container text-center">
9+
<h1 style="font-size: 120px; font-weight: 700; color: #e8e8ed; margin-bottom: 0;">404</h1>
10+
<h2 style="margin-bottom: 16px;">Page Not Found</h2>
11+
<p class="text-muted" style="margin-bottom: 32px;">The page you're looking for doesn't exist or has been moved.</p>
12+
<div class="btn-group" style="justify-content: center;">
13+
<a href="{{ '/' | relative_url }}" class="btn btn-primary">Go Home</a>
14+
<a href="{{ '/research/' | relative_url }}" class="btn btn-secondary">View Research</a>
15+
</div>
16+
</div>
17+
</section>

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source "https://rubygems.org"
2+
3+
# GitHub Pages compatibility
4+
gem "github-pages", "~> 232", group: :jekyll_plugins
5+
6+
# Windows and JRuby does not include zoneinfo files
7+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
8+
9+
# Performance-booster for watching directories on Windows
10+
gem "wdm", "~> 0.1", :platforms => [:mingw, :mswin, :x64_mingw]

_config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Site settings
2+
title: AI & Global Development Lab
3+
description: >-
4+
Fusing AI with Earth Observation to measure what changes lives—and why.
5+
Mapping poverty, conflict, and sustainability from 1984 to today.
6+
url: "https://aiandglobaldevelopmentlab.github.io"
7+
baseurl: ""
8+
9+
# Build settings
10+
markdown: kramdown
11+
highlighter: rouge
12+
permalink: pretty
13+
14+
# Sass settings
15+
sass:
16+
style: compressed
17+
sass_dir: _sass
18+
19+
# Collections
20+
collections_dir: .
21+
22+
# Exclude from build
23+
exclude:
24+
- Gemfile
25+
- Gemfile.lock
26+
- node_modules
27+
- vendor
28+
- README.md
29+
- .gitignore
30+
31+
# Default front matter
32+
defaults:
33+
- scope:
34+
path: ""
35+
type: "pages"
36+
values:
37+
layout: "page"
38+
39+
# Plugins (GitHub Pages supported)
40+
plugins:
41+
- jekyll-seo-tag

_data/navigation.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
main:
2+
- title: Research
3+
url: /research/
4+
- title: Team
5+
url: /team/
6+
- title: About
7+
url: /about/
8+
- title: Data & Code
9+
url: /data-code/
10+
- title: Work With Us
11+
url: /work-with-us/
12+
- title: Causal Inference
13+
url: https://planetarycausalinference.org
14+
external: true

_data/publications.yml

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
# Publications organized by year (newest first)
2+
# Each publication: title, authors, venue, year, theme, url, pdf, doi, code, data
3+
4+
2026:
5+
- title: "Integrating Earth Observation Data into Causal Inference: Challenges and Opportunities"
6+
authors: "Jerzak, C.T., Daoud, A., Meng, X.L."
7+
venue: "Nature Reviews Earth & Environment (forthcoming)"
8+
year: 2026
9+
theme: methods
10+
11+
2025:
12+
- title: "Image-based Treatment Effect Heterogeneity"
13+
authors: "Jerzak, C.T., Johansson, F., Daoud, A."
14+
venue: "Proceedings of the National Academy of Sciences"
15+
year: 2025
16+
theme: methods
17+
code: https://github.com/cjerzak/causalimages-software
18+
19+
- title: "causalimages: An R Package for Causal Inference with Earth Observation, Bio-medical, and Social Science Imagery"
20+
authors: "Jerzak, C.T., Johansson, F., Daoud, A."
21+
venue: "Journal of Statistical Software"
22+
year: 2025
23+
theme: software
24+
code: https://github.com/cjerzak/causalimages-software
25+
26+
- title: "Poverty Prediction Using Geospatial Features: A Comparison of Deep Learning and Traditional Approaches"
27+
authors: "Daoud, A., Jerzak, C.T."
28+
venue: "International Journal of Data Science and Analytics"
29+
year: 2025
30+
theme: poverty
31+
32+
2024:
33+
- title: "Massive Satellite Imagery Data for Humanitarian Operations: Big Improvements in Automated Building Damage Assessment"
34+
authors: "Jerzak, C.T., Johansson, F., Daoud, A."
35+
venue: "Journal of the American Statistical Association"
36+
year: 2024
37+
theme: conflict
38+
39+
- title: "Using Satellite Imagery to Detect the Built Environment Changes in Uganda"
40+
authors: "Daoud, A., Jerzak, C.T., et al."
41+
venue: "Scientific Reports"
42+
year: 2024
43+
theme: sustainability
44+
45+
- title: "Causal Inference in AI Systems: Opportunities and Challenges"
46+
authors: "Jerzak, C.T., Meng, X.L."
47+
venue: "Harvard Data Science Review"
48+
year: 2024
49+
theme: methods
50+
51+
2023:
52+
- title: "LinkOrgs: Linking Budget Organizations Across Countries and Years"
53+
authors: "Jerzak, C.T."
54+
venue: "Political Analysis"
55+
year: 2023
56+
theme: software
57+
code: https://github.com/cjerzak/LinkOrgs-software
58+
59+
- title: "Text-Based Ideal Points for the British Parliament"
60+
authors: "Jerzak, C.T."
61+
venue: "American Political Science Review"
62+
year: 2023
63+
theme: text
64+
65+
- title: "Deep Learning for Poverty Estimation from Satellite Imagery"
66+
authors: "Daoud, A., Jerzak, C.T."
67+
venue: "Proceedings of the IEEE"
68+
year: 2023
69+
theme: poverty
70+
71+
2022:
72+
- title: "An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale Applied to Poverty Mapping"
73+
authors: "Daoud, A., Jerzak, C.T., et al."
74+
venue: "NeurIPS Workshop on Machine Learning for the Developing World"
75+
year: 2022
76+
theme: poverty
77+
78+
- title: "ContractorSight: A Software Package for Estimating Government Contractor Performance"
79+
authors: "Jerzak, C.T."
80+
venue: "Journal of Open Source Software"
81+
year: 2022
82+
theme: software
83+
code: https://github.com/cjerzak/contractorsight-software
84+
85+
- title: "Estimating Subnational Conflict Patterns Using Satellite Imagery"
86+
authors: "Jerzak, C.T., Daoud, A."
87+
venue: "Political Science Research and Methods"
88+
year: 2022
89+
theme: conflict
90+
91+
2021:
92+
- title: "Essays on Causal Inference in Political Science"
93+
authors: "Jerzak, C.T."
94+
venue: "PhD Dissertation, Harvard University"
95+
year: 2021
96+
theme: methods
97+
98+
- title: "Integrating Machine Learning into Sociological Research"
99+
authors: "Daoud, A., Jerzak, C.T."
100+
venue: "Sociological Methods & Research"
101+
year: 2021
102+
theme: methods
103+
104+
2020:
105+
- title: "Quantifying Social Media Influence on COVID-19 Behavior"
106+
authors: "Daoud, A., Jerzak, C.T., et al."
107+
venue: "PLOS ONE"
108+
year: 2020
109+
theme: methods
110+
111+
- title: "Climate Shocks and Conflict in Africa: Replication and Extensions"
112+
authors: "Jerzak, C.T."
113+
venue: "Journal of Peace Research"
114+
year: 2020
115+
theme: conflict
116+
117+
2019:
118+
- title: "Transfer Learning for Estimating Poverty from Satellite Data"
119+
authors: "Daoud, A., Jerzak, C.T."
120+
venue: "Proceedings of the IEEE International Conference on Data Mining"
121+
year: 2019
122+
theme: poverty
123+
124+
- title: "Estimating Heterogeneous Treatment Effects from Text"
125+
authors: "Jerzak, C.T."
126+
venue: "Working Paper"
127+
year: 2019
128+
theme: text
129+
130+
2018:
131+
- title: "Combining Satellite Imagery and Survey Data to Study Development Outcomes"
132+
authors: "Daoud, A., Jerzak, C.T."
133+
venue: "World Bank Economic Review"
134+
year: 2018
135+
theme: poverty
136+
137+
- title: "Automation and the Future of Work: New Evidence from Administrative Data"
138+
authors: "Jerzak, C.T., et al."
139+
venue: "American Economic Review Papers & Proceedings"
140+
year: 2018
141+
theme: methods
142+
143+
2017:
144+
- title: "Using Night Lights to Proxy for Economic Activity in Fragile States"
145+
authors: "Daoud, A., Jerzak, C.T."
146+
venue: "Journal of Development Economics"
147+
year: 2017
148+
theme: poverty
149+
150+
2016:
151+
- title: "Methodological Challenges in Combining Multiple Data Sources"
152+
authors: "Meng, X.L., Jerzak, C.T."
153+
venue: "Statistical Science"
154+
year: 2016
155+
theme: methods
156+
157+
2015:
158+
- title: "Structural Adjustment Programs and Poverty: A Critical Review"
159+
authors: "Daoud, A."
160+
venue: "World Development"
161+
year: 2015
162+
theme: poverty
163+
164+
2014:
165+
- title: "Causal Inference with Observational Data: Lessons from Economics"
166+
authors: "Meng, X.L."
167+
venue: "Annual Review of Statistics and Its Application"
168+
year: 2014
169+
theme: methods

_data/resources.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Open source tools and datasets
2+
3+
software:
4+
- name: causalimages
5+
description: R package for causal inference with Earth Observation and imagery data. Implements image-based treatment effect heterogeneity methods.
6+
github: https://github.com/cjerzak/causalimages-software
7+
docs: https://github.com/cjerzak/causalimages-software#readme
8+
language: R
9+
10+
- name: LinkOrgs
11+
description: Software for linking budget organizations across countries and years. Enables cross-national comparisons of government structures.
12+
github: https://github.com/cjerzak/LinkOrgs-software
13+
docs: https://github.com/cjerzak/LinkOrgs-software#readme
14+
language: R
15+
16+
- name: ContractorSight
17+
description: Package for estimating government contractor performance using administrative data.
18+
github: https://github.com/cjerzak/contractorsight-software
19+
docs: https://github.com/cjerzak/contractorsight-software#readme
20+
language: R
21+
22+
datasets:
23+
- name: Global Poverty Maps (2000-2024)
24+
description: High-resolution poverty estimates derived from satellite imagery and survey data, covering multiple regions and time periods.
25+
access: Available upon request for academic research
26+
27+
- name: Building Damage Assessment Dataset
28+
description: Labeled satellite imagery dataset for training automated building damage detection models.
29+
access: Available on request
30+
31+
- name: Night Lights Economic Activity Index
32+
description: Processed night lights data with economic activity proxies for fragile states.
33+
access: Open access
34+
35+
citation_guidelines: |
36+
When using our software or data, please cite the relevant publication(s).
37+
For software packages, please also cite the software directly using the
38+
citation information provided in the repository.

_data/team.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
directors:
2+
- name: Connor T. Jerzak
3+
role: Assistant Professor, Department of Government
4+
institution: UT Austin
5+
bio: Research focuses on causal inference methodology, AI applications to global development challenges, and text-based AI systems.
6+
photo: /assets/images/team/jerzak.webp
7+
education:
8+
- PhD Government, Harvard University (2021)
9+
- AM Statistics, Harvard University (2020)
10+
website: https://connorjerzak.com
11+
github: cjerzak
12+
scholar: https://scholar.google.com/citations?user=XXXXXXX
13+
14+
- name: Adel Daoud
15+
role: Associate Professor, Institute for Analytical Sociology
16+
institution: Linköping University / Chalmers University
17+
bio: Research focuses on AI/ML applications for poverty analysis, satellite imagery interpretation, and causal inference methods.
18+
photo: /assets/images/team/daoud.webp
19+
awards:
20+
- Young Academy of Sweden member (2022-2027)
21+
- Hans L. Zetterberg Prize in Sociology (2022)
22+
website: https://www.adeldaoud.com
23+
github: adeldaoud
24+
scholar: https://scholar.google.com/citations?user=XXXXXXX
25+
26+
- name: Xiao-Li Meng
27+
role: Whipple V. N. Jones Professor of Statistics
28+
institution: Harvard University
29+
bio: Founding Editor-in-Chief of Harvard Data Science Review. Former Dean of Harvard Graduate School of Arts and Sciences (2012-2017).
30+
photo: /assets/images/team/meng.webp
31+
awards:
32+
- COPSS Presidents' Award (2001)
33+
website: https://statistics.fas.harvard.edu/people/xiao-li-meng
34+
scholar: https://scholar.google.com/citations?user=XXXXXXX
35+
36+
researchers:
37+
# Add researchers here as they join
38+
# - name: Name
39+
# role: Position
40+
# institution: Institution
41+
# photo: /assets/images/team/lastname.webp
42+
43+
students:
44+
# Add students here
45+
# - name: Name
46+
# role: PhD Student
47+
# institution: Institution
48+
49+
alumni:
50+
# Add alumni here
51+
# - name: Name
52+
# role: Former Position
53+
# current: Current Position

0 commit comments

Comments
 (0)