You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications-publications/index.md
+19-10
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,34 @@ title: About LombardPress
4
4
permalink: /applications-publications/
5
5
---
6
6
7
-
# LombardPress Schema
8
7
9
-
The LombardPress Schema is a narrow customization of the more general TEI specification. This customization allows us to document and encode the increasingly complex interaction of works, transcriptions, translations, and images that constitute the corpus of scholastic texts. For more, see [Lbp Schema](/schema/docs/index)
8
+
#LombardPress-Components
10
9
11
-
# LombardPressWeb Publication Framework
10
+
The [*LombardPress-Components* Library](https://components.lombardpress.org/) is a library of React Web Components underlying most other LombardPress Web Applications and data visualizations. Building and maintain this component library is the core mission of LombardPress. The component library is designed to modularize common data-presentations needs so that they can be used in isolation or in composition with other components or integrated into larger front-end web applications. For example, many of the applications listed below are (or will be) entirely composed from these individual components.
12
11
13
-
The *LombardPress-Web* is a web application designed to allow users to read and study digitally encoded texts, particularly those edited according to the LombardPress Schema and ingested in the [Scholastic Commentaries and Text Archive](http://scta.info). For more see [Lbp Web](/web)
12
+
# The SCTA Reading Room
14
13
15
-
# LombardPress Print
14
+
The [*SCTA Reading Room*](https://scta.lombardpress.org) is single page web application composed from the LombardPress Web Components Library. In this Reading Room or "Workbench" users can explore SCTA data in a variety of ways: from simply reading the text, to comparing manuscripts, to exploring citation networks.
15
+
16
+
# The LBP Reader
17
+
18
+
[*LBP Reader*](https://reader.lombardpress.org) is static generated site (using the Next.js framework) to allow readers to read the SCTA corpus through minimalist interface design with a focus on distraction free reading. Because it is a static generated web page (html pages are pre-compiled) it is optimized for speed, search engine optimization, and minimal computing.
19
+
20
+
# Ad Fontes
16
21
17
-
*LombardPress Print* is a set of stylesheets, scripts, and workflows designed to allow for the easy typesetting of complexly encoded critical editions in LaTeX and ultimately the transformation of these texts into camera ready proofs. For more see [Lbp Print](/print)
22
+
[*Ad fontes*](https://lombardpress.org/adfontes) is specialized application for exploring quotations through the scholastic corpus.
18
23
19
-
# Pellego
24
+
# Paleographinator
20
25
21
-
*Pellego*is a simple text viewer, designed to consume the SCTA simple presentation API. Pellego can function as a standalone app or easily embedded within in any website. View a demo here: [http://lombardpress.org/pellego/](https://github.com/lombardpress/pellego) or download/fork/clone on github at [https://github.com/lombardpress/pellego](https://github.com/lombardpress/pellego)
26
+
The [Palegraphinator](https://lombardpress.org/paleographinator)is an experimental site designed to allow users to search for Latin words and view their various abbreviations in variety of manuscripts sorted by place and time. It's a demo of what's possible, but certainly still a work in progress.
22
27
23
-
# Ad fontes
28
+
# LombardPress Print
29
+
30
+
[LombardPress Print](https://print.lombardpress.org/) is actually a web-service, not primarily intended for users to visit directly. Rather it is intended for other web applications to use in order to request on-demand PDF/Print renderings of SCTA data. A clear example of this is the [LombardPress PrintView Component](https://components.lombardpress.org/?path=/docs/components-printview--docs) which sends requests to the print service, listens for when the rendering is completed, and then makes the PDF rendering available for the user.
31
+
32
+
# LombardPress Schema
24
33
25
-
*Ad fontes*is specialized app for exploring quotation through the scholastic corpus. This application published at [http://lombardpress.org/adfontes/](http://lombardpress.org/adfontes/)
34
+
For historical reasons, the operative SCTA standards for semantically marking textual data is currently referred to as "LombardPress Schema". (The reason for this stems from the fact that the LombardPress idea began before the creation of the SCTA and the strict separation of data publication from front-end data visualization.) So while referred to as the "LombardPress Schema", these standards are better seen as part of the suite of standards governed by the SCTA. To view these standards, please see the [SCTA Documentation Page](https://community.scta.info/pages/docs). We anticipate, that future versions of these standards will receive a new nomenclature that will help maintain this important conceptual clarification.
0 commit comments