-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeatures.html
85 lines (75 loc) · 3.1 KB
/
features.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>4CeeD</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="jquery-ui/css/jquery-ui.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="select2/css/select2.css">
<!--[if lt IE 9]>
<script src="bootstrap/js/html5shiv.min.js"></script>
<script src="bootstrap/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-custom1">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="" ><img src="images/atom_white.png" height="40" style="margin-top:5px;"></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">About</a></li>
<li><a href="demo.html">Demo</a></li>
<li><a href="#">Docs</a></li>
<li class="active"><a href="features.html">Features</a></li>
<li><a href="mailto:stevek@illinois.edu"><span class="glyphicon glyphicon-user"></span> Contact</a></li>
</ul>
</div>
</nav>
<div class="container icons_pad">
<h4 class="no_italics">1. Supported File Extractors </h4>
<p>SEM, TEM, AFM, XRAY</p><br />
<p>4CeeD extractors automatically capture and index the metadata from supported file types. The 4CeeD Curator provides intuitive ways to download, share, search, and preview the data and metadata.
</p>
<hr />
</div>
<div class="container">
<h4 class="no_italics">2. Single Download</h4>
<p>Preserve the hierarchy of your data model</p><br />
<p>
4CeeD makes all your data and metadata avaialble ifor download in one file. Using the Library of Congress BagIt specification your data is ready for digital archive and preservation.
</p>
<hr />
</div>
<div class="container">
<h4 class="no_italics">3. Trusted Capture</h4>
<p></p>
<hr />
</div>
<div class="container">
<h4 class="no_italics">4. Scalability</h4>
<p>Preserve the hierarchy of your data model</p><br />
<p>
4CeeD's resource manager can scale up to handle small and large enterprise needs.
</p>
<hr />
</div>
<div class="navbar navbar-fixed-bottom" style="background-color:#f6f7f9;">
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="jquery/js/jquery.min.js"></script>
<script src="jquery-ui/js/jquery-ui.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed
<!-- Latest compiled and minified JavaScript -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!--<script src="jquery-validate/js/jquery.validate.min.js"></script>
<script src="select2/js/select2.js"></script>-->
</body>
</html>