Help:Metric Documentation

From Gephi:Wiki

Jump to: navigation, search

In this article you can find help on how to describe a measure in our documentation. There are templates and guidelines which are documented in this Wiki article.

A complete example of a metric can be found here.

Contents

Creating the Measure Page

At first you have to create a page with the name of the measure, for example HITS.

Measures do not belong to a special namespace.

  • If the measure exists in Gephi, the name should be similar to the used name in the software. Please note, if you find a measure which is not documented yet, well done. Please, even you have only less time, just create the page with the name of the measure. We will help you complete the description.
  • If the measure does not exist, you are free to choose a name of your own.

Creating the Measure Headlines

At the moment there are four headlines important for a measure.

  • Objective: Contains a short description of the measure.
  • Explanation (optional): Describes the measure and the idea behind it more deeply. It would be even great to have an example of how this measure can be used and how it should be interpreted.
  • Calculation: Contains the mathematical description of a measure.
  • Reference: Contains all weblinks and literature used to describe a measure. Please consider our bibliography.
  • Additional Reading: Further documents which discuss this measure.

Default Usage:

==Objective==
==Calculation==
==Reference==
==Additional Reading==

Categorization of measure pages

Please add one category to each measure page. This is the the category Category:Measure

Sub-categories are:

Creating special content

For general help see Help:Editing.

What it looks like What you type

For the Measure Headlines please use the normal section wiki markup (==).

Measure Headline


== Measure Headline ==

For the mathematical representation of the measure please use the varieties of <math>. For more help on displaying a formula take a look here.

Ac = 1 + 1

<math>A_c = 1+1</math>

For using examples on the calculation you can use the measure example template. For this template you have to define the exampletext and the example. For changing the template take a look here or here.

Title
sample

{{Metric Example
|exampletext=Title
|example=sample}}

To specialize a measure you can use predefined templates. All templates can be found at Category:Metric Template. For example:

Network metric


This box will always be shown at the right side of a page and is also floated.


{{Metric Network}}

To bundle all specialties of a measure you have to use two templates. {{TplBoxTop}} and {{TplBoxBottom}}. For the TplBoxTop you can also include a name to be shown at the top of all. This could be the page name, included by {{PAGENAME}}, or the name you want to give to the metric. Between the two templates you can put as much metric templates as you want.

Metric Documentation

Network metric



This box will always be shown at the right side of a page and is also floated.


{{TplBoxTop|{{PAGENAME}}}}
{{Metric Network}}
{{TplBoxBottom}}

Personal tools