diff --git a/README.md b/README.md index 6c8db6b..20c9f0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![DOI](https://zenodo.org/badge/426740094.svg)](https://zenodo.org/doi/10.5281/zenodo.10581559) -![](READMEassets/aSAP.png) +![](READMEassets/forces-axo.png) # aSAP aSAP is... @@ -10,8 +10,6 @@ aSAP is... Designed first-and-foremost for information-rich data structures and ease of querying, but always with performance in mind. -![](READMEassets/spaceframe_irregular.png) - # Overview The primary information object is the `Model` data structure, that is constructed from a vector of `Node`s, `Element`s and `Load`s. Model nodes contain 6 DOF by default; for convenience, a subtype `TrussModel` (`TrussNode`, `TrussElement`) for large truss analysis is also provided. The following provides a quick overview of the general taxonomy and workflow. diff --git a/READMEassets/.DS_Store b/READMEassets/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/READMEassets/.DS_Store differ diff --git a/READMEassets/00016_displaced.png b/READMEassets/00016_displaced.png deleted file mode 100644 index 2c2331d..0000000 Binary files a/READMEassets/00016_displaced.png and /dev/null differ diff --git a/READMEassets/aSAP.png b/READMEassets/aSAP.png deleted file mode 100644 index 282d761..0000000 Binary files a/READMEassets/aSAP.png and /dev/null differ diff --git a/READMEassets/ax_displaced.png b/READMEassets/ax_displaced.png deleted file mode 100644 index 7c6f1d5..0000000 Binary files a/READMEassets/ax_displaced.png and /dev/null differ diff --git a/READMEassets/biosphere.png b/READMEassets/biosphere.png deleted file mode 100644 index 4db600e..0000000 Binary files a/READMEassets/biosphere.png and /dev/null differ diff --git a/READMEassets/forces-axo.png b/READMEassets/forces-axo.png new file mode 100644 index 0000000..f277429 Binary files /dev/null and b/READMEassets/forces-axo.png differ diff --git a/READMEassets/forces-top.png b/READMEassets/forces-top.png new file mode 100644 index 0000000..f8ea8b1 Binary files /dev/null and b/READMEassets/forces-top.png differ diff --git a/READMEassets/highrise.png b/READMEassets/highrise.png deleted file mode 100644 index 709bf0e..0000000 Binary files a/READMEassets/highrise.png and /dev/null differ diff --git a/READMEassets/spaceframe_irregular.png b/READMEassets/spaceframe_irregular.png deleted file mode 100644 index b40b2d4..0000000 Binary files a/READMEassets/spaceframe_irregular.png and /dev/null differ diff --git a/READMEassets/truss.png b/READMEassets/truss.png deleted file mode 100644 index e172706..0000000 Binary files a/READMEassets/truss.png and /dev/null differ