File:Beer types diagram auto.svg

Original file(SVG file, nominally 3,583 × 743 pixels, file size: 44 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description

(failed but promising) attempt of generating a complex flow chart automatically from a descriptive code using graph::easy [1]. First I saved in a test file (e.g. flow.txt) the following code:

graph         { flow: south; }
node          { shape: rounded; fill: #ffff00; }
node.main     { shape: rounded; fill: #8bef91; }

[ Ale ] { class: main; } --> { start: front,0; }
    [ Barley wine],
    [ Belgian ale],
    [ Brown ale ],
    [ Dark ale ],
    [ Kölsh ],
    [ Mild ],
    [ Pale ale],
    [ Wheat beer],
    [ Old ale ]

[ Belgian ale ] -->  { start: front,0; } 
    [ Abbey ],
    [ Amber ],
    [ Blond ],
    [ Dubbel ],
    [ Flemish red],
    [ Quadrupel ],
    [ Trappist ],
    [ Tripel ]

[ Dark ale ] -->  { start: front,0; } 
    [ Stout ],
    [ Porter ]

[ Stout ] -->  { start: front,0; } 
    [ Chocolate ],
    [ Coffee ],
    [ Dry stout ],
    [ Imperial ],
    [ Milk ],
    [ Oatmeal ],
    [ Oyster ]
 
[ Pale ale ] -->  { start: front,0; } 
    [ Altbier ],
    [ American ],
    [ English bitter ],
    [ I.P.A. ],
    [ Saison ],
    [ Scotch ale ]

[ Wheat beer ] -->  { start: front,0; } 
    [ Berliner Weisse ],
    [ Dunkel wheat beer ],
    [ Hefe-Weizen ],
    [ Kristall-Weizen ],
    [ Weizen-bock ],
    [ White beer]

[ Lager ] { class: main; } --> { start: front,0; } 
    [ Bock ], 
    [ Dunkel lager], 
    [ Märzen ], 
    [ Pale lager],
    [ Schwarzbier ], 
    [ Vienna lager], 
    [ Kellerbier]
     
[ Bock ] -->  { start: front,0; } 
    [ Doppelbock ], 
    [ Eisbock ], 
    [ Maibock ], 
    [ Weizenbock ]
    
[ Pale lager ] -->  { start: front,0; } 
    [ Dortmunder ], 
    [ Dry lager], 
    [ Helles], 
    [ Pilsner], 
    [ Spezial]

[ Lambic ] { class: main; } --> { start: front,0; } 
    [Faro], 
    [Fruit], 
    [Gueuze]

and then I compiled it with (working in Linux:

graph-easy --as svg flow.txt > flow.svg
thus getting the SVG file I published here
Date
Source own work, made with graph::easy
Author Alessio Damato
Other versions maybe one day it will replace the original version made with Inkscape Image:Beer types diagram.svg

Licensing edit

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:58, 10 January 2007Thumbnail for version as of 21:58, 10 January 20073,583 × 743 (44 KB)Alejo2083 (talk | contribs){{Information |Description=attempt of generating a complex flow chart automatically from a descriptive code ''using graph::easy'' [http://bloodgate.com/perl/graph/]. First I saved in a test file (e.g. flow.txt) the following code: <pre> graph { fl

There are no pages that use this file.

Metadata