Skip to content

Commit 5a1ae05

Browse files
funds: added funding.json file (#168)
1 parent c8358f8 commit 5a1ae05

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

funding.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "non-profit",
5+
"role": "open source development",
6+
"name": "Open Science Labs (OSL)",
7+
"email": "[email protected]",
8+
"phone": "",
9+
"description": "Open Science Labs (OSL) is a non-profit organisation dedication to creating innovative FOSS.",
10+
"webpageurl": {
11+
"url": "www.opensciencelabs.org",
12+
"wellKnown": ""
13+
}
14+
},
15+
"projects": [
16+
{
17+
"guid": "",
18+
"name": "Sugar",
19+
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
20+
"webpageUrl": "",
21+
"repositoryUrl": "https://github.com/osl-incubator/sugar"
22+
},
23+
24+
{
25+
"guid": "",
26+
"name": "Makim",
27+
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
28+
"webpageUrl": "",
29+
"repositoryUrl": "https://github.com/osl-incubator/makim"
30+
},
31+
32+
{
33+
"guid": "",
34+
"name": "Growth-forge",
35+
"description": "Growth-forge is a simplified feedback exchange platform designed for project participants, with the aim of streamlining communication and insights sharing.",
36+
"webpageUrl": "",
37+
"repositoryUrl": "https://github.com/osl-incubator/growth-forge"
38+
},
39+
40+
{
41+
"guid": "",
42+
"name": "SciCookie",
43+
"description": "Scicookie is a template which creates projects from project templates and is based on Cookiecutter. It serves as an initial structure to simply project creation processes.",
44+
"webpageUrl": "",
45+
"repositoryUrl": "https://github.com/osl-incubator/scicookie"
46+
},
47+
48+
{
49+
"guid": "",
50+
"name": "ArtBox",
51+
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
52+
"webpageUrl": "",
53+
"repositoryUrl": "https://github.com/osl-incubator/artbox"
54+
}
55+
],
56+
57+
"funding": {
58+
"channels": [
59+
{
60+
"guid": "OpenCollective",
61+
"type": "bank",
62+
"address": "https://opencollective.com/osl",
63+
"description": "We use Open Collective for receiving funds."
64+
}
65+
],
66+
"plans": [
67+
{
68+
"guid": "hosting-monthly",
69+
"status": "planned",
70+
"name": "hosting suppport",
71+
"description": "This will cover the cost of proposed server hosting for OSL projects.",
72+
"amount": "250",
73+
"currency": "USD",
74+
"frequency": "monthly",
75+
"channels": ["OpenCollective"]
76+
},
77+
{
78+
"guid": "developer-time",
79+
"status": "active",
80+
"name": "developer-support",
81+
"description": "This will cover the cost of one developer working part-time on the projects.",
82+
"amount": "1000",
83+
"currency": "USD",
84+
"frequency": "monthly",
85+
"channels": ["OpenCollective"]
86+
},
87+
{
88+
"guid": "angel-plan",
89+
"status": "active",
90+
"name": "goodwill plan",
91+
"description": "Pay anything you wish to show your goodwill for our projects.",
92+
"amount": "0",
93+
"currency": "USD",
94+
"frequency": "one-time",
95+
"channels": ["OpenCollective"]
96+
},
97+
{
98+
"history": []
99+
}
100+
]
101+
}
102+
}

0 commit comments

Comments
 (0)