Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: repair broken image URLs #595

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture/governance/hierarchy-of-norms.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The hierarchy of norms refers to the hierarchical structure of rules within the
In the Axone Governance framework, the hierarchy of norms establishes a clear order of precedence for rules and regulations. We thus end up with different levels of governance that allow fine-grained control of the use of the protocol.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/governance-hierarchy-of-norms.webp" alt="Governance - Hierarchy of Norms" style={{ maxHeight: "340px" }}></img>
<img src="/img/content/technical-documentation/governance-hierarchy-of-norms.webp" alt="Governance - Hierarchy of Norms" style={{ maxHeight: "340px" }}></img>
</div>

<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/ontology/the-power-of-ontologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Several languages are used to express the Axone ontologies:
- [SKOS (Simple Knowledge Organization System)](https://en.wikipedia.org/wiki/Simple_Knowledge_Organization_System): a language for representing ontology that allows the description of classification systems and thesauri. SKOS allows the definition of concepts, relationships, and properties.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/semantic-stack.webp" style={{ maxHeight: "335px" }}></img>
<img src="/img/content/technical-documentation/semantic-stack.webp" style={{ maxHeight: "335px" }}></img>
</div>

## Ontology at the heart of the blockchain
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/ontology/what-are-ontologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 2
In computer science, ontology is a formal and structured representation of the concepts, relationships, and properties of a particular domain. An ontology generally comprises the following basic elements: concepts, relationships, properties, axioms, and instances. These can be graphically represented by the simplified equation shown below.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/ontology_equation.webp" alt="Ontology equation" style={{ maxHeight: "220px" }}></img>
<img src="/img/content/technical-documentation/ontology_equation.webp" alt="Ontology equation" style={{ maxHeight: "220px" }}></img>
</div>

Some definitions:
Expand Down Expand Up @@ -111,7 +111,7 @@ The construction of this ontology follows a number of steps which are described
- **Ontology evaluation (6)**: Association of key concepts and terms in the ontology with concepts and terms of other ontologies.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/ontology-construction-process.webp" alt="Ontology construction process" style={{ maxHeight: "650px" }}></img>
<img src="/img/content/technical-documentation/ontology-construction-process.webp" alt="Ontology construction process" style={{ maxHeight: "650px" }}></img>
</div>

## Underlying Assumptions
Expand Down
Loading