Article Changed Count

From SONIVIS:Wiki

Jump to: navigation, search
Article Changed Count

This metric is implemented in v0.8.


This metric is not implemented in v0.9. You can report this as a Bug.


This metric can be calculated for the connector MediaWiki.


This metric attributes to an actor.


This metric is based on articles. For more information see configuration.


This metric is calculated with SQL.



The Article Changed Count is the number of articles an actor has changed (=edited) in a certain period of time. It differs from the Article Edit Count because here the number of changed articles is given.

Objective

This measure gives an overview on the activity of an author on different articles[1]. Here, all articles are pages which belong to the main namespace of the MediaWiki software[1]. It can be used to verify the content spectrum of an author.

SQL Statement

SQL-example (MediaWiki)
SELECT count(distinct r.rev_page) FROM revision r, page p WHERE r.rev_page=p.page_id AND p.page_namespace=0 AND rev_user=1370 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000";

Categorization in SONIVIS Preference Page

MetricCategory.NODE_METRICS

References

Personal tools