-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmp.html
More file actions
33 lines (32 loc) · 1.91 KB
/
tmp.html
File metadata and controls
33 lines (32 loc) · 1.91 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
<div class="container-fluid gx-1">
<div class="card-group">
<!-- PCA feature reference -->
<!-- <div class="col-sm-6 text-center"> -->
<div class="card" style="max-width: 18rem;">
<img src="static/assets/pca.jpg" class="card-img-top" alt="..." width="20%" height="50%">
<div class="card-body text-center">
<h5 class="card-title">PCA analysis</h5>
<p class="card-text">Principal Component Analysis, or PCA, is a dimensionality-reduction method that is often used to reduce the dimensionality of large data sets,
by transforming a large set of variables into a smaller one that still contains most of the information in the large set.
</p>
<a href="./static/components/pca.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- </div> -->
<!-- PCA feature reference -->
<!-- Image Registration reference -->
<!-- <div class="col-sm-6 text-center"> -->
<div class="card" style="max-width: 18rem;">
<img src="static/assets/irtb.jpg" class="card-img-top" alt="..." width="20%" height="50%">
<div class="card-body text-center">
<h5 class="card-title">PCA analysis</h5>
<p class="card-text">Principal Component Analysis, or PCA, is a dimensionality-reduction method that is often used to reduce the dimensionality of large data sets,
by transforming a large set of variables into a smaller one that still contains most of the information in the large set.
</p>
<a href="./static/components/pca.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- </div> -->
<!-- Image Registration reference -->
</div>
</div>