Last modified by adavison on 2022/05/23 22:24

From version 10.2
edited by adavison
on 2020/08/05 11:44
Change comment: There is no comment for this version
To version 10.4
edited by adavison
on 2020/08/05 12:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,6 +25,11 @@
25 25  
26 26  (note that the diagrams do not show Agents; the person who launched each analysis/simulation activity is linked to the activity with a ##wasAssociatedWith## connection).
27 27  
28 +(% class="box warningmessage" %)
29 +(((
30 +TODO: insert or link to the detailed schemas for each type
31 +)))
32 +
28 28  == Tools for automated capture of provenance ==
29 29  
30 30  * on different systems:
... ... @@ -37,8 +37,17 @@
37 37  
38 38  == Communication between computer systems and the KG ==
39 39  
40 -* local cache and synchronization?
45 +Two issues arise:
41 41  
47 +(i) fine-grained provenance information may need to be obtained on compute nodes, which may not have network access;
48 +
49 +(ii) failures of provenance upload should not cause the workflows to fail;
50 +
51 +An overall solution for both of these issues would perhaps involve a local cache and later synchronization.
52 +
42 42  == User interfaces for browsing, visualizing, and searching provenance information ==
43 43  
44 -
55 +(% class="box infomessage" %)
56 +(((
57 +DISCUSSION NEEDED: integrate visualization of prov information into KG Search UI, and/or develop separate app?
58 +)))