aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2016-11-25 17:14:10 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2016-11-25 17:14:10 +0000
commit426c4b7fe18f2830bc4a05f06d2b5f720d525943 (patch)
tree14bb4771f6c4e3dc12fb03ab9637e8d10b4c0a41
parentd65ed355fc7330ec79881a0c36d60ea44d27df1c (diff)
downloadtweed-426c4b7fe18f2830bc4a05f06d2b5f720d525943.tar.gz
README minor edits
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3aa4d1f..f1de6c3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Copyright © 2016 Paul Garlick <[pgarlick@tourbillion-technology.com](mailto:pga
*TWEED* is a system for organizing engineering software. *TWEED* software applications can be moved freely, as a group, from one computer to another. All software versions can be maintained and all dependencies remain intact. *TWEED* is the **T**ransferable **W**orking **E**nvironment for **E**ngineering **D**esign.
-In the domain of computational science and engineering it is common to develop workflows to accomplish a task or investigate a process. The workflow comprises a set of software applications and associated data. A problem with many workflows is that they are fragile. Hardware breaks, software licenses expire, data in restricted formats becomes inaccessible. It can be a major task to re-build complex, carefully constructed workflows. The purpose of *TWEED* is to make it easier to develop sustainable workflows . Using the term *sustainable* in this context is to say the workflows should be easy to move around and durable over time.
+In the domains of computational science and computer-aided engineering it is common to develop workflows to accomplish a task or investigate a process. The workflow comprises a set of software applications and associated data. A problem with many workflows is that they are fragile. Hardware breaks, software licenses expire, data in restricted formats becomes inaccessible. It can be a major task to re-build complex, carefully constructed workflows. The purpose of *TWEED* is to make it easier to develop sustainable workflows . Using the term *sustainable* in this context is to say the workflows should be easy to move around and durable over time.
In this model *TWEED* provides the workflow applications. The user supplies, or generates, the data. Applications are included in *TWEED* for tasks such as 3D modelling and numerical simulation. Users may choose from applications geared towards manufacturing operations, such as 2D draughting, or instead concentrate efforts on research and development using advanced optimization algorithms, as one example. Tools are included for generating grids for arbitrarily complex shapes and displaying results.
@@ -16,7 +16,7 @@ A key feature of *TWEED* is the separation of the applications from the underlyi
The separation of the applications from the operating system makes the working environment transferable. This is useful for an engineer moving a workflow that has been developed on one computer to another, possibly different, computer. It is also useful in scaling a development environment, on a small system, to a production environment, on a larger system. The installation of the applications is exactly the same in each case.
-A major advantage of using *TWEED* in preference to the operating system package managers is the relative speed of upgrading packages. Whereas the upgrade cycle of the operating system packages may be in the region of 2--3 years, application upgrades in *TWEED* may be performed within days. This is especially helpful in the realm of computational science and engineering, where new methods are being introduced at a rapid pace.
+A major advantage of using *TWEED* in preference to the operating system package managers is the relative speed of upgrading packages. Whereas the upgrade cycle of the operating system packages may be in the region of 2--3 years, application upgrades in *TWEED* may be performed within days. This is especially helpful in the realm of computational science, where new methods are being introduced at a rapid pace.
*TWEED* automates the compilation and build processes of new package versions and keeps track of dependencies. In comparison to individual installations from source, *TWEED* keeps the filesystem neat and tidy. It is also easier to maintain, having dedicated commands for upgrading packages and removing unused files.
@@ -41,7 +41,7 @@ A shared characteristic of these package managers is their ability to install al
A user may install a subset of the *TWEED* packages. It is also possible for the user to extend the list of packages, beyond the group offered by *TWEED*. For details of the installation procedure, please see the file INSTALL.
-Over time, in the development of *TWEED* itself, packages may be added to or subtracted from the included group. However, it is an objective that the size of the group will stabilize at a figure that can be reasonably maintained by a single engineer. This figure has not been decided yet. Suggestions are welcome!
+Over time, in the development of *TWEED* itself, packages may be added to or subtracted from the included group. However, it is an objective that the size of the group will stabilize at a figure that can be reasonably maintained by a single engineer. This figure has not been fixed. Suggestions are welcome!
Infrequently, there may also be change to the list of package managers used by *TWEED*. An ideal list would contain a single package manager. This is a long-term objective. However, the list may increase or decrease in length temporarily as package management technology evolves and as the availability of applications provided by the different package managers changes.