-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (191 loc) · 6.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<meta charset="utf-8">
<style>
@import "css/bootstrap.min.css";
@import "assets/css/styles.css";
@import "assets/css/wide.css";
nav{
z-index:400001;
}
body {
overflow-x:hidden;
}
#intro {
margin-top: 100px;
}
#about p {
background-size:cover;
border-color: #aaa;
padding: 10px;
display: inline-block;
width:80%;
margin: 0px 0px 0px 0px;
}
div#search-field{
width: 75%;
height: 50px;
display: inline-block;
}
form#search-form{
width: 100%;
height: 40px;
margin: 25px 100px 0 100px;
padding: 0 auto;
display: block;
}
form#search-form div.selectboxes select {
display: inline-block;
}
div#term-heading {
display: block;
margin-bottom: 20px;
}
div#search-result {
margin: 25px 100px 0 100px;
left: 10px;
width: 100%;
display: inline-block;
clear: both;
}
div#adv-search input[type=checkbox] {
margin-right: 3px;
}
div#adv-search label {
margin-right: 20px;
}
ul#term-tabs {
display: inline-block;
width: 35%;
float: left;
position: relative;
padding: 0;
margin: 0;
}
ul#term-tabs li {
list-style: none;
display: block;
margin: 0;
padding: 2px;
}
ul#term-tabs li a {
text-decoration: none;
color: #1a1a1a;
font-weight: bold;
font-size: 1em;
}
ul#term-tabs li.active{
background: #aaa;
}
ul#term-tabs li:hover {
background: #ccc;
}
div#term-defs {
display: inline-block;
margin-left: 10%;
margin-right: 20%;
padding: 1em;
border: 1px solid #aaa;
}
div#term-defs .citation {
font-size: 0.85em;
margin: 10px 0 0;
font-style: italic;
border-top: 1px dotted #aaa;
border-bottom: 1px solid #aaa;
padding: 0 1em 2em 0;
}
div.showhide {
width: 100%;
clear: both;
float: right;
}
div.showhide.hiding {
background: #eee;
border-bottom: 1px solid #aaa;
}
div.showhide .heading {
float: left;
}
div.showhide .link {
float: right;
}
div.card {
clear: both;
}
div#deeplink {
width: 70%;
font-weight: bold;
margin-top: 20px
}
span#termname{
font-weight: bold;
}
.country {
fill: #ccc;
stroke: #fff;
stroke-width: .5px;
stroke-linejoin: round;
}
.graticule {
fill: none;
stroke: #000;
stroke-opacity: .3;
stroke-width: .5px;
}
.graticule.outline {
stroke: #333;
stroke-opacity: 1;
stroke-width: 1.5px;
}
</style>
<script src="d3/d3.v3.min.js"></script>
<script src="d3/d3.geo.projection.v0.min.js"></script>
<script src="d3/topojson.v1.min.js"></script>
<script src="d3/d3.layout.cloud.js"></script>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/definitions.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr-latest.js"></script>
</head>
<body>
<nav class="na-bar " id="na-main-bar">
<a href="http://newamerica.org"><img src="newamerica/static/media/icons/na-menu.svg" style="width:35px; display:inline; position:absolute; top:25px; left:25px;"></a>
<h1 class="left-vr"><div class="page-offset"><a href="http://newamerica.org/cybersecurity-initiative" class="org-name" id="theOrg">Cyber Security Initiative</a>
</div></h1>
</nav>
<nav id="organization" class="org-nav">
<button type="button" data-related-to="orgMenu" id="ob" class="org-home light icon na org-btn">OTI Menu</button>
<div class="js-menu org-links right" id="orgMenu">
<ul class="oti ">
<li><a href="#about">About</a></li>
<li><a href="https://newamerica.wufoo.com/forms/rtxo6wi08n1u7x/" class="na ">Submit a definition</a></li>
<li><a href="https://www.newamerica.org/cybersecurity-initiative/policy-papers/compilation-of-existing-cybersecurity-and-information-security-related-definitions/" class="na ">Download the report</a></li>
<li><a href="https://data.opentechinstitute.org/dataset/cyber-security-definitions/" class="na ">Download the dataset</a></li>
<!--<li><a href="http://newamerica.org/oti/">OTI</a></li>
<li><a href="http://newamerica.org/international-security">ISP</a></li>-->
<li><a href="https://www.newamerica.org/cybersecurity-initiative/about-us/">About the Initiative</a></li>
</ul>
</div>
</nav>
<div id="masterContent">
<div id="intro" >
<h1>Global Cyber Definitions Database</h1>
<p>This website houses over 400 cyber and information security related definitions from around the world and we are constantly looking to expand and update our database. Use the search bar below to explore the database or download and browse the data by clicking the link at the top of the page. If you know of a definition that we don’t have but should, please <a href="https://newamerica.wufoo.com/forms/rtxo6wi08n1u7x/" class="na ">Submit Definitions</a> to us.</p>
<p><a href="#about" class="na ">Read more about the Cyber Definitions Project.</a></p>
<iframe src="search.html" style="width:90%; height:600px; margin: 0; border:none; "></iframe>
</div>
</div>
<div class="scripted_styling"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/libs/jquery-1.11.1.min.js"><\/script>')</script>
<script src="assets/js/jquery.widowFix-1.3.2.min.js"></script>
<script src="assets/js/components/nav.js"></script>
<script src="assets/compiled/js/core.js"></script>
<div id="overlay" class="js-menu-screen"></div>
<div id="about">
<p><h3>About the Global Cyber Defintions Database</h3></p>
<p>In December 2013, the Organization for Security and Co-operation in Europe (OSCE) member states <a href="http://www.osce.org/pc/109168" class="na ">adopted</a> initial confidence-building measures (CBMs) in order to mitigate the risk of information and communication technology enabled conflict. In October 2014, New America published “<a href="https://www.newamerica.org/cybersecurity-initiative/policy-papers/compilation-of-existing-cybersecurity-and-information-security-related-definitions/" class="na ">Compilation of Existing Cybersecurity and Information Security Related Definitions</a>” to support the development of successful OSCE confidence-building measures. The Swiss government in its capacity as chair of OSCE graciously funded the report.</p>
<p>The Internet Society <a href="http://www.internetsociety.org/sites/default/files/bp-deconstructing-cybersecurity-16nov-update.pdf" class="na ">noted</a> in 2012 that the cybersecurity community needs a better understanding of cyber and information security terms. The Global Cyber Definitions project is designed to bridge this knowledge gap by providing a public and easily accessible online repository. The database houses definitions from international organizations, standard setting bodies, states, and other sources such as the Oxford Dictionary on Computing.</p>
</div>
</body>
</html>