Flow chart for baking bread: Difference between revisions
From Master of Neuroscience Wiki
Created page with "Disassembling the process of baking bread as a flow chart. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Baking bread == {% raw %}<pre class="mermaid"> graph TD A(["Start"]) --> B{"Ingredients Ready?"} B -->|"Yes"| C("Preheat Oven") B -->|"No"| D"Gather Ingredients" D --> C C --> md"Make Dough" --> E("Knead Dough") E --> F{"First Rise Complete?"} F -->|"Yes"| G("Punch Down Dough") F -->|"No"| E G --> H("Sh..." |
No edit summary |
||
| Line 4: | Line 4: | ||
== Baking bread == | == Baking bread == | ||
{ | {{#mermaid: | ||
graph TD | graph TD | ||
A(["Start"]) --> B{"Ingredients Ready?"} | A(["Start"]) --> B{"Ingredients Ready?"} | ||
| Line 19: | Line 19: | ||
I -->|"No"| H | I -->|"No"| H | ||
J --> K(["Stop"]) | J --> K(["Stop"]) | ||
}} | |||
== Function Gather Ingredients == | == Function Gather Ingredients == | ||
{ | {{#mermaid: | ||
graph TD | graph TD | ||
gi[["Gather Ingredients"]] --> A(["Start"]) --> B("Go to Kitchen") | gi[["Gather Ingredients"]] --> A(["Start"]) --> B("Go to Kitchen") | ||
| Line 35: | Line 35: | ||
G2 --> H("Close Refrigerator") | G2 --> H("Close Refrigerator") | ||
H --> I(["Stop"]) | H --> I(["Stop"]) | ||
}} | |||
== Function Make Dough == | == Function Make Dough == | ||
{ | {{#mermaid: | ||
graph TD | graph TD | ||
md[["Make Dough"]] --> A(["Start"]) | md[["Make Dough"]] --> A(["Start"]) | ||
| Line 52: | Line 52: | ||
F2 --> F3("Stir in Remaining Flour") | F2 --> F3("Stir in Remaining Flour") | ||
F3 --> I(["Stop"]) | F3 --> I(["Stop"]) | ||
}} | |||
Revision as of 08:43, 21 October 2025
Disassembling the process of baking bread as a flow chart.
Questions to David Rotermund