Sustainability Portraits 2026
10 alumni committed to sustainability
Participatory urban planning, energy transition, biodiversity, soft mobility, climate adaptation or social innovation: this series of portraits highlights EPFL alumni who are taking concrete action to support today's environmental and societal transformations.
Discover the journeys of Alice Chénais, Alissar Chaker, Cédric Tomasini, Dominik Blaser, Eléa Dheilly, Hannie de Wit, Océane Dayer, Tobia Wyss, Victor Cannilla and Yves Loerincik — ten committed individuals who are rethinking the way we live, build, collaborate and preserve resources.

Participatory urban planning
Alice Chénais
Architect-urban planner · Co-founder, Atelier OLGa
In Lausanne, Alice Chénais transforms public spaces together with local residents. Her work combines participatory urban planning, greening and the creation of social bonds.
Read the portrait

Solar energy
Alissar Chaker
Energy engineer · Climate consultant
Between technological innovation and territorial strategies, Alissar Chaker supports projects linked to the energy transition and sustainable urban development.
Read the portrait

Soft mobility
Cédric Tomasini
Mobility engineer · Transport consultant
Cédric Tomasini develops solutions that promote active mobility and urban infrastructure adapted to climate challenges.
Read the portrait

Sustainable agriculture
Dominik Blaser
Head of Product · Co-founder, Voltiris
Dominik Blaser develops innovative solar panels for agricultural greenhouses, in order to reconcile energy production with crop yields.
Read the portrait

Sustainable healthcare
Eléa Dheilly
Sustainable medical products advisor · MSF
At Médecins Sans Frontières, Eléa Dheilly works to reduce the environmental impact of single-use medical products around the world.
Read the portrait

Industry & environment
Hannie de Wit
Environment Manager · Givaudan
Hannie de Wit helps transform industrial practices from within by developing new environmental standards.
Read the portrait

Climate & policy
Océane Dayer
Federal Office for the Environment · Swiss Youth for Climate
A former spokesperson for Swiss youth on climate issues, Océane Dayer now works at the interface between policy and science.
Read the portrait

Energy transition
Tobia Wyss
Building engineer · Soleva
Between energy renovation and solar adventure, Tobia Wyss develops concrete projects to accelerate the transition of buildings and mobility.
Read the portrait

Post-growth
Victor Cannilla
PhD candidate · Ecological economics & post-growth
Victor Cannilla explores issues of social justice and post-growth transition through research, science communication and activist engagement.
Read the portrait

