Skip to content

Commit 541d23a

Browse files
authored
Merge pull request #308 from kleros/chore/update-fellows-9-4-25
chore: add Jose M Martinez to fellows
2 parents 724e77f + 71420a5 commit 541d23a

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ module.exports = {
340340
{ name: "Darío Echeverría Muñoz", title: "Lawyer Specialist in Digital Law", batch: 7 },
341341
{ name: "Maria Angela Fiorentini", title: "Law Student", batch: 7 },
342342
{ name: "Parul Anand", title: "Law Student", batch: 7 },
343+
{ name: "Jose M. Martínez Felices", title: "Governance Analyst", batch: 7 },
343344
],
344345
},
345346

121 KB
Loading

src/markdown-pages/felices.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "Jose M. Martínez Felices"
3+
title: "Governance Analyst - PhD Biochemistry"
4+
report: "https://cdn.kleros.link/ipfs/QmcVdfMRgWVHZWs3TERxLgoNTs8ziiU971voPrJ4AxpREr/jose-m.-mart-nez-felices-fellowship-of-justice-report.pdf"
5+
---
6+
Jose Miguel Martínez Felices is a researcher passionate about scientific integrity and innovative dispute resolution mechanisms.
7+
8+
As a Fellow in the 7th Kleros Fellowship of Justice, he authored the paper "Dispute Resolution in the Context of Scientific Retraction," which explores how decentralized justice can address the lack of transparency and fairness in the scientific retraction process—particularly in cases of alleged plagiarism.
9+
10+
Jose Miguel proposes a novel framework using Kleros Courts to adjudicate retraction disputes. His model introduces blockchain-based arbitration with transparent procedures, expert jurors, and incentive-driven decision-making. By applying this approach, his work aims to protect researchers' rights and establish a more consistent, efficient standard for resolving disputes in academic publishing.

src/pages/fellowship.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import Poenicke from "src/assets/images/person/poenicke.png";
4242
import Muñoz from "src/assets/images/person/muñoz.png";
4343
import Fiorentini from "src/assets/images/person/fiorentini.png";
4444
import Anand from "src/assets/images/person/anand.png";
45+
import Felices from "src/assets/images/person/felices.png";
4546
import Config from "../../gatsby-config.js";
4647
import Questions from "src/intl/en.json";
4748
import Slider from "react-slick";
@@ -59,6 +60,7 @@ const PHOTOS = {
5960
Comenale,
6061
Deplano,
6162
Duarte,
63+
Felices,
6264
Fiorentini,
6365
Galindo,
6466
Gaspar,

src/templates/bio.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import Poenicke from "src/assets/images/person/poenicke.png";
3333
import Muñoz from "src/assets/images/person/muñoz.png";
3434
import Fiorentini from "src/assets/images/person/fiorentini.png";
3535
import Anand from "src/assets/images/person/anand.png";
36+
import Felices from "src/assets/images/person/felices.png";
3637

3738
const PHOTOS = {
3839
Abad,
@@ -43,6 +44,7 @@ const PHOTOS = {
4344
Comenale,
4445
Deplano,
4546
Duarte,
47+
Felices,
4648
Fiorentini,
4749
Galindo,
4850
Gaspar,

0 commit comments

Comments
 (0)