mirror of
https://github.com/marimo-team/marimo.git
synced 2025-12-03 13:34:58 +00:00
* Add `CITATION.cff` file for citation usages * Change doi number for identifier * Remove typo * Update CITATION.cff * add orcid id * Remove version number * Remove identifiers * Add identifier section pointing to latest release * Fix value for doi zenodo link --------- Co-authored-by: Myles Scolnick <myles@marimo.io> Co-authored-by: Akshay Agrawal <akshay@marimo.io>
34 lines
997 B
YAML
34 lines
997 B
YAML
abstract: "marimo is a reactive notebook for Python — runs reproducible experiments, executes as a script, deploys as an app, and versions with git."
|
|
authors:
|
|
- family-names: Agrawal
|
|
given-names: Akshay
|
|
orcid: "https://orcid.org/0009-0004-6472-0055"
|
|
- family-names: Scolnick
|
|
given-names: Myles
|
|
orcid: "https://orcid.org/0009-0003-4254-9632"
|
|
cff-version: 1.2.0
|
|
date-released: "2023-08-15"
|
|
identifiers:
|
|
- description: "This is the collection of all versions of marimo"
|
|
type: doi
|
|
value: 10.5281/zenodo.12735329
|
|
keywords:
|
|
- python
|
|
- research
|
|
- "data science"
|
|
- reactive
|
|
- pipeline
|
|
- web-app
|
|
- "data visualization"
|
|
- "artificial intelligence"
|
|
- "developer tools"
|
|
- dataflow
|
|
- notebooks
|
|
- dag
|
|
type: software
|
|
url: 'https://marimo.io/'
|
|
license: Apache-2.0
|
|
message: "If you use this software, please cite it using these metadata."
|
|
repository-code: "https://github.com/marimo-team/marimo"
|
|
title: "marimo - an open-source reactive notebook for Python"
|