forked from CommerceDataService/cpc-naics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (142 loc) · 6.45 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
<html>
<head>
<title>CPC-NAICS</title>
<link rel="icon" href="img/icon.jpg">
<!--Jquery-->
<script type="text/javascript" language="javascript" src = "https://code.jquery.com/jquery-1.12.4.js"></script>
<!--Bootstrap-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--Data Tables-->
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css">
<!--Custom code-->
<link rel="stylesheet" type="text/css" href="css/modal.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" type="text/css" href="css/tables.css">
<script type="text/javascript" class="init" src = "script/data.js"></script>
<link rel="stylesheet" href="css/landing.css" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/cds_pop.css" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href='css/coda.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" class="init" src = "script/clickEvent.js"></script>
<link rel="stylesheet" type="text/css" href="css/tables.css">
<!--Load data-->
<script type="text/javascript" src="data/recs.json"></script>
<script type="text/javascript" src="data/refs.json"></script>
<style>
.dataTables_wrapper .dataTables_length {
float: right;
}
.dataTables_wrapper .dataTables_filter {
float: left;
text-align: left;
}
.dataTables_filter input {
width: 100%;
height: auto;
}
.headerDivider {
border-right:1px solid lightgrey;
height:1000;
}
.dataTables_wrapper {
font-family: "HelveticaNeue-Light";
font-weight:100;
font-size: 13px;
*zoom: 1;
zoom: 1;
}
.explain{
padding-left:1em;
}
.download {
background-color:#459ec7;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:12px;
padding:6px 31px;
text-decoration:none;
}
.download:hover {
background-color:#00aceb;
}
.download:active {
position:relative;
top:1px;
}
.keyword2{
display: inline-block;
line-height: 14px;
position: relative;
margin: 0 3px 3px 0;
padding: 0 5px 0 6px;
background: lightblue;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
color: #fff;
font-size: 10px;
}
</style>
</head>
<body>
<!-- Header -->
<section class="disclaimer-bar" style="background-color:darkgrey; color:white">
<div class="usa-disclaimer ">
<div class="container usa-disclaimer-official ">
<img src="img/usa-flag.png" alt="U.S. flag">
<p style = "color:darkgrey">An Experimental Project</p>
</div>
</div>
<div class="container coda-font" >
<div class="row" >
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" align="left" >
<h3>CPC - NAICS <br>
<span style="font-size:50%">concordance project</span></h3>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 " align = "right">
<br>
<h4 ><a href= "#" id = "explainBtn" style = "color:white" class="explain">ABOUT</a><a href= "data/cpc-naics-bridge.csv" download class="explain" style = "color:white">DOWNLOAD</a></h4>
<!-- The Modal -->
<div id="myModal" class="modal" >
<!-- Modal content -->
<div class="modal-content" align = "center" style = "color:darkslategrey">
<span class="close">×</span>
<h3>CPC to NAICS Concordance</h3>
<h5>A prototype for linking innovation activity to economic activity <br> using Natural Language Processing (NLP) techniques. </h5>
<img src="img/process.png" width = "70%" align = "center"/>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container" style = "font-family:'HelveticaNeue-Light'">
<br>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 headerDivider">
<table id="example" class="" cellspacing="0" width="100%">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
</table>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 " >
<div id = "recs" style="width: 100%; height: 500px;">
</div>
</div>
</div>
</section>
<script type="text/javascript" class="init" src = "script/modal.js"></script>
</body>
</html>