notebooks.diag 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. blockdiag {
  2. node_width = 180
  3. node_height = 120
  4. group {
  5. orientation = portrait;
  6. shape = line;
  7. style = none;
  8. group {
  9. shape = line;
  10. style = none;
  11. orientation = portrait;
  12. group {
  13. orientation = portrait;
  14. label = "0. ワークフロー準備";
  15. color = "#ffeed9";
  16. "FLOW起動毎に必要な準備を行う";
  17. "初回FLOW立ち上げ時に必要な準備を行う";
  18. }
  19. }
  20. group {
  21. shape = line;
  22. style = none;
  23. orientation = portrait;
  24. group {
  25. orientation = portrait;
  26. label = "1. 研究準備フェーズ";
  27. color = "#fcdcb1";
  28. "データ分析ツールの環境構築を行う";
  29. "データクリーニングツールの環境構築を行う";
  30. "GakuNin RDMと連携する";
  31. }
  32. }
  33. group {
  34. shape = line;
  35. style = none;
  36. orientation = portrait;
  37. group {
  38. orientation = portrait;
  39. label = "2. 実験期フェーズ";
  40. color = "#ffd6a1";
  41. "実験を開始する";
  42. "リポジトリ構成をモニタリングする";
  43. }
  44. }
  45. group {
  46. shape = line;
  47. style = none;
  48. orientation = portrait;
  49. group {
  50. orientation = portrait;
  51. label = "3. 実験終了後フェーズ";
  52. color = "#fcb14e";
  53. "研究成果を公開する";
  54. }
  55. }
  56. group {
  57. shape = line;
  58. style = none;
  59. orientation = portrait;
  60. group {
  61. orientation = portrait;
  62. label = "4. 研究終了後";
  63. color = "#fcb14e";
  64. "研究を終了する";
  65. }
  66. }
  67. }
  68. "FLOW起動毎に必要な準備を行う" -> "初回FLOW立ち上げ時に必要な準備を行う";
  69. "初回FLOW立ち上げ時に必要な準備を行う" -> "データクリーニングツールの環境構築を行う";
  70. "初回FLOW立ち上げ時に必要な準備を行う" -> "データ分析ツールの環境構築を行う";
  71. "初回FLOW立ち上げ時に必要な準備を行う" -> "GakuNin RDMと連携する";
  72. "データクリーニングツールの環境構築を行う" -> "実験を開始する";
  73. "データ分析ツールの環境構築を行う" -> "実験を開始する";
  74. "GakuNin RDMと連携する" -> "実験を開始する";
  75. "実験を開始する" -> "実験を開始する";
  76. "実験を開始する" -> "リポジトリ構成をモニタリングする";
  77. "リポジトリ構成をモニタリングする" -> "研究成果を公開する";
  78. "研究成果を公開する" -> "研究を終了する";
  79. }