An open API service indexing awesome lists of open source software.

https://github.com/transientlunatic/gw-infographic

Automated visual representation of GW event information
https://github.com/transientlunatic/gw-infographic

Last synced: 2 months ago
JSON representation

Automated visual representation of GW event information

Awesome Lists containing this project

README

        

# Gravitational Wave Infographics

This is a javascript module designed to produce infographics for grvitational wave events based on data in JSON format.

This module is very much *in development* and you shouldn't expect either the data used to produce sample graphics to be correct, nor should you consider the package to be feature-complete.

# Preview

You can view a preview of the latest version of the inforgraphic software running here (if you have access to IGWN computational resources i.e. you're a member of KAGRA, the LSC, or Virgo):
https://epo.docs.ligo.org/gw-infographics/

# Running locally

You can run the software locally using `npm`:
```
npm run start
```

# Building locally

The code can be bundled locally by webpack by running
```
npm run build
```