Skip to content

Commit 88c87b4

Browse files
committed
major changes update images links to use s3 bucket; simplified pages; created posts pages that indicates depreciated posts, aka posts that are now available at jeffreycwitt.com
1 parent 5328290 commit 88c87b4

File tree

230 files changed

+1016
-552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+1016
-552
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
1414
url: "http://lombardpress.github.io" # the base hostname & protocol for your site
1515
twitter_username: jeffreycwitt
1616
github_username: lombardpress
17+
assets_url: "https://s3.amazonaws.com/lum-faculty-jcwitt-public/"
1718

1819

1920
permalink: pretty

_includes/header.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515

1616
<div class="trigger">
1717
<a class="page-link" href="{{ site.baseurl }}/">Home</a>
18-
<a class="page-link" href="{{ site.baseurl }}/about">About</a>
19-
<a class="page-link" href="{{ site.baseurl }}/events">Events</a>
20-
<a class="page-link" href="{{ site.baseurl }}/web">Lbp-Web</a>
21-
<a class="page-link" href="{{ site.baseurl }}/print">Lbp-Print</a>
22-
<a class="page-link" href="{{ site.baseurl }}/schema/docs">Lbp-Schema</a>
23-
24-
</div>
18+
<a class="page-link" href="{{ site.baseurl }}/applications-publications">Applications and Publications</a>
19+
<a class="page-link" href="{{ site.baseurl }}/posts">Posts</a>
20+
<a class="page-link" href="https://scta.info/donate">Donate</a>
21+
</div>
2522
</nav>
2623

2724
</div>

_posts/2015-04-07-collecting-sentences-commentary-digitized-images-in-one-viewer.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ layout: post
33
title: Collecting Sentences Commentary Digitized Images in One Viewer
44
date: 2015-04-07
55
permalink: collecting-sentences-commentary-digitized-images-in-one-viewer/
6+
tags: depreciated
67
---
78

