rom-plumes

Research for ARA group. Applying model discovery to mean and variance of plume path.

https://github.com/jacob-stevens-haas/rom-plumes

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 (2.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Research for ARA group. Applying model discovery to mean and variance of plume path.

Basic Info
  • Host: GitHub
  • Owner: Jacob-Stevens-Haas
  • Language: Python
  • Default Branch: main
  • Size: 27.9 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

ROM-Plumes

Research for Plumes group. Applying model discovery to mean and variance of plume path.

To use, run:

python from rom_plumes import PLUME, click_coordinates plume_learner = PLUME(<your file name>) plume_learner.set_center()

Owner

  • Name: Jacob Stevens-Haas
  • Login: Jacob-Stevens-Haas
  • Kind: user
  • Location: Seattle, WA
  • Company: University of Washington

Ph.D.student at University of Washington Applied Math. Formerly Lead Scientist at Booz Allen Hamilton

Citation (CITATION.CFF)

cff-version: 1.2.0
title: rom-plumes
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Isaac
    family-names: Griss Salas
    email: grisal@uw.edu
    affiliation: University of Washington
  - given-names: Jacob
    family-names: Stevens-Haas
    email: jacob.stevens.haas@gmail.com
    orcid: 'https://orcid.org/0000-0003-4142-5550'
    affiliation: University of Washington
repository-code: 'https://github.com/Jacob-Stevens-Haas/ROM-Plumes'
abstract: >-
  A package designed to create reduced order models from plume videos.
keywords:
  - fluids
  - plumes
license: MIT
commit: 2bb39a68f2c57b768d6e5f02bfcb1464fac99288
version: 0.8.0
date-released: '2024-10-23'

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 3
  • Create event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 13
  • Total pull requests: 32
  • Average time to close issues: 20 days
  • Average time to close pull requests: 6 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 2.08
  • Average comments per pull request: 0.38
  • Merged pull requests: 30
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 8
  • Pull requests: 27
  • Average time to close issues: 11 days
  • Average time to close pull requests: 6 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.63
  • Average comments per pull request: 0.33
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • Jacob-Stevens-Haas (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
  • imageio *
  • ipython *
  • matplotlib *
  • moviepy *
  • numpy *
  • opencv-python *
  • scipy *
  • tqdm *