From 4e18c2e297c1083c63a27fac0383cae91b844425 Mon Sep 17 00:00:00 2001 From: Juney Lee Date: Tue, 12 Nov 2024 14:05:13 +0000 Subject: [PATCH] GITBOOK-88: tidying up landing page --- gitbook/README.md | 38 +++++++++++++++----- gitbook/additional/citing.md | 4 +-- gitbook/introduction/getting-started.md | 8 ++++- gitbook/theoretical-background/rhinovault.md | 2 ++ 4 files changed, 39 insertions(+), 13 deletions(-) diff --git a/gitbook/README.md b/gitbook/README.md index 45e536b..dd0ff1b 100644 --- a/gitbook/README.md +++ b/gitbook/README.md @@ -18,29 +18,49 @@ layout:
-## Welcome to RhinoVAULT! +## Welcome to RhinoVAULT -The Rhinoceros® plug-in [RhinoVAULT](https://www.food4rhino.com/en/app/rhinovault), originally developed by Dr. Matthias Rippmann at the Block Research Group at ETH Zurich, emerged from research on structural form finding using the _Thrust Network Analysis (TNA)_ approach to intuitively create and explore compression-only structures. +RhinoVAULT is a Rhino plugin for the form-finding of funicular shell structures using the _Thrust Network Analysis_ (TNA) method. Integrating principles of _graphic statics_, RhinoVAULT provides an intuitive and uniquely interactive approach to funicular form-finding, enabling the creation of structurally efficient and expressive shapes while offering insights into the underlying structural behavior. -Using reciprocal diagrams, RhinoVAULT provides an intuitive, fast funicular form-finding method, adopting the same advantages of techniques such as _Graphic Statics_, but offering a viable extension to three-dimensional problems. Our goal is to share a transparent setup to let you not only create beautiful shapes but also to give you an understanding of the underlying structural principles. +Originally developed by Dr. Matthias Rippmann at the Block Research Group at ETH Zurich, RhinoVAULT’s current development leverages [COMPAS](https://compas-dev.github.io/), a Python-based framework for computational research and collaboration in architecture, engineering, and digital fabrication. Built with open-source packages from the COMPAS ecosystem, the core functionalities of RhinoVAULT is available not only for Rhino but also any other CAD software or browser with a Python scripting interface. +As a fully open-source tool, RhinoVAULT is accessible to all, supporting students, researchers and design professionals globally in realizing innovative projects. Learning about your projects is invaluable for software development and serves as an inspiration to the structural design community. We invite you to connect with us to share projects created with RhinoVAULT or to explore opportunities for collaborations and workshops. +Happy form finding! -

Early examples of RhinoVAULT ca. 2010s.

+

Early examples of RhinoVAULT (Rippmann, ca. 2010s.)

*** -### Research Platform +### Open-source Research Platform -‌The current version of RhinoVAULT is an open-source research and development platform for funicular form-finding built with [COMPAS](https://compas-dev.github.io/), a Python-based framework for computational research and collaboration in Architecture, Engineering, and Digital Fabrication. +RhinoVAULT is a plugin that is specifically developed for Rhino 8 and above, built entirely with open-source packages from the rich COMPAS ecosystem. The [source codes of RhinoVAULT](https://github.com/BlockResearchGroup/compas-RV) is hosted on and accessible via GitHub, and we very much welcome your feedback. Please use the RhinoVAULT [issue tracker](https://github.com/BlockResearchGroup/compas-RV/issues) or the [COMPAS forum](https://forum.compas-framework.org/) to submit information about any bugs, technical problems, or feature requests. You can also contribute to the source code by following the [developer guide](https://github.com/BlockResearchGroup/compas-RV/wiki/Developer-Guide). -RhinoVAULT is a plugin that is specifically developed for Rhino 8 and above, built entirely with open source packages from the COMPAS ecosystem and will, therefore, be available not only for Rhino and Grasshopper, but also for Blender and other tools with a Python scripting interface, and ultimately even in the browser. +RhinoVAULT uses the following COMPAS packages: + +* [compas](https://github.com/compas-dev/compas) +* [compas\_fd](https://github.com/blockresearchgroup/compas\_fd) +* [compas\_rui](https://github.com/blockresearchgroup/compas\_rui) +* [compas\_session](https://github.com/blockresearchgroup/compas\_session) +* [compas\_tna](https://github.com/blockresearchgroup/compas\_dr)

