Skip to content

AlexOuyang/GraphicModelCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphicalModelCreator

Source Code (Github)

Documentation (API)

A library API for creating interactive probabilistic graphical models for visualizing the theory of communication using D3.js and ES6. (A project done in Interactive Cognition lab at UCSD)

Resources

GraphicModelCreator/ 
 
├── img/                         These are the screenshots
 
├── pgm_lib/                     This contains the source code
   ├── build/                   This contains the build (minified transpiled file)
   ├── prototypes/              This contains old files
   └── src/                     This contains the core code in development
├── tutorial/                    This contains the tutorial files

└── documentation/
    └── out/                     This contains the documentation

Dependencies

  • JQuery
  • JQuery UI
  • D3.js
  • normalize.css

Comptability

ES6 is only supported in Chrome at the moment, use Babel to transpile the code to ES5 to achieve full compatability in Firefox and Safari.

Documentation

The documentation is generated using jsDoc. To regenerate documentation with a readme in home page and tutorials in the GraphicModelCreator/documentation directory:

cd GraphicalModelCreator

jsdoc -u tutorial/ pgm_lib/src/ pgm_lib/src  README.md -d documentation/

ScreenShots

Author

Alex Chenxing Ouyang (c2ouyang@ucsd.edu)

About

graph creator using D3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages