valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 4cde59c76bd97ad29fe27cb21c317a94311104df
parent db5b7f0ba1bf95c20adc2c9be8e4daf0d4374b43
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sat, 26 Jan 2019 14:00:24 -0600

Merge pull request #425 from elf-pavlik/fix/mixed-content

fix mixed content warnings
Diffstat:
Aassets/ProvenanceGraph.jpg | 0
Aassets/fw16-2.gif | 0
Mdocs/appendix/overview.md | 2+-
Mdocs/appendix/provenance.md | 2+-
4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/ProvenanceGraph.jpg b/assets/ProvenanceGraph.jpg Binary files differ. diff --git a/assets/fw16-2.gif b/assets/fw16-2.gif Binary files differ. diff --git a/docs/appendix/overview.md b/docs/appendix/overview.md @@ -7,7 +7,7 @@ This section is about what computer programs (or humans with pencil and paper an * **Dependent Demand** constructs schedules for operational economic networks from recipes * Many other scheduling algorithms can be used over the same recipes. * [Gantt charts](https://en.wikipedia.org/wiki/Gantt_chart) are a popular network schedule visualization. - ![gantt](http://www.freeworldacademy.com/newbizzadviser/picts/fw16-2.gif) + ![gantt](https://raw.githubusercontent.com/valueflows/valueflows/master/assets/fw16-2.gif) * **Critical Path** is another scheduling algorithm that analyzes a network of processes to figure out the bottlenecks, the processes that need special attention. * **Value Rollups** summarize the total value of all inputs to the resulting output from a recipe. * **Value Equations** determine how income should be distributed according to contributions to a deliverable item. diff --git a/docs/appendix/provenance.md b/docs/appendix/provenance.md @@ -4,7 +4,7 @@ Provenance is a form of tracing the origins of some end state. The term is often From [PROV Overview](http://www.w3.org/TR/prov-overview/): "Provenance is information about entities, activities, and people involved in producing a piece of data or thing, which can be used to form assessments about its quality, reliability or trustworthiness." Provenance traces the history of an artifact, its processes and inputs, their processes and inputs, etc. -![Provenance graph](http://www.b-me.de/Wordpress/wp-content/uploads/2010/04/ProvenanceGraph.jpg) +![Provenance graph](https://raw.githubusercontent.com/valueflows/valueflows/master/assets/ProvenanceGraph.jpg) - [source](http://www.b-me.de/?page_id=8) Provenance goes backward from the end of a flow, just like value equations.