From 3e10a5395f30fd4ae9ea7ea6e13e4bbf3e0b8a58 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Fri, 16 Jan 2026 13:51:49 +0000 Subject: [PATCH] Add Arthit's affiliation --- codemeta.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 4de2ea14d..31068d2f0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -24,6 +24,10 @@ { "id": "https://orcid.org/0000-0002-9698-1899", "type": "Person", + "affiliation": { + "type": "Organization", + "name": "ADAPT Centre, Trinity College Dublin" + }, "familyName": "Suriyawongkul", "givenName": "Arthit" }, @@ -74,9 +78,13 @@ { "id": "https://orcid.org/0000-0002-9698-1899", "type": "Person", + "affiliation": { + "type": "Organization", + "name": "ADAPT Centre, Trinity College Dublin" + }, "familyName": "Suriyawongkul", "givenName": "Arthit" - }, + } ], "name": "PyThaiNLP", "programmingLanguage": "Python 3",