-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb3fe24
commit d7a8882
Showing
1 changed file
with
155 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,156 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Previous Schools - Economic Foundations for Energy and Climate Policies Summer School</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Main --> | ||
<section id="main" class="wrapper"> | ||
<div class="inner"> | ||
<h1 class="major">Previous Summer Schools</h1> | ||
|
||
<section class="school"> | ||
<img src="images/eui-logo.png" alt="EUI Logo" class="school-logo"> | ||
<h2>Florence 2022</h2> | ||
<p>Topic: Theoretical foundations of climate economics and policy</p> | ||
<p>Dates: September 2022</p> | ||
<h3>Speakers:</h3> | ||
<ul> | ||
<li> | ||
<details> | ||
<summary>Lucas Bretschger (ETH Zürich)</summary> | ||
<p>Topic: Theoretical foundations of climate economics and policy</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Karine Nyborg (University of Oslo)</summary> | ||
<p>Topic: The interactions between social and moral norms and climate policies: theoretical perspectives</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Anastasios Xepapadeas (Athens University of Economics and Business and University of Bologna)</summary> | ||
<p>Topic: Pollution control, resource management and dynamic environmental policies</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Valeria Costantini (Università Roma Tre)</summary> | ||
<p>Topic: The optimal EU climate and energy policy mix design</p> | ||
</details> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section class="school"> | ||
<img src="images/uc3m-logo.png" alt="UC3M Logo" class="school-logo"> | ||
<h2>Madrid 2021</h2> | ||
<p>Topic: Challenges of Intermittent Renewables and Design of Environmental Instruments</p> | ||
<p>Dates: September 2021</p> | ||
<h3>Speakers:</h3> | ||
<ul> | ||
<li> | ||
<details> | ||
<summary>Stefan Ambec (Toulouse School of Economics)</summary> | ||
<p>Topic: The Challenges of Intermittent Renewables</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Estelle Cantillon (Université Libre de Bruxelles)</summary> | ||
<p>Topic: Design and Development of the EU ETS</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Juan Pablo Montero (Pontificia Universidad Católica de Chile)</summary> | ||
<p>Topics: Environmental Regulation and the Transport Sector; The Design of Environmental Instruments</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Ulrich Wagner (University of Mannheim)</summary> | ||
<p>Topic: The Effects of Climate Policy</p> | ||
</details> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section class="school"> | ||
<img src="images/diw-logo.png" alt="DIW Berlin Logo" class="school-logo"> | ||
<h2>Berlin 2019</h2> | ||
<p>Topic: Economic Foundations and Modeling of Energy and Climate Policies</p> | ||
<p>Dates: September 2019</p> | ||
<h3>Speakers:</h3> | ||
<ul> | ||
<li> | ||
<details> | ||
<summary>Carmen Arguedas (Universidad Autónoma de Madrid)</summary> | ||
<p>Topic: Monitoring and enforcement of energy and climate policies</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Simone Borghesi (EUI-Florence School of Regulation)</summary> | ||
<p>Topic: Economic Foundations and modeling of Emission Trading Systems</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Natalia Fabra (Universidad Carlos III de Madrid)</summary> | ||
<p>Topic: Competition and market design issues in electricity markets</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Andreas Lange (University of Hamburg)</summary> | ||
<p>Topic: Behavioral economics of climate and energy policies</p> | ||
</details> | ||
</li> | ||
<li> | ||
<details> | ||
<summary>Karsten Neuhoff (DIW Berlin, Technical University Berlin)</summary> | ||
<p>Topic: The theoretical foundation of a policy mix</p> | ||
</details> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<ul class="actions"> | ||
<li><a href="index.html" class="button">Back to Main Page</a></li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer id="footer" class="wrapper alt"> | ||
<div class="inner"> | ||
<ul class="menu"> | ||
<li>© 2025 Economic Foundations for Energy and Climate Policies Summer School. All rights reserved.</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/jquery.scrollex.min.js"></script> | ||
<script src="assets/js/jquery.scrolly.min.js"></script> | ||
<script src="assets/js/browser.min.js"></script> | ||
<script src="assets/js/breakpoints.min.js"></script> | ||
<script src="assets/js/util.js"></script> | ||
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> | ||
|