Skip to content

Instantly share code, notes, and snippets.

View azaroth42's full-sized avatar

Rob Sanderson azaroth42

View GitHub Profile
@azaroth42
azaroth42 / info.json
Last active October 15, 2016 00:34
Ultra simple AV info.json
{
"@context": "http://iiif.io/api/av/0/context.json",
"id": "https://iiif-staging02.lib.ncsu.edu/iiifv/pets",
"profile": "http://iiif.io/api/av/0/level1.json",
"attribution": "Provided by NCSU",
"logo": "http://ncsu.edu/logo.png",
"rights": "http://creativecommons.org/4.0/cc-by/",
"sizes": [
@azaroth42
azaroth42 / gist:7b55bde7b98e9615502a
Last active August 29, 2015 14:24
FRBR / RDF discussion
:work a frbr:Work
dc:title "Chronicles of Froissart" // label for the abstract notion
dc:creator <froissart>
:expr a frbr:Expression
frbr:expressionOf :work
dc:title "Les Chroniques" // label for written forms
:mfst a frbr:Manifestation // A family of MSS
frbr:manifestationOf :expr
@azaroth42
azaroth42 / log.txt
Created August 28, 2014 18:05
Fedora4 mvn -X install log
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T09:37:52-08:00)
Maven home: /usr/local/Cellar/maven/3.2.1/libexec
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.2.1/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/azaroth/.m2/settings.xml
[DEBUG] Using local repository at /Users/azaroth/.m2/repository
{
"@context": {
"@vocab": "http://iiif.io/api/image#",
"xsd" :" http://www.w3.org/2001/XMLSchema#",
"supportsRegionByPct" : {"@type": "xsd:boolean"},
"supportsRegionByPx" : {"@type": "xsd:boolean"},
"supportsSizeByW" : {"@type": "xsd:boolean"},
"supportsSizeByH" : {"@type": "xsd:boolean"},
"supportsSizeByWH" : {"@type": "xsd:boolean"},
"supportsSizeByPct" : {"@type": "xsd:boolean"},