Skip to content

Commit effbad2

Browse files
author
R. S. Doiel
committed
commiting to main
1 parent 7b91515 commit effbad2

262 files changed

Lines changed: 730 additions & 788 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

INSTALL.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<h1 id="installation-for-development-of-datatools">Installation for
2928
development of <strong>datatools</strong></h1>
@@ -70,7 +69,6 @@ <h3 id="steps">Steps</h3>
7069
make test
7170
make install</code></pre>
7271
</section>
73-
7472
<footer-global></footer-global>
7573
</body>
76-
</html>
74+
</html>

INSTALL_NOTES_Windows.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<p>Installing an unsigned executable on Windows can also pose security
2928
risks, as Windows has built-in mechanisms to protect users from
@@ -89,7 +88,6 @@ <h3 id="important-considerations">Important Considerations</h3>
8988
it’s best to consult with someone who has more experience with Windows
9089
or to contact the software developer for support.</p>
9190
</section>
92-
9391
<footer-global></footer-global>
9492
</body>
95-
</html>
93+
</html>

INSTALL_NOTES_macOS.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<p>Installing an unsigned executable on macOS can be a bit tricky due to
2928
macOS’s security features designed to protect users from potentially
@@ -96,7 +95,6 @@ <h3 id="important-considerations">Important Considerations</h3>
9695
it’s best to consult with someone who has more experience with macOS or
9796
to contact the software developer for support.</p>
9897
</section>
99-
10098
<footer-global></footer-global>
10199
</body>
102-
</html>
100+
</html>

TODO.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<h2 id="action-items">Action Items</h2>
2928
<h2 id="bug">Bug</h2>
@@ -220,7 +219,6 @@ <h2 id="completed">Completed</h2>
220219
option for fuzzy match on columns (e.g. comparing titles)</label></li>
221220
</ul>
222221
</section>
223-
224222
<footer-global></footer-global>
225223
</body>
226-
</html>
224+
</html>

about.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<h1 id="about-this-software">About this software</h1>
2928
<h2 id="datatools-1.3.4">datatools 1.3.4</h2>
@@ -61,7 +60,6 @@ <h3 id="software-requiremets">Software Requiremets</h3>
6160
<li>Pandoc &gt;= 3.1</li>
6261
</ul>
6362
</section>
64-
6563
<footer-global></footer-global>
6664
</body>
67-
</html>
65+
</html>

codemeta2cff.1.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<h1 id="name">NAME</h1>
2928
<p>codemeta2cff</p>
@@ -48,7 +47,6 @@ <h1 id="example">EXAMPLE</h1>
4847
<p>Specifying the full paths.</p>
4948
<pre><code>codemeta2cff /opt/local/myproject/codemeta.json /opt/local/myproject/CITATION.cff</code></pre>
5049
</section>
51-
5250
<footer-global></footer-global>
5351
</body>
54-
</html>
52+
</html>

csv2json.1.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
4-
<title>Caltech Library's Digital Library Development Sandbox</title>
5-
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6-
<link rel="stylesheet" href="/css/site.css">
7-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
4+
<title>datatools</title>
5+
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
6+
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
7+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
8+
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
89
</head>
910
<body>
1011
<header>
11-
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
12+
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
1213
</header>
1314
<nav>
1415
<ul>
15-
<li><a href="/">Home</a></li>
16-
<li><a href="./">README</a></li>
17-
<li><a href="LICENSE">LICENSE</a></li>
18-
<li><a href="INSTALL.html">INSTALL</a></li>
19-
<li><a href="user-manual.html">User Manual</a></li>
20-
<li><a href="how-to/">Tutorials</a></li>
21-
<li><a href="search.html">Search Docs</a></li>
22-
<li><a href="about.html">About</a></li>
23-
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
16+
<li><a href="/">Home</a></li>
17+
<li><a href="index.html">README</a></li>
18+
<li><a href="LICENSE">LICENSE</a></li>
19+
<li><a href="INSTALL.html">INSTALL</a></li>
20+
<li><a href="user_manual.html">User Manual</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="search.html">Search</a></li>
23+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
2424
</ul>
2525
</nav>
26-
2726
<section>
2827
<h1 id="name">NAME</h1>
2928
<p>csv2json</p>
@@ -102,7 +101,6 @@ <h1 id="examples">EXAMPLES</h1>
102101
<p>Convert data1.csv to JSON blobs, one line per blob</p>
103102
<pre><code> csv2json -as-blobs -i data1.csv</code></pre>
104103
</section>
105-
106104
<footer-global></footer-global>
107105
</body>
108-
</html>
106+
</html>

0 commit comments

Comments
 (0)