TASK
WHERE due = date("{{monday:YYYY-MM-DD}}") or scheduled = date("{{monday:YYYY-MM-DD}}") or completion = date("{{monday:YYYY-MM-DD}}")
{ | |
"@context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "https://api.digitale-sammlungen.de/iiif/presentation/v2/bsb00085130/manifest", | |
"type": "Manifest", | |
"behavior": [ | |
"paged" | |
], | |
"label": { | |
"none": [ | |
"Carmina Burana - BSB Clm 4660" |
{ | |
"@context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json", | |
"type": "Manifest", | |
"label": { | |
"en": [ | |
"Single Image Example" | |
] | |
}, | |
"items": [ |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@type": "sc:Manifest", | |
"@id": "https://gist.githubusercontent.com/pbinkley/ce6123240e1e54a093b99541e649eec3/raw/7f290ae81079950fde9560162cd56ee179ea6fd5/reordered-carmina-burana.json", | |
"label": "Carmina Burana - BSB Clm 4660 - Reordered", | |
"metadata": [ | |
{ | |
"label": [ | |
{ | |
"@language": "en", |
{ | |
"@id" : "https://gallica.bnf.fr/iiif/ark:/12148/btv1b105092395/manifest.json", | |
"label" : "BnF, département Estampes et photographie, RESERVE 4-DD-3136", | |
"attribution" : "Bibliothèque nationale de France", | |
"license" : "https://gallica.bnf.fr/html/und/conditions-dutilisation-des-contenus-de-gallica", | |
"logo" : "https://gallica.bnf.fr/mbImage/logos/logo-bnf.png", | |
"related" : "https://gallica.bnf.fr/ark:/12148/btv1b105092395", | |
"seeAlso" : [ "http://oai.bnf.fr/oai2/OAIHandler?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:bnf.fr:gallica/ark:/12148/btv1b105092395" ], | |
"description" : "新形小紋帳 / [葛飾北斎] ; 柳亭種彦誌", | |
"metadata" : [ { |
{ | |
"_name": "Wayback Machine", | |
"_alias": "Wayback", | |
"_description": "Wayback Machine Lookup", | |
"_icon": null, | |
"_hidden": false, | |
"_urlTemplate": "http://archive.org/wayback/available?url={z:url}", | |
"_urlParams": [], | |
"_urlNamespaces": { | |
"z": "http://www.zotero.org/namespaces/openSearch#" |
{ | |
"catalog": [ | |
{ | |
"manifestId": "https://ids.si.edu/ids/manifest/NMAH-2011-04245" | |
}, | |
{ | |
"manifestId": "https://ids.si.edu/ids/manifest/NMAH-AHB2015q011627" | |
}, | |
{ | |
"manifestId": "https://gist.githubusercontent.com/pbinkley/620122945cb1c6743533aa44bcdf9aeb/raw/7ff6adf8f8672d4bad80100b49d24a1b75709020/culvert-dressing-station.json" |
Peter Binkley how are all diodes down your left side? | |
As an artificial intelligence language model, I do not have a physical | |
body or components such as diodes. I exist solely as a program | |
running on computer servers. Therefore, I do not have a left or right | |
side, and I don't have any diodes or physical parts that could be | |
located on any side. I am a digital entity, and all my processes | |
exist in the virtual space. | |
Peter Binkley ok, but could you play along with my pop culture |
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:icalendar-ruby | |
CALSCALE:GREGORIAN | |
BEGIN:VTIMEZONE | |
TZID:America/Ottawa | |
BEGIN:DAYLIGHT | |
DTSTART:19700308T020000 | |
TZOFFSETFROM:-0500 | |
TZOFFSETTO:-0400 |
javascript:(()=>{id=/https:\/\/archive.org\/details\/([^/]*).*/.exec(location.href);if(id){manifest="https://iiif.archive.org/iiif/"+id[1]+"/manifest.json";navigator.clipboard.writeText(manifest);alert("Copied manifest uri: "+manifest);}else{alert("This isn't an archive.org item.");}})(); |