1. 23 May, 2017 3 commits
  2. 22 May, 2017 2 commits
    • Romain Loth's avatar
      mass rename to clarify the active types bool array and its associated str key · dd2456cc
      Romain Loth authored
      this boolean array symbolizes for each node type if yes or no it is displayed, with effet also on edges)... It apparently replaced around 2015 the earlier convention with types A, B, AB... it is often used (symbolizing for each node type if yes or no it is active)... it was sometimes named states (very confusing with the other 'states' that record user interaction steps and that also contain info about these activetypes) or type (misleading singular)
      dd2456cc
    • Romain Loth's avatar
      finish inits restructuration allowing repeated graph load · 82a36d00
      Romain Loth authored
      old initListeners split in three: initGUIListeners and initSearchListeners that are run once at page load, and initSigmaListeners that is run for each new graph open from local file... also env function and CSS for the local graph file input
      82a36d00
  3. 19 May, 2017 7 commits
  4. 18 May, 2017 6 commits
  5. 17 May, 2017 5 commits
  6. 16 May, 2017 4 commits
  7. 15 May, 2017 2 commits
  8. 12 May, 2017 3 commits
  9. 11 May, 2017 6 commits
  10. 10 May, 2017 2 commits
    • Romain Loth's avatar
      WIP bipartite case · 4531abfb
      Romain Loth authored
      restored switch in main allowing API graph data input in json + started debugging types/categories + introduced the more generic variants of getUrlParam and prepareNodesRenderingProperties we did in comex2
      4531abfb
    • Romain Loth's avatar
      Merge branch 'politoscope_programmes' into port_to_sigma_v1.2 · 482d0e27
      Romain Loth authored
      All these advances from politoscope prototype will be useful for the port and general refactoring:
        - removed legacy cortext localdb
        - new 'attrs to bins' logic (cf. scanClusters in parsing)
        - new 'attrs to colors' logic
        - new alt_colors rendering
        - new histogram variant: *daily* histograms
        - ! new simpler twitterAPI (directly with twitter's endpoints) !
        - useful debug logs for db.json loading and parseCustom
        - prepared parseCustom 'types' refactoring
        - getCurrentType function
      482d0e27