Network Article Count

From SONIVIS:Wiki

Jump to: navigation, search
Network Article 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 Count adds up all articles in an information space bordered by the defined network.

Objective

This measure shows the content size of a network by considering the dynamic content (articles).

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;

Categorization in SONIVIS Preference Page

MetricCategory.NETWORK_METRICS

Reference

Personal tools