I hereby claim:
- I am mdlincoln on github.
- I am mdlincoln (https://keybase.io/mdlincoln) on keybase.
- I have a public key whose fingerprint is 5271 D84C 193A 4B9B 945C D4AA D3AB 2911 2CAD 6E14
To claim this, I am signing this object:
| --- | |
| layout: page | |
| title: Search | |
| noindex: true | |
| --- | |
| <script src="https://unpkg.com/lunr/lunr.js"></script> | |
| <script> | |
| const BUFFER = 30 // Number of characters to show for kwic-results |
| <template> | |
| <span> | |
| <ol v-if="Array.isArray(value)"> | |
| <li v-for="(item, index) in value" :key="index"> | |
| <Nested :value="item" /> | |
| </li> | |
| </ol> | |
| <ul v-else-if="typeof value == 'object' && !!value"> | |
| <li v-for="(val, name) in value" :key="name"> | |
| {{ name }}: |
| ffmpeg -i input.mov -t 12 -vf "fps=20,scale=640:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif |
| 'http://vocab.getty.edu/sparql.json?query=select+distinct*{?x+skos:inScheme+aat:;(xl:prefLabel|xl:altLabel)/gvp:term"' + escape(value, 'url') + '"@en}' |
| { | |
| "updated": "2018-10-01T18:16:02.140402+00:00", | |
| "group": "__world__", | |
| "target": [ | |
| { | |
| "source": "http://teic.github.io/CETEIcean/EEBOTest.html", | |
| "selector": [ | |
| { | |
| "conformsTo": "https://tools.ietf.org/html/rfc3236", | |
| "type": "FragmentSelector", |
| library(tidyverse) | |
| library(httr) | |
| get_prefname <- function(id) { | |
| message(id) | |
| endpoint <- "http://vocab.getty.edu/sparql.csv?query=" | |
| query <- URLencode(str_interp("SELECT ?prefName WHERE { | |
| ?person dc:identifier '${id}'; | |
| xl:prefLabel [xl:literalForm ?prefName ] . | |
| } LIMIT 1")) |
| letter_position <- function(s) { | |
| comp_str <- stringr::str_split(stringr::str_to_lower(s), "") | |
| purrr::map_int(comp_str, alpha_index) | |
| } | |
| alpha_index <- function(s) { | |
| i <- purrr::map_int(s, ~ which(. == letters)) | |
| purrr::reduce(i, function(x, y) { | |
| x * length(letters) + y | |
| }) |
| .............. . . . . . .... . .. . ..... . .... . .. . ..... . .... . .. | |
| ......... .... . . . . .. . . . . . . . . . .. . .. . . | |
| .............................. . .. . ........ ................................. | |
| .............. . .. . . .. . . . .. . . . ...+I?=......... .. . .... . ... | |
| ................................. ........... ....II?==,........................ | |
| ..................................................7I?==~.......... . .. . ...... | |
| .................................................=7I+=~~........................ | |
| ................ ........... . . .. . .. . ..77?+==~...... . ........... ... | |
| ................................ ... .. . ......~$I+=~=:...... ..... ...... ... |
| SELECT DISTINCT ?id ?pref_name ?birth_year ?death_year ?birth_place ?death_place ?nationality ?bio_description ?scope_note ?pref_role | |
| WHERE { | |
| ?artist skos:inScheme ulan: ; | |
| dc:identifier ?id ; | |
| rdf:type gvp:PersonConcept ; | |
| dc:identifier ?id ; | |
| xl:prefLabel [xl:literalForm ?pref_name] . | |
| ?artist foaf:focus [gvp:biographyPreferred ?bio] . | |
| ?bio schema:gender aat:300189557 . |
I hereby claim:
To claim this, I am signing this object: