Skip to content

Commit 6a5bad0

Browse files
committed
updated the metadata and KO information page converting the knowledge nodes to black nodes
1 parent a1e9d49 commit 6a5bad0

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ <h2>Creator Information</h2>
126126

127127
<h2>Knowledge</h2>
128128

129-
<p><h3> causal_pathways</h3></p>
129+
<p><h3> _:causal_pathways</h3></p>
130130
<p><strong>Type:</strong> koio:Knowledge</p>
131+
131132
<p><strong>Implemented by:</strong>
132133
<a href="causal_pathways">
133134
causal_pathways
@@ -144,8 +145,9 @@ <h2>Knowledge</h2>
144145

145146

146147

147-
<p><h3> message_templates</h3></p>
148+
<p><h3> _:message_templates</h3></p>
148149
<p><strong>Type:</strong> koio:Knowledge</p>
150+
149151
<p><strong>Implemented by:</strong>
150152
<a href="message_templates">
151153
message_templates
@@ -162,8 +164,9 @@ <h2>Knowledge</h2>
162164

163165

164166

165-
<p><h3> performance_measures</h3></p>
167+
<p><h3> _:performance_measures</h3></p>
166168
<p><strong>Type:</strong> koio:Knowledge</p>
169+
167170
<p><strong>Implemented by:</strong>
168171
<a href="performance_measures/measures.json">
169172
performance_measures/measures.json
@@ -180,8 +183,9 @@ <h2>Knowledge</h2>
180183

181184

182185

183-
<p><h3> prioritization_algorithms</h3></p>
186+
<p><h3> _:prioritization_algorithms</h3></p>
184187
<p><strong>Type:</strong> koio:Knowledge</p>
188+
185189
<p><strong>Implemented by:</strong>
186190
<a href="prioritization_algorithms/motivational_potential_model.csv">
187191
prioritization_algorithms/motivational_potential_model.csv
@@ -198,8 +202,9 @@ <h2>Knowledge</h2>
198202

199203

200204

201-
<p><h3> comparators.json</h3></p>
205+
<p><h3> _:comparators</h3></p>
202206
<p><strong>Type:</strong> koio:Knowledge</p>
207+
203208
<p><strong>Implemented by:</strong>
204209
<a href="comparators.json">
205210
comparators.json
@@ -216,8 +221,9 @@ <h2>Knowledge</h2>
216221

217222

218223

219-
<p><h3> preferences.json</h3></p>
224+
<p><h3> _:preferences</h3></p>
220225
<p><strong>Type:</strong> koio:Knowledge</p>
226+
221227
<p><strong>Implemented by:</strong>
222228
<a href="preferences.json">
223229
preferences.json
@@ -249,7 +255,7 @@ <h3><a href="vignettes">Vignettes for the Precision Feedback Knowledge Base</a><
249255
<p>The Precision Feedback Knowledge Base has a collection of vignettes that illustrate how the knowledge base can be used by a precision feedback system to prioritize motivating performance information and tailor feedback messages. Each vignette uses a fictional context and providers, called personas, who are representative of some population of providers. The vignette includes narrative description of the function of a precision feedback system, as well as computer-interpretable code and files that can be used to test out the function of the precision feedback system. The narrative part of each vignette is written for clinical feedback system stakeholders, focusing primarily on a researchers and feedback system developers for feedback systems in health care organizations. The purpose of the vignettes is also to increase the findability and transparency of the precision feedback system software to all stakeholders, including healthcare professionals, patients, and communities.</p>
250256

251257
<h3><a href="readme.md">readme.md</a></h3>
252-
<p>Knowledge base readme file.</p>
258+
<p>Knowledge base read me file.</p>
253259

254260
<h3><a href="index.html">Knowledge Object Information Page.</a></h3>
255261
<p>Knowledge Object Information Page.</p>

metadata.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
},
1818
"dc:publisher": "DISPLAY Lab",
1919
"dc:license": "LICENSE.txt",
20-
2120
"koio:hasKnowledge": [
2221
{
23-
"@id": "causal_pathways",
22+
"@id": "_:causal_pathways",
2423
"@type": "koio:Knowledge",
2524
"implementedBy": {
2625
"@id": "causal_pathways",
@@ -32,7 +31,7 @@
3231
}
3332
},
3433
{
35-
"@id": "message_templates",
34+
"@id": "_:message_templates",
3635
"@type": "koio:Knowledge",
3736
"implementedBy": {
3837
"@id": "message_templates",
@@ -44,7 +43,7 @@
4443
}
4544
},
4645
{
47-
"@id": "performance_measures",
46+
"@id": "_:performance_measures",
4847
"@type": "koio:Knowledge",
4948
"implementedBy": {
5049
"@id": "performance_measures/measures.json",
@@ -56,7 +55,7 @@
5655
}
5756
},
5857
{
59-
"@id": "prioritization_algorithms",
58+
"@id": "_:prioritization_algorithms",
6059
"@type": "koio:Knowledge",
6160
"implementedBy": {
6261
"@id": "prioritization_algorithms/motivational_potential_model.csv",
@@ -75,7 +74,7 @@
7574
]
7675
},
7776
{
78-
"@id": "comparators.json",
77+
"@id": "_:comparators",
7978
"@type": "koio:Knowledge",
8079
"implementedBy": {
8180
"@id": "comparators.json",
@@ -87,7 +86,7 @@
8786
}
8887
},
8988
{
90-
"@id": "preferences.json",
89+
"@id": "_:preferences",
9190
"@type": "koio:Knowledge",
9291
"implementedBy": {
9392
"@id": "preferences.json",
@@ -111,7 +110,7 @@
111110
"@id": "readme.md",
112111
"@type": "koio:Documentation",
113112
"dc:title": "readme.md",
114-
"dc:description": "Knowledge base readme file."
113+
"dc:description": "Knowledge base read me file."
115114
},
116115
{
117116
"@id": "index.html",

0 commit comments

Comments
 (0)