Network Article Changed Count

From SONIVIS:Wiki

Jump to: navigation, search
Network Article Changed Count

This metric is implemented in every version.


This metric can be calculated for the connector MediaWiki.


This metric is calculated with SQL.


This metric belongs to a network. Take a look at other Network measures.


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


The Network Article Changed Count is the number of articles actors have changed (=edited) in a certain period of time in an information space bordered by the defined network.

Objective

This measure gives an overview on the contribution activity of authors by considering the dynamic content (articles) in a given network.

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. In the SONIVIS Software you can border the information space by a network. The network can be defined by using the filter methods, see How to load a network?.

Calculation

| Articles | in the network

Statement

SQL-example (MediaWiki) (no limit)
SELECT count(*) FROM page p WHERE p.page_namespace=0 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000";

Categorization in SONIVIS Preference Page

MetricCategory.NETWORK_METRICS

Reference

Personal tools