Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
digraph OSE_Core_Values {
 
digraph OSE_Core_Values {
 
   graph [pad=0.1];
 
   graph [pad=0.1];
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
+
   node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
 
   OCV[label="OSE Core\nValues",fillcolor="#76B82A"];
 
   OCV[label="OSE Core\nValues",fillcolor="#76B82A"];
Zeile 26: Zeile 26:
 
digraph OSE_Core_Values_imageaded {
 
digraph OSE_Core_Values_imageaded {
 
   graph [pad=0.1];
 
   graph [pad=0.1];
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
+
   node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
Zeile 50: Zeile 50:
 
digraph OSE_Werte_menschlich_und_organisatorisch {
 
digraph OSE_Werte_menschlich_und_organisatorisch {
 
   graph [pad=0.1];
 
   graph [pad=0.1];
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
+
   node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
Zeile 73: Zeile 73:
 
digraph OSE_Werte_menschlich_und_organisatorisch2 {
 
digraph OSE_Werte_menschlich_und_organisatorisch2 {
 
   graph [pad=0.1];
 
   graph [pad=0.1];
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
+
   node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
Zeile 96: Zeile 96:
 
digraph OSE_Werte_menschlich_und_organisatorisch_ampersand {
 
digraph OSE_Werte_menschlich_und_organisatorisch_ampersand {
 
   graph [pad=0.1];
 
   graph [pad=0.1];
   node [style="rounded,filled,bold",color="red",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
+
   node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 
   OCV[label=" _\n  / \\ \n _\\_/_\n  /    \\ \n ||  ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];

Version vom 23. August 2018, 11:11 Uhr

  <graphviz renderer="neato" format="png" border="frame" caption="Open Source Ecology’s core values"> digraph OSE_Core_Values {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label="OSE Core\nValues",fillcolor="#76B82A"];
 socialJustice[label="Social\nJustice"];
 responsibleDevelopment[label="Responsible\nDevelopment"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;
 OCV->Enthusiasm;
 OCV->Freedom;
 OCV->responsibleDevelopment;
 OCV->Transformation;
 OCV->Ethics;
 OCV->Transparency;
 OCV->Respect;
 OCV->Community;
 OCV->Scalability;

} </graphviz>

<graphviz renderer="neato" format="png" border="frame" alignment="left" caption="Open Source Ecology’s core values 2"> digraph OSE_Core_Values_imageaded {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label=" _\n  / \\ \n _\\_/_\n  /     \\ \n ||   ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 socialJustice[label="Social\nJustice"];
 responsibleDevelopment[label="Responsible\nDevelopment"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;
 OCV->Enthusiasm;
 OCV->Freedom;
 OCV->responsibleDevelopment;
 OCV->Transformation;
 OCV->Ethics;
 OCV->Transparency;
 OCV->Respect;
 OCV->Community;
 OCV->Scalability;

} </graphviz>


<graphviz renderer="neato" format="png" border="frame" alignment="left" caption="Menschliche und organisatorische Werte"> digraph OSE_Werte_menschlich_und_organisatorisch {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label=" _\n  / \\ \n _\\_/_\n  /     \\ \n ||   ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 ReproduzierbareUnternehmen[label="Reproduzierbare\nUnternehmen"];
 Offenheit[label="Offenheit\nund\nAuthentizität"];
 Kooperation[label="Kooperation\nund\nVerbindung"];
 Vielfalt[label="Vielfalt\nund\nRespekt"];
 Ganzheitlichkeit[label="Ganzheitlichkeit\nund\nEntwicklung"];
 Verantwortung[label="Verantwortung\nund\nUnmittelbarkeit"];
 Reichtum[label="Reichtum\nund\nFreiheit"];
 OCV->ReproduzierbareUnternehmen;
 OCV->Offenheit;
 OCV->Kooperation;
 OCV->Vielfalt;
 OCV->Ganzheitlichkeit;
 OCV->Verantwortung;
 OCV->Reichtum;

} </graphviz>

<graphviz renderer="neato" format="png" border="frame" alignment="left" caption="Menschliche und organisatorische Werte"> digraph OSE_Werte_menschlich_und_organisatorisch2 {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label=" _\n  / \\ \n _\\_/_\n  /     \\ \n ||   ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 ReproduzierbareUnternehmen[label="Reproduzierbare\nUnternehmen"];
 Offenheit[label="Offenheit und\nAuthentizität"];
 Kooperation[label="Kooperation und\nVerbindung"];
 Vielfalt[label="Vielfalt und\nRespekt"];
 Ganzheitlichkeit[label="Ganzheitlichkeit und\nEntwicklung"];
 Verantwortung[label="Verantwortung und\nUnmittelbarkeit"];
 Reichtum[label="Reichtum und\nFreiheit"];
 OCV->ReproduzierbareUnternehmen;
 OCV->Offenheit;
 OCV->Kooperation;
 OCV->Vielfalt;
 OCV->Ganzheitlichkeit;
 OCV->Verantwortung;
 OCV->Reichtum;

} </graphviz>

<graphviz renderer="neato" format="png" border="frame" alignment="left" caption="Menschliche und organisatorische Werte"> digraph OSE_Werte_menschlich_und_organisatorisch_ampersand {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fontcolor="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="sans",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label=" _\n  / \\ \n _\\_/_\n  /     \\ \n ||   ||\n \\\\---//\n | _ |\n || ||\n || ||\n (/ \\)\n",fillcolor="#76B82A",fontname="Courier",fontsize=7];
 ReproduzierbareUnternehmen[label="Reproduzierbare\nUnternehmen"];
 Offenheit[label="Offenheit &\nAuthentizität"];
 Kooperation[label="Kooperation &\nVerbindung"];
 Vielfalt[label="Vielfalt &\nRespekt"];
 Ganzheitlichkeit[label="Ganzheitlichkeit &\nEntwicklung"];
 Verantwortung[label="Verantwortung &\nUnmittelbarkeit"];
 Reichtum[label="Reichtum &\nFreiheit"];
 OCV->ReproduzierbareUnternehmen;
 OCV->Offenheit;
 OCV->Kooperation;
 OCV->Vielfalt;
 OCV->Ganzheitlichkeit;
 OCV->Verantwortung;
 OCV->Reichtum;

} </graphviz>