Skip to content

Commit 14eeb36

Browse files
authored
Merge pull request #24 from cpp-lln-lab/all-contributors/add-CerenB
docs: add CerenB as a contributor
2 parents 20113fd + 8cd4065 commit 14eeb36

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "CerenB",
10+
"name": "CerenB",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/10451654?v=4",
12+
"profile": "https://github.com/CerenB",
13+
"contributions": [
14+
"code",
15+
"design",
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "CPP_BIDS",
22+
"projectOwner": "cpp-lln-lab",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CPP_BIDS
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
A set of function for matlab and octave to create [BIDS-compatible](https://bids-specification.readthedocs.io/en/stable/) folder structure and filenames for the output of behavioral, EEG, fMRI, eyetracking studies.
47

@@ -99,3 +102,22 @@ Function to save output files for events that will be BIDS compliant.
99102

100103
### checkCFG
101104
Check that we have all the fields that we need in the experiment parameters.
105+
106+
## Contributors ✨
107+
108+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
109+
110+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
111+
<!-- prettier-ignore-start -->
112+
<!-- markdownlint-disable -->
113+
<table>
114+
<tr>
115+
<td align="center"><a href="https://github.com/CerenB"><img src="https://avatars1.githubusercontent.com/u/10451654?v=4" width="100px;" alt=""/><br /><sub><b>CerenB</b></sub></a><br /><a href="https://github.com/cpp-lln-lab/CPP_BIDS/commits?author=CerenB" title="Code">💻</a> <a href="#design-CerenB" title="Design">🎨</a> <a href="https://github.com/cpp-lln-lab/CPP_BIDS/commits?author=CerenB" title="Documentation">📖</a></td>
116+
</tr>
117+
</table>
118+
119+
<!-- markdownlint-enable -->
120+
<!-- prettier-ignore-end -->
121+
<!-- ALL-CONTRIBUTORS-LIST:END -->
122+
123+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)