-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from nationalarchives/stage
Stage
- Loading branch information
Showing
8 changed files
with
123 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<main id="main" tabindex="-1"> | ||
<div class="box-body"> | ||
<h2 align="center" class="main-title"> | ||
<h2 class="main-title text-center"> | ||
DiAGRAM - The <b>Di</b>gital <b>A</b>rchiving <b>G</b>raphical <b>R</b>isk <b>A</b>ssessment <b>M</b>odel | ||
</h2> | ||
<div style="text-align:center"> | ||
<div class="text-center"> | ||
<img src="www/diagram_logo_transparent.png" srcset="www/diagram_logo_transparent.png 1x, www/[email protected] 2x, www/[email protected] 3x" width="400px" alt="" class="block"> | ||
</div> | ||
<h3 align="center">Version 1.0.0</h3> | ||
<h3 class="text-center">Version 1.0.0</h3> | ||
<p>DiAGRAM is an online tool designed to help archivists manage the risks to their digital collections. By answering a <a href="www/final_questions.pdf" target="_blank" download="">set of questions</a> relating to archives such as storage media, system security and technical skills, the tool will use statistical methods to calculate the probability that your digital material is preserved.</p> | ||
|
||
<h4>Who created it?</h4> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
figure > svg#diagram-network .st1 { | ||
fill: #f9f6e2; | ||
stroke: none; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st2 { | ||
fill: #48cd00; | ||
marker-end: url(#mrkr13-6); | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st3 { | ||
fill: #000000; | ||
fill-opacity: 1; | ||
stroke: #000000; | ||
stroke-opacity: 1; | ||
stroke-width: 0.22935779816514 | ||
} | ||
|
||
figure > svg#diagram-network .st4 { | ||
fill: #000000; | ||
font-family: Roboto Mono; | ||
font-size: 1.25em | ||
} | ||
|
||
figure > svg#diagram-network .st5 { | ||
font-size: 1em | ||
} | ||
|
||
figure > svg#diagram-network .st6 { | ||
fill: #48cd00; | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st7 { | ||
fill: #ffffff; | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st8 { | ||
marker-end: url(#mrkr13-6); | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st9 { | ||
fill: #ffffff; | ||
marker-end: url(#mrkr13-6); | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st10 { | ||
fill: #5400cd; | ||
marker-end: url(#mrkr13-6); | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st11 { | ||
fill: #ffffff; | ||
font-family: Roboto Mono; | ||
font-size: 1.25em | ||
} | ||
|
||
figure > svg#diagram-network .st12 { | ||
fill: #ff6e3a; | ||
stroke: #000000; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
stroke-width: 0.75 | ||
} | ||
|
||
figure > svg#diagram-network .st13 { | ||
fill: none; | ||
fill-rule: evenodd; | ||
font-size: 12px; | ||
overflow: visible; | ||
stroke-linecap: square; | ||
stroke-miterlimit: 3 | ||
} | ||
|
||
figure > svg#diagram-network text { | ||
user-select: none | ||
} | ||
|
||
figure > svg#diagram-network .noStroke { | ||
stroke: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.