|
1 | 1 | { |
2 | | - "version": "v1.0.0", |
| 2 | + "version": "v1.1.0", |
3 | 3 | "entity": { |
4 | 4 | "type": "organisation", |
5 | 5 | "role": "owner", |
6 | 6 | "name": "Open Science Labs", |
7 | 7 | "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" |
13 | 11 | } |
14 | 12 | }, |
15 | 13 | "projects": [ |
16 | 14 | { |
17 | 15 | "guid": "irx", |
18 | 16 | "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.", |
20 | 18 | "webpageUrl": { |
21 | 19 | "url": "https://irx.arxlang.org/" |
22 | 20 | }, |
23 | 21 | "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"] |
27 | 26 | }, |
28 | | - |
29 | 27 | { |
30 | 28 | "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.", |
33 | 31 | "webpageUrl": { |
34 | 32 | "url": "https://arxlang.org/" |
35 | 33 | }, |
36 | 34 | "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"] |
40 | 39 | }, |
41 | | - |
42 | 40 | { |
43 | 41 | "guid": "arx", |
44 | 42 | "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.", |
46 | 44 | "webpageUrl": { |
47 | 45 | "url": "https://arxlang.org/" |
48 | 46 | }, |
49 | 47 | "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"] |
53 | 52 | }, |
54 | | - |
55 | 53 | { |
56 | 54 | "guid": "sugar", |
57 | 55 | "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.", |
59 | 57 | "webpageUrl": { |
60 | | - "url": "https://osl-incubator.github.io/sugar" |
| 58 | + "url": "https://sugar-org.github.io/sugar/" |
61 | 59 | }, |
62 | 60 | "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"] |
66 | 65 | }, |
67 | | - |
68 | 66 | { |
69 | 67 | "guid": "makim", |
70 | 68 | "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.", |
72 | 70 | "webpageUrl": { |
73 | | - "url": "https://osl-incubator.github.io/makim" |
| 71 | + "url": "http://docs.makim.org/" |
74 | 72 | }, |
75 | 73 | "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"] |
79 | 78 | }, |
80 | | - |
81 | 79 | { |
82 | 80 | "guid": "scicookie", |
83 | 81 | "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.", |
85 | 83 | "webpageUrl": { |
86 | 84 | "url": "https://osl-incubator.github.io/scicookie" |
87 | 85 | }, |
88 | 86 | "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"] |
92 | 91 | }, |
93 | | - |
94 | 92 | { |
95 | 93 | "guid": "artbox", |
96 | 94 | "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.", |
98 | 96 | "webpageUrl": { |
99 | | - "url": "https://osl-incubator.github.io/artbox" |
| 97 | + "url": "https://mediatoolbox-org.github.io/artbox/" |
100 | 98 | }, |
101 | 99 | "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"] |
105 | 104 | } |
106 | 105 | ], |
107 | | - |
108 | 106 | "funding": { |
109 | 107 | "channels": [ |
110 | 108 | { |
|
118 | 116 | { |
119 | 117 | "guid": "hosting-monthly", |
120 | 118 | "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.", |
123 | 121 | "amount": 0, |
124 | 122 | "currency": "USD", |
125 | 123 | "frequency": "monthly", |
|
128 | 126 | { |
129 | 127 | "guid": "developer-time", |
130 | 128 | "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.", |
133 | 131 | "amount": 0, |
134 | 132 | "currency": "USD", |
135 | 133 | "frequency": "monthly", |
|
138 | 136 | { |
139 | 137 | "guid": "angel-plan", |
140 | 138 | "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.", |
143 | 141 | "amount": 0, |
144 | 142 | "currency": "USD", |
145 | 143 | "frequency": "one-time", |
146 | 144 | "channels": ["opencollective"] |
147 | | - }, |
148 | | - { |
149 | | - "history": [] |
150 | 145 | } |
151 | 146 | ] |
152 | 147 | } |
|
0 commit comments