Difference between revisions of "Writing this guide"

From E-Consultation Guide
Jump to: navigation, search
m (Reverted edits by Edgey (Talk); changed back to last version by Dave)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
[[Image:Letterkenny_brainstorming_guide.jpg|right|thumb|thinking what to say]]
 +
[[Image:Letterkenny_guide_design.jpg|right|thumb|planning the guide]]
 
This guide is being written by members of the E-Consultation Research Project and others.
 
This guide is being written by members of the E-Consultation Research Project and others.
  
Line 20: Line 22:
  
 
===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.
  
  &lt;graphviz&gt;digraph G {A -> B}&lt;/graphviz&gt;
+
  &lt;graphviz&gt;digraph G {
 +
    size = "1.5,1.5";
 +
    A -> B [label = "part of"];
 +
}&lt;/graphviz&gt;
  
will be displayed as:
+
will be displayed as shown on the right.
 
 
<graphviz>digraph G {A -> B}</graphviz>
 
  
 
*[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 35: Line 42:
 
*[http://www.linuxjournal.com/article/7275 a Graphviz tutorial] in Linux Journal
 
*[http://www.linuxjournal.com/article/7275 a Graphviz tutorial] in Linux Journal
 
*[http://www.linuxdevcenter.com/pub/a/linux/2004/05/06/graphviz_dot.html a simpler tutorial]
 
*[http://www.linuxdevcenter.com/pub/a/linux/2004/05/06/graphviz_dot.html a simpler tutorial]
 +
 +
<br clear="all" />
 +
 
==Footnotes==
 
==Footnotes==
 
<references/>
 
<references/>

Latest revision as of 14:05, 23 November 2006

thinking what to say
planning the guide

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