|
1 | 1 | --- |
2 | | -layout: default |
| 2 | +layout: null |
3 | 3 | title: Research |
4 | | -description: Publications from the AI & Global Development Lab spanning poverty mapping, conflict analysis, sustainability, and causal inference methodology. |
| 4 | +permalink: /research/ |
5 | 5 | --- |
6 | 6 |
|
7 | | -<div class="page-header page-header-left"> |
8 | | - <div class="container"> |
9 | | - <h1>Research</h1> |
10 | | - <p class="page-description"> |
11 | | - Our work spans poverty mapping, conflict analysis, sustainability measurement, and causal inference methodology. All publications are organized by year. |
12 | | - For full project pages and BibTeX downloads, visit <a href="{{ site.main_site.links.research }}" target="_blank" rel="noopener">{{ site.main_site.name }}/research</a>. |
| 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={{ site.main_site.links.research }}" /> |
| 13 | + <link rel="canonical" href="{{ site.main_site.links.research }}" /> |
| 14 | + <meta name="robots" content="noindex" /> |
| 15 | + <title>Redirecting…</title> |
| 16 | + <script> |
| 17 | + window.location.replace("{{ site.main_site.links.research }}"); |
| 18 | + </script> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <p> |
| 22 | + Redirecting to |
| 23 | + <a href="{{ site.main_site.links.research }}">{{ site.main_site.name }}/research</a>… |
13 | 24 | </p> |
14 | | - </div> |
15 | | -</div> |
16 | | - |
17 | | -<section class="section-sm"> |
18 | | - <div class="container"> |
19 | | - <div class="filter-bar" id="theme-filters"> |
20 | | - <button class="tag tag-active" type="button" data-filter="all">All</button> |
21 | | - <button class="tag" type="button" data-filter="poverty">Poverty</button> |
22 | | - <button class="tag" type="button" data-filter="conflict">Conflict</button> |
23 | | - <button class="tag" type="button" data-filter="sustainability">Sustainability</button> |
24 | | - <button class="tag" type="button" data-filter="methods">Methods</button> |
25 | | - <button class="tag" type="button" data-filter="software">Software</button> |
26 | | - <button class="tag" type="button" data-filter="text">Text Analysis</button> |
27 | | - </div> |
28 | | - </div> |
29 | | -</section> |
30 | | - |
31 | | -<section class="section"> |
32 | | - <div class="container"> |
33 | | - <div id="publications-list"> |
34 | | - {% assign years = "2026,2025,2024,2023,2022,2021,2020,2019,2018,2017,2016,2015,2014" | split: "," %} |
35 | | - {% for year in years %} |
36 | | - {% assign pubs = site.data.publications[year] %} |
37 | | - {% if pubs.size > 0 %} |
38 | | - <div class="year-section" data-year="{{ year }}"> |
39 | | - <h2 class="year-heading">{{ year }}</h2> |
40 | | - {% for pub in pubs %} |
41 | | - {% include publication-card.html pub=pub %} |
42 | | - {% endfor %} |
43 | | - </div> |
44 | | - {% endif %} |
45 | | - {% endfor %} |
46 | | - </div> |
47 | | - </div> |
48 | | -</section> |
| 25 | + </body> |
| 26 | +</html> |
0 commit comments