Skip to content

Commit 17fbad0

Browse files
authored
Update funding.json
1 parent 5a1ae05 commit 17fbad0

File tree

1 file changed

+43
-28
lines changed

1 file changed

+43
-28
lines changed

funding.json

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,87 +2,102 @@
22
"version": "v1.0.0",
33
"entity": {
44
"type": "non-profit",
5-
"role": "open source development",
6-
"name": "Open Science Labs (OSL)",
7-
"email": "[email protected]",
5+
"role": "owner",
6+
"name": "Open Science Labs",
7+
"email": "[email protected]",
88
"phone": "",
99
"description": "Open Science Labs (OSL) is a non-profit organisation dedication to creating innovative FOSS.",
1010
"webpageurl": {
11-
"url": "www.opensciencelabs.org",
11+
"url": "https://www.opensciencelabs.org",
1212
"wellKnown": ""
1313
}
1414
},
1515
"projects": [
1616
{
17-
"guid": "",
17+
"guid": "astx",
18+
"name": "ASTx",
19+
"description": "ASTx is a groundbreaking library designed to encapsulate language components in an agnostic and pythonic way. It provides a comprehensive set of classes and functionalities, allowing developers to articulate the core elements of any programming language.",
20+
"webpageUrl": {
21+
"url": "https://astx.arxlang.org",
22+
"wellKnown": "https://astx.arxlang.org"
23+
},
24+
"repositoryUrl": "https://github.com/osl-incubator/sugar"
25+
},
26+
27+
{
28+
"guid": "sugar",
1829
"name": "Sugar",
1930
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
20-
"webpageUrl": "",
31+
"webpageUrl": {
32+
"url": "https://osl-incubator.github.io/sugar",
33+
"wellKnown": "https://osl-incubator.github.io/sugar"
34+
},
2135
"repositoryUrl": "https://github.com/osl-incubator/sugar"
2236
},
2337

2438
{
25-
"guid": "",
39+
"guid": "makim",
2640
"name": "Makim",
2741
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
28-
"webpageUrl": "",
42+
"webpageUrl": {
43+
"url": "https://osl-incubator.github.io/makim",
44+
"wellKnown": "https://osl-incubator.github.io/makim"
45+
},
2946
"repositoryUrl": "https://github.com/osl-incubator/makim"
3047
},
3148

3249
{
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": "",
50+
"guid": "scicookie",
4251
"name": "SciCookie",
4352
"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": "",
53+
"webpageUrl": {
54+
"url": "https://osl-incubator.github.io/scicookie",
55+
"wellKnown": "https://osl-incubator.github.io/scicookie"
56+
},
4557
"repositoryUrl": "https://github.com/osl-incubator/scicookie"
4658
},
4759

4860
{
49-
"guid": "",
61+
"guid": "artbox",
5062
"name": "ArtBox",
5163
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
52-
"webpageUrl": "",
64+
"webpageUrl": {
65+
"url": "https://osl-incubator.github.io/artbox",
66+
"wellKnown": "https://osl-incubator.github.io/artbox"
67+
},
5368
"repositoryUrl": "https://github.com/osl-incubator/artbox"
5469
}
5570
],
5671

5772
"funding": {
5873
"channels": [
5974
{
60-
"guid": "OpenCollective",
61-
"type": "bank",
75+
"guid": "opencollective",
76+
"type": "payment-provider",
6277
"address": "https://opencollective.com/osl",
6378
"description": "We use Open Collective for receiving funds."
6479
}
6580
],
6681
"plans": [
6782
{
6883
"guid": "hosting-monthly",
69-
"status": "planned",
84+
"status": "active",
7085
"name": "hosting suppport",
7186
"description": "This will cover the cost of proposed server hosting for OSL projects.",
72-
"amount": "250",
87+
"amount": "0",
7388
"currency": "USD",
7489
"frequency": "monthly",
75-
"channels": ["OpenCollective"]
90+
"channels": ["opencollective"]
7691
},
7792
{
7893
"guid": "developer-time",
7994
"status": "active",
8095
"name": "developer-support",
8196
"description": "This will cover the cost of one developer working part-time on the projects.",
82-
"amount": "1000",
97+
"amount": "0",
8398
"currency": "USD",
8499
"frequency": "monthly",
85-
"channels": ["OpenCollective"]
100+
"channels": ["opencollective"]
86101
},
87102
{
88103
"guid": "angel-plan",
@@ -92,7 +107,7 @@
92107
"amount": "0",
93108
"currency": "USD",
94109
"frequency": "one-time",
95-
"channels": ["OpenCollective"]
110+
"channels": ["opencollective"]
96111
},
97112
{
98113
"history": []

0 commit comments

Comments
 (0)