Changes between Initial Version and Version 1 of Unprompted Industries


Ignore:
Timestamp:
Jun 14, 2010, 10:53:08 PM (14 years ago)
Author:
Cory McWilliams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Unprompted Industries

    v1 v1  
     1= Unprompted Industries =
     2
     3{{{
     4#!graphviz/png
     5digraph {
     6        unprompted_industries -> unprompted_hardware;
     7        unprompted_industries -> unprompted_software;
     8        unprompted_industries -> unprompted_media;
     9        unprompted_industries -> unprompted_forced_labor;
     10
     11        unprompted_hardware -> unprompted_hardware_entities;
     12        unprompted_software -> unprompted_software_entities;
     13        unprompted_media -> unprompted_media_entities;
     14        unprompted_forced_labor -> unprompted_forced_labor_entities;
     15
     16        unprompted_industries [
     17                label = "Unprompted Industries"
     18                shape = "box"
     19                URL="#UnpromptedIndustries"
     20        ];
     21        unprompted_hardware [
     22                label = "Unprompted Manufacturing"
     23                shape = "box"
     24                style = "rounded"
     25                URL="#UnpromptedManufacturing"
     26        ];
     27        unprompted_software [
     28                label = "Unprompted Software"
     29                shape = "box"
     30                style = "rounded"
     31                URL="#UnpromptedSoftware"
     32        ];
     33        unprompted_media [
     34                label = "Unprompted Media"
     35                shape = "box"
     36                style = "rounded"
     37                URL="#UnpromptedMedia"
     38        ];
     39        unprompted_forced_labor [
     40                label = "Unprompted Forced Labor"
     41                shape = "box"
     42                style = "rounded"
     43                URL="#UnpromptedForcedLabor"
     44        ];
     45
     46        unprompted_hardware_entities [
     47                label = <
     48                        <table border="0" cellspacing="0" cellborder="1">
     49                                <tr><td href="#Electronics">Electronics</td></tr>
     50                                <tr><td href="#HomeImprovement">Home Improvement</td></tr>
     51                        </table>
     52                >
     53                shape = "plaintext"
     54        ];
     55
     56        unprompted_software_entities [
     57                label = <
     58                        <table border="0" cellspacing="0" cellborder="1">
     59                                <tr><td href="#GameDevelopment">Game Development</td></tr>
     60                                <tr><td href="#WebDevelopment">Web Development</td></tr>
     61                                <tr><td href="#AndroidDevelopment">Android Development</td></tr>
     62                                <tr><td href="#ApplicationDevelopment">Application Development</td></tr>
     63                        </table>
     64                >
     65                shape = "plaintext"
     66        ];
     67
     68        unprompted_media_entities [
     69                label = <
     70                        <table border="0" cellspacing="0" cellborder="1">
     71                                <tr><td href="#Ukulele">Ukulele</td></tr>
     72                                <tr><td href="#TimeLapseVideos">Time Lapse Videos</td></tr>
     73                                <tr><td href="#Photography">Photography</td></tr>
     74                                <tr><td href="#Blogging">Blogging</td></tr>
     75                                <tr><td href="#Drawing">Drawing</td></tr>
     76                        </table>
     77                >
     78                shape = "plaintext"
     79        ];
     80
     81        unprompted_forced_labor_entities [
     82                label = <
     83                        <table border="0" cellspacing="0" cellborder="1">
     84                                <tr><td href="#SocialNetworking">Social Networking</td></tr>
     85                                <tr><td href="#Consumption">Consumption</td></tr>
     86                                <tr><td href="#FoodPreparation">Food Preparation</td></tr>
     87                                <tr><td href="#Health">Health</td></tr>
     88                                <tr><td href="#Education">Education</td></tr>
     89                        </table>
     90                >
     91                shape = "plaintext"
     92        ];
     93}
     94}}}