Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added web/images/TPEN3_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions web/js/toolsCatalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ const ToolsCatalog = [
icon: "./images/uv-logo.png",
view: "https://universalviewer.io/",
description: "A viewer for web objects, allowing users to share their media with the world."
},
{
label: "TPEN3",
icon: "./images/TPEN3_logo.png",
view: "https://three.t-pen.org/",
description: "A tool that offers line-by-line annotation of IIIF data to produce transcriptions."
}
];

Expand Down
Loading