Edit Count

From SONIVIS:Wiki

Jump to: navigation, search
Edit Count

This metric is implemented in 0.8.


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


This general metric can be applied on all information spaces.


This metric attributes to an actor.



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:

\forall a \in \mathcal A.NumEdits(a)=\sum \limits_{p \in \mathcal P} \sum \limits_{r \in E(a,p)} 1*1  
  •  \mathcal P set of all articles
  •  \mathcal A set of authors of a page
  • n > 0 revisions  v_0,v_1,v_2,\ldots,v_n of a page p (version v0 is empty; version v1, for 1<i\leq n is obtained by an author performing a revision r_i:v_{i-1} \ \rightsquigarrow v_i)
  • ai is the author of revision ri
  •  \mathcal R set of revision of a page
  •  E : \mathcal A x \mathcal P \rightarrow 2^{\mathcal R} map given an author a \in \mathcal A and a page p \in \mathcal P returns revisions created by author a for page <maht>p</math>
  •  1 \leq i \leq n having a_{i-1} \neq a_i (filter versions, keeping only last of consecutive versions by same author)
  • every version vi for  1 \leq i \leq n consists of a sequence [w^i_1, \ldots , w^i_{m_i}] of words, where mi is the number of words in vi (version v0 consists of an empty sequence)
  • txt(vi,vj) for  1 \leq i \leq j \leq n 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  1 \leq i \leq j \leq n 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

Personal tools