-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (81 loc) · 4.32 KB
/
index.html
File metadata and controls
97 lines (81 loc) · 4.32 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46847854-1', 'princeton.edu');
ga('send', 'pageview');
</script>
<head>
<!-- <meta name="viewport" content="width=808"> -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>fdennig</title>
<!-- <link rel="STYLESHEET" href="style1.css" type="text/css"> -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v3.0.1/dist/mini-default.min.css">
<link rel="STYLESHEET" href="style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<header class="row sticky hidden-sm" id="top-big">
<h1>francis dennig</h1>
</header>
<header class="row sticky hidden-md hidden-lg" id="top-sm">
<h1>francis dennig</h1>
<label for="drawer-checkbox" class="button drawer-toggle" id="drawerButton"></label>
</header>
<div class="row">
<div class="col-sm-12 col-md-3" id="left">
<div class="row">
<input type="checkbox" id="drawer-checkbox" class="drawer">
<div class="col-sm-12" id="inside">
<label for="drawer-checkbox" class="drawer-close"></label>
<nav id="navbar">
<p class="nonlink">Home</p>
<!-- <a href="#">Home</a> -->
<a href="research.html">Publications</a>
<!-- <a href="#">Work in progress</a>
<a href="#">Teaching</a> -->
<a href="cvDennig.pdf" target="_blank">Resume</a>
<a href="https://scholar.google.com/citations?hl=en&user=6Xi_RjYAAAAJ" target="_blank">Google Scholar</a>
<a itemprop="sameAs" content="https://orcid.org/0000-0001-7362-1009" href="https://orcid.org/0000-0001-7362-1009" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">ORCID</a>
<a href="https://github.com/Environment-Research" target="_blank">Code repository</a>
</nav>
</div>
</div>
</div>
<div class="col-sm-12 col-md-9" id="right">
<div class="row">
<p class="paragraph">
I am an assistant professor at <a class="place" href="http://www.yale-nus.edu.sg" target="_blank">Yale-NUS College</a> in Singapore - currently on leave at the <a class="place" href="https://www.worldbank.org/" target="_blank">World Bank</a> - and an associate researcher with the <a class="place" href="http://scholar.princeton.edu/cfi/home" target="_blank">Climate Futures Initiative</a> at the Princeton Environmental Institute. <br>
I work primarily on climate change policy, where my academic research focuses on global policy trade-offs, while my current policy oriented work at the World Bank focuses specifically on the trade-offs confronted by developing countries in dealing with the implications of climate change and the implementation of climate policy.
In addition to climate economics I have ongoing research on inequality and population economics, focusing specifically on the impact of intergenerational transmission on the dynamics of the income distribution.
</p>
</div>
<div class="row">
<div class="col-md-8 hidden-sm" style="position: relative;">
<p class="textAtBottom">
fdennig@yale-nus.edu.sg
</p>
</div>
<div class="col-md-4" id="imagediv" >
<img class="section-media" src="profileNew.jpg" /> <!-- style="width:124px;height:130px;"-->
</div>
<div class="col-sm-12 hidden-lg hidden-md">
<p>
fdennig@yale-nus.edu.sg
</p>
</div>
</div>
</div>
</div>
<div class="row" id="bottom">
<div class="col-md-9 col-md-offset-3" id="footer">
<p>December 2021 </p>
</div>
</div>
</div>
</body>
</html>