Skip to content
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
8 changes: 8 additions & 0 deletions src/assets/rylo-logo.svg

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is the translate logo - did you want just the rylo logo?

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ abstract: |

```{=html}
<p style="text-align: center;overflow:visible">
<iframe src="https://sign.mt/?embed=&spl=en&sil=ase&text=Hello%20world!" allow="camera;microphone" title="sign.mt translation demo"></iframe>
Try <a href="https://sign.mt">sign translate</a> to experience state-of-the art-sign language translation technology.
<iframe src="https://rylo.com/sign/translate/?embed=&spl=en&sil=ase&text=Hello%20world!" allow="camera;microphone" title="Rylo sign language translation demo"></iframe>
Try <a href="https://rylo.com/sign/translate/">sign translate</a> to experience state-of-the art-sign language translation technology.
</p>
```

Expand Down
2 changes: 1 addition & 1 deletion src/sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ console.log(`
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://sign-language-processing.github.io/</loc>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if people go to https://sign-language-processing.github.io, should we 301 redirect them to the new canonical?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my plan was to redirect from research.sign.mt are they both indexed?

<loc>https://rylo.com/sign/research/</loc>
<lastmod>${date}</lastmod>
</url>

Expand Down
80 changes: 80 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,74 @@
/* Rylo brand layer — values mirror the live rylo.com swatches
(--swatch--light, --swatch--dark, --swatch--brand-primary, radii) so this
page reads as part of the main site. Inter Tight matches rylo.com/sign/translate. */
:root {
--rylo-cream: #faf5f2;
--rylo-dark: #191412;
--rylo-orange: #ff8b2b;
--rylo-orange-shade: #e07826;
--rylo-sky: #a9c2d7;
--rylo-dark-rgb: 25, 20, 18;
--rylo-border: rgba(var(--rylo-dark-rgb), 0.1);
--rylo-radius: 16px;

--bs-body-bg: var(--rylo-cream);
--bs-body-color: var(--rylo-dark);
--bs-body-font-family: 'Inter Tight', system-ui, -apple-system, sans-serif;
--bs-emphasis-color: var(--rylo-dark);
--bs-link-color: var(--rylo-orange-shade);
--bs-link-hover-color: var(--rylo-dark);
--bs-border-radius: var(--rylo-radius);
--bs-border-radius-lg: 24px;
--bs-nav-pills-link-active-bg: var(--rylo-orange);
--bs-nav-pills-link-active-color: #fff;
}

h1, h2, h3, h4, h5, h6, .rylo-navbar-title {
letter-spacing: -0.02em;
}

::selection {
background: var(--rylo-sky);
color: var(--rylo-dark);
}

.rylo-navbar {
background-color: rgba(250, 245, 242, 0.85);
backdrop-filter: saturate(180%) blur(12px);
border-bottom: 1px solid var(--rylo-border);
padding-top: 0.6rem;
padding-bottom: 0.6rem;
}

.rylo-navbar-brand {
display: inline-flex;
align-items: center;
gap: 0.85rem;
min-height: 44px;
}

.rylo-logo {
display: inline-flex;
color: var(--rylo-dark);
}

.rylo-navbar-divider {
width: 1px;
height: 22px;
background: var(--rylo-border);
}

.rylo-navbar-title {
color: var(--rylo-dark);
font-weight: 600;
font-size: 1.05rem;
text-decoration: none;
}

.rylo-navbar-title:hover {
color: var(--rylo-orange-shade);
}

#container {
max-width: 1800px;
margin: 1em auto;
Expand Down Expand Up @@ -89,6 +160,15 @@ iframe {
padding: 0.1em 0.2em;
}

#navbar .nav-link {
color: rgba(var(--rylo-dark-rgb), 0.7);
border-radius: 8px;
}

#navbar .nav-link:hover {
color: var(--rylo-orange-shade);
}

#refs div[id] {
padding-top: 66px;
margin-top: -66px;
Expand Down
29 changes: 27 additions & 2 deletions src/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,29 @@
<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 -->
<!-- Served behind the rylo.com reverse proxy at /sign/research/; the base
keeps every relative asset and link resolving under that prefix
regardless of trailing slash. -->
<base href="/sign/research/">
<meta name="generator" content="pandoc">

<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>

<link rel="canonical" href="https://rylo.com/sign/research/">

<meta property="og:type" content="website">
<meta property="og:site_name" content="Rylo">
<meta property="og:title" content="$pagetitle$">
<meta property="og:url" content="https://rylo.com/sign/research/">
<meta property="og:description" content="Sign Language Processing (SLP) is a field of artificial intelligence concerned with the automatic processing and analysis of sign language content. This project organizes the sign language processing literature, datasets, and tasks.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="$pagetitle$">
<meta name="twitter:description" content="An organized overview of the sign language processing literature, datasets, and tasks.">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet">

$for(author-meta)$
<meta name="author" content="$author-meta$">
$endfor$
Expand Down Expand Up @@ -42,9 +61,15 @@

<body>
$for(include-before)$$include-before$$endfor$
<header class="navbar sticky-top navbar-dark bg-dark bd-navbar">
<header class="navbar sticky-top rylo-navbar">
<div class="container-fluid">
<a class="navbar-brand mb-0 h1" href="#">$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</a>
<span class="rylo-navbar-brand">
<a class="rylo-logo" href="https://rylo.com" aria-label="Rylo">
<img src="assets/rylo-logo.svg" alt="Rylo" height="22">
</a>
<span class="rylo-navbar-divider" aria-hidden="true"></span>
<a class="rylo-navbar-title" href="#">$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</a>
</span>

<span class="navbar-text">
<a class="github-button" href="https://github.com/sign-language-processing/sign-language-processing.github.io" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star sign-language-processing/sign-language-processing.github.io on GitHub">Star</a>
Expand Down
Loading