-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (189 loc) · 8.98 KB
/
index.html
File metadata and controls
194 lines (189 loc) · 8.98 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Website for the OceanDataTools suite of data acquisition/management tools">
<meta name="author" content="David Pablo Cohn, Webb Pinner">
<title>OceanDataTools.github.io</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"/>
<link rel="stylesheet" type="text/css" href="./css/custom.css"/>
</head>
<body>
<div class="col-lg-8 mx-auto p-3">
<header class="mb-5 border-bottom">
<nav class="navbar">
<a class="navbar-brand">
<img width="48" alt="Nautilus icon" src="./img/nautilus.png"><span class="fs-3">OceanDataTools</span>
</a>
<span>
<a href="https://discord.gg/nXBndbvuyA" target="_blank">
<img width="48" alt="Join us on Discord" title="Join us on Discord" src="./img/icon_clyde_blurple_RGB.png">
</a>
<a href="https://github.com/OceanDataTools" target="_blank" rel="noopener noreferrer">
<img width="50" height="50" alt="Checkout the Github Repos" title="Checkout the Github Repos" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png">
</a>
</span>
</nav>
</header>
<main>
<h1>Ok data, let's dance!</h1>
<p class="fs-5 col-md-8">OceanDataTools provides a suite of open-source tools for collecting and managing data created aboard oceanographic research vessels as well as manned, remotely operated and autonomously operated vehicles.</p>
<div class="row g-3 my-5">
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<a style="text-decoration: none" href="https://oceandatatools.github.io/openrvdas-docs/">
<h4>OpenRVDAS</h4>
<p>A modular platform for developing custom data acquisition systems to support vessels or vehicles.</p>
</a>
</div>
<div class="card-body">
<ul class="icon-list">
<li>Capture data from serial / network / file</li>
<li>Filter, parse or modify data streams</li>
<li>Write data to file, network and/or database</li>
<li>Integration with InfluxDB / Grafana for rich web-based realtime dashboards</li>
<li>Easily add custom readers transforms and writers</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<a style="text-decoration: none" href="https://github.com/OceanDataTools/openvdm">
<h4>OpenVDM</h4>
<p>A flexible vessel-wide data managment system for organizing files from data acquistion systems</p>
</a>
</div>
<div class="card-body">
<ul class="icon-list">
<li>Organize data consistently from cruise-to-cruise</li>
<li>Provide safe and immediate access to data</li>
<li>Enforce directory and file naming standards</li>
<li>Notify technicians when problems arise</li>
<li>Automated backups of data for clients</li>
<li>Hooks for automating data workflows</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<a style="text-decoration: none" href="https://oceandatatools.github.io/sealog-docs">
<h4>Sealog</h4>
<p>A modular platform for building custom event-logging solutions to support vessels or vehicles.</p>
</a>
</div>
<div class="card-body">
<ul class="icon-list">
<li>Easily capture scientific and operational events</li>
<li>Query/Export events by cruise, dive or with custom parameters </li>
<li>Integrate with 3rd-party systems like GPS, USBL and frame capture systems</li>
<li>RESTful API for developing reports and custom data products</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row g-5">
<h2 class="text-center">Current Users</h2>
</div>
<div class="row mx-auto my-auto justify-content-center">
<div id="recipeCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="col-md-3">
<img src="./img/GSO_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/UH_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/StonyBrook_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/SOI_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/UCSD-SIO_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/OceanX_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/OET_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/BIOS_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/WHOI_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/USAP_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/Saildrone_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/AAP_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/Inkfish_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/UAF-CFOS_Logo.png" class="img-fluid">
</div>
</div>
<div class="carousel-item">
<div class="col-md-3">
<img class="text-center" src="./img/Logotipo_del_CSIC.png" class="img-fluid">
</div>
</div>
</div>
<a class="carousel-control-prev bg-transparent w-aut" href="#recipeCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a class="carousel-control-next bg-transparent w-aut" href="#recipeCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
</div>
</main>
<footer class="pt-3 my-3 text-muted border-top">
OceanDataTools.org · © 2025
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<script src="./js/custom.js"></script>
</body>
</html>