--- a/model/prov-dm.html Tue Apr 17 13:36:58 2012 +0100
+++ b/model/prov-dm.html Tue Apr 17 13:51:14 2012 +0100
@@ -951,6 +951,7 @@
Components and their dependencies are illustrated in <a href="#prov-dm-components">Figure 4</a>. A component that relies on concepts defined in another also sits above it in this figure.
PROV-DM consists of the following components.</p>
+<div id="prov-dm-components-ul">
<ul>
<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
<li><b>Component 2: agents and responsibility.</b> The second component consists of agents and concepts ascribing responsibility to agents.</li>
@@ -959,6 +960,7 @@
<li><b>Component 5: collections.</b> The fifth component is about collections and concepts capturing their transformation, such as insertion and removal. </li>
<li><b>Component 6: annotations.</b> The sixth component is concerned with annotations to PROV-DM instances.</li>
</ul>
+</div>
<div style="text-align: center;">
@@ -981,7 +983,7 @@
Note that for simplicity, this table does not include collection-oriented relations.
</p>
-<div style="text-align: center;">
+<div id="relations-at-a-glance-div" style="text-align: center;">
<table border="1" style="margin-left: auto; margin-right: auto;">
<caption id="relations-at-a-glance">Table 3: PROV-DM Relations At a Glance</caption>
<tr><td></td><td>Entity</td><td>Activity</td><td>Agent</td><td>Note</td></tr>
--- a/presentations/wais-2012-18-14/prov-dm/overview/extra.css Tue Apr 17 13:36:58 2012 +0100
+++ b/presentations/wais-2012-18-14/prov-dm/overview/extra.css Tue Apr 17 13:51:14 2012 +0100
@@ -338,6 +338,28 @@
background-color: #f9f9f9;
}
+.component1-color {
+ background-color: rgba(255,42,42,0.2);
+}
+
+.component2-color {
+ background-color: rgba(0,68,170,0.2);
+}
+
+.component3-color {
+ background-color: rgba(0,170,0,0.2);
+}
+.component4-color {
+ background-color: rgba(204,255,0,0.2);
+}
+
+.component5-color {
+ background-color: rgba(11,40,40,0.2);
+}
+
+.component6-color {
+ background-color: rgba(244,105,14,0.2);
+}
.interpretation-forward::before {
content: "Interpretation: ";
Binary file presentations/wais-2012-18-14/prov-dm/overview/images/OverviewDiagram.png has changed
Binary file presentations/wais-2012-18-14/prov-dm/overview/images/components.png has changed
--- a/presentations/wais-2012-18-14/prov-dm/overview/index.html Tue Apr 17 13:36:58 2012 +0100
+++ b/presentations/wais-2012-18-14/prov-dm/overview/index.html Tue Apr 17 13:51:14 2012 +0100
@@ -199,6 +199,20 @@
</div>
+<div class="slide" id="provenance-definition">
+
+ <h2>A Definition of Provenance</h2>
+
+
+<p>
+<div class="glossary-ref" ref="glossary-provenance">
+</div>
+</p>
+
+
+
+</div>
+
<div class="slide" id="interchange">
@@ -223,19 +237,6 @@
</div>
-<div class="slide" id="provenance-definition">
-
- <h2>A Definition of Provenance</h2>
-
-
-<p>
-<div class="glossary-ref" ref="glossary-provenance">
-</div>
-</p>
-
-
-
-</div>
<div class="slide" id="layered1">
@@ -331,8 +332,28 @@
+
<div class="slide" id="components">
+ <h2>PROV Data Model Components</h2>
+
+ <img src="images/components.png" alt="PROV-DM components" style="max-width: 70%; " />
+
+ <div class="element-ref" ref="prov-dm-components-ul"></div>
+
+
+</div>
+
+<div class="slide" id="overview-diagram">
+
+ <h2>PROV Data Model Structure</h2>
+
+ <img src="images/OverviewDiagram.png" alt="PROV-DM overview" style="max-width: 70%; " />
+
+</div>
+
+<div class="slide" id="components2">
+
<h2>PROV Data Model Structure</h2>
<h3>PROV-DM Components</h3>
@@ -349,12 +370,15 @@
</div>
-<div class="slide" id="overview">
-
- <h2>Overview</h2>
- <img src="images/OverviewDiagram.svg" alt="PROV-DM overview" style="max-width: 70%; " />
+
+<div class="slide" id="at-a-glance">
+
+ <h2>Relations at a Glance</h2>
+
+ <div class="element-ref" ref="relations-at-a-glance-div"></div>
+
</div>