Skip to content

Commit

Permalink
Merge pull request #173 from pyiron/gif_not_mov
Browse files Browse the repository at this point in the history
Use a .gif instead of a .mov
  • Loading branch information
liamhuber authored Mar 20, 2023
2 parents 7a38f6e + a75cdba commit ae23b31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Finally, we see the real power of otypes -- by connecting the two `engine` ports
In particular, `CalcMurnaghan` produces _bulk moduli_ and thus only works for calculations on _bulk structures_.
After these are connected, when we once again select the `Lammps.structure` input, _only_ the `BulkStructure` node gets highlighted, and _only_ `BulkStructure` appears in the recommended nodes window.

![ironflow_ontology.mov](docs/_static/ironflow_ontology.mov)
![ironflow_ontology.mov](docs/_static/ironflow_ontology.gif)

Of course, not all ports in ironflow are otyped, and indeed not all should be -- e.g. it doesn't make sense to ontologically-type the output of the `Linspace` node, as it is just providing numbers which may be useful in many contexts.
However, for nodes which specifically produce and require physically-/ontologically-meaningful data, otyping is a powerful tool for understanding workflows and guiding their design.
Expand Down
Binary file added docs/_static/ironflow_ontology.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae23b31

Please sign in to comment.