toji 2.20.0 → 2.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a6e1a509c1fdf68216659098e2084cf5754844178417aa8ecb0fb803e2a1b19
4
- data.tar.gz: d51550d76a45b2e21d9530608820d76a5805638445b7a07f9350055874a58df5
3
+ metadata.gz: 02c486b67d581213f10dd04a1815ed752f52cf4a97df331b14caec316c1aa5b4
4
+ data.tar.gz: f510ec0c8fb9da7241e679477ffe0911f481146658da77311db0bdf6b5c36bdd
5
5
  SHA512:
6
- metadata.gz: 010b97ab4c669bbe741ae0c10248967fff8f5c7b484171397f491bf91d7e073e17e6e06e074d69ff188039dd41948daae0234f9592163f4bd06c35ccd0689538
7
- data.tar.gz: 3f8d0b3306a50784df5c8eda013bcf8cd049cd5592f8c38285fa20a5e1662ee511defb82ca37befb127fdc41553483d9db653a6b256733e9cdb1acd18fc72177
6
+ metadata.gz: b0ef97979a4c20e05780bf5d988030ae2cb1bbc9c71c890edf4b32a85dbf8302978df6dec3ee336e4d14f49945d190df3459425ce3154db205fb6a63143385ef
7
+ data.tar.gz: 16e3917ad5a045f4d9e2e203e048f179efa4871389fd89cb1099c872eb1dd0a0e20bfe92859d5d34fa3bde45d7947bc6bf654f96d73227c4d3ea55de5148e7ad
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Toji
2
2
 
3
- Management tools for brewing japanese sake.
3
+ Data models for brewing japanese sake.
4
4
 
5
5
  - 仕込み配合表の生成。
6
6
  - 仕込み日程表の生成。
@@ -23,25 +23,25 @@
23
23
  " </script>\n",
24
24
  "\n",
25
25
  "\n",
26
- "<div id=\"eccbaa77-f4e7-4eb2-a499-cf007981d21e\" style=\"height: 100%; width: 100%;\"></div>\n",
26
+ "<div id=\"ad0676b0-97e8-4bec-9475-3bcd570054f6\" style=\"height: 100%; width: 100%;\"></div>\n",
27
27
  "\n",
28
28
  "<script>\n",
29
29
  " require(['plotly'], function(Plotly) { \n",
30
30
  "Plotly.newPlot(\n",
31
- " 'eccbaa77-f4e7-4eb2-a499-cf007981d21e',\n",
31
+ " 'ad0676b0-97e8-4bec-9475-3bcd570054f6',\n",
32
32
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[35.0,\"\",35,\"\",123,0.8],[65.0,65,\"\",\"\",\"\",\"\"],[200.0,150,50,\"\",200,\"\"],[300.0,245,55,\"\",400,\"\"],[\"\",\"\",\"\",\"\",128,\"\"],[600.0,460,140,\"\",851,0.8]]}}],\n",
33
33
  " {\"height\":350},\n",
34
34
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
35
35
  ")\n",
36
36
  "\n",
37
37
  "window.addEventListener('resize', function() {\n",
38
- " Plotly.Plots.resize(document.getElementById('eccbaa77-f4e7-4eb2-a499-cf007981d21e'))\n",
38
+ " Plotly.Plots.resize(document.getElementById('ad0676b0-97e8-4bec-9475-3bcd570054f6'))\n",
39
39
  "})\n",
40
40
  " }) \n",
41
41
  "</script>"
42
42
  ],
43
43
  "text/plain": [
44
- "#<Plotly::Offline::HTML:0x00007f979c215940 @id=\"eccbaa77-f4e7-4eb2-a499-cf007981d21e\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
44
+ "#<Plotly::Offline::HTML:0x00007ffe79a37d50 @id=\"ad0676b0-97e8-4bec-9475-3bcd570054f6\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
45
45
  ]
46
46
  },
47
47
  "metadata": {},
@@ -63,25 +63,25 @@
63
63
  " </script>\n",
64
64
  "\n",
65
65
  "\n",
66
- "<div id=\"1c4174d5-21ad-485d-8754-b5e0b9e823f1\" style=\"height: 100%; width: 100%;\"></div>\n",
66
+ "<div id=\"e93c53a5-3d25-409a-9e04-5e2bd7e4e862\" style=\"height: 100%; width: 100%;\"></div>\n",
67
67
  "\n",
68
68
  "<script>\n",
69
69
  " require(['plotly'], function(Plotly) { \n",
70
70
  "Plotly.newPlot(\n",
71
- " '1c4174d5-21ad-485d-8754-b5e0b9e823f1',\n",
71
+ " 'e93c53a5-3d25-409a-9e04-5e2bd7e4e862',\n",
72
72
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[32.0,\"\",32,\"\",112,0.733],[60.0,60,\"\",\"\",\"\",\"\"],[184.0,138,46,\"\",183,\"\"],[275.0,225,50,\"\",367,\"\"],[\"\",\"\",\"\",\"\",117,\"\"],[551.0,423,128,\"\",779,0.733]]}}],\n",
73
73
  " {\"height\":350},\n",
74
74
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
75
75
  ")\n",
76
76
  "\n",
77
77
  "window.addEventListener('resize', function() {\n",
78
- " Plotly.Plots.resize(document.getElementById('1c4174d5-21ad-485d-8754-b5e0b9e823f1'))\n",
78
+ " Plotly.Plots.resize(document.getElementById('e93c53a5-3d25-409a-9e04-5e2bd7e4e862'))\n",
79
79
  "})\n",
80
80
  " }) \n",
81
81
  "</script>"
82
82
  ],
83
83
  "text/plain": [
84
- "#<Plotly::Offline::HTML:0x00007f979c2a7110 @id=\"1c4174d5-21ad-485d-8754-b5e0b9e823f1\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
84
+ "#<Plotly::Offline::HTML:0x00007ffe79ad51b8 @id=\"e93c53a5-3d25-409a-9e04-5e2bd7e4e862\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
85
85
  ]
86
86
  },
87
87
  "metadata": {},
@@ -103,25 +103,25 @@
103
103
  " </script>\n",
