-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (97 loc) · 6.65 KB
/
index.html
File metadata and controls
103 lines (97 loc) · 6.65 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
<!DOCTYPE html>
<html>
<head>
<title>Simselect</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.31.2/cytoscape.min.js"></script>
<script src="assets/js/layout-base.min.js"></script>
<script src="assets/js/cose-base.min.js"></script>
<script src="assets/js/cytoscape-fcose.min.js"></script>
<script src="graph.js"></script>
<script src="table.js"></script>
<script src="index.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="https://ocns.github.io/simselect">
<img src="assets/home.svg" alt="Simselect" height="24" class="d-inline-block align-text-top"/>
Simselect
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://incf.org" target="_blank">INCF</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.cnsorg.org" target="_blank">OCNS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ocns.github.io/SoftwareWG/" target="_blank">Software Working Group</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/OCNS/simselect?tab=readme-ov-file#contributors" target="_blank">Contributors</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://neurostars.org" target="_blank">Neurostars forum</a></li>
<li><a class="dropdown-item" href="https://matrix.to/#/%23OCNS_SoftwareWG:gitter.im" target="_blank">Chat (Matrix)</a></li>
<li><a class="dropdown-item" href="https://training.incf.org/" target="_blank">INCF Training space</a></li>
<li><a class="dropdown-item" href="https://ocns.github.io/SoftwareWG/pages/resources.html" target="_blank">More resources</a></li>
</ul>
</li>
</ul>
</div>
<button class="flex-d btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#filter_pane" aria-controls="filter_pane">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-funnel" viewBox="0 0 16 16">
<path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2z"/>
</svg>
Toggle Filters
</button>
</div>
</nav>
<!-- filter pane -->
<div class="offcanvas offcanvas-end" data-bs-backdrop="false" tabindex="-1" id="filter_pane" aria-labelledby="filter_pane_label">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="mb-5" id="simulator_search">
<input class="form-control" type="text" id="simulator_search_input" placeholder="Search" onkeyup="updateHighlights()" />
</div>
<div id="simulator_filters"></div>
<div class="mt-5 d-flex">
<button type="button" class="btn btn-primary w-100" onclick="resetSearch()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-trash3 align-baseline" viewBox="0 0 16 16">
<path d="M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5"/>
</svg>
Reset
</button>
</div>
</div>
<div class="offcanvas-footer">
</div>
</div>
<!-- main content -->
<div class="container-fluid" style="height: 90vh; width: 100vw;">
<div class="row" >
<!-- graph -->
<div class="col-lg-8" style="height: 90vh" id="cy"></div>
<!-- details pane -->
<div class="col-lg-4 d-flex flex-column justify-content-between" id="details">
<div id="details_top" style="overflow-y: scroll; max-height: 80vh"></div>
<div id="details_bottom" class="border-top border-2"></div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>