Skip to content

Commit 533f9d2

Browse files
committed
GH-1: Centering of image caption.
1 parent 8af582b commit 533f9d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ TwinGraph is used by adding decorators to Python functions to record attributes
66

77
TwinGraph scales to hundreds of thousands of containerized compute tasks in a number of different compute nodes/hosts; communication of information between tasks is handled through message queues in an event-driven workflow chain. An example architectural flow of information is shown in Figure 1:
88
<center>
9-
<img src="docs/figures/OverallPicture.png" width=780>
10-
Figure 1: Overall Information Flow
11-
</center>
9+
<img src="docs/figures/OverallPicture.png" width=780></center>
10+
<center>Figure 1: Overall Information Flow.</center>
11+
1212

1313

1414
There are a number of key capabilities outlined in the following Figure 2 for TwinGraph. Instead of domain specific language (DSL) for specifying pipelines, TwinGraph uses algorithms defined in native Python (loops, conditionals & recursion) to define the control flow, i.e. dependencies of graph structure on intermediate outputs and runtime stochasticity.
1515

1616
<center>
17-
<img src="docs/figures/Challenges.png" width=780>
18-
Figure 2: Challenges in Designing Orchestrators
19-
</center>
17+
<img src="docs/figures/Challenges.png" width=780></center>
18+
<center>Figure 2: Challenges in Designing Orchestrators</center>
19+
2020

2121

2222
The examples highlighted in the next section provide an overview of the capabilities of TwinGraph.

0 commit comments

Comments
 (0)