From 69d2e84a6e05ef60c86854107805ffd7fc107dd6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 19 Nov 2015 09:13:28 +0100 Subject: [PATCH] dmiralty-scale added (description and overview) --- admiralty-scale/README.md | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 admiralty-scale/README.md diff --git a/admiralty-scale/README.md b/admiralty-scale/README.md new file mode 100644 index 0000000..e3d2865 --- /dev/null +++ b/admiralty-scale/README.md @@ -0,0 +1,49 @@ +# Admiralty Scale + +The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and +the credibility of an information. + +## Source Reliability + +
+
A
+
Completely reliable
+
B
+
Usually reliable
+
C
+
Fairly reliable
+
D
+
Not usually reliable
+
E
+
Unreliable
+
F
+
Reliability cannot be judged
+
+ +## Information Credibility + +
+
1
+
Confirmed by other sources
+
2
+
Probably true
+
3
+
Possibly true
+
4
+
Doubtful
+
5
+
Improbable
+
6
+
Truth cannot be judged
+
+ +# Machine-parsable Admiralty Scale + +The repository contains a JSON file including the machine-parsable tags +along with their human-readable description. The software can use both +representation on the user-interface and store the tag as machine-parsable. + +~~~~ +admiralty-scale:source-reliability:b +~~~~ +