Network Article Changed Count
From SONIVIS:Wiki
Network Article Changed Count
|
The Network Article Changed Count is the number of articles 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 the dynamic content (articles) in a given network.
The SONIVIS Software enables the user to define in the settings which namespace should be considered as main namespace, that means as namespace which contains the dynamic content elements in a Wiki. 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
| Articles | in the network
Statement
| SQL-example (MediaWiki) (no limit) |
| SELECT count(*) FROM page p WHERE p.page_namespace=0 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000"; |
Categorization in SONIVIS Preference Page
MetricCategory.NETWORK_METRICS

