{
  "version": "v1.1.0",
  "entity": {
    "type": "organisation",
    "role": "owner",
    "name": "Open Science Labs",
    "email": "team@opensciencelabs.org",
    "description": "Open Science Labs (OSL) is a non-profit organisation dedicated to creating and sustaining innovative FOSS projects.",
    "webpageUrl": {
      "url": "https://opensciencelabs.org"
    }
  },
  "projects": [
    {
      "guid": "irx",
      "name": "IRx",
      "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.",
      "webpageUrl": {
        "url": "https://irx.arxlang.org/"
      },
      "repositoryUrl": {
        "url": "https://github.com/arxlang/irx"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["developer-tools", "programming", "software-engineering"]
    },
    {
      "guid": "sciarx",
      "name": "SciArx",
      "description": "SciArx is a scientific computing library written in ArxLang, with native Apache Arrow datatype support.",
      "webpageUrl": {
        "url": "https://arxlang.org/"
      },
      "repositoryUrl": {
        "url": "https://github.com/arxlang/sciarx"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["science", "scientific-computing", "programming"]
    },
    {
      "guid": "arx",
      "name": "ARx",
      "description": "ARx is a programming language that targets multi-architecture native code and integrates directly with Apache Arrow through LLVM-based code generation.",
      "webpageUrl": {
        "url": "https://arxlang.org/"
      },
      "repositoryUrl": {
        "url": "https://github.com/arxlang/arx"
      },
      "licenses": ["spdx:Apache-2.0"],
      "tags": ["programming", "developer-tools", "scientific-computing"]
    },
    {
      "guid": "sugar",
      "name": "Sugar",
      "description": "Sugar simplifies the usage of containers and container stacks for reproducible development workflows.",
      "webpageUrl": {
        "url": "https://sugar-org.github.io/sugar/"
      },
      "repositoryUrl": {
        "url": "https://github.com/sugar-org/sugar"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["devops", "cloud", "developer-tools"]
    },
    {
      "guid": "makim",
      "name": "Makim",
      "description": "Makim is a YAML-based task automation tool focused on task definition, dependencies, and conditional execution.",
      "webpageUrl": {
        "url": "http://docs.makim.org/"
      },
      "repositoryUrl": {
        "url": "https://github.com/makim-org/makim"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["developer-tools", "devops", "development"]
    },
    {
      "guid": "scicookie",
      "name": "SciCookie",
      "description": "SciCookie is a Cookiecutter-based template that helps teams bootstrap Python projects from reusable project templates.",
      "webpageUrl": {
        "url": "https://osl-incubator.github.io/scicookie"
      },
      "repositoryUrl": {
        "url": "https://github.com/osl-incubator/scicookie"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["developer-tools", "software-engineering", "programming"]
    },
    {
      "guid": "artbox",
      "name": "ArtBox",
      "description": "ArtBox processes multimedia files, including speech-to-text, text-to-speech, and other media workflows.",
      "webpageUrl": {
        "url": "https://mediatoolbox-org.github.io/artbox"
      },
      "repositoryUrl": {
        "url": "https://github.com/mediatoolbox-org/artbox"
      },
      "licenses": ["spdx:BSD-3-Clause"],
      "tags": ["audio", "developer-tools", "productivity"]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "opencollective",
        "type": "payment-provider",
        "address": "https://opencollective.com/osl",
        "description": "We use Open Collective for receiving funds."
      }
    ],
    "plans": [
      {
        "guid": "hosting-monthly",
        "status": "active",
        "name": "Hosting support",
        "description": "This covers infrastructure and hosting costs for OSL projects.",
        "amount": 0,
        "currency": "USD",
        "frequency": "monthly",
        "channels": ["opencollective"]
      },
      {
        "guid": "developer-time",
        "status": "active",
        "name": "Developer support",
        "description": "This supports part-time developer time across OSL projects.",
        "amount": 0,
        "currency": "USD",
        "frequency": "monthly",
        "channels": ["opencollective"]
      },
      {
        "guid": "angel-plan",
        "status": "active",
        "name": "Goodwill plan",
        "description": "Give any amount to support OSL and its projects.",
        "amount": 0,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["opencollective"]
      }
    ]
  }
}
