notebooks.diag 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. blockdiag {
  2. node_width = 230;
  3. node_height = 145;
  4. span_width = 40
  5. group {
  6. orientation = portrait;
  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. 実験ワークフロー実行準備"[label = "0. 実験ワークフロー実行準備", fontsize = 14];
  17. "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. 実験準備"[label = "1. 実験準備", fontsize = 14];
  28. "enter_metadata";
  29. }
  30. }
  31. group {
  32. shape = line;
  33. style = none;
  34. orientation = portrait;
  35. group {
  36. color = "#ffd6a1";
  37. orientation = portrait;
  38. "2. 実験"[label = "2. 実験", fontsize = 14];
  39. "prepare_input_data";
  40. "save";
  41. }
  42. }
  43. group {
  44. shape = line;
  45. style = none;
  46. orientation = portrait;
  47. group {
  48. orientation = portrait;
  49. color = "#ffb95c";
  50. "3. 実験データなどの整理"[label = "3. 実験データなどの整理", fontsize = 14];
  51. }
  52. }
  53. group {
  54. shape = line;
  55. style = none;
  56. orientation = portrait;
  57. group {
  58. orientation = portrait;
  59. color = "#ffa329";
  60. "4. 実験終了"[label = "4. 実験終了", fontsize = 14];
  61. "finish";
  62. }
  63. }
  64. }
  65. "0. 実験ワークフロー実行準備" -> "1. 実験準備" -> "2. 実験" -> "3. 実験データなどの整理" -> "4. 実験終了";
  66. }