Skip to content

Stevens Summer Scholars Research Project under Dr. Alex Wellerstein. The research aims to create a client-side library to model the impact of a dirty bomb.

austincawley/dirtybomb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with austince/dirtybomb:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dirtybomb

Build Status Doc Status npm License
Stevens Summer Scholars Research Project under Dr. Alex Wellerstein. The research aims to create a client-side library to model the impact of a dirty bomb.
Written in ES6.

Use in browser: use the rolled up files in the build/ directory
Use in node: use the rolled up files in the dist/ directory. It has been babel-ed to es5

Updates / Current Research

Currently writing tests and then moving towards visualization.

Goals

  • Dispersion Model
  • Radioactive release Model
  • Visualization Prototype

Building

Loosely trying to base this on how d3 manages its modularity.
Builds to build/ and dist/

  • Requires node / babel / all that jazz
  • Run using npm: npm run build

Testing

test/
Using chai and mocha

  • npm test

Documentation

Using esdoc. You should be able to create some nice documentation yourself with an easy command!

  • npm run doc
  • npm servedocs to locally host them

Resources

About

Stevens Summer Scholars Research Project under Dr. Alex Wellerstein. The research aims to create a client-side library to model the impact of a dirty bomb.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.7%
  • HTML 5.2%
  • Shell 0.1%