104
104
  "\n",
105
105
  "\n",
106
- "<div id=\"069322ba-1253-409e-8e82-b27486430708\" style=\"height: 100%; width: 100%;\"></div>\n",
106
+ "<div id=\"1f2b5878-2d77-4d97-a025-10d3407337df\" style=\"height: 100%; width: 100%;\"></div>\n",
107
107
  "\n",
108
108
  "<script>\n",
109
109
  " require(['plotly'], function(Plotly) { \n",
110
110
  "Plotly.newPlot(\n",
111
- " '069322ba-1253-409e-8e82-b27486430708',\n",
111
+ " '1f2b5878-2d77-4d97-a025-10d3407337df',\n",
112
112
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
113
113
  " {\"height\":350},\n",
114
114
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
115
115
  ")\n",
116
116
  "\n",
117
117
  "window.addEventListener('resize', function() {\n",
118
- " Plotly.Plots.resize(document.getElementById('069322ba-1253-409e-8e82-b27486430708'))\n",
118
+ " Plotly.Plots.resize(document.getElementById('1f2b5878-2d77-4d97-a025-10d3407337df'))\n",
119
119
  "})\n",
120
120
  " }) \n",
121
121
  "</script>"
122
122
  ],
123
123
  "text/plain": [
124
- "#<Plotly::Offline::HTML:0x00007f97981fcc28 @id=\"069322ba-1253-409e-8e82-b27486430708\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
124
+ "#<Plotly::Offline::HTML:0x00007ffe79b3e730 @id=\"1f2b5878-2d77-4d97-a025-10d3407337df\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
125
125
  ]
126
126
  },
127
127
  "metadata": {},
@@ -143,25 +143,25 @@
143
143
  " </script>\n",
144
144
  "\n",
145
145
  "\n",
146
- "<div id=\"6e89e3a2-c849-45d9-a17c-59ed42ed47b4\" style=\"height: 100%; width: 100%;\"></div>\n",
146
+ "<div id=\"987d734d-2ecc-4d78-a115-ca3ff7c3b49d\" style=\"height: 100%; width: 100%;\"></div>\n",
147
147
  "\n",
148
148
  "<script>\n",
149
149
  " require(['plotly'], function(Plotly) { \n",
150
150
  "Plotly.newPlot(\n",
151
- " '6e89e3a2-c849-45d9-a17c-59ed42ed47b4',\n",
151
+ " '987d734d-2ecc-4d78-a115-ca3ff7c3b49d',\n",
152
152
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
153
153
  " {\"height\":350},\n",
154
154
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
155
155
  ")\n",
156
156
  "\n",
157
157
  "window.addEventListener('resize', function() {\n",
158
- " Plotly.Plots.resize(document.getElementById('6e89e3a2-c849-45d9-a17c-59ed42ed47b4'))\n",
158
+ " Plotly.Plots.resize(document.getElementById('987d734d-2ecc-4d78-a115-ca3ff7c3b49d'))\n",
159
159
  "})\n",
160
160
  " }) \n",
161
161
  "</script>"
162
162
  ],
163
163
  "text/plain": [
164
- "#<Plotly::Offline::HTML:0x00007f979822c0e0 @id=\"6e89e3a2-c849-45d9-a17c-59ed42ed47b4\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
164
+ "#<Plotly::Offline::HTML:0x00007ffe79b588d8 @id=\"987d734d-2ecc-4d78-a115-ca3ff7c3b49d\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
165
165
  ]
166
166
  },
167
167
  "metadata": {},
@@ -183,25 +183,25 @@
183
183
  " </script>\n",
184
184
  "\n",
185
185
  "\n",
186
- "<div id=\"fa9e55ba-6e6e-4b34-9d5e-f21905e1349a\" style=\"height: 100%; width: 100%;\"></div>\n",
186
+ "<div id=\"982c1afc-841b-448b-9c5a-b90e23a0122c\" style=\"height: 100%; width: 100%;\"></div>\n",
187
187
  "\n",
188
188
  "<script>\n",
189
189
  " require(['plotly'], function(Plotly) { \n",
190
190
  "Plotly.newPlot(\n",
191
- " 'fa9e55ba-6e6e-4b34-9d5e-f21905e1349a',\n",
191
+ " '982c1afc-841b-448b-9c5a-b90e23a0122c',\n",
192
192
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
193
193
  " {\"height\":350},\n",
194
194
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
195
195
  ")\n",
196
196
  "\n",
197
197
  "window.addEventListener('resize', function() {\n",
198
- " Plotly.Plots.resize(document.getElementById('fa9e55ba-6e6e-4b34-9d5e-f21905e1349a'))\n",
198
+ " Plotly.Plots.resize(document.getElementById('982c1afc-841b-448b-9c5a-b90e23a0122c'))\n",
199
199
  "})\n",
200
200
  " }) \n",
201
201
  "</script>"
202
202
  ],
203
203
  "text/plain": [
204
- "#<Plotly::Offline::HTML:0x00007f9798239948 @id=\"fa9e55ba-6e6e-4b34-9d5e-f21905e1349a\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
204
+ "#<Plotly::Offline::HTML:0x00007ffe79b90f30 @id=\"982c1afc-841b-448b-9c5a-b90e23a0122c\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
205
205
  ]
206
206
  },
207
207
  "metadata": {},
@@ -223,25 +223,25 @@
223
223
  " </script>\n",
224
224
  "\n",
225
225
  "\n",
226
- "<div id=\"339a48df-1190-4848-898b-8664031b9df8\" style=\"height: 100%; width: 100%;\"></div>\n",
226
+ "<div id=\"492f1eca-8cb0-44f0-955b-9315666d8860\" style=\"height: 100%; width: 100%;\"></div>\n",
227
227
  "\n",
228
228
  "<script>\n",
229
229
  " require(['plotly'], function(Plotly) { \n",
230
230
  "Plotly.newPlot(\n",
231
- " '339a48df-1190-4848-898b-8664031b9df8',\n",
231
+ " '492f1eca-8cb0-44f0-955b-9315666d8860',\n",
232
232
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
233
233
  " {\"height\":350},\n",
