Skip to content

Commit

Permalink
Added header to apply styles to proportionality.qmd. Styled risk tabl…
Browse files Browse the repository at this point in the history
…e with colour cell shading
  • Loading branch information
zarbspace committed Jun 24, 2024
1 parent f681797 commit ed01b71
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions proportionality.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
format:
html:
css: aqua_style.css
html-table-processing: none
---

::: {.callout-important}
This version of the AQuA book is a preliminary ALPHA draft. It is still in development, and we are still working to ensure that it meets user needs.

Expand Down Expand Up @@ -52,7 +59,7 @@ To guide what assurance is needed it is necessary to take a structured approach
This can be visualised by considering the situation as a risk matrix, illustrated in Figure 2. The impact of the analysis will usually be beyond the control of the analyst to change, so there will be few options to move an assessment down the table. However, there will usually be treatments (or mitigations), involving additional assurance measures, that will allow the assessed business risk to move to the left.


<table>
<table class="riskTable">
<tr>
<th></th>
<th></th>
Expand All @@ -70,47 +77,47 @@ This can be visualised by considering the situation as a risk matrix, illustrate
<tr>
<td> </td>
<th> Critical </th>
<td> Medium </td>
<td> Medium </td>
<td> High </td>
<td> High </td>
<td> High </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
<td class="high_risk"> High </td>
<td class="high_risk"> High </td>
<td class="high_risk"> High </td>
</tr>
<tr>
<td> </td>
<th> Severe </th>
<td> Low </td>
<td> Medium </td>
<td> Medium </td>
<td> High </td>
<td> High </td>
<td class="low_risk"> Low </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
<td class="high_risk"> High </td>
<td class="high_risk"> High </td>
</tr>
<tr>
<td></td>
<th> Major </th>
<td> Low </td>
<td> Medium </td>
<td> Medium </td>
<td> Medium </td>
<td> High </td>
<td class="low_risk"> Low </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
<td class="high_risk"> High </td>
</tr>
<tr>
<td></td>
<th> Moderate </th>
<td> Very Low </td>
<td> Low </td>
<td> Medium </td>
<td> Medium </td>
<td> Medium </td>
<td class="very_low_risk"> Very Low </td>
<td class="low_risk"> Low </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
<td class="medium_risk"> Medium </td>
</tr>
<tr>
<td></td>
<th> Minor </th>
<td> Very Low </td>
<td> Very Low </td>
<td> Low </td>
<td> Low </td>
<td> Medium </td>
<td class="very_low_risk"> Very Low </td>
<td class="very_low_risk"> Very Low </td>
<td class="low_risk"> Low </td>
<td class="low_risk"> Low </td>
<td class="medium_risk"> Medium </td>
</tr>
</table>

Expand Down

0 comments on commit ed01b71

Please sign in to comment.