{% extends "base.html" %} {% block css %} {{ block.super }} {% endblock css %} {% block main %} {% if alert %} {{ alert }} {% else %} About: About The Research Study Volume of Data Collected
FP | FC | JP | JC | N | |
Time Period | |||||
Number | {{ fp|length }} | {{ fc|length }} | {{ jp|length }} | {{ jc|length }} | {{ nm|length }} |
# of users | {{ fpNodes|length }} | {{ fcNodes|length }} | {{ jpNodes|length }} | {{ jcNodes|length }} | {{ nNodes|length }} |
Structural metrics for each sample
Forum | Journal | Notes | |
Time Period |
| ||
Nodes | 111 // {% with fpNodes|length as fpL %} {% with fcNodes|length as fcL %} {{ author|length|add:fpL|add:fcL }} {% endwith %} {% endwith %} {{ fNodes|length }} | 143 // {% with jpNodes|length as fpL %} {% with jcNodes|length as fcL %} {{ author|length|add:fpL|add:fcL }} {% endwith %} {% endwith %} {{ jNodes|length }} | 411 // {{ nNodes|length }} |
Total Edges | 2613 // {{ fEdge|length }} | 1612 // {{ jEdge|length }} | 411 // {{ nEdge|length }} |
Unique Edges | 181 // {{ fUEdge|length }} | 424 // {{ jUEdge|length }} | 292 // {{ nUEdge|length }} |
{% endif %} {% endblock main %}