Network Page Changed Count
From SONIVIS:Wiki
Network Page Changed Count
|
The Network Page Changed Count is the number of pages actors have changed (=edited) in a certain period of time in an information space bordered by the defined network.
Objective
This measure gives an overview on the contribution activity of authors by considering pages in a given network.
In the SONIVIS Software you can border the information space by a network. The network can be defined by using the filter methods, see How to load a network?.
Calculation
Statement
| SQL-example (MediaWiki) (no limit) |
| SELECT count(distinct r.rev_page) FROM revision r WHERE rev_timestamp BETWEEN "20071224000000" AND "20081223000000"; |
Categorization in SONIVIS Preference Page
MetricCategory.NETWORK_METRICS

