73 lines
2.8 KiB
Plaintext
73 lines
2.8 KiB
Plaintext
digraph {
|
|
|
|
# data
|
|
node [shape="rectangle", style="filled,rounded", penwidth=0, fillcolor="cyan"]
|
|
geslab [label="geslab\n(cnrs)"];
|
|
cnrs_all_xls [label="cnrs_all_xls\n(commandes-2019-cnrs-t002.xls)"];
|
|
cnrs_all_tsv [label="cnrs_all_tsv\n(commandes-2019-cnrs-t002.tsv,\n1991 items)"];
|
|
cnrs_it_orders [label="cnrs_it_orders\n(commandes-it-2019-cnrs-002.tsv,\n224 items)"];
|
|
cnrs_it_orders_ann [label="cnrs_it_orders_ann\n(commandes-it-2019-cnrs-002-annotated.tsv,\n224 items)"];
|
|
cnrs_it_orders_labo1p5 [label="cnrs_it_orders_labo1p5\n(it-cnrs-l1p5.tsv, \n84 items)"];
|
|
cnrs_paper_orders [label="cnrs_paper_orders\n(archives papier cnrs)"]
|
|
|
|
sifac [label="sifac\n(ur1)"];
|
|
ur1_all_orders [label="ur1_all_orders\n(2019.<dept-id>.xls\n610 items)"];
|
|
ur1_it_orders [label="ur1_it_orders\n(commandes-it-2019-ur1-002.tsv,\n33 items))"];
|
|
ur1_it_orders_ann [label="ur1_it_orders_ann\n(commandes-it-2019-ur1-002-annotated.tsv,\n33 items)"];
|
|
|
|
ur1_it_orders_labo1p5 [label="ur1_it_orders_labo1p5\n(it-ur1-l1p5.tsv,\n22 items)"];
|
|
ur1_paper_orders [label="ur1_paper_orders\n(archives papier ur1)"]
|
|
|
|
it_orders_labo1p5 [label="it_orders_labo1p5\n(it-l1p5.tsv,\n106 items)"];
|
|
|
|
# operations
|
|
node [shape="rectangle", style="filled,rounded", penwidth=0, fillcolor="pink"]
|
|
|
|
op_extra_geslab [label="op_extra_geslab\n(extraction ngiquiaux)"];
|
|
op_cnrs_xls_to_tsv [label="op_cnrs_xls_to_tsv\n(export au format tsv\navec libreoffice)"];
|
|
op_cnrs_it_filter [label="op_cnrs_it_filter\n(geslabt002_to_itorders.py)"];
|
|
op_anno_cnrs_it [label="op_anno_cnrs_it\n(annotations manuelles)"];
|
|
op_cnrs_to_l1p5 [label="op_cnrs_to_l1p5\n(nettoyage et mise au format labo 1.5)"];
|
|
|
|
op_extra_sifac [label="op_extra_sifac\n(extraction ddemorel)"];
|
|
op_ur1_it_filter [label="op_ur1_it_filter\n(sifact002_to_itorders.py)"];
|
|
op_anno_ur1_it [label="op_anno_ur1_it\n(annotations manuelles)"];
|
|
op_ur1_to_l1p5 [label="op_ur1_to_l1p5\n(nettoyage et mise au format labo 1.5)"];
|
|
|
|
op_concat [label="op_concat\n(concaténation)"];
|
|
|
|
# relations
|
|
|
|
geslab -> op_extra_geslab;
|
|
op_extra_geslab -> cnrs_all_xls;
|
|
|
|
cnrs_all_xls -> op_cnrs_xls_to_tsv;
|
|
op_cnrs_xls_to_tsv -> cnrs_all_tsv;
|
|
|
|
cnrs_all_tsv -> op_cnrs_it_filter;
|
|
op_cnrs_it_filter -> cnrs_it_orders;
|
|
|
|
cnrs_it_orders -> op_anno_cnrs_it;
|
|
cnrs_paper_orders -> op_anno_cnrs_it;
|
|
op_anno_cnrs_it -> cnrs_it_orders_ann;
|
|
|
|
cnrs_it_orders_ann -> op_cnrs_to_l1p5;
|
|
op_cnrs_to_l1p5 -> cnrs_it_orders_labo1p5;
|
|
|
|
sifac -> op_extra_sifac;
|
|
op_extra_sifac -> ur1_all_orders;
|
|
|
|
ur1_all_orders -> op_ur1_it_filter;
|
|
op_ur1_it_filter -> ur1_it_orders;
|
|
|
|
ur1_it_orders -> op_anno_ur1_it;
|
|
ur1_paper_orders -> op_anno_ur1_it;
|
|
op_anno_ur1_it -> ur1_it_orders_ann;
|
|
|
|
ur1_it_orders_ann -> op_ur1_to_l1p5;
|
|
op_ur1_to_l1p5 -> ur1_it_orders_labo1p5;
|
|
|
|
cnrs_it_orders_labo1p5 -> op_concat;
|
|
ur1_it_orders_labo1p5 -> op_concat;
|
|
op_concat -> it_orders_labo1p5;
|
|
} |