generated from cogtoolslab/project_template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
88 lines (88 loc) · 2.21 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "felixbinder",
"name": "Felix Binder",
"avatar_url": "https://avatars.githubusercontent.com/u/24477285?v=4",
"profile": "http://ac.felixbinder.net",
"contributions": [
"maintenance",
"mentoring"
]
},
{
"login": "yifr",
"name": "Yoni Friedman",
"avatar_url": "https://avatars.githubusercontent.com/u/26826815?v=4",
"profile": "http://yonifriedman.com",
"contributions": [
"code"
]
},
{
"login": "yamins81",
"name": "Dan Yamins",
"avatar_url": "https://avatars.githubusercontent.com/u/231307?v=4",
"profile": "https://github.com/yamins81",
"contributions": [
"eventOrganizing"
]
},
{
"login": "thomaspocon",
"name": "thomaspocon",
"avatar_url": "https://avatars.githubusercontent.com/u/5657644?v=4",
"profile": "https://github.com/thomaspocon",
"contributions": [
"code"
]
},
{
"login": "HaoliangWang",
"name": "Haoliang Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/26497509?v=4",
"profile": "https://github.com/HaoliangWang",
"contributions": [
"code"
]
},
{
"login": "justintheyang",
"name": "Justin Yang",
"avatar_url": "https://avatars.githubusercontent.com/u/51468707?v=4",
"profile": "https://github.com/justintheyang",
"contributions": [
"code"
]
},
{
"login": "hawkrobe",
"name": "Robert Hawkins",
"avatar_url": "https://avatars.githubusercontent.com/u/5262024?v=4",
"profile": "http://rxdhawkins.com",
"contributions": [
"tool"
]
},
{
"login": "judithfan",
"name": "Judy Fan",
"avatar_url": "https://avatars.githubusercontent.com/u/3938264?v=4",
"profile": "https://cogtoolslab.github.io",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "cognitive-ai-benchmarking",
"projectOwner": "cogtoolslab",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}