Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/core/components/section/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const NewsSection: React.FC = (): JSX.Element => {
<div className="relative max-w-lg mx-auto divide-y-2 divide-gray-200 lg:max-w-7xl">
<div>
<h2 className="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl">
ClimateBert in the News
News
</h2>
</div>
<div className="grid gap-16 pt-10 mt-6 lg:grid-cols-2 lg:gap-x-5 lg:gap-y-12">
Expand Down
5 changes: 2 additions & 3 deletions app/pages/authors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ export const getStaticProps: GetStaticProps<AuthorsPageProps> = () => {
authors: [
{
name: "Julia Anna Bingler",
title: "Doctoral Researcher, ETH Zürich",
title: "Fellow - Monetary Policy, Council on Economic Policies",
social: { linkedIn: "https://ch.linkedin.com/in/jubingler" },
description:
"Julia Anna Bingler is Doctoral Researcher at the Center of Economic Research at ETH Zurich. Her research focuses on climate transition risk metrics and the decision-relevance of TCFD-related disclosures. Prior to joining ETH in 2019, she has been working on sustainable finance and climate policy in various positions, both inside and outside academia. She regularly advises stakeholders as an expert on corporate climate-related risk analysis and disclosures, on national and international climate policy processes, and participated in various UNFCCC climate conferences as an observer on finance-related topics.",

"Julia Anna Bingler is a fellow with the Council on Economic Policies (CEP) where she focuses on integrating climate and environmental risks in financial regulation and monetary policy. Prior to joining CEP, Julia did her PhD in Economics at ETH Zurich, where she focused on climate transition risk metrics and climate risk disclosures. Before starting the PhD, she worked at a think tank in Germany on sustainable finance regulation and the implementation of Art. 2.1c of the Paris Agreement. Julia regularly participates in the UNFCCC climate conferences as an observer on finance-related topics. She holds a M.Sc. in Economics from Leipzig University and in Environmental Economics and Climate Change from London School of Economics and Political Science.",
department:
"https://resec.ethz.ch/people/person-detail.MjQ5OTkw.TGlzdC8zMDI2LC0yMDk5NTM5OTY=.html",
image: "/authors/julia_anna_bingler.jpg",
Expand Down