-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (151 loc) · 6.07 KB
/
index.html
File metadata and controls
167 lines (151 loc) · 6.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GRAAL Lab | Repositories</title>
<meta name="description" content="GRAAL Lab. repositories and resources for marine robotics research." />
<link href="https://fonts.bunny.net/css?family=fira-sans:400,500,700|roboto-slab:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brand" href="#top" aria-label="GRAAL Lab. home">
<img src="img/graal_logo_UniGe_square.png" alt="GRAAL Lab logo" class="brand-logo" />
<span class="brand-text">
<span>GRAAL Lab</span>
<small>University of Genoa</small>
</span>
</a>
<div class="topbar-actions">
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Toggle theme">
<span class="icon sun"></span>
<span class="icon moon"></span>
</button>
<button class="menu-toggle" id="menu-toggle" type="button" aria-label="Open menu" aria-expanded="false" aria-controls="mobile-nav">
<span></span>
<span></span>
<span></span>
</button>
</div>
<nav class="nav" id="mobile-nav" aria-label="Primary navigation">
<a href="https://graal.dibris.unige.it" target="_blank" rel="noopener noreferrer">Lab Website</a>
<a href="https://github.com/GRAAL-Lab" target="_blank" rel="noopener noreferrer">GitHub</a>
</nav>
</div>
</header>
<main id="top">
<section class="hero">
<div class="container hero-grid">
<div>
<div class="eyebrow">Marine Robotics</div>
<h1>
GRAAL Lab
</h1>
<p>
A curated entry point to our repositories, tools, and resources for robotics research, with a focus on control architectures, manipulation, and navigation in both marine and terrestrial environments.
</p>
<!-- <div class="hero-actions">
<a class="button primary" href="#repositories">Browse repositories</a>
<a class="button" href="https://graal.dibris.unige.it/" target="_blank" rel="noopener noreferrer">Visit GRAAL website</a>
</div> -->
</div>
<!-- <aside class="hero-card" aria-label="Marine robotics visual panel"> -->
<aside>
<div class="sonar" aria-hidden="true">
<div class="ring r4"></div>
<div class="ring r3"></div>
<div class="ring r2"></div>
<div class="ring r1"></div>
<div class="beam"></div>
<div class="core"></div>
<div class="ping"></div>
</div>
<!-- <div class="hero-stats">
<div class="stat">
<strong>01</strong>
<span>Repository listed</span>
</div>
<div class="stat">
<strong>01</strong>
<span>Official website</span>
</div>
<div class="stat">
<strong>∞</strong>
<span>Ready to expand</span>
</div>
</div> -->
</aside>
</div>
</section>
<section class="section" id="repositories">
<div class="container">
<div class="section-head">
<div>
<h2>Repositories</h2>
</div>
</div>
<div class="repo-grid">
<article class="card">
<span class="card-tag">Core Library</span>
<h3>Robotics Toolbox (C++)</h3>
<p>
A collection of repositories implementing the Task Priority Inverse Kinematics algorithm. Open source code (released under MIT License).
</p>
<div class="card-footer">
<div class="pill-list" aria-label="Repository tags">
<span class="pill">Robotics</span>
<span class="pill">Kinematics</span>
<span class="pill">Control</span>
</div>
<a class="card-link" href="https://github.com/topics/graal-robotics-toolbox" target="_blank" rel="noopener noreferrer">
View collection <span aria-hidden="true">↗</span>
</a>
</div>
</article>
<article class="card">
<span class="card-tag">Simulation Framework</span>
<h3>IsaacSim_Underwater</h3>
<p>
A repository focused on underwater simulation workflows using Isaac Sim, supporting research and development in marine robotics environments.
</p>
<div class="card-footer">
<div class="pill-list" aria-label="Repository tags">
<span class="pill">Underwater</span>
<span class="pill">Isaac Sim</span>
<span class="pill">Simulation</span>
</div>
<a class="card-link" href="https://github.com/GRAAL-Lab/IsaacSim_Underwater" target="_blank" rel="noopener noreferrer">
View repository <span aria-hidden="true">↗</span>
</a>
</div>
</article>
<!-- Add more repo cards here -->
</div>
</div>
</section>
</main>
<section class="section final-info">
<div class="container final-info-inner">
<p class="final-info-text">
Learn more about the GRAAL Laboratory, its research, and ongoing projects on the official website.
</p>
<a class="final-info-link" href="https://graal.dibris.unige.it/" target="_blank" rel="noopener noreferrer">
Visit GRAAL Lab Website ↗
</a>
</div>
</section>
<footer class="footer">
<div class="container footer-inner">
<div>
© <span id="year"></span> GRAAL Laboratory.
</div>
<div>
Built for the <a class="muted-link" href="https://github.com/GRAAL-Lab/IsaacSim_Underwater" target="_blank" rel="noopener noreferrer">GRAAL Lab. GitHub organization</a>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>