Skip to content

Commit 99dd8f6

Browse files
committed
update MANO website
1 parent a8f5f81 commit 99dd8f6

File tree

13 files changed

+2784
-701
lines changed

13 files changed

+2784
-701
lines changed

JS/metadata.js renamed to JS/metadata-new.js

Lines changed: 1179 additions & 376 deletions
Large diffs are not rendered by default.

JS/validation.js

Lines changed: 695 additions & 0 deletions
Large diffs are not rendered by default.

about.html

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
11
<!DOCTYPE html>
2-
<html xmlns="http://www.w3.org/1999/xhtml" translate="no" class="notranslate">
2+
<html xmlns="http://www.w3.org/1999/xhtml" translate="no" class="notranslate" lang="en">
33
<head>
4-
<title>MANO - About</title>
5-
<meta name="keywords" content="MANO, Manuscripts Online, About">
6-
<meta name="description" content="">
4+
<title>MANO - About | Project Overview</title>
5+
<meta name="keywords" content="about MANO, manuscripts online, project overview, digital humanities, Michela Parma, project dissemination">
6+
<meta name="description" content="Learn about the MANO project, its goals, contributors, and its role in advancing digital manuscript studies.">
77
<meta charset="UTF-8"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no"/>
99
<meta name="google" content="notranslate"/>
1010
<link rel="canonical" href="https://mano-project.github.io/about.html"/>
1111
<link rel="icon" type="image/png" href="images/MANO.png">
12+
<link rel="alternate" hreflang="en" href="URL">
13+
<meta property="og:type" content="profile">
14+
<meta property="og:title" content="MANO – About">
15+
<meta property="og:description" content="Information about the MANO project, its scope, and dissemination.">
16+
<meta property="og:image" content="https://mano-project.github.io/images/MANO.png">
17+
<meta property="og:url" content="https://mano-project.github.io/about.html">
18+
19+
<script type="application/ld+json">
20+
{
21+
"@context": "https://schema.org",
22+
"@type": "AboutPage",
23+
"name": "MANO – About",
24+
"url": "https://mano-project.github.io/about.html",
25+
"description": "About the MANO project: a collaborative digital platform for teaching and research in manuscript studies, created by Michela Parma.",
26+
"creator": {
27+
"@type": "Person",
28+
"name": "Michela Parma",
29+
"affiliation": "University of Mainz"
30+
},
31+
"publisher": {
32+
"@type": "EducationalOrganization",
33+
"name": "MANO – Manuscripts Online"
34+
}
35+
"inLanguage": "en"
36+
}
37+
</script>
38+
1239

1340
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
1441
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
@@ -27,7 +54,7 @@
2754
<!-- Centered logo -->
2855
<div class="position-absolute start-50 translate-middle-x text-center">
2956
<a class="navbar-brand" href="index.html">
30-
<img src="images/MANO.png" alt="Logo" width="65" class="d-inline-block align-text-top">
57+
<img src="images/MANO.png" alt="MANO project logo" width="65" class="d-inline-block align-text-top">
3158
</a>
3259
</div>
3360

@@ -58,7 +85,7 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">&lt;MANO&gt;</h5>
5885

5986
<div class="container mt-4">
6087

61-
<button onclick="history.back()" class="btn back-btn btn-sm btn-outline-secondary">Back</button>
88+
<button onclick="history.back()" class="btn back-btn btn-sm btn-outline-secondary" aria-label="Go back"></button>>Back</button>
6289

6390
<h1 class="page-title">The project</h1>
6491

@@ -74,7 +101,7 @@ <h1 class="page-title">The project</h1>
74101
The platform provides:
75102
</p>
76103
<ul>
77-
<li><strong>Resources</strong> - a shared repository of teaching materials freely available for students and educators.</li>
104+
<li><strong>Resources</strong> - a shared repository of learning materials freely available for students and educators.</li>
78105
<li><strong>Metadata Editor</strong> - a simple tool for creating standardized manuscript descriptions in XML and JSON format.</li>
79106
<li><strong>Metadata Collection</strong> - a searchable interface of manuscript records contributed by the community.</li>
80107
<li><strong>Transcription Viewer</strong> - a viewer for exploring manuscript transcriptions.</li>
@@ -161,7 +188,7 @@ <h2>The Author</h2>
161188
<!-- Logo centered -->
162189
<div class="mb-3">
163190
<a class="navbar-brand" href="index.html">
164-
<img src="images/MANO.png" alt="Logo" width="50">
191+
<img src="images/MANO.png" alt="MANO project logo" width="50">
165192
</a>
166193
</div>
167194

0 commit comments

Comments
 (0)