Graduated1/Graphviz
Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
(не показаны 15 промежуточных версий 1 участника) | |||
Строка 4: | Строка 4: | ||
node [fontsize=10, shape="none"] ; | node [fontsize=10, shape="none"] ; | ||
edge [fontsize=8, arrowsize=1, color=black]; | edge [fontsize=8, arrowsize=1, color=black]; | ||
− | size="8, | + | size="8,7" ; |
Выпускник [label="", shape=box, style=invis, shapefile="images/9/97/Graduated05.png" ] ; | Выпускник [label="", shape=box, style=invis, shapefile="images/9/97/Graduated05.png" ] ; | ||
+ | |||
node[color="darkorange",style=filled, shape="none"] ; | node[color="darkorange",style=filled, shape="none"] ; | ||
− | |||
Ценности ; | Ценности ; | ||
− | |||
− | |||
node[color="forestgreen",style=filled, shape="none"] ; | node[color="forestgreen",style=filled, shape="none"] ; | ||
− | " | + | Мышление ; |
+ | |||
+ | node[color="chartreuse1",style=filled, shape="none"] ; | ||
+ | "Наука" ; | ||
+ | |||
+ | node[color="chartreuse",style=filled, shape="none"] ; | ||
+ | "Технологии" ; | ||
+ | node[color="indianred1",style=filled, shape="none"] ; | ||
+ | "Трудовые умения"; | ||
node[color="gold",style=filled, shape="none"] ; | node[color="gold",style=filled, shape="none"] ; | ||
"Семья и общество" ; | "Семья и общество" ; | ||
+ | node[color="indianred3",style=filled, shape="none"] ; | ||
+ | "Бытовые умения"; | ||
+ | |||
+ | node[color="yellow",style=filled, shape="none"] ; | ||
+ | "Личные качества" ; | ||
+ | |||
+ | node[color="coral1",style=filled, shape="none"] ; | ||
+ | "Взаимодействие"; | ||
+ | |||
+ | node[color="coral3",style=filled, shape="none"] ; | ||
+ | "Язык"; | ||
+ | |||
+ | |||
+ | Выпускник -> {Ценности, Мышление, "Личные качества", "Бытовые умения", "Трудовые умения", Технологии, Наука, "Взаимодействие", "Семья и общество", "Язык", } ; | ||
+ | |||
+ | |||
+ | node [fontsize=8, shape="none", fontcolor=red] ; | ||
+ | //Познание -> {"самостоятельно мыслить", "стремиться узнать больше об окружающем мире"} ; | ||
+ | |||
+ | node [fontsize=8, shape="none", fontcolor=green] ; | ||
+ | //"Язык и общение" -> {"формулировать проблемы для обсуждения", "владеть русским языком", "владеть более чем одним языком" } | ||
+ | } | ||
+ | |||
+ | </graphviz> | ||
+ | |||
+ | |||
+ | <graphviz> | ||
+ | digraph GDA1 { | ||
+ | rankdir=LR ; | ||
+ | node [fontsize=10, shape="none"] ; | ||
+ | edge [fontsize=8, arrowsize=1, color=black]; | ||
+ | size="8,6" ; | ||
+ | Выпускник [label="", shape=box, style=invis, shapefile="images/9/97/Graduated05.png" ] ; | ||
+ | node[color="darkorange",style=filled, shape="none"] ; | ||
+ | Ценности ; | ||
+ | node[color="forestgreen",style=filled, shape="none"] ; | ||
+ | Мышление ; | ||
+ | node[color="chartreuse1",style=filled, shape="none"] ; | ||
+ | "Наука" ; | ||
node[color="chartreuse",style=filled, shape="none"] ; | node[color="chartreuse",style=filled, shape="none"] ; | ||
"Технологии" ; | "Технологии" ; | ||
+ | node[color="indianred1",style=filled, shape="none"] ; | ||
+ | "Трудовые умения"; | ||
+ | |||
+ | node[color="yellow",style=filled, shape="none"] ; | ||
+ | "Личные качества" ; | ||
+ | |||
+ | node[color="gold",style=filled, shape="none"] ; | ||
+ | "Семья и общество" ; | ||
+ | node[color="indianred3",style=filled, shape="none"] ; | ||
+ | "Бытовые умения"; | ||
node[color="coral1",style=filled, shape="none"] ; | node[color="coral1",style=filled, shape="none"] ; | ||
Строка 26: | Строка 81: | ||
node[color="coral3",style=filled, shape="none"] ; | node[color="coral3",style=filled, shape="none"] ; | ||
− | "Язык | + | "Язык"; |
− | + | ||
− | + | ||
− | + | ||
+ | |||
+ | Выпускник -> {Ценности, Мышление, "Личные качества", Технологии, Наука, "Взаимодействие", "Семья и общество", "Язык", } ; | ||
+ | Технологии -> "Трудовые умения", | ||
+ | "Семья и общество" -> "Бытовые умения" | ||
node [fontsize=8, shape="none", fontcolor=red] ; | node [fontsize=8, shape="none", fontcolor=red] ; | ||
Строка 40: | Строка 96: | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | |||
+ | ---- | ||
+ | <graphviz> | ||
+ | digraph GDA2 { | ||
+ | rankdir=LR ; | ||
+ | node [fontsize=10, shape="none"] ; | ||
+ | edge [fontsize=8, arrowsize=1, color=black]; | ||
+ | size="8,6" ; | ||
+ | Выпускник [label="", shape=box, style=invis, shapefile="images/9/97/Graduated05.png" ] ; | ||
+ | Выпускник -> "Семья и общество" [label="Личные качества"] ; | ||
+ | Выпускник -> "Семья и общество" [label="Бытовые умения"] ; | ||
+ | Выпускник -> "Семья и общество" [label="Взаимодействие"] ; | ||
+ | Выпускник -> Выпускник [label="Ценности"] ; | ||
+ | Выпускник -> "Профессия" [label="Трудовые навыки"] ; | ||
+ | Выпускник -> "Профессия" [label="Знание технологий"] ; | ||
+ | Выпускник -> "Профессия" [label="Взаимодействие"] ; | ||
+ | } | ||
+ | |||
+ | </graphviz> | ||
+ | |||
[[Категория:Компетенция]] | [[Категория:Компетенция]] | ||
[[Категория:WikiVote]] | [[Категория:WikiVote]] | ||
[[Категория:Графвиз]] | [[Категория:Графвиз]] |
Текущая версия на 12:13, 15 августа 2011