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
- Host: GitHub
- URL: https://github.com/transientlunatic/gw-infographic
- Owner: transientlunatic
- Created: 2020-05-05T09:49:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T15:58:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T21:39:45.009Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```