Skip to content

Instantly share code, notes, and snippets.

View rsimon's full-sized avatar

Rainer Simon rsimon

View GitHub Profile
@rsimon
rsimon / annotorious-firebase.html
Last active December 16, 2023 20:19
Using Firebase as Annotation Backend for Annotorious
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Annotorious | Firebase Demo</title>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<style>
html, body {
padding:20px;
margin:0px;
@rsimon
rsimon / webanno_example.md
Last active November 21, 2019 14:31
Recogito IIIF + WebAnno example
{
"annotation_id":"e8698b97-1722-49ee-9752-c8a4ae2863ba", # UUID for this annotation
"version_id":"6c89639b-87c7-4f75-8f37-96212e8eef36", # separate UUID for this specific version
"annotates":{
"document_id":"7tqppvg1uo4qdo", # ID & content type of document/filepart the annotation annotates
"filepart_id":"5db80aa5-8a27-4539-aeb3-bddf3abc0098",
"content_type":[
"TEXT",
"TEXT_PLAIN"
]
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 2.
Title,Geometry,DateTime,ItemType,Dataset,ConflatesNo
Faroe Islands,"MULTIPOLYGON (((-6.916 61.65, -6.879 61.627, -6.943 61.593, -6.751 61.574, -6.748 61.541, -6.841 61.56, -6.702 61.487, -6.824 61.471, -6.717 61.46, -6.677 61.392, -6.869 61.474, -6.996 61.602, -6.916 61.65)), ((-6.706 61.638, -6.699 61.631, -6.723 61.631, -6.706 61.638)), ((-6.758 61.705, -6.749 61.701, -6.737 61.685, -6.763 61.683, -6.758 61.705)), ((-6.946 61.914, -6.813 61.898, -6.633 61.828, -6.687 61.753, -6.776 61.831, -6.877 61.819, -6.946 61.914), (-6.808 61.829, -6.811 61.828, -6.808 61.829, -6.808 61.829)), ((-6.846 61.785, -6.808 61.779, -6.79 61.751, -6.853 61.762, -6.846 61.785)), ((-7.666 62.102, -7.661 62.1, -7.688 62.097, -7.666 62.102)), ((-7.596 62.117, -7.579 62.115, -7.528 62.095, -7.665 62.102, -7.596 62.117)), ((-6.324 62.305, -6.285 62.281, -6.341 62.278, -6.325 62.243, -6.416 62.271, -6.324 62.305)), ((-6.524 62.299, -6.515 62.277, -6.424 62.253, -6.538 62.254, -6.445 62.181, -6.572 62.224, -6.535 62.174, -6.554 62.169
@rsimon
rsimon / test.html
Created March 8, 2018 12:21
'Remote control' OpenLayers through a DOM element that obstructs direct access
<html>
<head>
<link rel="stylesheet" href="https://openlayers.org/en/v4.6.4/css/ol.css" type="text/css">
<style>
#above, #below {
position:absolute;
top:0;
left:0;
width:640px;
height:480px;
@rsimon
rsimon / example.scala
Last active January 30, 2018 08:13
Play JSON Serialization and Trait Methods
// Trait that adds the 'computeSum' method
trait HasSum {
val a: Int
val b: Int
def computeSum() = a + b
}
@rsimon
rsimon / pleiades-sample.json
Created September 30, 2016 12:08
Pleiades sample record
{
"features": [{
"geometry": {
"type": "Point",
"coordinates": [-3.606772,
39.460299
]
},
"type": "Feature",
"id": "darmc-location-20192",
@rsimon
rsimon / amber-annotations.ttl
Last active September 20, 2016 19:19
Amber Routes routes & annotations dummy
@prefix cnt: <http://www.w3.org/2011/content#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix pelagios: <http://pelagios.github.io/vocab/terms#> .
@prefix relations: <http://pelagios.github.io/vocab/relations#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .
# Any custom vocab terms that might be needed
@rsimon
rsimon / amber-void.ttl
Last active September 20, 2016 19:11
Amber Routes VoID dummy
@prefix : <http://my-domain.org/my-data/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<https://github.com/kgeographer/topotime/hroutes> a void:Dataset;
# MANDATORY
dcterms:title "Historical Routes from Topotime";
# OPTIONAL
{
"bbox": [
16.8224041,
42.7657037,
16.8224041,
42.7657037
],
"connectsWith": [
"1004"
],