Skip to content

[MAINT] Update code for assemble of contributors records and extend listing of referenced contributors #1964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
e8b3f93
update contributors
Remi-Gau Oct 20, 2024
cb5da2f
move email from website
Remi-Gau Oct 20, 2024
ab980af
update contributors
Remi-Gau Oct 20, 2024
d0bd2e9
fixes
Remi-Gau Oct 20, 2024
ee61888
lint
Remi-Gau Oct 20, 2024
b6d7728
update contributors BEP 20
Remi-Gau Oct 20, 2024
ee28f8c
update contributors BEP 23
Remi-Gau Oct 20, 2024
3a4bf1e
update contributors BEP 35
Remi-Gau Oct 20, 2024
42ee0ef
update contributors BEP 38
Remi-Gau Oct 20, 2024
05c949b
update contributors BEP 37
Remi-Gau Oct 20, 2024
b8f8207
update avatars
Remi-Gau Oct 20, 2024
e10d2d1
update avatars
Remi-Gau Oct 20, 2024
404bb41
add script to check contributor
Remi-Gau Oct 20, 2024
15f821f
update my email
Remi-Gau Oct 20, 2024
ec2439e
fix
Remi-Gau Oct 21, 2024
b3d183b
fix
Remi-Gau Oct 21, 2024
8bc65c7
add github user account
Remi-Gau Oct 21, 2024
8914317
add neurobagel and nipopy teams
Remi-Gau Oct 21, 2024
1a0a69f
fix
Remi-Gau Oct 21, 2024
58215d1
update avatars
Remi-Gau Oct 21, 2024
4724083
Merge remote-tracking branch 'origin/master' into contributors
Remi-Gau Nov 8, 2024
5301fa4
Merge branch 'master' into contributors
Remi-Gau Dec 13, 2024
7ab950f
Merge branch 'master' into contributors
effigies Dec 18, 2024
1be10a6
Fix Mathieu Guay-Paquet name listing
yarikoptic May 9, 2025
28d8edf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 9, 2025
5aa79a2
Merge remote-tracking branch 'origin/master' into contributors
yarikoptic May 9, 2025
b4ea972
Make both GH_USERNAME and GH_TOKEN to come from env
yarikoptic May 9, 2025
c7467a1
Add shebang and make executable script tools/check_contributor.py
yarikoptic May 9, 2025
cb1ba51
Restore Alexandre D'Astous to contributors list
yarikoptic May 9, 2025
f6ed28e
[DATALAD RUNCMD] Update tributors info from github
yarikoptic May 14, 2025
78caa7e
[DATALAD RUNCMD] Update tributors
yarikoptic May 14, 2025
f32a98f
[DATALAD RUNCMD] Update tributors
yarikoptic May 14, 2025
13a2697
Replace name for MEDFormat with a real person (Matt) for adequate ref…
yarikoptic May 14, 2025
0e1dbd8
[DATALAD RUNCMD] Update tributors with 'patched' tributors (https://g…
yarikoptic May 14, 2025
6bdad55
[DATALAD RUNCMD] Update tributors with 'patched' tributors (https://g…
yarikoptic May 14, 2025
93dc103
Add shebang and make tools/add_contributors.py executable
yarikoptic May 14, 2025
16ea7f6
Adjust assessment that number of authors in CITATION.cff matches numb…
yarikoptic May 14, 2025
73e9d84
Remove duplicate instance of @bendichter
yarikoptic May 14, 2025
7a2a050
Add https for @fraimondo "blog" page
yarikoptic May 14, 2025
a21da94
[DATALAD RUNCMD] Running add_contributors.py to update CITATION.cff etc
yarikoptic May 14, 2025
6b03356
Remove entries for Heafield and Skłodowska from tools/new_contributor…
yarikoptic May 14, 2025
2f13a05
Explicitely add trailing newline in written json files to stay consis…
yarikoptic May 14, 2025
6a160e1
Apply suggestions from code review
guiomar May 14, 2025
51988b6
Apply first batch of fixes into the records from suggestions on github
yarikoptic May 14, 2025
30e6af5
Fixing up Guiomar's record
yarikoptic May 14, 2025
da370e2
Remove 2nd jeffersoncasimir
yarikoptic May 14, 2025
83b1fad
Comment out check for match of number of entries -- we might be remov…
yarikoptic May 14, 2025
c23f249
[DATALAD RUNCMD] Running add_contributors.py to update CITATION.cff etc
yarikoptic May 14, 2025
a12d990
Updated e-mail for myself
melanieganz May 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
817 changes: 627 additions & 190 deletions .all-contributorsrc

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ site/
venvs
.vscode/

.~lock*

pdf_build_src/bids-spec.pdf
pdf_build_src/bids-spec_pandoc_log.json
pdf_build_src/src_copy
Expand Down
Loading