Skip to content

Commit e9cfa8d

Browse files
committed
update intro index
1 parent d3b0748 commit e9cfa8d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ <h3>Transcription Viewer</h3>
8888
<section class="container my-5">
8989
<h2 class="text-center">What is &lt;MANO&gt;?</h2>
9090

91-
<p style="text-align: justify;"><span class="mano">&lt;MANO&gt;</span> is a digital platform designed to support the scholarly study, structured description, and transcription of manuscripts. Developed for academic research and teaching, <span class="mano">&lt;MANO&gt;</span> serves as a workspace where users can interact with sources through structured metadata entry, manuscripts metadata collections and transcription viewer. By combining a user-friendly interface with compliance to <a href="https://tei-c.org/release/doc/tei-p5-doc/en/html/MS.html" target="_blank">TEI P5 manuscript description guidelines</a>, the platform enables the creation of interoperable metadata, encoding of historical and codicological data, and export of information in widely used formats such as TEI-XML and JSON. This ensures both compatibility with other digital humanities initiatives and long-term reusability of the data.</p>
92-
<p style="text-align: justify;">The <a href="editor.html">Metadata Editor</a> facilitates detailed documentation of a manuscript's physical, historical, and codicological features - such as origin, provenance, script, dimensions, and more - while offering download options for further analysis or archival purposes. Once manuscript metadata is finalized, the resulting JSON files can be contributed to the <span class="mano">&lt;MANO&gt;</span> GitHub repository. All records automatically become part of the publicly accessible <a href="collection.html">Metadata Collection</a>, where manuscript descriptions contributed by the community can be explored, searched, and filtered.
93-
The <a href="viewer.html">Transcription Viewer</a> supports TEI XML encoding and provides a visual interface where users can simultaneously view XML code, rendered transcription, and digitized facsimiles for a fully synchronized editing and reading experience.
94-
95-
In addition, the <a href="resources.html">Resources</a> section provides learning materials, guidelines, and references for manuscript studies, TEI encoding, and digital editing practices. This combination of structured metadata management, collaborative metadata sharing, transcription tools, and educational resources makes <span class="mano">&lt;MANO&gt;</span> a practical tool for teaching manuscript studies, experimenting with digital editing, and engaging in collaborative research. It empowers users not only to study manuscripts but to meaningfully contribute to the creation of digital scholarly resources.</p>
91+
<p style="text-align: justify;"><span class="mano">&lt;MANO&gt;</span> is a digital platform designed to support the scholarly study, structured description, and transcription of manuscripts. Developed for academic research and teaching, it provides a workspace where users can create and share manuscript metadata, view transcriptions alongside facsimiles, and access teaching resources.</p>
92+
<p style="text-align: justify;">The <a href="resources.html">Resources</a> section gathers teaching materials in manuscript studies, TEI encoding, and digital editing practices, openly shared under Creative Commons licenses.</p>
93+
<p style="text-align: justify;">The <a href="editor.html">Metadata Editor</a> facilitates detailed documentation of a manuscript’s physical, historical, and codicological features - such as origin, provenance, script, dimensions and more - while offering download options for further analysis or archival purposes. Once metadata is finalized, the resulting JSON files can be contributed to the <span class="mano">&lt;MANO&gt;</span> GitHub repository. All records become part of the <a href="collection.html">Metadata Collection</a>, where community-contributed descriptions can be explored, searched, and filtered. </p>
94+
<p style="text-align: justify;">The <a href="viewer.html">Transcription Viewer</a> supports TEI-XML transcriptions and provides a visual interface where users can view XML code, rendered text, and digitized manuscript facsimiles in a synchronized layout.</p>
95+
<p style="text-align: justify;">Through this combination of structured metadata management, collaborative sharing, transcription tools, and open educational resources, <span class="mano">&lt;MANO&gt;</span> serves as a practical tool for teaching, research, and the collaborative creation of digital scholarly resources.</p>
9696
</section>
9797

9898

viewer.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,18 @@ <h1 class="page-title">Transcription Viewer</h1>
106106
</div>
107107

108108

109-
<!-- About Metadata Editor Modal -->
109+
<!-- About Transcription Viewer Modal -->
110110
<div class="modal fade" id="infoTranscriptionViewer" tabindex="-1" aria-labelledby="infoTranscriptionViewerLabel" aria-hidden="true">
111111
<div class="modal-dialog modal-lg">
112112
<div class="modal-content">
113113
<div class="modal-header">
114-
<h5 class="modal-title" id="infoTranscriptionViewerLabel">About Metadata Editor</h5>
114+
<h5 class="modal-title" id="infoTranscriptionViewerLabel">About Transcription Viewer</h5>
115115
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
116116
</div>
117117
<div class="modal-body">
118118
<span>The Transcription Viewer allows the upload of manuscript transcriptions created with external tools in XML format. Once loaded, the transcription is displayed in three synchronized views: the <b>raw XML code</b>, a <b>rendered text</b> version with basic styling, and - when available - <b>digitized manuscript images</b> aligned with the transcription. This setup enables a combined view of structure, content, and original manuscript facsimiles.
119119
<br/>The XML can be modified directly within the editor panel. By clicking <b>Update Preview</b>, the visual rendering and image alignment are refreshed to reflect the changes. The updated transcription may then be downloaded as a new XML file for further use.
120+
<br/>When a single transcription file in TEI-XML is not available but multiple PAGE-XML files are provided, the <b>Convert PAGE-XML into TEI-XML</b> button can be used. A dedicated page is opened where the PAGE-XML files may be uploaded and merged into one combined TEI-XML file. Once generated and downloaded, the unified file can then be uploaded into the Transcription Viewer for visualization and further editing.
120121
</span>
121122
</div>
122123
<div class="modal-footer">

0 commit comments

Comments
 (0)