Article Changed Count
From SONIVIS:Wiki
Article Changed Count
|
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