89
Interested in Sentences commentaries, interested in manuscripts? Be sure to checkout the dedicated image viewer for digitized images of manuscripts containing Sentences commentaries. [http://images.scta.info](http://images.scta.info). This viewer uses metadata served by the Sentences Commentary Text Archive database [http://scta.info](http://scta.info) to aggregate images from libraries across the world into one viewer.
910

10-
[Know of other digitized manuscripts of Sentences commentaries on IIIF image server [http://iiif.io](http://iiif.io) not yet in the viewer? Leave a comment and let us know. We will add it to the viewer as fast as we can.]
11+
[Know of other digitized manuscripts of Sentences commentaries on IIIF image server [http://iiif.io](http://iiif.io) not yet in the viewer? Leave a comment and let us know. We will add it to the viewer as fast as we can.]

_posts/2015-04-20-using-a-thoughtful-workflow-to-support-collaboration-on-text-transcriptions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: Using a thoughtful workflow to support collaboration on text transcriptions
44
date: 2015-04-20
55
permalink: using-a-thoughtful-workflow-to-support-collaboration-on-text-transcriptions/
6+
tags: depreciated
67
---
78

89
Working at the source code level opens up several new collaboration possibilities. Most importantly is the opportunity to use GIT and to leverage existing GIT workflows.
@@ -29,4 +30,4 @@ Students can then transcribe and edit their text, making "commits" and "pushing"
2930

3031
Once merged into the official repository, the contributions of undergraduates and novices can be used and leveraged by a number of existing services. The metadata embedded in the text can be re-indexed into the Sentences Commentary Text Archive ([http://scta.info](http://scta.info)). Its status will be updated and visible in the Sentences commentary text viewer ([http://texts.scta.info/index](http://texts.scta.info/index)), annotations will be available in the image viewer ([http://images.scta.info](http://images.scta.info)), and if there is a site that has been created for the entire commentary (e.g. [http://plaoulcommentary.lombardpress.org](http://plaoulcommentary.lombardpress.org)) the most recent version of the text will formatted for reading.
3132

32-
I have have three undergraduate students now working on Sentences commentary transcriptions in this manner. When they submit their pull requests and they have been accepted into the official repository, I will post links to them below. Stay tuned.
33+
I have have three undergraduate students now working on Sentences commentary transcriptions in this manner. When they submit their pull requests and they have been accepted into the official repository, I will post links to them below. Stay tuned.

_posts/2015-04-24-early-data-visualizations-from-the-sentences-commentary-text-archive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: Early data visualizations from the Sentences Commentary Text Archive
44
date: 2015-04-24
55
permalink: /early-data-visualizations-from-the-sentences-commentary-text-archive/
6+
tags: depreciated
67
---
78

89
I've recently created some simple bar graphs to illustrate the ultimate potential of the Sentences Commentary Text Archive. (View graphs here: [http://stats.scta.info](http://stats.scta.info)). Besides coordinating the reuse of individual transcriptions, the Sentences Commentary Text Archive can allow us to analyze the entire tradition with accurate metrics for the first time.
@@ -14,4 +15,3 @@ At the present, the information they display is fairly simple. They display the
1415
These kinds of visualizations are only the tip of the iceberg. As the database progresses and indexes more commentaries and transcriptions, we will be able to (and in many cases already can) build more specific visualizations for particular authors or particular sections of a commentary throughout the entire tradition. For example, instead of looking for the frequency of certain names or quotations throughout the entire tradition, we might look for metrics relevant to Prologues only. Further, we might filter this information by authors living after 1300 or by authors who were Dominicans, Franciscans, etc.
1516

1617
Please leave comments here if you have thoughts or suggestions. Likewise, if you would like to request particular kinds of frequency visualizations, let me know and I'll see what I can do.
17-

_posts/2015-04-29-27th-iiif-manifest-added-to-the-sentences-commentary-text-archive.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: 27th IIIF manifest added to the Sentences Commentary Text Archive
44
date: 2015-04-29
55
permalink: /27th-iiif-manifest-added-to-the-sentences-commentary-text-archive/
6+
tags: depreciated
67
---
78

89

@@ -13,4 +14,4 @@ Ms Paris, Bibliotheque Nationale de France, ms. lat. 15853, a witness to the Sen
1314

1415
Thousands more manuscripts to go -- but this is a great start. Start reading and comparing witness today at http://images.scta.info
1516

16-
If you'd like to begin transcribing one of these witnesses and contributing it to the Sentences Commentary Text Archive, read about our production work-flow and how to contribute here.
17+
If you'd like to begin transcribing one of these witnesses and contributing it to the Sentences Commentary Text Archive, read about our production work-flow and how to contribute here.

_posts/2015-05-17-witness-to-bonaventures-commentary-on-the-sentences-added-to-the-scta-image-viewer.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: Witness to Bonaventure's Commentary on the Sentences added to the SCTA Image Viewer.
44
date: 2015-05-17
55
permalink: /witness-to-bonaventures-commentary-on-the-sentences-added-to-the-scta-image-viewer/
6+
tags: depreciated
67
---
78

89
Today, I added Harvard's Ms. Lat 265 to the SCTA Image Viewer. This manuscript is a witness to Book II of St. Bonaventure's Commentary on the Sentences of Peter Lombard. It can be viewed here:
@@ -25,4 +26,4 @@ All that was left was to add this to the index.html file of my mirador viewer li
2526

2627
and voilà, the 28th manuscript has been added to the collection.
2728

28-
<iframe src="http://images.scta.info/" width="100%" height="400"></iframe>
29+
<iframe src="http://images.scta.info/" width="100%" height="400"></iframe>

_posts/2015-06-01-creating-iiif-manifests.md

+22-21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: Creating IIIF Manifests
44
date: 2015-06-01
55
permalink: /creating-iiif-manifests/
6+
tags: depreciated
67
---
78

89
In this post I wanted to share the readme file for the custom script I've made to auto generate IIIF manifests that will be ingested into Sentences Commentary Text Archive and used by the SCTA Image Viewer and by the LombardPress publishing site that will integrate manuscript witnesses into the critical editions Sentences commentaries.
@@ -49,7 +50,7 @@ Filename “/input/config-jdso-bnf3155.rb”
4950
msslug: "jdso-bnf3114",
5051
msabbrev: "P",
5152
manifestLabel: "John Duns Scotus - Ordinatio - Paris, Bibliotheque Nationale de France, ms. lat. 3114",
52-
manifestDescription: "Witness to Book 4 John Duns Scotus Ordinatio Commentary on the Sentences",
53+
manifestDescription: "Witness to Book 4 John Duns Scotus Ordinatio Commentary on the Sentences",
5354
seeAlso: "http://gallica.bnf.fr/ark:/12148/btv1b90659708/",
5455
author: "John Duns Scotus",
5556
logo: "http://upload.wikimedia.org/wikipedia/fr/thumb/8/84/Logo_BnF.svg/1280px-Logo_BnF.svg.png",
@@ -63,7 +64,7 @@ Filename “/input/config-jdso-bnf3155.rb”
6364
viewingDirection: "left-to-right",
6465

6566
#Canvas Info
66-
canvasWidth: 1414,
67+
canvasWidth: 1414,
6768
canvasHeight: 1054,
6869
type: "double", # indicates if images are single sides or facing pages.
6970
i: 1, # starting folio
@@ -74,7 +75,7 @@ Filename “/input/config-jdso-bnf3155.rb”
7475

7576

7677
#Image Info
77-
imageFormat: "image/jpeg",
78+
imageFormat: "image/jpeg",
7879
imageWidth: 1414,
7980
imageHeight: 1054,
8081

@@ -83,7 +84,7 @@ Filename “/input/config-jdso-bnf3155.rb”
8384
image_context: "http://iiif.io/api/image/1/context.json",
8485
image_service_profile: "http://iiif.io/api/image/1/level2.json",
8586
image_service_base: "http://gallica.bnf.fr/iiif/ark:/12148/btv1b90659708/",
86-
image_service_count: 5,
87+
image_service_count: 5,
8788
image_service_skip_array: [7, 22, 23, 62, 65, 67],
8889

8990

@@ -118,13 +119,13 @@ Below is the class and method definitions that knows how to use this information
118119
@seeAlso = confighash[:seeAlso]
119120
@author = confighash[:author]
120121
@logo = confighash[:logo]
121-
@attribution = confighash[:attribution]
122+
@attribution = confighash[:attribution]
122123

123124
@viewingDirection = confighash[:viewingDirection]
124125

125126
@numberOfFolios = confighash[:numberOfFolios]
126127
@canvasWidth = confighash[:canvasWidth]
127-
@canvasHeight = confighash[:canvasHeight]
128+
@canvasHeight = confighash[:canvasHeight]
128129
@imageFormat = confighash[:imageFormat]
129130
@imageWidth = confighash[:imageWidth]
130131
@imageHeight = confighash[:imageHeight]
@@ -141,7 +142,7 @@ Below is the class and method definitions that knows how to use this information
141142
@image_service_profile = confighash[:image_service_profile]
142143
@image_service_base = confighash[:image_service_base]
143144
@image_service_count = confighash[:image_service_count]
144-
@image_service_skip_array = confighash[:image_service_skip_array]
145+
@image_service_skip_array = confighash[:image_service_skip_array]
145146

146147
@annotationListIdBase = confighash[:annotationListIdBase]
147148

@@ -198,7 +199,7 @@ Below is the class and method definitions that knows how to use this information
198199

199200
## begin a series of checks to see if certain folios or image servide ids need to be skipped
200201

201-
## first check: has a folio or folios been skipped in the actual numeration of the manuscript.
202+
## first check: has a folio or folios been skipped in the actual numeration of the manuscript.
202203
## if true, then skip these folio numbers in the canvaas creation
203204
while @folio_skip_array.include? @i
204205
@i += 1
@@ -211,14 +212,14 @@ Below is the class and method definitions that knows how to use this information
211212
@image_service_count +=1
212213
end
213214

214-
## Third Check: check to see if a folio number has been repeated in the actual manuscript foliation and create the foliation
215+
## Third Check: check to see if a folio number has been repeated in the actual manuscript foliation and create the foliation
215216
## this currently varies on whether or not the available images are single pages (which is the ideal)
216217
## or if the images are facing pages.
217-
## if an folio numeration is repeated create the folio label "folio number" + "bis"
218+
## if an folio numeration is repeated create the folio label "folio number" + "bis"
218219
## if the folio is a single page add the side designation (e.g. "r" or "v")
219220

220221
if @type == "single"
221-
if defined? @folio_bis_array
222+
if defined? @folio_bis_array
222223
#checks to see if the verso side of the first instance has already been logged.
223224
if @already_used_folios.include? @i
224225
fol = @i.to_s + "bis" + @side
@@ -233,14 +234,14 @@ Below is the class and method definitions that knows how to use this information
233234
if @already_used_folios.include? @i
234235
fol = @i.to_s + "bis"
235236
else
236-
fol = @i
237+
fol = @i
237238
end
238239
else
239240
fol = @i
240241
end
241-
end
242+
end
242243

243-
## Fourth Check: Identify the image service and create service ids specifically designed for each service.
244+
## Fourth Check: Identify the image service and create service ids specifically designed for each service.
244245
## New servicesids should be added for each new image-service ui pattern
245246

246247
if @serviceType == "Gallica"
@@ -312,13 +313,13 @@ Below is the class and method definitions that knows how to use this information
312313
canvasArray << canvas
313314

314315
## Begin preparation for next iteration.
315-
## if canvases are being created for each side of a leaf, side designation needs to flipped from "r to v"
316-
## or from "v" to "r" with uptick in the folio counter
316+
## if canvases are being created for each side of a leaf, side designation needs to flipped from "r to v"
317+
## or from "v" to "r" with uptick in the folio counter
317318
## also needs to account for folio numerations that are repeated and need to be marked as "bis"
318319

319320

320321
if @type == "single"
321-
if defined? @folio_bis_array
322+
if defined? @folio_bis_array
322323
if @folio_bis_array.include? @i
323324
@i = @i
324325
if @side == "v"
@@ -349,7 +350,7 @@ Below is the class and method definitions that knows how to use this information
349350
end
350351
end
351352
else
352-
if defined? @folio_bis_array
353+
if defined? @folio_bis_array
353354
if @folio_bis_array.include? @i
354355
@i = @i
355356
@folio_bis_array.delete(@i)
@@ -367,7 +368,7 @@ Below is the class and method definitions that knows how to use this information
367368
end
368369
return canvasArray
369370
end
370-
end
371+
end
371372
end
372373

373374
Finally ruby has a nice command line gem that I use to call this function.
@@ -378,7 +379,7 @@ File /bin/manifest looks like this:
378379

379380
require "thor"
380381

381-
class Manifest < Thor
382+
class Manifest < Thor
382383
desc "version", "ask for WittManifestTool version"
383384
def version
384385
puts "version 0.0.1"
@@ -397,4 +398,4 @@ File /bin/manifest looks like this:
397398

398399
Now, in the command line I just run
399400

400-
./bin manifest create config-dsp-bnf14454 > output/dsp-bnf14454.jsonld
401+
./bin manifest create config-dsp-bnf14454 > output/dsp-bnf14454.jsonld

_posts/2015-06-02-demo-of-full-integration-of-iiif-images-into-lombardpress.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ layout: post
33
title: Demo of full Integration of IIIF Images into LombardPress
44
date: 2015-06-02
55
permalink: /demo-of-full-integration-of-iiif-images-into-lombardpress/
6+
tags: depreciated
67
---
78

89
After a lot of work, I've finally been able to fully integrate IIIF images from distributed image services into the LombardPress web publication system. Now, at the touch of button you can quickly toggle images of diverse witnesses for each paragraph, served from different libraries throughout the world. Watch the demo and share.
910

1011
<iframe src="https://www.youtube.com/embed/4lRCwFGD_Rw" width="100%" height="300px" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
1112

12-
The site is live at [http://plaoulcommentary.lombardpress.org](http://plaoulcommentary.lombardpress.org). However, I'm still testing, so you'll need an invite to view it. Just email me at jeffreycwitt [at] gmail [dot] com and I'll be happy to send you an invite. I would, of course, be grateful for any and all feedback.
13+
The site is live at [http://plaoulcommentary.lombardpress.org](http://plaoulcommentary.lombardpress.org). However, I'm still testing, so you'll need an invite to view it. Just email me at jeffreycwitt [at] gmail [dot] com and I'll be happy to send you an invite. I would, of course, be grateful for any and all feedback.

_posts/2015-06-10-5-new-manuscripts-from-e-codices-added-the-scta-image-viewer.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: 5 new manuscripts from e-codices added to the SCTA image viewer
44
date: 2015-06-10
55
permalink: /5-new-manuscripts-from-e-codices-added-the-scta-image-viewer/
6+
tags: depreciated
67
---
78

89
Five new manuscripts containing whole or partial Sentences commentaries have been added to the SCTA image viewer from various libraries throughout Switzerland.
@@ -30,4 +31,4 @@ View these image and others at [http://images.scta.info](http://images.scta.info
3031

3132
On my count, there are now 36 codices in the SCTA image viewer!
3233

33-
Stay tuned for more.
34+
Stay tuned for more.

_posts/2015-06-15-bringing-ecodices-and-openn-together.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ layout: post
33
title: Bringing ecodices and Openn together via IIIF
44
date: 2015-06-15
55
permalink: /bringing-ecodices-and-openn-together/
6+
tags: depreciated
67
---
78

89
Here's another demo showing how the IIIF api lets us bring together sister witnesses Aarau, Aargauer Kantonsbibliothek, MsWettF 15 (Via ecodices) and Philadelphia, University of Pennsylvania, ms. codex 686 (via Openn) into the LombardPress critical edition platform and the Mirador viewer.
910

1011
Enjoy.
1112

12-
<iframe src="https://www.youtube.com/embed/LFUCHyyukX8" width="100%" height="450px" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
13+
<iframe src="https://www.youtube.com/embed/LFUCHyyukX8" width="100%" height="450px" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

_posts/2015-06-21-an-overview-of-the-lombardpressscta-system.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: An overview of LombardPress and the Sentences Commentary Text Archive
44
date: 2015-06-21
55
permalink: /an-overview-of-the-lombardpressscta-system/
6+
tags: depreciated
67
---
78

8-
<iframe src="//slides.com/jeffreycwitt/scta-lbp-overview/embed" width="576" height="420" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
9+
<iframe src="//slides.com/jeffreycwitt/scta-lbp-overview/embed" width="576" height="420" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

0 commit comments

Comments
 (0)