Skip to content

Commit

Permalink
Adds links to changelog in HTML
Browse files Browse the repository at this point in the history
- adds links to `2.1/changelog.html` in each HTML spec
- includes summary of changes (additions/removals) for each spec
  • Loading branch information
coolharsh55 committed Feb 8, 2025
1 parent 6cce519 commit 9ea9b88
Show file tree
Hide file tree
Showing 293 changed files with 12,813 additions and 11,417 deletions.
14 changes: 13 additions & 1 deletion 2.1/ai/ai-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -20097,7 +20097,19 @@ <h3>Funding Acknowledgements for Contributors</h3>

<section id="changelog">
<h2>Changelog for v2.1</h2>
<div class="issue" title="Changelog for v2.1"></div>
<p><strong>total terms: 208 ; added: 192 ; removed: 1 ;</strong></p>
<p>The <a href="../changelog.html">changelog</a> provides more information on concepts that have been added/removed in this version. Below is a summary of the changes.</p>
<ul>
<li><code>Risk</code> was renamed to <code>RiskConcept</code> as a specialisation of DPV's concept to enable it to be used in multiple roles as detailed in the <code>RISK</code> extension.</li>
<li>Integrates concepts from <a href="https://w3id.org/airo"><code>AI Risk Ontology (AIRO)</code></a> by Golpayegani et al.</li>
<li>Integrates concepts from <a href="https://w3id.org/vair"><code>Vocabulary of AI Risks (VAIR)</code></a> by Golpayegani et al.</li>
<li>Added concepts for <code>Technique</code>.</li>
<li>Added concepts for <code>Capability</code>.</li>
<li>Added concepts for <code>AISystem</code> and <code>Model</code>.</li>
<li>Added concepts for <code>Data</code> including training, output, and validation.</li>
<li>Added <code>RiskConcept</code> taxonomies to represent concepts that can be risk sources, risks, consequences, impacts - including <code>DataRisk</code> and <code>AIBias</code>.</li>
<li>Added concepts for <code>LifecycleStage</code> based on ISO/IEC 22989:2022.</li>
</ul>
</section>

<script type="text/javascript" src="../diagrams/common.js" defer></script>
Expand Down
Loading

0 comments on commit 9ea9b88

Please sign in to comment.