234
234
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
235
235
  ")\n",
236
236
  "\n",
237
237
  "window.addEventListener('resize', function() {\n",
238
- " Plotly.Plots.resize(document.getElementById('339a48df-1190-4848-898b-8664031b9df8'))\n",
238
+ " Plotly.Plots.resize(document.getElementById('492f1eca-8cb0-44f0-955b-9315666d8860'))\n",
239
239
  "})\n",
240
240
  " }) \n",
241
241
  "</script>"
242
242
  ],
243
243
  "text/plain": [
244
- "#<Plotly::Offline::HTML:0x00007f979828a2f8 @id=\"339a48df-1190-4848-898b-8664031b9df8\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
244
+ "#<Plotly::Offline::HTML:0x00007ffe7627d6d0 @id=\"492f1eca-8cb0-44f0-955b-9315666d8860\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
245
245
  ]
246
246
  },
247
247
  "metadata": {},
@@ -256,25 +256,25 @@
256
256
  " </script>\n",
257
257
  "\n",
258
258
  "\n",
259
- "<div id=\"992f4328-21b2-467f-af9c-4ae959dcd6f6\" style=\"height: 100%; width: 100%;\"></div>\n",
259
+ "<div id=\"65bdffeb-2209-44dc-a83c-27c82e6947ae\" style=\"height: 100%; width: 100%;\"></div>\n",
260
260
  "\n",
261
261
  "<script>\n",
262
262
  " require(['plotly'], function(Plotly) { \n",
263
263
  "Plotly.newPlot(\n",
264
- " '992f4328-21b2-467f-af9c-4ae959dcd6f6',\n",
265
- " [{\"type\":\"table\",\"header\":{\"values\":[\"date\",\"moto_koji\",\"moromi_koji\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\"]},\"cells\":{\"values\":[[\"02/20\",\"02/21\",\"02/22\",\"02/23\",\"02/24\",\"02/25\",\"02/26\",\"02/27\",\"02/28\",\"02/29\",\"03/01\",\"03/02\",\"03/03\",\"03/04\",\"03/05\",\"03/06\",\"03/07\",\"03/08\",\"03/09\",\"03/10\",\"03/11\",\"03/12\",\"03/13\",\"03/14\",\"03/15\",\"03/16\",\"03/17\",\"03/18\",\"03/19\",\"03/20\",\"03/21\",\"03/22\",\"03/23\",\"03/24\",\"03/25\",\"03/26\",\"03/27\",\"03/28\",\"03/29\",\"03/30\",\"03/31\",\"04/01\",\"04/02\",\"04/03\",\"04/04\",\"04/05\",\"04/06\",\"04/07\",\"04/08\",\"04/09\",\"04/10\",\"04/11\",\"04/12\",\"04/13\",\"04/14\"],[\"仕3: 21\\u003cbr\\u003e仕4: 18\",[],[],[],\"仕1: 140\",\"\",[],\"仕2: 128\\u003cbr\\u003e仕5: 21\\u003cbr\\u003e仕6: 18\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕3: 183\\u003cbr\\u003e仕4: 162\",[],\"\",\"\",[],[],\"\",\"仕5: 183\\u003cbr\\u003e仕6: 162\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"仕3: 42\\u003cbr\\u003e仕4: 41\",[],\"\",[],[],[],\"\",\"仕5: 42\\u003cbr\\u003e仕6: 41\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"仕1: 65\",\"\",\"\",\"仕2: 60\",[],\"\",\"\",[],[],\"仕3: 98\\u003cbr\\u003e仕4: 90\",\"\",\"\",\"\",[],[],[],\"仕5: 98\\u003cbr\\u003e仕6: 90\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"仕1: 150\",\"\",[],\"仕2: 138\",\"\",[],[],\"\",\"\",\"仕3: 190\\u003cbr\\u003e仕4: 518\",\"\",[],[],[],\"\",[],\"仕5: 190\\u003cbr\\u003e仕6: 518\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕1: 245\",[],\"\",\"仕2: 225\",[],[],\"\",\"\",\"\",\"仕3: 366\",[],[],[],\"\",[],\"\",\"仕5: 366\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"仕4: 72\",[],[],[],[],[],[],\"仕6: 72\"]]}}],\n",
264
+ " '65bdffeb-2209-44dc-a83c-27c82e6947ae',\n",
265
+ " [{\"type\":\"table\",\"header\":{\"values\":[\"date\",\"moto_koji\",\"moromi_koji\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\"]},\"cells\":{\"values\":[[\"02/20\",\"02/21\",\"02/22\",\"02/23\",\"02/24\",\"02/25\",\"02/26\",\"02/27\",\"02/28\",\"02/29\",\"03/01\",\"03/02\",\"03/03\",\"03/04\",\"03/05\",\"03/06\",\"03/07\",\"03/08\",\"03/09\",\"03/10\",\"03/11\",\"03/12\",\"03/13\",\"03/14\",\"03/15\",\"03/16\",\"03/17\",\"03/18\",\"03/19\",\"03/20\",\"03/21\",\"03/22\",\"03/23\",\"03/24\",\"03/25\",\"03/26\",\"03/27\",\"03/28\",\"03/29\",\"03/30\",\"03/31\",\"04/01\",\"04/02\",\"04/03\",\"04/04\",\"04/05\",\"04/06\",\"04/07\",\"04/08\",\"04/09\",\"04/10\",\"04/11\",\"04/12\",\"04/13\",\"04/14\",\"04/15\"],[\"仕3: 21\\u003cbr\\u003e仕4: 18\",[],[],[],\"仕1: 140\",\"\",[],\"仕2: 128\\u003cbr\\u003e仕5: 21\\u003cbr\\u003e仕6: 18\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕3: 183\\u003cbr\\u003e仕4: 162\",[],\"\",\"\",[],[],\"\",\"仕5: 183\\u003cbr\\u003e仕6: 162\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"仕3: 42\\u003cbr\\u003e仕4: 41\",[],\"\",[],[],[],\"\",\"仕5: 42\\u003cbr\\u003e仕6: 41\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"仕1: 65\",\"\",\"\",\"仕2: 60\",[],\"\",\"\",[],[],\"仕3: 98\\u003cbr\\u003e仕4: 90\",\"\",\"\",\"\",[],[],[],\"仕5: 98\\u003cbr\\u003e仕6: 90\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"仕1: 150\",\"\",[],\"仕2: 138\",\"\",[],[],\"\",\"\",\"仕3: 190\\u003cbr\\u003e仕4: 194\",\"\",[],[],[],\"\",[],\"仕5: 190\\u003cbr\\u003e仕6: 194\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕1: 245\",[],\"\",\"仕2: 225\",[],[],\"\",\"\",\"\",\"仕3: 366\\u003cbr\\u003e仕4: 324\",[],[],[],\"\",[],\"\",\"仕5: 366\\u003cbr\\u003e仕6: 324\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"仕4: 72\",[],[],[],[],[],[],\"仕6: 72\"]]}}],\n",
266
266
  " {\"height\":1000},\n",
