-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuzzylogic.html
More file actions
207 lines (179 loc) · 7.72 KB
/
fuzzylogic.html
File metadata and controls
207 lines (179 loc) · 7.72 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Fill out the following metadata for SEO and use in social media (WhatsApp, Facebook, Twitter) -->
<title>Investment Strategies for Service Sectors Post COVID-19</title>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FNRL3XH0JH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FNRL3XH0JH');
</script>
<meta property="og:title" content="Investment Strategies for Service Sectors Post COVID-19">
<meta name="description" content="Investment Strategies for Service Sectors Post COVID-19">
<meta property="og:description" content="Investment Strategies for Service Sectors Post COVID-19">
<meta name="twitter:description" content="Investment Strategies for Service Sectors Post COVID-19">
<meta property="og:url" content="">
<meta name="twitter:site" content="@">
<meta name="keywords" content="Fuzzy Logic, Investment, COVID-19, Digital Transformation">
<meta name="copyright" content="">
<meta name="robots" content="index,follow">
<!-- Generate your own favicons for different platforms using, e.g., https://realfavicongenerator.net/ -->
<link rel="icon" type="image/png" href="http://www.ocox-ai.co/uploads/1/2/6/7/126714507/ocox-logo.png" />
<!-- Adapt the following code if you want to show custom banners when sharing your website on social media -->
<!--
<meta property="og:image" content="">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="400">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="">
-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<script src="assets/presentation.js"></script>
<script src="assets/raphael-min.js"></script>
<body onLoad="presentation();">
<nav class="navbar navbar-expand-md navbar-light bg-light"> <!-- fixed-top -->
<a class="navbar-brand">OCOX-AI</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#abstract">Abstract</a></li>
<li class="nav-item"><a class="nav-link" href="#input">Inputs Variables</a></li>
<li class="nav-item"><a class="nav-link" href="#output">Output Variables</a></li>
<li class="nav-item"><a class="nav-link" href="#rules">Rules</a></li>
<li class="nav-item"><a class="nav-link" href="#test">Test</a></li>
<!--li class="nav-item"><a class="nav-link" href="#presentation">Presentation Guidelines</a></li>
<li class="nav-item"><a class="nav-link" href="#accepted">Accepted Papers</a></li>
<li class="nav-item"><a class="nav-link" href="#committees">Test</a></li-->
</ul>
</div>
</nav>
<main>
<div class="jumbotron text-center">
<div class="container py-4">
<h1 class="display-3 ">Investment Strategies for Service Sectors Post COVID-19</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8">
<section>
<h1><a id="abstract">Abstract</a></h1>
<p>The abstract </p>
</section>
<section>
<h1><a id="input">Input Variables</a></h1>
<div id="variables_input"></div>
<hr>
</section>
<section>
<h1><a id="output">Output Variables</a></h1>
<div id="variable_output"></div>
<hr>
</section>
<section>
<h1><a id="rules">Inference Rules</a></h1>
<div id="inferences"></div>
<hr>
</section>
</div>
<div class="col-lg-4 pl-lg-5">
<div class="card">
<div class="card-body">
<h5 class="card-title mb-3"><a id="test">Test</a></h5>
<span id="input_data"></span>
<input type="button" value="Calculate" onClick="document.getElementById('result').innerHTML='Result: '+fl.getResult(obj);">
</p>
<span id="result"></span>
<div id="draw_result"></div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container py-4">
<div class="row">
<div class="col-sm-6">
<a href="https://www.ocox-ai.co" target="_blank"><img src="http://www.ocox-ai.co/uploads/1/2/6/7/126714507/ocox-logo.png" style="height:75px;"></a>
<p class="mt-2">Olmerg</p>
</div>
</div>
</div>
</footer>
<script src="assets/fuzzy-min.js"></script>
<script>
var obj = {
crisp_input: [100, 50, 50,50],
variables_input: [
{
name: "Public_Attention",
setsName: ["decrease", " Continue", "Increase"],
sets: [
[0,0,50,90],
[50,90,110,150],
[100,120,150,150]
]
},
{
name: "Remote Work implementation",
setsName: ["low", "Medium", "High"],
sets: [
[0,0,25,50],
[25,50,50,75],
[60,80,100,100]
]
},
{
name: "Free Infraestructure by COVID",
setsName: ["low", "Medium", "High"],
sets: [
[0,0,25,50],
[25,50,50,75],
[60,80,100,100]
]
},
{
name: "Curstomer Digital Learning",
setsName: ["low", "Medium", "High"],
sets: [
[0,0,25,50],
[25,50,50,75],
[60,80,100,100]
]
}
],
variable_output: {
name: "Digitalization Investment",
setsName: ["low", "Medium", "High"],
sets: [
[0,0,25,50],
[25,50,50,75],
[60,80,100,100]
]
},
inferences: [
[2,1,2],
[0,1,2],
[1,0,2],
[0,1,2]
]
};
var fl = new FuzzyLogic();
</script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>