-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (81 loc) · 3.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Caltech Library's Digital Library Development Sandbox</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
</head>
<body>
<header>
<a href="http://library.caltech.edu"><img src="assets/liblogo.gif" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">DLD Sandox</a></li>
<li><a href="https://library.caltech.edu/library/home">Caltech Library</a></li>
<li><a href="https://library.caltech.edu/archives/home">Caltech Archives</a></li>
<li><a href="https://feeds.library.caltech.edu">Library Feeds</a></li>
<li><a href="https://github.com/caltechlibrary/">DLD @ GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="digital-library-development-sandbox">Digital Library Development
Sandbox</h1>
<p>This sandbox contains experimental projects. It reflects some of the
work of the digital library development groups’ developers and staff.
The majority of these projects are hosted at <a
href="https://github.com/caltechlibrary%22">GitHub</a> and available
under <a href="https://en.wikipedia.org/wiki/Open_source">Open
Source</a> licenses.</p>
<h2 id="examples-and-presentations">Examples and Presentations</h2>
<ul>
<li>A Multipass <a
href="https://caltechlibrary.github.io/opensearch-machine">OpenSearch
Machine</a>, 2024-03-13</li>
<li><a href="codemeta-pandoc-examples">Codemeta and Pandoc
Examples</a></li>
<li><a
href="https://caltechlibrary.github.io/command-line-for-librarians/">Command
Line for Librarians</a> at <a
href="https://mmwcon.org/sessions/21">MMWCon 2016</a></li>
<li><a
href="https://caltechlibrary.github.io/or2018-building-at-the-edges/">Building
software at the edges of heterogeneous repositories</a> at <a
href="http://www.or2018.net/">Open Repositories 2018</a></li>
<li><a
href="https://caltechlibrary.github.io/newt/presentation">Experiments
with PostgREST</a>, <a
href="https://www.meetup.com/code4lib-socal/events/293314880/">SoCal
Code4Lib Meetup</a>, 2023-07-14</li>
</ul>
<h2 id="projects-tools-and-languages">Projects, Tools and Languages</h2>
<ul>
<li><a href="web-and-cli-tools.html">Web tools and command-line</a></li>
<li><a href="harvesters-and-system-integration.html">Harvesters and
Systems integration</a></li>
<li><a href="languages-and-tooling.html">JavaScript/TypeScript and Go
projects</a></li>
<li><a href="virtual-machines-and-containers.html">Virtual Machines and
Containers</a></li>
<li><a href="project_index.html"
title="List all GitHub repositories with 'pages' enabled">Project
Documentation Index</a></li>
<li><a href="installers.html"
title="Easy install instructions for Linux, macOS and Windows for our Go based tools">Easy
installs for Linux, macOS and Windows</a></li>
</ul>
<h2 id="finding-things">Finding things</h2>
<ul>
<li><a href="search.html">Search Selected Projects</a></li>
</ul>
</section>
<footer>
<span><h1><A href="http://caltech.edu">Caltech</a></h1></span>
<span>© 2024 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
<span><a href="mailto:[email protected]">Email Us</a></span>
<a class="cl-hide" href="sitemap.xml">Site Map</a>
</footer>
</body>
</html>