-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
101 additions
and
86 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,38 +24,69 @@ | |
</nav> | ||
|
||
<section> | ||
<h1 id="about-this-software">About this software</h1> | ||
<h2 id="datatools-1.2.4">datatools 1.2.4</h2> | ||
<h3 id="authors">Authors</h3> | ||
<ul> | ||
<li>R. S. Doiel</li> | ||
</ul> | ||
<h3 id="maintainers">Maintainers</h3> | ||
<ul> | ||
<li>R. S. Doiel</li> | ||
</ul> | ||
<p>A set of command line tools for working with CSV, Excel Workbooks, | ||
JSON and structured text documents.</p> | ||
<ul> | ||
<li>License: https://data.caltech.edu/license</li> | ||
<li>GitHub: https://github.com/caltechlibrary/datatools</li> | ||
<li>Issues: https://github.com/caltechlibrary/datatools/issues</li> | ||
</ul> | ||
<h3 id="programming-languages">Programming languages</h3> | ||
<ul> | ||
<li>Go 1.20</li> | ||
</ul> | ||
<h3 id="operating-systems">Operating Systems</h3> | ||
<ul> | ||
<li>Linux</li> | ||
<li>Windows</li> | ||
<li>macOS</li> | ||
</ul> | ||
<h3 id="software-requiremets">Software Requiremets</h3> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
Caltech Library’s Digital Library Development Sandbox | ||
</title> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="/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>Golang 1.20 or better</li> | ||
<li>Pandoc 2.19 or better</li> | ||
<li> | ||
<a href="/">Home</a> | ||
</li> | ||
<li> | ||
<a href="./">README</a> | ||
</li> | ||
<li> | ||
<a href="LICENSE">LICENSE</a> | ||
</li> | ||
<li> | ||
<a href="INSTALL.html">INSTALL</a> | ||
</li> | ||
<li> | ||
<a href="user-manual.html">User Manual</a> | ||
</li> | ||
<li> | ||
<a href="how-to/">Tutorials</a> | ||
</li> | ||
<li> | ||
<a href="search.html">Search Docs</a> | ||
</li> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/caltechlibrary/datatools">GitHub</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<section> | ||
</section> | ||
<footer> | ||
<span> | ||
<h1> | ||
<A href="http://caltech.edu">Caltech</a> | ||
</h1> | ||
</span> <span>© 2023 | ||
<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> | ||
</section> | ||
|
||
<footer> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,39 @@ | ||
--- | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
type: software | ||
title: "datatools" | ||
abstract: "A set of command line tools for working with CSV, Excel | ||
Workbooks, JSON and structured text documents." | ||
authors: | ||
- family-names: Doiel | ||
given-names: R. S. | ||
orcid: "https://orcid.org/0000-0003-0900-6903" | ||
|
||
repository-code: "https://github.com/caltechlibrary/datatools" | ||
version: 1.2.4 | ||
license-url: "https://data.caltech.edu/license" | ||
keywords: [ "csv", "excel", "sql", "json", "xlsx", "golang", "bash" ] | ||
|
||
--- | ||
|
||
About this software | ||
=================== | ||
|
||
## datatools 1.2.4 | ||
|
||
### Authors | ||
|
||
- R. S. Doiel | ||
|
||
|
||
### Maintainers | ||
|
||
- R. S. Doiel | ||
|
||
A set of command line tools for working with CSV, Excel Workbooks, JSON | ||
and structured text documents. | ||
|
||
- License: https://data.caltech.edu/license | ||
- GitHub: https://github.com/caltechlibrary/datatools | ||
- Issues: https://github.com/caltechlibrary/datatools/issues | ||
|
||
|
||
### Programming languages | ||
|
||
- Go 1.20 | ||
|
||
### Operating Systems | ||
|
||
- Linux | ||
- Windows | ||
- macOS | ||
|
||
### Software Requiremets | ||
|
||
- Golang 1.20 or better | ||
- Pandoc 2.19 or better | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Caltech Library's Digital Library Development Sandbox</title> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="/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="/">Home</a></li> | ||
<li><a href="./">README</a></li> | ||
<li><a href="LICENSE">LICENSE</a></li> | ||
<li><a href="INSTALL.html">INSTALL</a></li> | ||
<li><a href="user-manual.html">User Manual</a></li> | ||
<li><a href="how-to/">Tutorials</a></li> | ||
<li><a href="search.html">Search Docs</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<section> | ||
|
||
</section> | ||
|
||
<footer> | ||
<span><h1><A href="http://caltech.edu">Caltech</a></h1></span> | ||
<span>© 2023 <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> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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