Участник:Касимова И.Ю. — различия между версиями
Строка 128: | Строка 128: | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | <circo> | ||
+ | graph ER | ||
+ | { | ||
+ | node [fontsize=12]; | ||
+ | node [shape=box]; course; institute; student; | ||
+ | node [shape=ellipse]; | ||
+ | {node [label="name"] name0; name1; name2;} | ||
+ | code; grade; number; | ||
+ | node [shape=diamond,style=filled,color=lightgrey]; | ||
+ | "C-I"; "S-C"; "S-I"; | ||
+ | name0 -- course; | ||
+ | code -- course; | ||
+ | course -- "C-I" [label="n",len=1.00]; | ||
+ | "C-I" -- institute [label="1",len=1.00]; | ||
+ | institute -- name1; | ||
+ | institute -- "S-I" [label="1",len=1.00]; | ||
+ | "S-I" -- student [label="n",len=1.00]; | ||
+ | student -- grade; | ||
+ | student -- name2; | ||
+ | student -- number; | ||
+ | student -- "S-C" [label="m",len=1.00]; | ||
+ | "S-C" -- course [label="n",len=1.00]; | ||
+ | label = "\n\nEntity Relation Diagram\ndrawn by CIRCO"; | ||
+ | } | ||
+ | </circo> | ||
'''Модуль 5.''' Я создала презентацию [[Медиа:nach klass school-int12.ppt|"Наш класс"]] | '''Модуль 5.''' Я создала презентацию [[Медиа:nach klass school-int12.ppt|"Наш класс"]] |
Версия 21:39, 7 сентября 2009
Фамилия, имя, отчество
Касимова Ирина Юрьевна
Дата рождения
29.10.1976 г.
Образовательное учреждение
Шадринская школа-интернат №12, Курганской области
Должность
Учитель русского языка и литературы
Адрес электронной почты
td-kirina@mail.ru
Хобби
Кулинария
Область профессиональных интересов
Информационные технологии в преподавание русского языка и литературы
Я являюсь слушателем ИПКиПРО Курганской области
Мне приятно познакомиться с Салазкиной О.В.
Модуль 1, 2. Работа со статьей и изображениями В рамках дистанционного семинара "Учим и учимся с Веб 2.0" я написала статью про Историю Шадринской школы-интерната №12
Я приняла участие в обсуждении статьи: "Шадринская школа-интернат №12" Салазкиной Ольги Викторовны
Модуль 3. Работа с таблицами
№ | Тема | Форма | Результат |
---|---|---|---|
1 | "Учим и учимся с Веб 2.0" | Семинар-практикум | пока нет |
2 | Интегрированный урок литературы и музыки "..." | Фестиваль медиауроков | пока нет |
Модуль 4. Графвиз
<circo> graph ER {
edge [arrowtail="none"] A [label="Arrowhead" style=filled fillcolor="yellow"]; A->"normal" [arrowhead="normal"]; A->"dot" [arrowhead="dot"]; A->"odot" [arrowhead="odot"]; A->"none" [arrowhead="none"]; A->"empty" [arrowhead="empty"]; A->"diamond" [arrowhead="diamond"]; A->"ediamond" [arrowhead="ediamond"]; A->"box" [arrowhead="box"]; A->"open" [arrowhead="open"]; A->"vee" [arrowhead="vee"]; A->"inv" [arrowhead="inv"]; A->"invdot" [arrowhead="invdot"]; A->"invodot" [arrowhead="invodot"]; A->"tee" [arrowhead="tee"]; A->"invempty" [arrowhead="invempty"]; A->"odiamond" [arrowhead="odiamond"]; A->"crow" [arrowhead="crow"]; A->"obox" [arrowhead="obox"]; A->"halfopen" [arrowhead="halfopen"];
} </circo>
Модуль 4. Графвиз
<circo> digraph G{
edge [arrowtail="none"]
Ребенок [label="Arrowhead" style=filled fillcolor="yellow"];
Ребенок->"Учителя" [arrowhead="normal"]; Ребенок->"Воспитатели" [arrowhead="dot"]; Ребенок->"Родители" [arrowhead="odot"]; Ребенок->"Логопед" [arrowhead="none"]; Ребенок->"Психолог" [arrowhead="empty"]; Ребенок->"Социальный_педагог" [arrowhead="diamond"]; Ребенок->"Библиотекарь" [arrowhead="ediamond"]; Ребенок->"Медицинская_сестра" [arrowhead="box"]; Ребенок->"Учащиеся" [arrowhead="open"]; Ребенок->"Администрация" [arrowhead="vee"]; }
</circo>
<graphviz> digraph G{
rankdir=LR ; "Ребенок"[shape = doublecircle, color="Yellow" ], Ребенок->Учителя; Ребенок->Воспитатели;
Ребенок->Родители;
Ребенок->Логопед; Ребенок->Психолог; Ребенок->Социальный_педагог; Ребенок->Библиотекарь; Ребенок->Медицинская_сестра; Ребенок->Учащиеся; Ребенок->Администрация;
} </graphviz>
<circo>
graph ER
{
node [fontsize=12]; node [shape=box]; course; institute; student; node [shape=ellipse]; {node [label="name"] name0; name1; name2;} code; grade; number; node [shape=diamond,style=filled,color=lightgrey]; "C-I"; "S-C"; "S-I"; name0 -- course; code -- course; course -- "C-I" [label="n",len=1.00]; "C-I" -- institute [label="1",len=1.00]; institute -- name1; institute -- "S-I" [label="1",len=1.00]; "S-I" -- student [label="n",len=1.00]; student -- grade; student -- name2; student -- number; student -- "S-C" [label="m",len=1.00]; "S-C" -- course [label="n",len=1.00]; label = "\n\nEntity Relation Diagram\ndrawn by CIRCO";
} </circo>
Модуль 5. Я создала презентацию "Наш класс"