netsJSON

On February 26, 2019 renamed from netJSON to netsJSON because the collision with http://netjson.org/rfc.html.

Description of networks

  • csv

Network description

Size of the network

N = (V,L,P,W)

list of nodes (V,L) list of links (L,W)

id, label, name=key

Small

Large

  • JSON

netsJSON

Informal description of the basic netsJSON format

{ 
"netsJSON": "basic",
"info": {
   "org":1, "nNodes":n, "nArcs":mA, "nEdges":mE,
   "simple":TF, "directed":TF, "multirel":TF, "mode":m, 
   "network":fName, "title":title,
   "time": { "Tmin":tm, "Tmax":tM, "Tlabs": {labs} },
   "meta": [events], ...
   },
"nodes": [
   { "id":nodeId, "lab":label, "x":x, "y":y, ... },
   ***
   ]
"links": [
   { "type":arc/edge, "n1":nodeID1, "n2":nodeID2, "rel":r, ... }
   ***
   ]
}

where are user defined properties and *** is a sequence of such elements; and an event description can contain fields:

   {  "date": date,
      "title": short description,
      "author": name,
      "desc": long description,
      "url": URL,
      "cite": reference
   }

Example of a basic netsJSON description

Caviar - TEN -> netsJSON

general netsJSON

  • types of network data
  • Pajek2netsJSON

Main URLs

notes/net/json.txt · Last modified: 2019/02/26 11:57 by vlado
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki