= Unprompted Industries =
{{{
#!graphviz/png
digraph {
unprompted_industries -> unprompted_hardware;
unprompted_industries -> unprompted_software;
unprompted_industries -> unprompted_media;
unprompted_industries -> unprompted_forced_labor;
unprompted_hardware -> unprompted_hardware_entities;
unprompted_software -> unprompted_software_entities;
unprompted_media -> unprompted_media_entities;
unprompted_forced_labor -> unprompted_forced_labor_entities;
unprompted_industries [
label = "Unprompted Industries"
shape = "box"
URL="#UnpromptedIndustries"
];
unprompted_hardware [
label = "Unprompted Manufacturing"
shape = "box"
style = "rounded"
URL="#UnpromptedManufacturing"
];
unprompted_software [
label = "Unprompted Software"
shape = "box"
style = "rounded"
URL="#UnpromptedSoftware"
];
unprompted_media [
label = "Unprompted Media"
shape = "box"
style = "rounded"
URL="#UnpromptedMedia"
];
unprompted_forced_labor [
label = "Unprompted Forced Labor"
shape = "box"
style = "rounded"
URL="#UnpromptedForcedLabor"
];
unprompted_hardware_entities [
label = <
Electronics |
Home Improvement |
>
shape = "plaintext"
];
unprompted_software_entities [
label = <
Game Development |
Web Development |
Android Development |
Application Development |
>
shape = "plaintext"
];
unprompted_media_entities [
label = <
Ukulele |
Time Lapse Videos |
Photography |
Blogging |
Drawing |
>
shape = "plaintext"
];
unprompted_forced_labor_entities [
label = <
Social Networking |
Consumption |
Food Preparation |
Health |
Education |
>
shape = "plaintext"
];
}
}}}