Skip to content

Commit c9f0a65

Browse files
committed
added funding.json file
1 parent 4af5c24 commit c9f0a65

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

funding.json

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
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+
22+
},
23+
"repositoryUrl", "https://github.com/osl-incubator/sugar"],
24+
25+
[{
26+
"guid": "",
27+
"name": "Makim",
28+
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
29+
"webpageUrl": ""
30+
31+
},
32+
"repositoryUrl", "https://github.com/osl-incubator/makim"],
33+
34+
[{
35+
"guid": "",
36+
"name": "Growth-forge",
37+
"description": "Growth-forge is a simplified feedback exchange platform designed for project participants, with the aim of streamlining communication and insights sharing.",
38+
"webpageUrl": "",
39+
40+
}]
41+
"repositoryUrl": "https://github.com/osl-incubator/growth-forge",
42+
43+
[{
44+
"guid": "",
45+
"name": "SciCookie",
46+
"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.",
47+
"webpageUrl": "",
48+
49+
},
50+
"repositoryUrl", "https://github.com/osl-incubator/scicookie"],
51+
52+
[{
53+
"guid": "",
54+
"name": "ArtBox",
55+
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
56+
"webpageUrl": "",
57+
58+
},
59+
"repositoryUrl", "https://github.com/osl-incubator/artbox"]
60+
61+
"funding": {
62+
"channels": [
63+
{
64+
"guid": "mybank",
65+
"type": "bank",
66+
"address": "",
67+
"description": "Will accept direct bank transfers. Please e-mail us for details."
68+
},
69+
{
70+
"guid": "mypay",
71+
"type": "payment-provider",
72+
"address": "https://example.com/payme/@myid",
73+
"description": "Pay with your debit/credit card through this gateway and setup recurring subscriptions.",
74+
}
75+
],
76+
"plans": [
77+
{
78+
"guid": "hosting-monthly",
79+
"status": "planned",
80+
"name": "hosting suppport",
81+
"description": "This will cover the cost of proposed server hosting for OSL projects.",
82+
"amount": "250",
83+
"currency": "USD",
84+
"frequency": "monthly",
85+
"channels": "mypay",
86+
},
87+
{
88+
"guid": "developer-time",
89+
"status": "active",
90+
"name": "developer-support",
91+
"description": "This will cover the cost of one developer working part-time on the projects.",
92+
"amount": "1000",
93+
"currency": "USD",
94+
"frequency": "monthly",
95+
"channels": ["mybank"],
96+
},
97+
{
98+
"guid": "angel-plan",
99+
"status": "active",
100+
"name": "goodwill plan",
101+
"description": "Pay anything you wish to show your goodwill for our projects.",
102+
"amount": "0",
103+
"currency": "USD",
104+
"frequency": "one-time",
105+
"channels": ["mybank", "mypay"],
106+
},
107+
{
108+
"history": [
109+
{"year": "2024",
110+
"amount": "5126",
111+
"currency": "USD",
112+
"type": "grant",
113+
"expenses": "Development work",
114+
"taxes": "466",
115+
"currency": "USD",
116+
"description": "This funding of $5,xxx was made by the Python Software Foundation towards the development of the OSL Makim and ASTx projects."},
117+
118+
{"year": "",
119+
"amount": "",
120+
"currency": "USD",
121+
"type": "",
122+
"expenses": "",
123+
"taxes": "",
124+
"description": ""},
125+
]
126+
}
127+
]
128+
}
129+
}

0 commit comments

Comments
 (0)