|
19 | 19 | <i class="material-icons arrow-bullet">chevron_right</i> Manage files |
20 | 20 | in your pod |
21 | 21 | </h3> |
22 | | - <p>Upload, delete, and move resources in your Solid Pod.</p> |
| 22 | + <p>Upload and delete resources in your Solid Pod.</p> |
23 | 23 | <h3 class="req"> |
24 | 24 | <i class="material-icons arrow-bullet">chevron_right</i> Query your |
25 | 25 | pod (and SPARQL endpoints you specify) |
|
37 | 37 | notify others of the changes. |
38 | 38 | </p> |
39 | 39 | <p class="middle-line"> |
40 | | - Save query and results to a query cache in your pod |
| 40 | + Save SPARQL queries and results to a query cache in your pod |
41 | 41 | </p> |
42 | 42 | <p class="last-line"> |
43 | 43 | Share queries and results from your query cache and improve query |
44 | | - performance with the cache |
| 44 | + performance by using the cache |
45 | 45 | </p> |
46 | 46 | </div> |
47 | 47 | </div> |
|
109 | 109 | running 🚀 |
110 | 110 | </p> |
111 | 111 |
|
112 | | - <div class="triple-item"> |
113 | | - <button class="dropdown-toggle" @click="toggleObjectives"> |
114 | | - <h4>🎯 Objectives of This Guide</h4> |
115 | | - <i class="material-icons dropdown-arrow"> |
116 | | - {{ |
117 | | - objectivesOpen ? "keyboard_arrow_down" : "chevron_right" |
118 | | - }}</i |
119 | | - > |
120 | | - </button> |
121 | | - <div v-if="objectivesOpen"> |
122 | | - <ol> |
123 | | - <li> |
124 | | - Setting up a Solid Pod (that is accessible via the internet) |
125 | | - </li> |
126 | | - <li> |
127 | | - Logging into your Pod at any time (after setting it up) |
128 | | - </li> |
129 | | - <li> |
130 | | - Understanding the features and functionalities of the Solid |
131 | | - Cockpit app. |
132 | | - </li> |
133 | | - <li> |
134 | | - Overview of future capabilities, such as managing pod |
135 | | - contents, adjusting data privacy, and querying data using |
136 | | - SPARQL. |
137 | | - </li> |
138 | | - </ol> |
139 | | - </div> |
140 | | - </div> |
141 | | - |
142 | 112 | <div class="triple-item"> |
143 | 113 | <button class="dropdown-toggle" @click="toggleSetupPod"> |
144 | 114 | <h4>🌐 Setting Up a Solid Pod (Online)</h4> |
|
167 | 137 | >https://triple.ilabt.imec.be/</a |
168 | 138 | > |
169 | 139 | </p> |
170 | | - <p>Use the following credentials to enter the site:</p> |
171 | | - <ul> |
172 | | - <li><strong>Password</strong>: <code>triple</code></li> |
173 | | - </ul> |
| 140 | + <p>Use the Password: <code>triple</code></p> |
174 | 141 | </li> |
175 | 142 | <li> |
176 | 143 | <strong>🔐 Sign Up to make a Pod</strong> |
|
221 | 188 | >https://triple.ilabt.imec.be/</a |
222 | 189 | > |
223 | 190 | </p> |
224 | | - <p>Use the following credentials to enter the site:</p> |
225 | | - <ul> |
226 | | - <li><strong>Password</strong>: <code>triple</code></li> |
227 | | - </ul> |
| 191 | + <p>Use the Password: <code>triple</code></p> |
228 | 192 | </li> |
229 | 193 | <li> |
230 | 194 | <strong>Login using your credentials</strong> |
|
273 | 237 | managing and interacting with your Solid Pod. |
274 | 238 | </p> |
275 | 239 |
|
276 | | - <button |
277 | | - class="dropdown-toggle" |
278 | | - @click="toggleAvailableFeatures" |
| 240 | + <h3>✨ Available Features</h3> |
| 241 | + <i class="material-icons dropdown-arrow"> |
| 242 | + {{ |
| 243 | + availableFeaturesOpen |
| 244 | + ? "keyboard_arrow_down" |
| 245 | + : "chevron_right" |
| 246 | + }}</i |
279 | 247 | > |
280 | | - <h5>✨ Available Features</h5> |
281 | | - <i class="material-icons dropdown-arrow"> |
282 | | - {{ |
283 | | - availableFeaturesOpen |
284 | | - ? "keyboard_arrow_down" |
285 | | - : "chevron_right" |
286 | | - }}</i |
287 | | - > |
288 | | - </button> |
289 | | - <div v-if="availableFeaturesOpen"> |
| 248 | + <div> |
290 | 249 | <ol> |
291 | 250 | <li> |
292 | 251 | <strong>📝 Data Upload</strong> |
293 | 252 | <p>Upload data to your Pod.</p> |
294 | | - <p> |
295 | | - When uploading RDF data, file validity can be assessed |
296 | | - before uploading. |
297 | | - </p> |
298 | | - <p>Specify and modify the metadata of uploaded files.</p> |
299 | 253 | </li> |
300 | 254 | <li> |
301 | 255 | <strong>🗂️ Data Browser</strong> (under construction) |
|
0 commit comments