allofphysicsgraph / proofofconcept

Physics Derivation Graph: mathematical connections among equations
https://derivationmap.net/
Other
20 stars 6 forks source link

editable d3js graph for text entry #153

Open bhpayne opened 4 years ago

bhpayne commented 4 years ago

http://bl.ocks.org/rkirsling/5001347

https://bl.ocks.org/cjrd/6863459

This approach would be the best for the Physics Derivation Graph. It would require some sort of integrated processing of user text input into PNG pictures generated by Latex. Then users wouldn't need to navigate complex webforms.

bhpayne commented 4 years ago

as a (simpler) alternative, enter the text in a webform and then refresh the graph (rather than writing text on the graph directly)

Two form inputs: latex entry (with mathjax preview), select infrule. The "output" is a d3js viz in the same window. User then manually draws arrows from latex nodes to infrules.