Skip to content

Commit 68deb29

Browse files
authored
fix: Fix funding.json (#267)
1 parent 2500fe9 commit 68deb29

File tree

9 files changed

+191
-121
lines changed

9 files changed

+191
-121
lines changed

.makim.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ groups:
2222
2323
build:
2424
help: build the static page
25+
backend: bash
2526
hooks:
2627
pre-run:
2728
- task: pages.pre-build
2829
run: |
29-
rm -rf build/*
30+
find build -mindepth 1 -maxdepth 1 -exec rm -rf {} +
3031
mkdocs build --verbose --clean --strict
32+
mkdir -p build/.well-known
33+
cp pages/.well-known/funding-manifest-urls \
34+
build/.well-known/funding-manifest-urls
3135
3236
preview:
3337
help: preview the web page dynamically

.wellKnown/funding-manifest-urls

Lines changed: 0 additions & 1 deletion
This file was deleted.

bkp/blogs/call-for-interns-2024-01/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ requirements.
158158
bunch of useful functions.
159159
- **Category:** Multimedia Processing.
160160
- **Organization/Project Webpage URL:**
161-
[https://osl-incubator.github.io/artbox/](https://osl-incubator.github.io/artbox/)
161+
[https://mediatoolbox-org.github.io/artbox/](https://mediatoolbox-org.github.io/artbox/)
162162
- **Contact:** Ivan Ogasawara
163163
[ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
164164
- **Project Ideas URL:**

bkp/opportunities/internship/cycles/2024-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ requirements.
264264
- **Description**: ArtBox is a tool set for handling multimedia files with a
265265
bunch of useful functions.
266266
- **Organization/Project Webpage URL**:
267-
<https://osl-incubator.github.io/artbox/>
267+
<https://mediatoolbox-org.github.io/artbox/>
268268
- **Contact**: Ivan Ogasawara (ivan.ogasawara@gmail.com)
269269
- **Project Ideas URL**: <https://github.com/osl-incubator/artbox/issues/10>
270270
- **Application Record**:

bkp/opportunities/internship/cycles/2024-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ requirements.
257257
- **Description**: ArtBox is a tool set for handling multimedia files with a
258258
bunch of useful functions.
259259
- **Organization/Project Webpage URL**:
260-
<https://osl-incubator.github.io/artbox/>
260+
<https://mediatoolbox-org.github.io/artbox/>
261261
- **Contact**: Ivan Ogasawara (ivan.ogasawara@gmail.com)
262262
- **Project Ideas URL**:
263263
<https://github.com/osl-incubator/artbox/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://opensciencelabs.org/funding.json
2+
https://www.opensciencelabs.org/funding.json

pages/blog/internship-call-2-2024/index.md

Lines changed: 131 additions & 61 deletions
Large diffs are not rendered by default.

pages/funding.json

Lines changed: 49 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,108 @@
11
{
2-
"version": "v1.0.0",
2+
"version": "v1.1.0",
33
"entity": {
44
"type": "organisation",
55
"role": "owner",
66
"name": "Open Science Labs",
77
"email": "team@opensciencelabs.org",
8-
"phone": "",
9-
"description": "Open Science Labs (OSL) is a non-profit organisation dedication to creating innovative FOSS.",
10-
"webpageurl": {
11-
"url": "https://www.opensciencelabs.org",
12-
"wellKnown": ""
8+
"description": "Open Science Labs (OSL) is a non-profit organisation dedicated to creating and sustaining innovative FOSS projects.",
9+
"webpageUrl": {
10+
"url": "https://opensciencelabs.org"
1311
}
1412
},
1513
"projects": [
1614
{
1715
"guid": "irx",
1816
"name": "IRx",
19-
"description": "IRx is a Python library that serves as the LLVM backend for ARXLang, enabling high-level ASTx programs to be compiled into executable machine code. It achieves this by lowering ASTx nodes into LLVM IR using llvmlite",
17+
"description": "IRx is a Python library that serves as the LLVM backend for ARXLang, enabling high-level ASTx programs to be compiled into executable machine code.",
2018
"webpageUrl": {
2119
"url": "https://irx.arxlang.org/"
2220
},
2321
"repositoryUrl": {
24-
"url": "https://github.com/arxlang/irx",
25-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
26-
}
22+
"url": "https://github.com/arxlang/irx"
23+
},
24+
"licenses": ["spdx:BSD-3-Clause"],
25+
"tags": ["developer-tools", "programming", "software-engineering"]
2726
},
28-
2927
{
3028
"guid": "sciarx",
31-
"name": "sciarx",
32-
"description": "SciArx is a scientific computation library written in ArxLang, a statically-typed, LLVM-powered language with Python-like syntax and native Apache Arrow datatype support.",
29+
"name": "SciArx",
30+
"description": "SciArx is a scientific computing library written in ArxLang, with native Apache Arrow datatype support.",
3331
"webpageUrl": {
3432
"url": "https://arxlang.org/"
3533
},
3634
"repositoryUrl": {
37-
"url": "https://github.com/arxlang/sciarx",
38-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
39-
}
35+
"url": "https://github.com/arxlang/sciarx"
36+
},
37+
"licenses": ["spdx:BSD-3-Clause"],
38+
"tags": ["science", "scientific-computing", "programming"]
4039
},
41-
4240
{
4341
"guid": "arx",
4442
"name": "ARx",
45-
"description": "Arx is a programming language that targets multi-architecture native code and integrates directly with Apache Arrow, achieved by leveraging the LLVM compilation infrastructure for code generation. ",
43+
"description": "ARx is a programming language that targets multi-architecture native code and integrates directly with Apache Arrow through LLVM-based code generation.",
4644
"webpageUrl": {
4745
"url": "https://arxlang.org/"
4846
},
4947
"repositoryUrl": {
50-
"url": "https://github.com/arxlang/arx",
51-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
52-
}
48+
"url": "https://github.com/arxlang/arx"
49+
},
50+
"licenses": ["spdx:Apache-2.0"],
51+
"tags": ["programming", "developer-tools", "scientific-computing"]
5352
},
54-
5553
{
5654
"guid": "sugar",
5755
"name": "Sugar",
58-
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
56+
"description": "Sugar simplifies the usage of containers and container stacks for reproducible development workflows.",
5957
"webpageUrl": {
60-
"url": "https://osl-incubator.github.io/sugar"
58+
"url": "https://sugar-org.github.io/sugar/"
6159
},
6260
"repositoryUrl": {
63-
"url": "https://github.com/osl-incubator/sugar",
64-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
65-
}
61+
"url": "https://github.com/sugar-org/sugar"
62+
},
63+
"licenses": ["spdx:BSD-3-Clause"],
64+
"tags": ["devops", "cloud", "developer-tools"]
6665
},
67-
6866
{
6967
"guid": "makim",
7068
"name": "Makim",
71-
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
69+
"description": "Makim is a YAML-based task automation tool focused on task definition, dependencies, and conditional execution.",
7270
"webpageUrl": {
73-
"url": "https://osl-incubator.github.io/makim"
71+
"url": "http://docs.makim.org/"
7472
},
7573
"repositoryUrl": {
76-
"url": "https://github.com/osl-incubator/makim",
77-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
78-
}
74+
"url": "https://github.com/makim-org/makim"
75+
},
76+
"licenses": ["spdx:BSD-3-Clause"],
77+
"tags": ["developer-tools", "devops", "development"]
7978
},
80-
8179
{
8280
"guid": "scicookie",
8381
"name": "SciCookie",
84-
"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.",
82+
"description": "SciCookie is a Cookiecutter-based template that helps teams bootstrap Python projects from reusable project templates.",
8583
"webpageUrl": {
8684
"url": "https://osl-incubator.github.io/scicookie"
8785
},
8886
"repositoryUrl": {
89-
"url": "https://github.com/osl-incubator/scicookie",
90-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
91-
}
87+
"url": "https://github.com/osl-incubator/scicookie"
88+
},
89+
"licenses": ["spdx:BSD-3-Clause"],
90+
"tags": ["developer-tools", "software-engineering", "programming"]
9291
},
93-
9492
{
9593
"guid": "artbox",
9694
"name": "ArtBox",
97-
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
95+
"description": "ArtBox processes multimedia files, including speech-to-text, text-to-speech, and other media workflows.",
9896
"webpageUrl": {
99-
"url": "https://osl-incubator.github.io/artbox"
97+
"url": "https://mediatoolbox-org.github.io/artbox/"
10098
},
10199
"repositoryUrl": {
102-
"url": "https://github.com/osl-incubator/artbox",
103-
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
104-
}
100+
"url": "https://github.com/mediatoolbox-org/artbox"
101+
},
102+
"licenses": ["spdx:BSD-3-Clause"],
103+
"tags": ["audio", "developer-tools", "productivity"]
105104
}
106105
],
107-
108106
"funding": {
109107
"channels": [
110108
{
@@ -118,8 +116,8 @@
118116
{
119117
"guid": "hosting-monthly",
120118
"status": "active",
121-
"name": "hosting suppport",
122-
"description": "This will cover the cost of proposed server hosting for OSL projects.",
119+
"name": "Hosting support",
120+
"description": "This covers infrastructure and hosting costs for OSL projects.",
123121
"amount": 0,
124122
"currency": "USD",
125123
"frequency": "monthly",
@@ -128,8 +126,8 @@
128126
{
129127
"guid": "developer-time",
130128
"status": "active",
131-
"name": "developer-support",
132-
"description": "This will cover the cost of one developer working part-time on the projects.",
129+
"name": "Developer support",
130+
"description": "This supports part-time developer time across OSL projects.",
133131
"amount": 0,
134132
"currency": "USD",
135133
"frequency": "monthly",
@@ -138,15 +136,12 @@
138136
{
139137
"guid": "angel-plan",
140138
"status": "active",
141-
"name": "goodwill plan",
142-
"description": "Pay anything you wish to show your goodwill for our projects.",
139+
"name": "Goodwill plan",
140+
"description": "Give any amount to support OSL and its projects.",
143141
"amount": 0,
144142
"currency": "USD",
145143
"frequency": "one-time",
146144
"channels": ["opencollective"]
147-
},
148-
{
149-
"history": []
150145
}
151146
]
152147
}

pages/projects/list/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ projects:
3535
type: incubated
3636
maintainer_name: Ivan Ogasawara
3737
maintainer_email: ivan.ogasawara@gmail.com
38-
url: https://osl-incubator.github.io/artbox/
38+
url: https://mediatoolbox-org.github.io/artbox/
3939
communication_channel:
4040
provider: discord
4141
url: https://opensciencelabs.org/discord

0 commit comments

Comments
 (0)