-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
70 lines (60 loc) · 3.74 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z20TCE9DXQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z20TCE9DXQ');
</script>
<meta charset="us-ascii" />
<title>MD4SG Main Page</title>
<link rel="icon" type="image/x-icon" href="images/icons/md4sg_88px.png" />
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700" rel="stylesheet" type="text/css" />
<link href="new.css" rel="stylesheet" type="text/css" />
<script src="components/bottom_bar.js" type="text/javascript" defer></script>
<script src="components/header.js" type="text/javascript" defer></script>
<!-- stylesheets for Footer-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="components/footer_styles.css">
<!-- stylesheets for Footer-->
</head>
<body>
<div id="headpane">
<top-level-header-depth-zero-component></top-level-header-depth-zero-component>
<div id="pagetitle" style="width: 600px; margin: auto;">
<div id="name">
<p class="myname">MD4SG</p>
<p class="phd" style="font-size: 95%;">Mechanism Design for Social Good</p>
<p class="email"></p>
</div>
</div>
<div class="nav"></div>
</div>
<div id="contentpane">
<div id="content">
<h1>Home</h1>
<hr class="head" />
</head>
<body>
<div class="red-boundary">
<b>MD4SG is evolving into <a href="https://www.eaamo.org/">EAAMO</a></b> to reflect its broader focus on algorithms, mechanisms, and optimization in addition to mechanism design for societal challenges.
<br>
<br>
Please visit new <a href="https://www.eaamo.org/">EAAMO</a> website to find more about the new organization and read the <a href="https://medium.com/@eaamo/bridging-divides-our-journey-from-md4sg-to-eaamo-b479abc18410" target="_blank">Medium</a> article about the journey from MD4SG to EAAMO.
</div>
<p>
Mechanism Design for Social Good (MD4SG) is a multi-institutional initiative using techniques from algorithms, optimization, and mechanism design, along with insights from other disciplines, to improve access to opportunity for historically underserved and disadvantaged communities. MD4SG is a community of researchers, policy-makers, and practitioners in various government and non-government organizations, community organizations, and industry working to foster collaborations across disciplines and build research and practice pipelines.
</p>
<p>
We take an interdisciplinary approach to improve equity and social welfare for marginalized groups. We have worked in problems across a variety of domains such as education, development, fairness and discrimination, housing, healthcare, inequality, and labor markets. Our goal is to facilitate interactions across academia, policy, and industry and to foster collaborations across disciplines. To this end, we organize a monthly online colloquium series, domain-specific working groups, workshops and tutorials, and other activities aimed at exploring new research directions, implementing and deploying solutions, and highlighting exemplary work.
</p>
</div>
</div>
<bottom-bar-component></bottom-bar-component>
</body>
</html>