-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspotfire.html
193 lines (157 loc) · 5.11 KB
/
spotfire.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>homepage</title>
<style media="screen">
body{
background-color: #6fa2f2;
margin : 0;
}
.header p {
text-align: center;
margin: 40px;
font-size: 15vh;
font-weight: bold;
font-family: fantasy;
height: 20vh;
}
.nav{
display: flex;
justify-content: space-around;
}
.img {
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
}
.am {
font-size: 25px;
font-family: fantasy;
}
.br {
font-size: 25px;
font-family: fantasy;
}
.mf {
font-size: 25px;
font-family: fantasy;
}
.kb {
font-size: 25px;
font-family: fantasy;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
font-size:18px;
font-family: fantasy;
}
.b1 {
font-size:20px;
font-family:'Segoe UI';
font-weight: bold;
}
.b2 {
font-size:20px;
font-family:'Segoe UI';
font-weight: bold;
}
a {
text-decoration: none;
color: black;
}
.books{
display: block;
margin-top: 30px;
}
.book{
display: flex;
justify-content: center;
}
.boox_text{
width: 500px;
border: 3px white solid;
margin-left: 70px;
text-align: center;
}
.intro{
display: flex;
justify-content: center;
}
.intro_text_img{
font-size:20px;
font-family:'Segoe UI';
font-weight: bold;
text-align: center;
}
.sp {
text-align:center;
font-size:20px;
font-family:'Segoe UI';
font-weight: bold;
}
.sp2 {
text-align:center;
font-size:20px;
font-family:'Segoe UI';
font-weight: bold;
}
</style>
</head>
<body>
<div class="header">
<a href="index.html"><p>MA !</p></a>
</div>
<div class="nav">
<div class="am">
<a href="about.html"><p>About Me</p></a>
</div>
<div class="br">
<a href="book.html"><p>Book Review</p></a>
</div>
<div class="mf">
<a href="my.html"><p>My Favorite</p></a>
</div>
<div class="kb">
<a href="knowledge1.html"><p>Knowledge Base</p></a>
</div>
</div>
<div class="books">
<div class="book">
<div class="intro">
<div class="intro_text_img">
<p> Spotfire란 ? </p> <a href="https://www.youtube.com/c/%EC%A0%95%EC%8A%B9%EB%A0%AC">
<img src= ss.png width="325" height="325" alt=></a>
</div>
<div class="boox_text">
<p> <br> 1990년대 초반 미국 University of Marylandml Human-Computer Interaction Lab에서 개발된 데이터 분석 및 시각화 솔루션이며, <br>
2007년 미국 SI 회사인 TIBCO의 BI 부문에 인수 되었다. <br> <br>
전세계 4,000개 회사에서 이용 중이며, 국내에서는 현대카드/ 신한카드/ <br> 메리츠화재/ 삼성/ 현대기아자동차/ 롯데면세점 등이 주요 고객이다. <br> <br>
Spotfire로 할 수 있는 일은 첫째, DB에 붙어 SQL또는 Information link 방식으로 데이터를 추출할 수 있다. <br>
두 번째, Visualization Chart를 작성할 수 있다. 세 번째, 회귀 분석, 군집 분석 등의 일부 통계 분석을 할 수 있다. <br> <br>
* 아직은 분석보다 데이터 추출 및 정리에 더 많이 쓰인다. </p>
</div>
</div>
</div>
<div class="sp" >
<p>Spotfire 기초</p> </div>
<p align ="middle"> <iframe width="560" height="315"
src="https://www.youtube.com/embed/2gYznj2lQq0" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> </p>
</iframe>
<div class="sp2">
<p>Spotfire 고급</p>
</div>
<p align ="middle"><iframe width="560" height="315"
src="https://www.youtube.com/embed/1avNdwOUjWE" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe></p>
<div class="footer">
<p> Ma Soyoung | Kookmin Univ. MIS | 2021 </p>
</div>
</body>
</html>