Minor Edit Count

From SONIVIS:Wiki

Jump to: navigation, search
Minor Edit Count

Template:Metric Implemented v0.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 belongs to a content element.



The Minor Edit Count defines the number of minor edits an author made on content elements in a specified period of time. It differs from the Edit Count because here only edit with low influence or change are taken into account.

Objective

This measure shows how actively an author changes more organizational (e.g. to rearrange, to structure, to correct or to order) the dynamic content elements in an information space. J. Voss[1] calls this measure tiny edits which are for example spelling corrections.

Calculation

Statement

SQL-example (MediaWiki based on [1])
SELECT count(*) FROM revision r WHERE r.rev_user=1370 AND r.rev_minor_edit=1 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000";

Categorization in SONIVIS Preference Page

MetricCategory.NODE_METRICS

Reference

Personal tools