Compilation of useful stuff for the project from its beginning. 1. GSoC project initial info: - GSoC [Bio4j-Idea page](https://github.com/bio4j/gsoc14/wiki/graphical-browser-for-bio4j-model) - GSoc [Submitted Proposal page](https://www.google-melange.com/gsoc/proposal/review/student/google/gsoc2014/carmen1985/5629499534213120) 2. Bio4j database: - [General info](http://bio4j.com) - [Domain Model Picture](https://github.com/bio4j/bio4j/blob/master/docs/domain-model.md) 3. About Networks in general - [Introduction to Network Analysis and Representation](http://dhs.stanford.edu/dh/networks/) 4. About graph data-structures formats: - [GraphSON format](https://github.com/thinkaurelius/faunus/wiki/GraphSON-Format) - [GraphSON Reader and Writer Library](https://github.com/tinkerpop/blueprints/wiki/GraphSON-Reader-and-Writer-Library#reading-and-writing-an-entire-graph) 5. d3 Useful resources: - Tutorial [Interactive data visualization for the web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - Tutorial [Dashing D3.js](https://www.dashingd3js.com/) - [d3 API reference](https://github.com/mbostock/d3/wiki/API-Reference) - Code examples [d3 bl.ocks.org](http://bl.ocks.org/) - d3 Networks [examples](http://christopheviau.com/d3list/gallery.html#visualizationType=network) - d3 Network layout [Force Layout](https://github.com/mbostock/d3/wiki/Force-Layout) 6. Other similar cases: - [GSoC 2013](http://gsoc2013.honeynet.org/category/project-10-improving-afterglow/)
Compilation of useful stuff for the project from its beginning.