Skip to content

Design Choices

Ben edited this page Feb 3, 2026 · 5 revisions

List of the various options for design decisions

Table of Contents

Introduction

There are a couple of decisions to be made:

  • what format should the graph be stored in?
  • what format should the database be stored in?
  • what programs can render and interact with the graph?
https://en.wikipedia.org/wiki/Graph_database

Latex to SVG

    * http://docs.mathjax.org/en/latest/options/SVG.html
  * http://www.cityinthesky.co.uk/opensource/pdf2svg

Graph format

moved to

ui_v8_website_flask_neo4j/webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_database.html

Database format

moved to

ui_v8_website_flask_neo4j/webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_database.html

Graphing programs

moved to

webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_graph_drawing.html

stand-alone applications for drawing graphs

moved to

webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_graph_drawing.html

browser-based graph rendering

moved to

webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_graph_drawing.html

open source, free browser-based graph rendering

moved to

webserver_for_pdg/templates/jinja2_pages/comparison_of_design_options_graph_drawing.html

commerical, not free, browser based graph rendering

 * EquationMap
   * http://equationmap.com/

Clone this wiki locally