267
267
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
268
268
  ")\n",
269
269
  "\n",
270
270
  "window.addEventListener('resize', function() {\n",
271
- " Plotly.Plots.resize(document.getElementById('992f4328-21b2-467f-af9c-4ae959dcd6f6'))\n",
271
+ " Plotly.Plots.resize(document.getElementById('65bdffeb-2209-44dc-a83c-27c82e6947ae'))\n",
272
272
  "})\n",
273
273
  " }) \n",
274
274
  "</script>"
275
275
  ],
276
276
  "text/plain": [
277
- "#<Plotly::Offline::HTML:0x00007f9798437d80 @id=\"992f4328-21b2-467f-af9c-4ae959dcd6f6\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\"], [\"仕3: 21<br>仕4: 18\", [], [], [], \"仕1: 140\", \"\", [], \"仕2: 128<br>仕5: 21<br>仕6: 18\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕3: 183<br>仕4: 162\", [], \"\", \"\", [], [], \"\", \"仕5: 183<br>仕6: 162\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"仕3: 42<br>仕4: 41\", [], \"\", [], [], [], \"\", \"仕5: 42<br>仕6: 41\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"仕1: 65\", \"\", \"\", \"仕2: 60\", [], \"\", \"\", [], [], \"仕3: 98<br>仕4: 90\", \"\", \"\", \"\", [], [], [], \"仕5: 98<br>仕6: 90\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"仕1: 150\", \"\", [], \"仕2: 138\", \"\", [], [], \"\", \"\", \"仕3: 190<br>仕4: 518\", \"\", [], [], [], \"\", [], \"仕5: 190<br>仕6: 518\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕1: 245\", [], \"\", \"仕2: 225\", [], [], \"\", \"\", \"\", \"仕3: 366\", [], [], [], \"\", [], \"\", \"仕5: 366\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"仕4: 72\", [], [], [], [], [], [], \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
277
+ "#<Plotly::Offline::HTML:0x00007ffe79c55d08 @id=\"65bdffeb-2209-44dc-a83c-27c82e6947ae\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\", \"04/15\"], [\"仕3: 21<br>仕4: 18\", [], [], [], \"仕1: 140\", \"\", [], \"仕2: 128<br>仕5: 21<br>仕6: 18\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕3: 183<br>仕4: 162\", [], \"\", \"\", [], [], \"\", \"仕5: 183<br>仕6: 162\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"仕3: 42<br>仕4: 41\", [], \"\", [], [], [], \"\", \"仕5: 42<br>仕6: 41\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"仕1: 65\", \"\", \"\", \"仕2: 60\", [], \"\", \"\", [], [], \"仕3: 98<br>仕4: 90\", \"\", \"\", \"\", [], [], [], \"仕5: 98<br>仕6: 90\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"仕1: 150\", \"\", [], \"仕2: 138\", \"\", [], [], \"\", \"\", \"仕3: 190<br>仕4: 194\", \"\", [], [], [], \"\", [], \"仕5: 190<br>仕6: 194\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕1: 245\", [], \"\", \"仕2: 225\", [], [], \"\", \"\", \"\", \"仕3: 366<br>仕4: 324\", [], [], [], \"\", [], \"\", \"仕5: 366<br>仕6: 324\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"仕4: 72\", [], [], [], [], [], [], \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
278
278
  ]
279
279
  },
280
280
  "metadata": {},
