Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCA protocol Improved : Covering Issue #859 and #858 #934

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 33 additions & 31 deletions apps/Info.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand Down Expand Up @@ -52,36 +52,38 @@

<body>
<div class="page-container">
<div>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark" style="position: sticky; margin-top: -4em;">
<div class="container-fluid">
<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 mr-auto gap-1">
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="landing/landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="table.html"> <i class="fas fa-list-ul"></i> Slides</a>
</li>
<li class="nav-item active link">
<a class="nav-link" href="Info.html"> <i class="fas fa-info-circle"></i> Info</a>
</li>
<li class="nav-item link">
<a class="nav-link" href="./dev-workbench/workbench.html"> <i class="fas fa-pencil-ruler"></i> Workbench</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="./signup/signup.html"> <i class="fas fa-user-plus"></i> Signup</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform"> <i class="fas fa-comment"></i> Feedback</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark" style="position: sticky; margin-top: -4em;">
<div class="container-fluid">
<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 mr-auto gap-1">
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="landing/landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="table.html"> <i class="fas fa-list-ul"></i> Slides</a>
</li>
<li class="nav-item active link">
<a class="nav-link" href="Info.html"> <i class="fas fa-info-circle"></i> Info</a>
</li>
<li class="nav-item link">
<a class="nav-link" href="./dev-workbench/workbench.html"> <i class="fas fa-pencil-ruler"></i> Workbench</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="./signup/signup.html"> <i class="fas fa-user-plus"></i> Signup</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform"> <i class="fas fa-comment"></i> Feedback</a>
</li>
</ul>
</div>
</div>
</nav>
</header>

<div class="header text-center text-white bg-info p-4">
<h1 class="h1">caMicroscope</h1>
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<!-- <input class="form-control form-control-primary w-100" type="text" placeholder="Search" aria-label="Search"> -->
<ul class="navbar-nav px-3 sign">
<li class="nav-item text-nowrap">
<a class="nav-link sign-text" href="#">Sign out</a>
<a class="nav-link sign-text" href="#" style="font-weight: bold; font-size: 14pt;">Sign out</a>
</li>
</ul>
</header>
Expand Down
5 changes: 3 additions & 2 deletions apps/dev-workbench/workbench.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ <h4 class="card-title">Select your dataset</h4>
Select the dataset (.zip) having three files; spritesheet
(data.jpg), a binary labels (labels.bin) and the classes
(labelnames.csv) from your local storage.

</p>
<div class="input-group">
<div class="custom-file">
Expand All @@ -262,7 +263,7 @@ <h4 class="card-title">Select your dataset</h4>
style="overflow: hidden;"
class="custom-file-label spriteInputLabel"
for="spriteInput"
>Choose file
>
</label>
</div>
</div>
Expand Down Expand Up @@ -352,7 +353,7 @@ <h5 class="modal-title" id="labelSelectModalTitle"></h5>
for="labelsInput"
style="overflow: hidden;"
>
Choose

</label>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/heatmap/heatmap.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand Down
2 changes: 1 addition & 1 deletion apps/labeling/labeling.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand Down
4 changes: 2 additions & 2 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h3>Documentation</h3>
</div>
</section>
</div>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/prPtb89jFig" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/prPtb89jFig" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>



Expand Down
2 changes: 1 addition & 1 deletion apps/model/model.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip"/>
Expand Down
2 changes: 1 addition & 1 deletion apps/multi/multi.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<script type="text/javascript" src="../../core/openseadragon/openseadragon.js"></script>
<script src="../../core/Store.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion apps/port/export.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<script src="../../core/Store.js"></script>
<title>Export Results [caMicroscope]</title>
Expand Down
2 changes: 1 addition & 1 deletion apps/port/import.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<script src="../../core/Store.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion apps/viewer/viewer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta name="keywords" content="camicroscope, quip" />
<meta charset="utf-8" />
Expand Down