From 077ea38800b7aef0c8e7d1cdcdbf009a6095d46a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 27 Sep 2024 19:01:48 -0400 Subject: add lots of talks --- 2024/talks/graph.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 2024/talks/graph.md (limited to '2024/talks/graph.md') diff --git a/2024/talks/graph.md b/2024/talks/graph.md new file mode 100644 index 00000000..990372f8 --- /dev/null +++ b/2024/talks/graph.md @@ -0,0 +1,40 @@ +[[!meta title="Graph mode - A major mode to create, edit and display discrete element graphs."]] +[[!meta copyright="Copyright © 2024 John Darrington"]] +[[!inline pages="internal(2024/info/graph-nav)" raw="yes"]] + + + + + +# Graph mode - A major mode to create, edit and display discrete element graphs. +John Darrington (he/him) - IRC: jmd, + +[[!inline pages="internal(2024/info/graph-before)" raw="yes"]] + +This project is a major mode to assist creation and editing of SVG +images depicting discrete element graphs, optionally with presentational +properties. The creation of such images may be of interest to +engineers, pure mathematicians with an interest in graph theory, +computer scientists, data administrators and others. + +The user specifies the topology and simple presentational attributes of the +system and emacs takes care of the rest. Interaction is via conventional M-x +interactive commands, or by keybindings/mouse movement. + +If desired, the SVG output may be edited using an external tool or by +hand. Keeping the generated SVG readable and easy to edit is a design +goal of the project. + +Example uses may include the creation of flow charts, entity-relationship +diagrams, UML, block diagrams, and abstract graphs. + +This talk will demonstrate use of the mode, describe how it works, and +discuss possible future direction. + + + +[[!inline pages="internal(2024/info/graph-after)" raw="yes"]] + +[[!inline pages="internal(2024/info/graph-nav)" raw="yes"]] + + -- cgit v1.2.3