@@ -283,7 +283,7 @@
283
283
  {
284
284
  "data": {
285
285
  "text/plain": [
286
- "#<CZTop::Socket::PUB:0x7f979ae1fee0 last_endpoint=\"tcp://127.0.0.1:62179\">"
286
+ "#<CZTop::Socket::PUB:0x7ffe7ce6ca60 last_endpoint=\"tcp://127.0.0.1:56385\">"
287
287
  ]
288
288
  },
289
289
  "execution_count": 1,
@@ -299,44 +299,44 @@
299
299
  "\n",
300
300
  "cal = Toji::Calendar.new\n",
301
301
  ".add(Example::Product.create(\n",
302
- " name: \"仕1\",\n",
302
+ " serial_num: \"仕1\",\n",
303
303
  " description: \"姫野国夫による酒母省略仕込\",\n",
304
304
  " recipe: Example::Recipe::TEMPLATES[:simple_sokujo_himeno].scale_rice_total(600).round(0),\n",
305
305
  " base_date: Time.mktime(2020, 2, 24)\n",
306
306
  "))\n",
307
307
  ".add(Example::Product.create(\n",
308
- " name: \"仕2\",\n",
308
+ " serial_num: \"仕2\",\n",
309
309
  " description: \"姫野国夫による酒母省略仕込\",\n",
310
310
  " recipe: Example::Recipe::TEMPLATES[:simple_sokujo_himeno].scale_rice_total(550).round(0),\n",
311
311
  " base_date: Time.mktime(2020, 2, 27)\n",
312
312
  "))\n",
313
313
  ".add(Example::Product.create(\n",
314
- " name: \"仕3\",\n",
314
+ " serial_num: \"仕3\",\n",
315
315
  " description: \"灘における仕込配合\",\n",
316
316
  " recipe: Example::Recipe::TEMPLATES[:sokujo_nada].scale_rice_total(900).round(0),\n",
317
317
  " base_date: Time.mktime(2020, 2, 20)\n",
318
318
  "))\n",
319
319
  ".add(Example::Product.create(\n",
320
- " name: \"仕4\",\n",
320
+ " serial_num: \"仕4\",\n",
321
321
  " description: \"酒造教本による標準型仕込配合\",\n",
322
322
  " recipe: Example::Recipe::TEMPLATES[:sokujo_textbook].scale_rice_total(900).round(0),\n",
323
323
  " base_date: Time.mktime(2020, 2, 20)\n",
324
324
  "))\n",
325
325
  ".add(Example::Product.create(\n",
326
- " name: \"仕5\",\n",
326
+ " serial_num: \"仕5\",\n",
327
327
  " description: \"灘における仕込配合\",\n",
328
328
  " recipe: Example::Recipe::TEMPLATES[:sokujo_nada].scale_rice_total(900).round(0),\n",
329
329
  " base_date: Time.mktime(2020, 2, 27)\n",
330
330
  "))\n",
331
331
  ".add(Example::Product.create(\n",
332
- " name: \"仕6\",\n",
332
+ " serial_num: \"仕6\",\n",
333
333
  " description: \"酒造教本による標準型仕込配合\",\n",
334
334
  " recipe: Example::Recipe::TEMPLATES[:sokujo_textbook].scale_rice_total(900).round(0),\n",
335
335
  " base_date: Time.mktime(2020, 2, 27)\n",
336
336
  "))\n",
337
337
  "\n",
338
338
  "cal.products.each {|product|\n",
339
- " puts \"%s %s\" % [product.name, product.description]\n",
339
+ " puts \"%s %s\" % [product.serial_num, product.description]\n",
340
340
  " \n",
341
341
  " product.recipe.table.tap {|t|\n",
342
342
  " t.layout.height = 350\n",
@@ -1,35 +1,35 @@
1
1
  products:
2
- - name: 仕1
2
+ - serial_num: 仕1
3
3
  description: 姫野国夫による酒母省略仕込
4
4
  recipe: :simple_sokujo_himeno
5
5
  scale_rice_total: 600
6
6
  round: 0
7
7
  base_date: 2020-2-24
8
- - name: 仕2
8
+ - serial_num: 仕2
9
9
  description: 姫野国夫による酒母省略仕込
10
10
  recipe: :simple_sokujo_himeno
11
11
  scale_rice_total: 550
12
12
  round: 0
13
13
  base_date: 2020-2-27
14
- - name: 仕3
14
+ - serial_num: 仕3
15
15
  description: 灘における仕込配合
16
16
  recipe: :sokujo_nada
17
17
  scale_rice_total: 900
18
18
  round: 0
19
19
  base_date: 2020-2-20
20
- - name: 仕4
20
+ - serial_num: 仕4
21
21
  description: 酒造教本による標準型仕込配合
22
22
  recipe: :sokujo_textbook
23
23
  scale_rice_total: 900
24
24
  round: 0
25
25
  base_date: 2020-2-20
26
- - name: 仕5
26
+ - serial_num: 仕5
27
27
  description: 灘における仕込配合
28
28
  recipe: :sokujo_nada
29
29
  scale_rice_total: 900
30
30
  round: 0
31
31
  base_date: 2020-2-27
32
- - name: 仕6
32
+ - serial_num: 仕6
33
33
  description: 酒造教本による標準型仕込配合
34
34
  recipe: :sokujo_textbook
35
35
  scale_rice_total: 900
@@ -2,7 +2,7 @@
2
2
  "cells": [
3
3
  {
4
4
  "cell_type": "code",
5
- "execution_count": 1,
5
+ "execution_count": 2,
6
6
  "metadata": {
7
7
  "scrolled": false
8
8
  },
@@ -23,25 +23,25 @@
23
23
  " </script>\n",
24
24
  "\n",
25
25
  "\n",
26
- "<div id=\"fe40482e-431d-4357-82f0-6c3d470dc5a6\" style=\"height: 100%; width: 100%;\"></div>\n",
26
+ "<div id=\"094b5d6a-6180-4b81-812c-2bc37ea69f06\" style=\"height: 100%; width: 100%;\"></div>\n",
27
27
  "\n",
28
28
  "<script>\n",
29
29
  " require(['plotly'], function(Plotly) { \n",
30
30
  "Plotly.newPlot(\n",
31
- " 'fe40482e-431d-4357-82f0-6c3d470dc5a6',\n",
31
+ " '094b5d6a-6180-4b81-812c-2bc37ea69f06',\n",
32
32
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[35.0,\"\",35,\"\",123,0.8],[65.0,65,\"\",\"\",\"\",\"\"],[200.0,150,50,\"\",200,\"\"],[300.0,245,55,\"\",400,\"\"],[\"\",\"\",\"\",\"\",128,\"\"],[600.0,460,140,\"\",851,0.8]]}}],\n",
33
33
  " {\"height\":350},\n",
34
34
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
35
35
  ")\n",
36
36
  "\n",
37
37
  "window.addEventListener('resize', function() {\n",
38
- " Plotly.Plots.resize(document.getElementById('fe40482e-431d-4357-82f0-6c3d470dc5a6'))\n",
38
+ " Plotly.Plots.resize(document.getElementById('094b5d6a-6180-4b81-812c-2bc37ea69f06'))\n",
39
39
  "})\n",
40
40
  " }) \n",
41
41
  "</script>"
42
42
  ],
43
43
  "text/plain": [
44
- "#<Plotly::Offline::HTML:0x00007fd82e21d870 @id=\"fe40482e-431d-4357-82f0-6c3d470dc5a6\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
44
+ "#<Plotly::Offline::HTML:0x00007fcb34144040 @id=\"094b5d6a-6180-4b81-812c-2bc37ea69f06\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
45
45
  ]
46
46
  },
47
47
  "metadata": {},
@@ -63,25 +63,25 @@
63
63
  " </script>\n",
64
64
  "\n",
65
65
  "\n",
66
- "<div id=\"8d63c434-bcc5-4b95-8e3c-223489e8936b\" style=\"height: 100%; width: 100%;\"></div>\n",
66
+ "<div id=\"4ddcdb6b-b9ac-4745-9edb-81598d9c29cc\" style=\"height: 100%; width: 100%;\"></div>\n",
67
67
  "\n",
68
68
  "<script>\n",
69
69
  " require(['plotly'], function(Plotly) { \n",
70
70
  "Plotly.newPlot(\n",
71
- " '8d63c434-bcc5-4b95-8e3c-223489e8936b',\n",
71
+ " '4ddcdb6b-b9ac-4745-9edb-81598d9c29cc',\n",
72
72
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[32.0,\"\",32,\"\",112,0.733],[60.0,60,\"\",\"\",\"\",\"\"],[184.0,138,46,\"\",183,\"\"],[275.0,225,50,\"\",367,\"\"],[\"\",\"\",\"\",\"\",117,\"\"],[551.0,423,128,\"\",779,0.733]]}}],\n",
73
73
  " {\"height\":350},\n",
74
74
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
75
75
  ")\n",
76
76
  "\n",
77
77
  "window.addEventListener('resize', function() {\n",
78
- " Plotly.Plots.resize(document.getElementById('8d63c434-bcc5-4b95-8e3c-223489e8936b'))\n",
78
+ " Plotly.Plots.resize(document.getElementById('4ddcdb6b-b9ac-4745-9edb-81598d9c29cc'))\n",
79
79
  "})\n",
80
80
  " }) \n",
81
81
  "</script>"
82
82
  ],
83
83
  "text/plain": [
84
- "#<Plotly::Offline::HTML:0x00007fd82e2c4558 @id=\"8d63c434-bcc5-4b95-8e3c-223489e8936b\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
84
+ "#<Plotly::Offline::HTML:0x00007fcb38190248 @id=\"4ddcdb6b-b9ac-4745-9edb-81598d9c29cc\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
85
85
  ]
86
86
  },
87
87
  "metadata": {},
@@ -103,25 +103,25 @@
103
103
  " </script>\n",
104
104
  "\n",
105
105
  "\n",
106
- "<div id=\"7a0b9341-d119-431c-8937-bd5498ac9736\" style=\"height: 100%; width: 100%;\"></div>\n",
106
+ "<div id=\"7d75d4ed-572d-4b7d-982c-a2deff7ac50d\" style=\"height: 100%; width: 100%;\"></div>\n",
107
107
  "\n",
108
108
  "<script>\n",
109
109
  " require(['plotly'], function(Plotly) { \n",
110
110
  "Plotly.newPlot(\n",
111
- " '7a0b9341-d119-431c-8937-bd5498ac9736',\n",
111
+ " '7d75d4ed-572d-4b7d-982c-a2deff7ac50d',\n",
112
112
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
113
113
  " {\"height\":350},\n",
114
114
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
115
115
  ")\n",
116
116
  "\n",
117
117
  "window.addEventListener('resize', function() {\n",
118
- " Plotly.Plots.resize(document.getElementById('7a0b9341-d119-431c-8937-bd5498ac9736'))\n",
118
+ " Plotly.Plots.resize(document.getElementById('7d75d4ed-572d-4b7d-982c-a2deff7ac50d'))\n",
119
119
  "})\n",
120
120
  " }) \n",
121
121
  "</script>"
122
122
  ],
