FEAT: GoJS Diagrams incorporated

master
Hasan al Rasyid 3 years ago
parent f8c6ab78be
commit db0f646d49
  1. BIN
      Figure/logo/ARI_logo-75x50.png
  2. BIN
      Figure/logo/ATL_logo-75x50.png
  3. BIN
      Figure/logo/BAL_logo-75x50.png
  4. BIN
      Figure/logo/BUF_logo-75x50.png
  5. BIN
      Figure/logo/CAR_logo-75x50.png
  6. BIN
      Figure/logo/CHI_logo-75x50.png
  7. BIN
      Figure/logo/CIN_logo-75x50.png
  8. BIN
      Figure/logo/CLE_logo-75x50.png
  9. BIN
      Figure/logo/DAL_logo-75x50.png
  10. BIN
      Figure/logo/DEN_logo-75x50.png
  11. BIN
      Figure/logo/DET_logo-75x50.png
  12. BIN
      Figure/logo/GB_logo-75x50.png
  13. BIN
      Figure/logo/HOU_logo-75x50.png
  14. BIN
      Figure/logo/IND_logo-75x50.png
  15. BIN
      Figure/logo/JAC_logo-75x50.png
  16. BIN
      Figure/logo/KC_logo-75x50.png
  17. BIN
      Figure/logo/MIA_logo-75x50.png
  18. BIN
      Figure/logo/MIN_logo-75x50.png
  19. BIN
      Figure/logo/NE_logo-75x50.png
  20. BIN
      Figure/logo/NO_logo-75x50.png
  21. BIN
      Figure/logo/NYG_logo-75x50.png
  22. BIN
      Figure/logo/NYJ_logo-75x50.png
  23. BIN
      Figure/logo/OAK_logo-75x50.png
  24. BIN
      Figure/logo/PHI_logo-75x50.png
  25. BIN
      Figure/logo/PIT_logo-75x50.png
  26. BIN
      Figure/logo/SD_logo-75x50.png
  27. BIN
      Figure/logo/SEA_logo-75x50.png
  28. BIN
      Figure/logo/SF_logo-75x50.png
  29. BIN
      Figure/logo/STL_logo-75x50.png
  30. BIN
      Figure/logo/TB_logo-75x50.png
  31. BIN
      Figure/logo/TEN_logo-75x50.png
  32. BIN
      Figure/logo/WAS_logo-75x50.png
  33. 4
      manuscript.md
  34. 5
      script/goJSmodel.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@ -551,12 +551,12 @@ The merit of this input is comparable with the inclusion of Haskell's `Diagrams`
Figure \ref{fig:goJS} shows the output of `GoJS` diagrams provided by following code.
```
~~~{.gojs #fig:goJS src=script/goJSmodel.js file=goJSImage}
~~~{.gojs .show #fig:goJS size=0.9 src=script/goJSmodel.js file=goJSImage}
This is GoJS image text that would be shown as a caption.
~~~
```
~~~{.gojs .show #fig:goJS src=script/goJSmodel.js file=goJSImage}
~~~{.gojs .show #fig:goJS size=0.9 src=script/goJSmodel.js file=goJSImage}
This is GoJS image text that would be shown as a caption.
~~~

@ -15,7 +15,7 @@ var myDiagram =
});
function convertKeyImage(key) {
if (!key) key = "NE";
return "https://www.nwoods.com/go/beatpaths/" + key + "_logo-75x50.png";
return "Figure/logo/" + key + "_logo-75x50.png";
}
// replace the default Node template in the nodeTemplateMap
myDiagram.nodeTemplate =
@ -90,7 +90,8 @@ var linkDataArray = [
// create the model and assign it to the Diagram
myDiagram.model =
new go.GraphLinksModel(
{ // automatically create node data objects for each "from" or "to" reference
{ // automatically create node data objects
// for each "from" or "to" reference
// (set this property before setting the linkDataArray)
archetypeNodeData: {},
// process all of the link relationship data

Loading…
Cancel
Save