Skip to content

Commit 056d917

Browse files
authored
Merge pull request #318 from kleros/chore/update-fellows-18-8-25
chore: add Guenter to fellows
2 parents 8574e4a + 10cf9d3 commit 056d917

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ module.exports = {
342342
{ name: "Parul Anand", title: "Law Student", batch: 7 },
343343
{ name: "Jose M. Martínez Felices", title: "Governance Analyst", batch: 7 },
344344
{ name: "Alesia Zhuk", title: "Law & AI Researcher", batch: 7 },
345+
{ name: "Guenter Schramm Tronca", title: "Lawyer", batch: 7 },
345346
],
346347
},
347348

85 KB
Loading

src/markdown-pages/tronca.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Guenter Schramm Tronca"
3+
title: "Lawyer"
4+
report: "https://cdn.kleros.link/ipfs/QmdHjHxDPr8bzbWapjSkSUvoDPGrE7QXdWrD5up4f3GDUi"
5+
spanishReport: "https://cdn.kleros.link/ipfs/QmPSAMgnXj96iShsstUY3XQvfG7Mmb7jgcfWX2RsDP6RLh"
6+
---
7+
Guenter Schramm Tronca is a licensed lawyer registered with the Málaga Bar Association in Spain.
8+
9+
He studied law at the Catholic University of Córdoba, Argentina, and later earned both a Law Degree and a Master of Laws (LL.M.) from the University of Málaga. Throughout his academic journey, he combined his studies with various professional experiences.
10+
11+
A strong enthusiast of blockchain technology since 2018, he first delved into the field by completing Federico Ast’s Coursera course “The Disruption of Blockchain.” He has practiced law in three different countries—Argentina, Spain, and Germany—working at various law firms such as Toscanolex Legal Boutique (his current firm), Martínez-Echevarría, and SGP Schneider Geiwitz, among others.
12+
13+
In addition to his private-sector experience, he has worked in several areas of public administration, including the Consumer Protection for the Government of Córdoba (Argentina), the Office for Women and Gender Violence for the Government of Córdoba (Argentina), and the Consumer Arbitration Board for the Provincial Council of Málaga (Spain).
14+
15+
Thanks to his extensive international legal experience and his fluency in English, Spanish, and German, he has, in recent years, specialized in urban planning and real estate law, with a focus on both national and international real estate transactions.

src/pages/fellowship.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import Fiorentini from "src/assets/images/person/fiorentini.png";
4444
import Anand from "src/assets/images/person/anand.png";
4545
import Felices from "src/assets/images/person/felices.png";
4646
import Zhuk from "src/assets/images/person/zhuk.png";
47+
import Tronca from "src/assets/images/person/tronca.png";
4748
import Config from "../../gatsby-config.js";
4849
import Questions from "src/intl/en.json";
4950
import Slider from "react-slick";
@@ -79,6 +80,7 @@ const PHOTOS = {
7980
Sharma,
8081
Tewari,
8182
Tineo,
83+
Tronca,
8284
Vargas,
8385
Zeballos,
8486
Zhao,

src/templates/bio.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Fiorentini from "src/assets/images/person/fiorentini.png";
3535
import Anand from "src/assets/images/person/anand.png";
3636
import Felices from "src/assets/images/person/felices.png";
3737
import Zhuk from "src/assets/images/person/zhuk.png";
38+
import Tronca from "src/assets/images/person/tronca.png";
3839

3940
const PHOTOS = {
4041
Abad,
@@ -63,6 +64,7 @@ const PHOTOS = {
6364
Sharma,
6465
Tewari,
6566
Tineo,
67+
Tronca,
6668
Vargas,
6769
Zeballos,
6870
Zhao,

0 commit comments

Comments
 (0)