123
123
  "text/plain": [
124
- "#<Plotly::Offline::HTML:0x00007fd82e35afa8 @id=\"7a0b9341-d119-431c-8937-bd5498ac9736\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
124
+ "#<Plotly::Offline::HTML:0x00007fcb399300b0 @id=\"7d75d4ed-572d-4b7d-982c-a2deff7ac50d\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
125
125
  ]
126
126
  },
127
127
  "metadata": {},
@@ -143,25 +143,25 @@
143
143
  " </script>\n",
144
144
  "\n",
145
145
  "\n",
146
- "<div id=\"2baf692e-79d8-4469-a08d-3eaf9e05a1fd\" style=\"height: 100%; width: 100%;\"></div>\n",
146
+ "<div id=\"6bc14bb8-190b-432c-abea-e03093306db3\" style=\"height: 100%; width: 100%;\"></div>\n",
147
147
  "\n",
148
148
  "<script>\n",
149
149
  " require(['plotly'], function(Plotly) { \n",
150
150
  "Plotly.newPlot(\n",
151
- " '2baf692e-79d8-4469-a08d-3eaf9e05a1fd',\n",
151
+ " '6bc14bb8-190b-432c-abea-e03093306db3',\n",
152
152
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
153
153
  " {\"height\":350},\n",
154
154
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
155
155
  ")\n",
156
156
  "\n",
157
157
  "window.addEventListener('resize', function() {\n",
158
- " Plotly.Plots.resize(document.getElementById('2baf692e-79d8-4469-a08d-3eaf9e05a1fd'))\n",
158
+ " Plotly.Plots.resize(document.getElementById('6bc14bb8-190b-432c-abea-e03093306db3'))\n",
159
159
  "})\n",
160
160
  " }) \n",
161
161
  "</script>"
162
162
  ],
163
163
  "text/plain": [
164
- "#<Plotly::Offline::HTML:0x00007fd82e9e04e0 @id=\"2baf692e-79d8-4469-a08d-3eaf9e05a1fd\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
164
+ "#<Plotly::Offline::HTML:0x00007fcb381b15b0 @id=\"6bc14bb8-190b-432c-abea-e03093306db3\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
165
165
  ]
166
166
  },
167
167
  "metadata": {},
@@ -183,25 +183,25 @@
183
183
  " </script>\n",
184
184
  "\n",
185
185
  "\n",
186
- "<div id=\"f9787d53-bd0b-4453-9150-54a5643100a6\" style=\"height: 100%; width: 100%;\"></div>\n",
186
+ "<div id=\"8ebbd610-a5c6-4a56-8a22-42554643c1be\" style=\"height: 100%; width: 100%;\"></div>\n",
187
187
  "\n",
188
188
  "<script>\n",
189
189
  " require(['plotly'], function(Plotly) { \n",
