Difference between revisions of "Writing this guide"

From E-Consultation Guide
Jump to: navigation, search
(Footnotes)
(A graphviz extension)
Line 20: Line 20:
  
 
===A graphviz extension===
 
===A graphviz extension===
 +
<div style="padding-left:0.5in; float:right;"><graphviz>digraph G {
 +
  size = "1.5,1.5";
 +
  A -> B [label = "part-of"];
 +
}</graphviz></div>
  
 
to produce graphs from lists of linked nodes. E.g.
 
to produce graphs from lists of linked nodes. E.g.
Line 28: Line 32:
 
  }&lt;/graphviz&gt;
 
  }&lt;/graphviz&gt;
  
will be displayed as:
+
will be displayed as shown on the right.
 
 
<div style="padding-right:0.5in; float:left;">
 
<graphviz>digraph G {
 
  size = "1.5,1.5";
 
  A -> B [label = "part-of"];
 
}</graphviz>
 
</div>
 
  
 
*[http://www.wickle.com/wikis/index.php/Graphviz_extension Documentation on the original graphviz extension]
 
*[http://www.wickle.com/wikis/index.php/Graphviz_extension Documentation on the original graphviz extension]
Line 45: Line 42:
  
 
<br clear="all" />
 
<br clear="all" />
 +
 
==Footnotes==
 
==Footnotes==
 
<references/>
 
<references/>

Revision as of 16:28, 8 July 2006

This guide is being written by members of the E-Consultation Research Project and others.

Here is some help for those writing the guide.

Extensions

We've added two extensions to this intallation of MediaWiki

The Cite extension

to handle footnotes. E.g.

There are various papers suggesting the potential of e-consultation.[1]

This lets you put the reference details into footnotes, so the flow of the guide isn't disturbed. Also note how the reference is linked to the full bibliographic details in Wikindx on this site. Always put references into http://www.e-consultation.org/wikindx3/ .

A graphviz extension

Graph image creation requires permission to upload.

to produce graphs from lists of linked nodes. E.g.

<graphviz>digraph G {
   size = "1.5,1.5";
   A -> B [label = "part of"];
}</graphviz>

will be displayed as shown on the right.


Footnotes

  1. Morison and Newman 2001