The COMPAS ecosystem

-### Open Source +*** + +### Citing RhinoVAULT + +RhinoVAULT is freely available under the MIT License in the hope that you will enjoy it and use it for original and creative work. It can be shared and used for academic and commercial purposes, but with proper attribution. If you use RhinoVAULT for any projects, publications or other applications, please cite: -The development of RhinoVAULT is hosted on Github and is entirely open source, and we very much welcome your feedback. Please use the [issue tracker](https://github.com/BlockResearchGroup/compas-RV/issues) of the RhinoVAULT [GitHub repository](https://github.com/BlockResearchGroup/compas-RV) or the [COMPAS forum](https://forum.compas-framework.org/) to submit information about bugs, technical problems, or feature requests. +``` +@misc{compas-RV, + title = {{COMPAS RhinoVAULT}: Funicular Form Finding for Rhinoceros}, + author = {Tom Van Mele and Juney Lee}, + year = {2024}, + doi = {}, + url = {https://github.com/BlockResearchGroup/compas-RV}, +} +``` *** diff --git a/gitbook/additional/citing.md b/gitbook/additional/citing.md index 4576ad0..811cb43 100644 --- a/gitbook/additional/citing.md +++ b/gitbook/additional/citing.md @@ -1,8 +1,6 @@ # Citing RhinoVAULT -The development of RhinoVAULT is led by Dr. Tom Van Mele from ETH Zurich and Dr. Juney Lee from Carnegie Mellon University with many other [contributors](https://github.com/BlockResearchGroup/compas-RV/graphs/contributors) from the research community. It is shared freely under the MIT License in the hope that you will enjoy it and use it for original and creative work. It can be freely shared and used for academic and commercial purposes, but with proper attribution. - -If you use RhinoVAULT for projects, publications or other applications, please cite: +The development of RhinoVAULT is led by Dr. Tom Van Mele from ETH Zurich and Dr. Juney Lee from Carnegie Mellon University with many other [contributors](https://github.com/BlockResearchGroup/compas-RV/graphs/contributors) from the research community. RhinoVAULT is freely available under the MIT License in the hope that you will enjoy it and use it for original and creative work. It can be shared and used for academic and commercial purposes, but with proper attribution. If you use RhinoVAULT for any projects, publications or other applications, please cite: ``` @misc{compas-RV, diff --git a/gitbook/introduction/getting-started.md b/gitbook/introduction/getting-started.md index c75c3cf..590c86f 100644 --- a/gitbook/introduction/getting-started.md +++ b/gitbook/introduction/getting-started.md @@ -14,7 +14,7 @@ The following are the prerequisites for installing RhinoVAULT. In case you do not possess [Rhino](https://www.rhino3d.com/), download a fully featured, free trial version. {% hint style="warning" %} -RhinoVAULTLT is available for Rhino 8 **only.** +RhinoVAULT is available for Rhino 8 **only.** {% endhint %} *** @@ -58,6 +58,12 @@ RhinoVAULT uses the following COMPAS packages, which will be installed automatic * [compas\_session](https://github.com/blockresearchgroup/compas\_session) * [compas\_tna](https://github.com/blockresearchgroup/compas\_dr) + + +adfad + + +

RhinoVAULT splash screen

{% hint style="info" %} diff --git a/gitbook/theoretical-background/rhinovault.md b/gitbook/theoretical-background/rhinovault.md index 89b38a5..e9bdced 100644 --- a/gitbook/theoretical-background/rhinovault.md +++ b/gitbook/theoretical-background/rhinovault.md @@ -8,6 +8,8 @@ Based on TNA, RhinoVAULT provides an intuitive method for funicular form finding Since its release in 2014, RhinoVAULT has been downloaded by more than 30.000 people, it was awarded in the category "Structure / Physics Formation" at ALGODeQ, an international competition for algorithmic design programs, and it has been used to design surprising free-form masonry vaults and shell structures all over the world. +[Link to the original RhinoVAULT page on food4rhino](https://www.food4rhino.com/en/app/rhinovault). + *** ### References