190
190
  "Plotly.newPlot(\n",
191
- " 'f9787d53-bd0b-4453-9150-54a5643100a6',\n",
191
+ " '8ebbd610-a5c6-4a56-8a22-42554643c1be',\n",
192
192
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
193
193
  " {\"height\":350},\n",
194
194
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
195
195
  ")\n",
196
196
  "\n",
197
197
  "window.addEventListener('resize', function() {\n",
198
- " Plotly.Plots.resize(document.getElementById('f9787d53-bd0b-4453-9150-54a5643100a6'))\n",
198
+ " Plotly.Plots.resize(document.getElementById('8ebbd610-a5c6-4a56-8a22-42554643c1be'))\n",
199
199
  "})\n",
200
200
  " }) \n",
201
201
  "</script>"
202
202
  ],
203
203
  "text/plain": [
204
- "#<Plotly::Offline::HTML:0x00007fd82ea11450 @id=\"f9787d53-bd0b-4453-9150-54a5643100a6\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
204
+ "#<Plotly::Offline::HTML:0x00007fcb39981618 @id=\"8ebbd610-a5c6-4a56-8a22-42554643c1be\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
205
205
  ]
206
206
  },
207
207
  "metadata": {},
@@ -223,25 +223,25 @@
223
223
  " </script>\n",
224
224
  "\n",
225
225
  "\n",
226
- "<div id=\"6c419d0f-5cdd-4034-a1f5-289fc67c1879\" style=\"height: 100%; width: 100%;\"></div>\n",
226
+ "<div id=\"6a6ce121-e9b5-44d7-9a02-23e0ae07caa3\" style=\"height: 100%; width: 100%;\"></div>\n",
227
227
  "\n",
228
228
  "<script>\n",
229
229
  " require(['plotly'], function(Plotly) { \n",
230
230
  "Plotly.newPlot(\n",
231
- " '6c419d0f-5cdd-4034-a1f5-289fc67c1879',\n",
231
+ " '6a6ce121-e9b5-44d7-9a02-23e0ae07caa3',\n",
232
232
  " [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"Step0\",\"Step1\",\"Step2\",\"Step3\",\"Step4\",\"total\"]},\"cells\":{\"values\":[[\"RiceTotal\",\"Kake\",\"Koji\",\"Alcohol\",\"Water\",\"LacticAcid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
233
233
  " {\"height\":350},\n",
234
234
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
235
235
  ")\n",
236
236
  "\n",
237
237
  "window.addEventListener('resize', function() {\n",
238
- " Plotly.Plots.resize(document.getElementById('6c419d0f-5cdd-4034-a1f5-289fc67c1879'))\n",
238
+ " Plotly.Plots.resize(document.getElementById('6a6ce121-e9b5-44d7-9a02-23e0ae07caa3'))\n",
239
239
  "})\n",
240
240
  " }) \n",
241
241
  "</script>"
242
242
  ],
243
243
  "text/plain": [
244
- "#<Plotly::Offline::HTML:0x00007fd82ea412e0 @id=\"6c419d0f-5cdd-4034-a1f5-289fc67c1879\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
244
+ "#<Plotly::Offline::HTML:0x00007fcb399b61b0 @id=\"6a6ce121-e9b5-44d7-9a02-23e0ae07caa3\", @data=[{:type=>:table, :header=>{:values=>[\"\", :Step0, :Step1, :Step2, :Step3, :Step4, :total]}, :cells=>{:values=>[[\"RiceTotal\", \"Kake\", \"Koji\", \"Alcohol\", \"Water\", \"LacticAcid\"], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
245
245
  ]
246
246
  },
247
247
  "metadata": {},
@@ -256,25 +256,25 @@
256
256
  " </script>\n",
257
257
  "\n",
258
258
  "\n",
259
- "<div id=\"75199038-f6e7-49ee-b63a-83bac1f800b0\" style=\"height: 100%; width: 100%;\"></div>\n",
259
+ "<div id=\"3f556255-c944-4b99-8d29-323b9e11905f\" style=\"height: 100%; width: 100%;\"></div>\n",
260
260
  "\n",
261
261
  "<script>\n",
262
262
  " require(['plotly'], function(Plotly) { \n",
263
263
  "Plotly.newPlot(\n",
264
- " '75199038-f6e7-49ee-b63a-83bac1f800b0',\n",
264
+ " '3f556255-c944-4b99-8d29-323b9e11905f',\n",
265
265
  " [{\"type\":\"table\",\"header\":{\"values\":[\"date\",\"moto_koji\",\"moromi_koji\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\"]},\"cells\":{\"values\":[[\"02/20\",\"02/21\",\"02/22\",\"02/23\",\"02/24\",\"02/25\",\"02/26\",\"02/27\",\"02/28\",\"02/29\",\"03/01\",\"03/02\",\"03/03\",\"03/04\",\"03/05\",\"03/06\",\"03/07\",\"03/08\",\"03/09\",\"03/10\",\"03/11\",\"03/12\",\"03/13\",\"03/14\",\"03/15\",\"03/16\",\"03/17\",\"03/18\",\"03/19\",\"03/20\",\"03/21\",\"03/22\",\"03/23\",\"03/24\",\"03/25\",\"03/26\",\"03/27\",\"03/28\",\"03/29\",\"03/30\",\"03/31\",\"04/01\",\"04/02\",\"04/03\",\"04/04\",\"04/05\",\"04/06\",\"04/07\",\"04/08\",\"04/09\",\"04/10\",\"04/11\",\"04/12\",\"04/13\",\"04/14\",\"04/15\"],[\"仕3: 21\\u003cbr\\u003e仕4: 18\",[],[],[],\"仕1: 140\",\"\",[],\"仕2: 128\\u003cbr\\u003e仕5: 21\\u003cbr\\u003e仕6: 18\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕3: 183\\u003cbr\\u003e仕4: 162\",[],\"\",\"\",[],[],\"\",\"仕5: 183\\u003cbr\\u003e仕6: 162\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"仕3: 42\\u003cbr\\u003e仕4: 41\",[],\"\",[],[],[],\"\",\"仕5: 42\\u003cbr\\u003e仕6: 41\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"仕1: 65\",\"\",\"\",\"仕2: 60\",[],\"\",\"\",[],[],\"仕3: 98\\u003cbr\\u003e仕4: 90\",\"\",\"\",\"\",[],[],[],\"仕5: 98\\u003cbr\\u003e仕6: 90\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"仕1: 150\",\"\",[],\"仕2: 138\",\"\",[],[],\"\",\"\",\"仕3: 190\\u003cbr\\u003e仕4: 194\",\"\",[],[],[],\"\",[],\"仕5: 190\\u003cbr\\u003e仕6: 194\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"仕1: 245\",[],\"\",\"仕2: 225\",[],[],\"\",\"\",\"\",\"仕3: 366\\u003cbr\\u003e仕4: 324\",[],[],[],\"\",[],\"\",\"仕5: 366\\u003cbr\\u003e仕6: 324\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"\",[],[],[],[],[],[],\"\"],[\"\",[],[],[],\"\",\"\",[],\"\",[],[],[],\"\",\"\",\"\",\"\",[],\"\",\"\",[],[],\"\",\"\",\"\",\"\",[],[],[],\"\",[],\"\",\"\",[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],\"仕4: 72\",[],[],[],[],[],[],\"仕6: 72\"]]}}],\n",
