obta-paper

The source code for the "Flow decomposition by optimal balance with time-averaging" (2025, Rosenau) paper.

https://github.com/gordi42/obta-paper

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

The source code for the "Flow decomposition by optimal balance with time-averaging" (2025, Rosenau) paper.

Basic Info
  • Host: GitHub
  • Owner: Gordi42
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 19.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

Optimal Balance with Time Averaging

Experiments for the paper that introduces the optimal balance with time averaging method.

Features

TODO: List the features of the project.

Installation

Optimal Balance with Time Averaging can be installed via pip (once published on PyPI):

bash pip install obta_paper

Or clone the repository and install it locally:

bash git clone https://github.com/Gordi42/obta_paper cd obta_paper pip install -e .

Usage

To use Optimal Balance with Time Averaging, import it in your Python code:

python import obta_paper

Documentation

Documentation is available at obta_paper.readthedocs.io.

Author

License

Optimal Balance with Time Averaging is licensed under the MIT License. See LICENSE for more information.

Owner

  • Login: Gordi42
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Rosenau"
    given-names: "Silvano Gordian"
    orcid: "https://orcid.org/0000-0002-8157-2574"
title: "Source code for paper 'Flow decomposition by optimal balance with time-averaging'"
version: 0.1.1
identifiers:
doi: 10.5281/zenodo.15881631 
date-released: 2025-07-14
url: "https://github.com/Gordi42/obta-paper"

GitHub Events

Total
  • Release event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 1
  • Create event: 1

Dependencies

pyproject.toml pypi
  • fridom *
  • lazypimp *
  • matplotlib *
  • matplotlib-label-lines *
  • mpi4py *
  • numpy *
  • sweepexp *