Network Page Changed Count

From SONIVIS:Wiki

Jump to: navigation, search
Network Page Changed Count

This metric is not implemented in any version. You can report this as a Bug.


This metric can be calculated for the connector MediaWiki.


This metric is calculated with SQL.


This metric belongs to a network. Take a look at other Network measures.



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

Reference

Personal tools