266
266
  " {\"height\":1000},\n",
267
267
  " {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
268
268
  ")\n",
269
269
  "\n",
270
270
  "window.addEventListener('resize', function() {\n",
271
- " Plotly.Plots.resize(document.getElementById('75199038-f6e7-49ee-b63a-83bac1f800b0'))\n",
271
+ " Plotly.Plots.resize(document.getElementById('3f556255-c944-4b99-8d29-323b9e11905f'))\n",
272
272
  "})\n",
273
273
  " }) \n",
274
274
  "</script>"
275
275
  ],
276
276
  "text/plain": [
277
- "#<Plotly::Offline::HTML:0x00007fd82e4467a0 @id=\"75199038-f6e7-49ee-b63a-83bac1f800b0\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\", \"04/15\"], [\"仕3: 21<br>仕4: 18\", [], [], [], \"仕1: 140\", \"\", [], \"仕2: 128<br>仕5: 21<br>仕6: 18\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕3: 183<br>仕4: 162\", [], \"\", \"\", [], [], \"\", \"仕5: 183<br>仕6: 162\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"仕3: 42<br>仕4: 41\", [], \"\", [], [], [], \"\", \"仕5: 42<br>仕6: 41\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"仕1: 65\", \"\", \"\", \"仕2: 60\", [], \"\", \"\", [], [], \"仕3: 98<br>仕4: 90\", \"\", \"\", \"\", [], [], [], \"仕5: 98<br>仕6: 90\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"仕1: 150\", \"\", [], \"仕2: 138\", \"\", [], [], \"\", \"\", \"仕3: 190<br>仕4: 194\", \"\", [], [], [], \"\", [], \"仕5: 190<br>仕6: 194\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕1: 245\", [], \"\", \"仕2: 225\", [], [], \"\", \"\", \"\", \"仕3: 366<br>仕4: 324\", [], [], [], \"\", [], \"\", \"仕5: 366<br>仕6: 324\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"仕4: 72\", [], [], [], [], [], [], \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
277
+ "#<Plotly::Offline::HTML:0x00007fcb39a67f00 @id=\"3f556255-c944-4b99-8d29-323b9e11905f\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\", \"04/15\"], [\"仕3: 21<br>仕4: 18\", [], [], [], \"仕1: 140\", \"\", [], \"仕2: 128<br>仕5: 21<br>仕6: 18\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕3: 183<br>仕4: 162\", [], \"\", \"\", [], [], \"\", \"仕5: 183<br>仕6: 162\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"仕3: 42<br>仕4: 41\", [], \"\", [], [], [], \"\", \"仕5: 42<br>仕6: 41\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"仕1: 65\", \"\", \"\", \"仕2: 60\", [], \"\", \"\", [], [], \"仕3: 98<br>仕4: 90\", \"\", \"\", \"\", [], [], [], \"仕5: 98<br>仕6: 90\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"仕1: 150\", \"\", [], \"仕2: 138\", \"\", [], [], \"\", \"\", \"仕3: 190<br>仕4: 194\", \"\", [], [], [], \"\", [], \"仕5: 190<br>仕6: 194\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"仕1: 245\", [], \"\", \"仕2: 225\", [], [], \"\", \"\", \"\", \"仕3: 366<br>仕4: 324\", [], [], [], \"\", [], \"\", \"仕5: 366<br>仕6: 324\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"\", [], [], [], [], [], [], \"\"], [\"\", [], [], [], \"\", \"\", [], \"\", [], [], [], \"\", \"\", \"\", \"\", [], \"\", \"\", [], [], \"\", \"\", \"\", \"\", [], [], [], \"\", [], \"\", \"\", [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], \"仕4: 72\", [], [], [], [], [], [], \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
278
278
  ]
279
279
  },
280
280
  "metadata": {},
@@ -283,10 +283,10 @@
283
283
  {
284
284
  "data": {
285
285
  "text/plain": [
286
- "#<CZTop::Socket::PUB:0x7fd82d63e9f0 last_endpoint=\"tcp://127.0.0.1:61250\">"
286
+ "#<CZTop::Socket::PUB:0x7fcb3a579470 last_endpoint=\"tcp://127.0.0.1:58072\">"
287
287
  ]
288
288
  },
289
- "execution_count": 1,
289
+ "execution_count": 2,
290
290
  "metadata": {},
291
291
  "output_type": "execute_result"
292
292
  }
@@ -300,7 +300,7 @@
300
300
  "cal = Example::Calendar.load_yaml_file(\"calendar.yaml\")\n",
301
301
  "\n",
302
302
  "cal.products.each {|product|\n",
303
- " puts \"%s %s\" % [product.name, product.description]\n",
303
+ " puts \"%s %s\" % [product.serial_num, product.description]\n",
304
304
  " \n",
305
305
  " product.recipe.table.tap {|t|\n",
306
306
  " t.layout.height = 350\n",