Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions pages/funding.json/index.md → pages/funding.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
title: "funding.json"
description: "Open Science Labs, sharing knowledge"
date: "2019-02-28"
authors: ["OSL Team"]
---

## Here's the OSL funding.json manifest

```
{ "version": "v1.0.0",
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
Expand All @@ -28,27 +19,24 @@ authors: ["OSL Team"]
"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.",
"webpageUrl": {
"url": "https://astx.arxlang.org"

},
"repositoryUrl": {
"url": "https://github.com/arxlang/astx",
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
}
},

{
{
"guid": "sugar",
"name": "Sugar",
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
"webpageUrl": {
"url": "https://osl-incubator.github.io/sugar"

},
"repositoryUrl": {
"url": "https://github.com/osl-incubator/sugar",
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
}

},

{
Expand All @@ -57,13 +45,11 @@ authors: ["OSL Team"]
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
"webpageUrl": {
"url": "https://osl-incubator.github.io/makim"

},
"repositoryUrl": {
"url": "https://github.com/osl-incubator/makim",
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
}

},

{
Expand All @@ -72,13 +58,11 @@ authors: ["OSL Team"]
"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.",
"webpageUrl": {
"url": "https://osl-incubator.github.io/scicookie"

},
"repositoryUrl": {
"url": "https://github.com/osl-incubator/scicookie",
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
}

},

{
Expand All @@ -87,13 +71,11 @@ authors: ["OSL Team"]
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
"webpageUrl": {
"url": "https://osl-incubator.github.io/artbox"

},
"repositoryUrl": {
"url": "https://github.com/osl-incubator/artbox",
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
}

}
],

Expand Down Expand Up @@ -143,4 +125,3 @@ authors: ["OSL Team"]
]
}
}
```
Loading