Systemic sustainability
Yves Loerincik
Cantonal Office for Sustainability and Climate · Canton of Vaud
Between entrepreneurship, environmental strategy and public action, Yves Loerincik seeks concrete levers for sustainable transformation.
Read the portrait
10 alumni committed to sustainability
2026-06-02 11:00:00
epflalumni.ch
https://epflalumni.ch/medias/image/376869381656f37db8cd96.png
2026-06-02 12:01:27
2026-05-19 15:55:34
EPFL Alumni
.portraits-section {
max-width: 1180px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #111;
}
.portraits-hero {
margin-bottom: 42px;
padding-bottom: 28px;
border-bottom: 1px solid #E6E6E6;
}
.portraits-kicker {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #00A79F;
margin-bottom: 14px;
}
.portraits-title {
font-size: 52px;
line-height: 1.08;
font-weight: 300;
color: #1A1A19;
margin: 0 0 24px;
font-family: Arial, Helvetica, sans-serif;
max-width: 900px;
}
.portraits-intro {
font-size: 14px;
line-height: 1.8;
color: #3D3D3B;
font-family: Arial, Helvetica, sans-serif;
max-width: 760px;
}
.portraits-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.portraits-card {
background: #ffffff;
border: 1px solid #E9E9E9;
border-radius: 22px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform .2s ease, box-shadow .2s ease;
height: 100%;
text-decoration: none;
}
.portraits-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.portraits-image {
width: 100%;
aspect-ratio: 16/9;
overflow: hidden;
background: #F5F5F5;
position: relative;
}
.portraits-image:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 10px;
background: #00A79F;
z-index: 2;
}
.portraits-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
display: block !important;
margin: 0 !important;
padding: 0 !important;
max-width: none !important;
}
.img-alice img {
object-position: center 18%;
}
.img-dominik img {
object-position: center 24%;
}
.img-elea img {
object-position: center 20%;
}
.img-hannie img {
object-position: center 22%;
}
.img-oceane img {
object-position: center 15%;
}
.img-tobia img {
object-position: center 12%;
}
.img-victor img {
object-position: center 18%;
}
.img-yves img {
object-position: center 16%;
}
.portraits-content {
padding: 28px;
display: flex;
flex-direction: column;
flex: 1;
}
.portraits-domain {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #00A79F;
margin-bottom: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.portraits-name {
font-size: 26px;
line-height: 1.25;
font-weight: 300;
color: #1A1A19;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.portraits-role {
font-size: 14px;
line-height: 1.6;
color: #1A1A19;
margin-bottom: 18px;
font-family: Arial, Helvetica, sans-serif;
}
.portraits-bio {
font-size: 14px;
line-height: 1.85;
color: #3D3D3B;
font-weight: 300;
flex: 1;
font-family: Arial, Helvetica, sans-serif;
}
.portraits-link {
margin-top: 24px;
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 700;
color: #1A1A19;
padding-bottom: 2px;
border-bottom: 1px solid #1A1A19;
width: fit-content;
transition: all .2s ease;
font-family: Arial, Helvetica, sans-serif;
}
.portraits-card:hover .portraits-link {
color: #00A79F;
border-bottom-color: #00A79F;
}
.portraits-link:after {
content: "\2192";
font-size: 16px;
line-height: 1;
}
@media (max-width:900px) {
.portraits-grid {
grid-template-columns: 1fr;
}
}
@media (max-width:768px) {
.portraits-title {
font-size: 36px;
}
.portraits-content {
padding: 22px;
}
.portraits-name {
font-size: 22px;
}
}
Sustainability Portraits 2026
10 alumni committed to sustainability
Participatory urban planning, energy transition, biodiversity, soft mobility, climate adaptation or social innovation: this series of portraits highlights EPFL alumni who are taking concrete action to support today's environmental and societal transformations.
Discover the journeys of Alice Chénais, Alissar Chaker, Cédric Tomasini, Dominik Blaser, Eléa Dheilly, Hannie de Wit, Océane Dayer, Tobia Wyss, Victor Cannilla and Yves Loerincik — ten committed individuals who are rethinking the way we live, build, collaborate and preserve resources.
Participatory urban planning
Alice Chénais
Architect-urban planner · Co-founder, Atelier OLGa
In Lausanne, Alice Chénais transforms public spaces together with local residents. Her work combines participatory urban planning, greening and the creation of social bonds.
Read the portrait
Solar energy
Alissar Chaker
Energy engineer · Climate consultant
Between technological innovation and territorial strategies, Alissar Chaker supports projects linked to the energy transition and sustainable urban development.
Read the portrait
Soft mobility
Cédric Tomasini
Mobility engineer · Transport consultant
Cédric Tomasini develops solutions that promote active mobility and urban infrastructure adapted to climate challenges.
Read the portrait
Sustainable agriculture
Dominik Blaser
Head of Product · Co-founder, Voltiris
Dominik Blaser develops innovative solar panels for agricultural greenhouses, in order to reconcile energy production with crop yields.
Read the portrait
Sustainable healthcare
Eléa Dheilly
Sustainable medical products advisor · MSF
At Médecins Sans Frontières, Eléa Dheilly works to reduce the environmental impact of single-use medical products around the world.
Read the portrait
Industry & environment
Hannie de Wit
Environment Manager · Givaudan
Hannie de Wit helps transform industrial practices from within by developing new environmental standards.
Read the portrait
Climate & policy
Océane Dayer
Federal Office for the Environment · Swiss Youth for Climate
A former spokesperson for Swiss youth on climate issues, Océane Dayer now works at the interface between policy and science.
Read the portrait
Energy transition
Tobia Wyss
Building engineer · Soleva
Between energy renovation and solar adventure, Tobia Wyss develops concrete projects to accelerate the transition of buildings and mobility.
Read the portrait
Post-growth
Victor Cannilla
PhD candidate · Ecological economics & post-growth
Victor Cannilla explores issues of social justice and post-growth transition through research, science communication and activist engagement.
Read the portrait
Systemic sustainability
Yves Loerincik
Cantonal Office for Sustainability and Climate · Canton of Vaud
Between entrepreneurship, environmental strategy and public action, Yves Loerincik seeks concrete levers for sustainable transformation.
Read the portrait
https://epflalumni.ch/medias/image/thumbnail_112172573169afde4a4e734.jpg
Comments0
Please log in to see or add a comment
Suggested Articles
