1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
-
- blockdiag {
- node_width = 230;
- node_height = 145;
- orientation = portrait;
- span_width = 40
- group {
- shape = line;
- style = none;
- group {
- shape = line;
- style = none;
- orientation = portrait;
- group {
- orientation = portrait;
- color = "#ffeed9";
- "0. prepare_for_workflow"[label = "0. ワークフロー機能の実行準備", fontsize = 14];
- "base_required_every_time"[fontsize = 14];
- }
- }
- group {
- shape = line;
- style = none;
- orientation = portrait;
- group {
- orientation = portrait;
- color = "#fcdcb1";
- "1. preparation_phase"[label = "1. 研究準備フェーズ", fontsize = 14];
- "base_setup_data_analysis_tools";
- "base_work_with_GakuNinRDM";
- }
- }
- group {
- shape = line;
- style = none;
- orientation = portrait;
- group {
- orientation = portrait;
- color = "#ffd6a1";
- "2. experimental_phase"[label = "2. 実験フェーズ", fontsize = 14];
- "base_launch_an_experiment";
- "dummy"[shape=none, width=1, height=1];
- "base_monitor_data_size";
- "base_monitor_dataset_structure";
- "base_monitor_reproducibility";
- }
- }
- group {
- shape = line;
- style = none;
- orientation = portrait;
- group {
- orientation = portrait;
- color = "#ffb95c";
- "3. after_experiments_phase"[label = "3 実験終了後フェーズ", fontsize = 14];
- "base_publish"[fontsize = 14];
- }
- }
- group {
- shape = line;
- style = none;
- orientation = portrait;
- group {
- orientation = portrait;
- color = "#ffa329";
- "4. after_research"[label = "4. 研究終了後", fontsize = 14];
- "base_finish_research";
- }
- }
- }
- "0. prepare_for_workflow" -> "1. preparation_phase" -> "2. experimental_phase" -> "3. after_experiments_phase" -> "4. after_research";
- "base_launch_an_experiment" -> "base_launch_an_experiment";
- "base_launch_an_experiment" -> "dummy"[dir=none];
- "dummy" -> "base_monitor_data_size", "base_monitor_dataset_structure", "base_monitor_reproducibility";
- }
|