Map of relevant entites and relationships
{
“nodes”: [
{“id”: 1, “label”: “Quantitative Data”, “title”: “Numerical information about ‘how many’ or ‘how much’.”},
{“id”: 2, “label”: “Generative Design”, “title”: “Using algorithms to create multiple design solutions.”},
{“id”: 5, “label”: “Algorithm”, “title”: “A set of rules or steps followed to solve a problem.”},
{“id”: 6, “label”: “Design Solutions”, “title”: “Possible designs generated by the algorithm.”},
{“id”: 8, “label”: “Data Collection”, “title”: “Process of gathering quantitative data.”},
{“id”: 9, “label”: “Environment”, “title”: “The environment can be a broad source of data that can be used as inputs for the design.”}
],
“edges”: [
{“from”: 1, “to”: 2, “arrows”: “to”, “label”: “is the basis of”},
{“from”: 2, “to”: 5, “arrows”: “to”, “label”: “uses”},
{“from”: 2, “to”: 6, “arrows”: “to”, “label”: “produces”},
{“from”: 5, “to”: 6, “arrows”: “to”, “label”: “generates”},
{“from”: 1, “to”: 8, “arrows”: “to”, “label”: “is based on”},
{“from”: 8, “to”: 9, “arrows”: “to”, “label”: “collects from”},
{“from”: 5, “to”: 9, “arrows”: “to”, “label”: “uses data from”},
{“from”: 9, “to”: 2, “arrows”: “to”, “label”: “influences”}
]
}
This map is interactive.
Hover over elements to learn more. Click-and-drag elements to move them around.