Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(→‎BLUE Chart: Inserted spanish translation)
Line 9: Line 9:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start        [label="START HERE", fontsize="10", shape="box", style="bold", color="blue"]
+
   start        [label="START HERE",
 +
                  label_es="INICIAR AQUI",
 +
                  fontsize="10", shape="box", style="bold", color="blue"]
  
   at            [label="Can you see an\nAT keyboard connector?"]
+
   at            [label="Can you see an\nAT keyboard connector?",
   proc_gone    [label="Is the\nPROCESSOR\nCLEARLY MISSING?"]
+
                  label_es="¿Puede usted ver un\nconector ''AT keyboard''?"]
 +
   proc_gone    [label="Is the\nPROCESSOR\nCLEARLY MISSING?",
 +
                  label_es="¿Puede usted ver\nsi FALTA\nEL PROCESADOR?"]
  
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
+
   mobo          [label="Is the\nMOTHERBOARD\nthere?",
   slot          [label="Does it have a\nSLOT based processor\n(instead of a\nsocket based processor)?"]
+
                  label_es="¿Se encuentra la\n''MOTHERBOARD''\nAHI?"]
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)"]
+
   slot          [label="Does it have a\nSLOT based processor\n(instead of a\nsocket based processor)?",
   memory        [label="Can you see\nany DDR slots?"]
+
                  label_es="¿Tiene esto un\nSLOT based procesador\n(en lugar de un\nsocket based procesador)?"]
   blowncaps    [label="Can you see \nany BLOWN CAPS?"]
+
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)",
   pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing", shape="box"]
+
                  label_es="¿Faltan\nPARTES DEL ARMAZÓN?\n(es decir, de la parte lateral o frontal)"]
   pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS", shape="box"]
+
   memory        [label="Can you see\nany DDR slots?",
 +
                  label_es="¿Puede usted ver\nalgunos DDR slots?"]
 +
   blowncaps    [label="Can you see \nany BLOWN CAPS?",
 +
                  label_es="¿Puede usted ver\nalguna BLOWN CAPS?"]
 +
   pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing",
 +
                  label_es="DESMONTE LA ''MOTHERBOARD''\ny llévela a\n''Advanced Testing''",
 +
                  shape="box"]
 +
   pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS",  
 +
                  label_es="Vamos a reciclar\neste sistema\nporque tiene\n''BLOWN CAPS''",
 +
                  shape="box"]
  
   keep          [label="KEEP IT\n(for now anyway)", shape="box", style="bold"]
+
   keep          [label="KEEP IT\n(for now anyway)",  
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)", shape="box", style="bold"]
+
                  label_es="CONSERVELA\n(por el momento)",
+
                  shape="box", style="bold"]
   go_back      [label="Go back to\nthe main chart", shape="box", URL="/index.php?title=System_Evaluation_Overview", style="dashed", color="red"]
+
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)",
 +
                  label_es="Vamos a reciclarla.\nEn la etiqueta engomada ''RECYCLE'' \ncircule el motivo\npor cual se recicla)",
 +
                  shape="box", style="bold"]
 +
 
 +
   go_back      [label="Go back to\nthe main chart",
 +
                  label_es="Regrese al\ndiagrama principal",
 +
                  shape="box", URL="/index.php?title=System_Evaluation_Overview", style="dashed", color="red"]
  
 
   start      -> at
 
   start      -> at
  
   at -> recycle [taillabel="YES"]
+
   at -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
   at -> mobo [taillabel="NO"]
 
   at -> mobo [taillabel="NO"]
  
   mobo        -> memory [taillabel="YES"]
+
   mobo        -> memory [taillabel="YES", taillabel_es="SÍ"]
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
  
  
 
   memory        -> recycle [taillabel="NO"]
 
   memory        -> recycle [taillabel="NO"]
   memory      -> slot  [taillabel="YES"]
+
   memory      -> slot  [taillabel="YES", taillabel_es="SÍ"]
  
 
   proc_gone -> blowncaps [label="NO"]
 
   proc_gone -> blowncaps [label="NO"]
   proc_gone -> recycle [taillabel="YES"]
+
   proc_gone -> recycle [taillabel="YES", taillabel_es="SÍ"]
  
 
   pull_mobo1  -> pull_mobo2 -> recycle
 
   pull_mobo1  -> pull_mobo2 -> recycle
  
 
   blowncaps    -> missingparts [taillabel="NO"]
 
   blowncaps    -> missingparts [taillabel="NO"]
   blowncaps    -> pull_mobo1 [taillabel="YES"]
+
   blowncaps    -> pull_mobo1 [taillabel="YES", taillabel_es="SÍ"]
  
   slot -> recycle [taillabel="YES"]
+
   slot -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
   slot -> proc_gone  [label="NO"]
 
   slot -> proc_gone  [label="NO"]
  
   missingparts -> recycle [taillabel="YES"]
+
   missingparts -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
   missingparts -> keep [taillabel="NO"]
 
   missingparts -> keep [taillabel="NO"]
  

Revision as of 19:00, 22 September 2010

BLUE Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.