Edit Count
From SONIVIS:Wiki
Edit Count
|
The Edit Count defines the number of edits an author made on pages in all namespaces in a specified period of time. It differs from the Page Changed Count because here the number of revisions an author made is given.
Objective
This measure shows how actively an author changed the dynamic content elements in a Wiki. Therefore is can be said, that as higher the measure is compared to other authors as better is the externalization process of this author. (Please note: Here the Amount Contribution should be considered as well). B. Adler, L. de Alfaro, I. Pye and V. Raman[1] call this measure Number of Edits.
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.
Calculation
B. Adler, L. de Alfaro, I. Pye and V. Raman[1] define the measure as follows:
-
set of all articles
-
set of authors of a page
- n > 0 revisions
of a page p (version v0 is empty; version v1, for
is obtained by an author performing a revision
)
- ai is the author of revision ri
-
set of revision of a page
-
map given an author
and a page
returns revisions created by author a for page <maht>p</math>
-
having
(filter versions, keeping only last of consecutive versions by same author)
- every version vi for
consists of a sequence
of words, where mi is the number of words in vi (version v0 consists of an empty sequence)
- txt(vi,vj) for
amount of text (measured in number of words) introduced by ri in vi still present in vj
- txt(vi,vi) amount of text added by ai
- txt(ri) = txt(vi,vi) is the text contribution of ri
- d(vi,vj) for
edit distance between vi and vj measures how much changed from vi to vj
- d(ri) = d(vi − 1,vi) is the edit contribution made in ri
Statement
| SQL-example (MediaWiki) |
| SELECT count(*) FROM revision r WHERE r.rev_user=1370 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000"; |
Categorization in SONIVIS Preference Page
MetricCategory.NODE_METRICS
Reference
- B. Adler, L. de Alfaro, I. Pye, V. Raman. Measuring Author Contributions to the Wikipedia. In WikiSym 2008: International Symposium on Wikis, ACM Press, 2008.

