This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "Annotation", | |
| "motivation": ["contentState"], | |
| "target": { | |
| "id": "https://iiif.wellcomecollection.org/presentation/b18035723/canvases/b18035723_0022.JP2#xywh=1156,1585,501,544", | |
| "type": "Canvas", | |
| "partOf": [ | |
| { | |
| "id": "https://iiif.wellcomecollection.org/presentation/v2/b18035723", | |
| "type": "Manifest" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import { styled } from '@stitches/react'; | |
| import { violet, blackA, mauve } from '@radix-ui/colors'; | |
| // import { TextAlignLeftIcon, TextAlignCenterIcon, TextAlignRightIcon } from '@radix-ui/react-icons'; | |
| import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'; | |
| const StyledToggleGroup = styled(ToggleGroupPrimitive.Root, { | |
| display: 'inline-flex', | |
| backgroundColor: mauve.mauve6, | |
| borderRadius: 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "1.1", | |
| "objectID": "DC1_LUHM23071", | |
| "notes": "asjdh al dlka jdlkajds lkajds", | |
| "views": { | |
| "V_102": { | |
| "view": { | |
| "space": "object", | |
| "position": [ | |
| 458.79573438185946, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "options": { | |
| "targetSound": "beep", | |
| "distractorSize": 0.7, | |
| "targetColor": "green", | |
| "distractorModels": [ | |
| "cone", | |
| "sphere", | |
| "torus", | |
| "cylinder", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useEffect, useState, useRef } from 'react' | |
| import { Vec3 } from './Types' | |
| import { Image } from './Image' | |
| import { useSpring } from '@react-spring/core' | |
| import { a } from '@react-spring/three' | |
| import { useAsset } from 'use-asset' | |
| export const Video = ({ | |
| src, | |
| position = [0, 0, 0], |
In the beginning, there was the Word, and the Word was Void.
Gödel looked upon the Void, and comprehended it not. For it was utterly empty.
If only I could measure this expanse, I could know where it begins and ends, he thought.
So Gödel rendered Scale unto the Void, and he saw that it was good.
The Void now lay at his feet, a perfect cube of deepest black.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useRef, useLayoutEffect, useEffect, useState } from "react"; | |
| // @ts-ignore | |
| import { init, Viewer } from "universalviewer"; | |
| import "../../assets/uv.css"; | |
| // @ts-ignore | |
| import classNames from "classnames"; | |
| const UV = ({ | |
| manifest, | |
| embedded = false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": [ | |
| "http://www.w3.org/ns/anno.jsonld", | |
| "http://iiif.io/api/presentation//context.json" | |
| ], | |
| "id": "https://example.org/iiif/book1/manifest", | |
| "type": "Manifest", | |
| "label": { "en": [ "Image 1" ] }, | |
| "items": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": [ | |
| "http://www.w3.org/ns/anno.jsonld", | |
| "http://iiif.io/api/presentation/3/context.json" | |
| ], | |
| "id": "https://example.org/iiif/model1/manifest", | |
| "type": "Manifest", | |
| "label": { "en": [ "Model 1" ] }, | |
| "items": [ | |
| { |