notebooks.diag 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. blockdiag {
  2. node_width = 230;
  3. node_height = 145;
  4. orientation = portrait;
  5. span_width = 40
  6. group {
  7. shape = line;
  8. style = none;
  9. group {
  10. shape = line;
  11. style = none;
  12. orientation = portrait;
  13. group {
  14. orientation = portrait;
  15. color = "#ffeed9";
  16. "0. prepare_for_workflow"[label = "0. ワークフロー機能の実行準備", fontsize = 14];
  17. "base_required_every_time"[fontsize = 14];
  18. }
  19. }
  20. group {
  21. shape = line;
  22. style = none;
  23. orientation = portrait;
  24. group {
  25. orientation = portrait;
  26. color = "#fcdcb1";
  27. "1. preparation_phase"[label = "1. 研究準備フェーズ", fontsize = 14];
  28. "base_setup_data_analysis_tools";
  29. "base_work_with_GakuNinRDM";
  30. }
  31. }
  32. group {
  33. shape = line;
  34. style = none;
  35. orientation = portrait;
  36. group {
  37. orientation = portrait;
  38. color = "#ffd6a1";
  39. "2. experimental_phase"[label = "2. 実験フェーズ", fontsize = 14];
  40. "base_launch_an_experiment";
  41. "dummy"[shape=none, width=1, height=1];
  42. "base_monitor_data_size";
  43. "base_monitor_dataset_structure";
  44. "base_monitor_reproducibility";
  45. }
  46. }
  47. group {
  48. shape = line;
  49. style = none;
  50. orientation = portrait;
  51. group {
  52. orientation = portrait;
  53. color = "#ffb95c";
  54. "3. after_experiments_phase"[label = "3 実験終了後フェーズ", fontsize = 14];
  55. "base_publish"[fontsize = 14];
  56. }
  57. }
  58. group {
  59. shape = line;
  60. style = none;
  61. orientation = portrait;
  62. group {
  63. orientation = portrait;
  64. color = "#ffa329";
  65. "4. after_research"[label = "4. 研究終了後", fontsize = 14];
  66. "base_finish_research";
  67. }
  68. }
  69. }
  70. "0. prepare_for_workflow" -> "1. preparation_phase" -> "2. experimental_phase" -> "3. after_experiments_phase" -> "4. after_research";
  71. "base_launch_an_experiment" -> "base_launch_an_experiment";
  72. "base_launch_an_experiment" -> "dummy"[dir=none];
  73. "dummy" -> "base_monitor_data_size", "base_monitor_dataset_structure", "base_monitor_reproducibility";
  74. }