Skip to content

Commit 954e537

Browse files
mvdocclaude
andcommitted
Fix author name format to match OpenNeuro datasets
Use surname-first convention (Guo Jiahui, Ma Feilong) consistently across pyproject.toml and OpenNeuro dataset_description.json files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7269f19 commit 954e537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version = "0.1.0"
88
description = "Analysis code for the Hyperface fMRI dataset"
99
authors = [
1010
{name = "Matteo Visconti di Oleggio Castello", email = "mvdoc@berkeley.edu"},
11-
{name = "Jiahui Guo", email = "jiahui.guo@utdallas.edu"},
12-
{name = "Feilong Ma", email = "feilong.ma@dartmouth.edu"}
11+
{name = "Guo Jiahui", email = "jiahui.guo@utdallas.edu"},
12+
{name = "Ma Feilong", email = "feilong.ma@dartmouth.edu"}
1313
]
1414
readme = "README.md"
1515
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)