ngsigw-results

Numerical results for gravitational waves induced by non-Gaussian scalars

https://github.com/zachjweiner/ngsigw-results

Science Score: 67.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
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Numerical results for gravitational waves induced by non-Gaussian scalars

Basic Info
  • Host: GitHub
  • Owner: zachjweiner
  • License: cc0-1.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 937 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.rst

ngsigw-results
==============

.. image:: https://zenodo.org/badge/668438090.svg
    :target: https://doi.org/10.5281/zenodo.8176107
.. image:: https://img.shields.io/badge/arXiv-2105.01659-b31b1b.svg
    :target: https://arxiv.org/abs/2105.01659
.. image:: https://img.shields.io/badge/License-CC--0-blue.svg
    :target: http://creativecommons.org/publicdomain/zero/1.0/

This repository makes available the numerical results for gravitational waves induced by non-Gaussian scalar perturbations from `2105.01659 `_.
Access is implemented as a simple Python package (see ``example.ipynb`` for example usage), but the data is stored in the portable `HDF5 `_ format (``ngsigw_results/data/ngsigw-results.h5``), which has interfaces available in most programming languages.

Simply install with ``pip`` for your preferred ``python`` interpreter:

.. code-block:: bash

    python -m pip install git+https://github.com/zachjweiner/ngsigw-results.git

You can of course clone the repository first and then install.

The data, being "factual" in nature and likely not subject to copyright law, is available under `CC0 `_.
For convenience, the code itself is also available under CC0.
However, if you use these results please cite both this repository (refer to the `Zenodo archive `_ or the sidebar on GitHub/``CITATION.cff``) and the original article itself (e.g., with the BibTeX entry `here `_).

Owner

  • Name: Zach Weiner
  • Login: zachjweiner
  • Kind: user
  • Location: Seattle, WA
  • Company: University of Washington

Citation (CITATION.cff)

cff-version: 1.2.0
title: ngsigw-results
message: >-
  If you use this software, please cite it using the
  metadata from this file, and also cite arXiv:2105.01659 as
  specified in the project README.
type: software
authors:
  - given-names: Peter
    family-names: Adshead
    orcid: 'https://orcid.org/0000-0002-5217-7022'
  - given-names: Kaloian
    family-names: Lozanov
    orcid: 'https://orcid.org/0000-0003-2164-7930'
  - given-names: Zachary
    family-names: Weiner
    orcid: 'https://orcid.org/0000-0003-1755-2277'
identifiers:
  - type: doi
    value: 10.5281/zenodo.8176107
  - type: other
    value: 'arXiv:2105.01659'
repository-code: 'https://github.com/zachjweiner/ngsigw-results'
repository-artifact: 'https://zenodo.org/badge/latestdoi/668438090'
license: CC0-1.0
version: '2023.1'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • h5py *
  • numpy *