diff --git a/pages/funding.json/index.md b/pages/funding.json similarity index 95% rename from pages/funding.json/index.md rename to pages/funding.json index 75adccb8..88b6183a 100644 --- a/pages/funding.json/index.md +++ b/pages/funding.json @@ -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", @@ -28,7 +19,6 @@ 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", @@ -36,19 +26,17 @@ authors: ["OSL Team"] } }, - { + { "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" } - }, { @@ -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" } - }, { @@ -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" } - }, { @@ -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" } - } ], @@ -143,4 +125,3 @@ authors: ["OSL Team"] ] } } -```