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.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: tedjohnson12
  • Language: Python
  • Default Branch: main
  • Size: 52.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

readme.rst

``polar-disk-freq``
===================

Utilities for estimating the frequency of polar disks in binary systems.

This package implements the methods described in the
accompanying paper: `Johnson, Martin, Lepp, & Lubow (in prep) `_

If you use this software, please cite it using the
metadata in the ``CITATION.cff`` file as well as the above paper.

Owner

  • Name: Ted Johnson
  • Login: tedjohnson12
  • Kind: user
  • Company: NASA GSFC

UCLA 22

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: polar-disk-freq
message: >-
  If you use this software, please cite it using the
  metadata from this file as well as the paper (Johnson, Martin, Lepp, & Lubow, in prep).
type: software
authors:
  - given-names: Ted
    family-names: Johnson
    email: ted.johnson@unlv.edu
    affiliation: UNLV/NCfA
    orcid: 'https://orcid.org/0000-0002-1570-2203'
repository-code: 'https://github.com/tedjohnson12/polar-disk-freq'
abstract: >-
  This repository provides utilities for estimating the
  fraction of polar disks in binary systems. More
  information about the methods can be found in the
  accompanying paper.
keywords:
  - Binary Star
  - Polar Disk
  - Secular Evolution
  - Runge-Kutta
  - REBOUND
license: MIT-0

GitHub Events

Total
  • Release event: 2
  • Push event: 9
  • Create event: 2
Last Year
  • Release event: 2
  • Push event: 9
  • Create event: 2

Dependencies

.github/workflows/CI.yml actions
  • PyO3/maturin-action v1 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
Cargo.lock cargo
  • autocfg 1.3.0
  • bitflags 2.5.0
  • cfg-if 1.0.0
  • heck 0.4.1
  • indoc 2.0.5
  • libc 0.2.154
  • lock_api 0.4.12
  • matrixmultiply 0.3.8
  • memoffset 0.9.1
  • ndarray 0.15.6
  • num-complex 0.4.6
  • num-integer 0.1.46
  • num-traits 0.2.19
  • numpy 0.21.0
  • once_cell 1.19.0
  • parking_lot 0.12.2
  • parking_lot_core 0.9.10
  • portable-atomic 1.6.0
  • proc-macro2 1.0.82
  • pyo3 0.21.2
  • pyo3-build-config 0.21.2
  • pyo3-ffi 0.21.2
  • pyo3-macros 0.21.2
  • pyo3-macros-backend 0.21.2
  • quote 1.0.36
  • rawpointer 0.2.1
  • redox_syscall 0.5.1
  • rustc-hash 1.1.0
  • scopeguard 1.2.0
  • smallvec 1.13.2
  • syn 2.0.63
  • target-lexicon 0.12.14
  • unicode-ident 1.0.12
  • unindent 0.2.3
  • windows-targets 0.52.5
  • windows_aarch64_gnullvm 0.52.5
  • windows_aarch64_msvc 0.52.5
  • windows_i686_gnu 0.52.5
  • windows_i686_gnullvm 0.52.5
  • windows_i686_msvc 0.52.5
  • windows_x86_64_gnu 0.52.5
  • windows_x86_64_gnullvm 0.52.5
  • windows_x86_64_msvc 0.52.5
Cargo.toml cargo
pyproject.toml pypi