Skip to content

Commit

Permalink
Merge pull request #308 from DLFMetadataAssessment/issue#307
Browse files Browse the repository at this point in the history
Tools corrections and additions
  • Loading branch information
agoslen authored Nov 9, 2023
2 parents e86571d + 5c3a367 commit 7ccba31
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _tools/11.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
creator: Community contributors
type: Programming language or library
category_broad:
- Transformation
- Analysis
category_broad_informal:
- Transformation
- Analysis
use_case: Reading/writing xml data
interface: CLI
dependencies: Python
Expand Down
4 changes: 2 additions & 2 deletions _tools/18.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: LibreCat/Catmandu
abstract: Edit and transform metadata files including MARC, but also other formats. Can be used to select (and fix) records based on conditions. Can convert records to csv for examination/assessment.
title: Catmandu
abstract: Edit and transform metadata files including MARC, but also other formats. Can be used to select (and fix) records based on conditions. Can convert records to csv for examination/assessment. Catmandu toolkit and CLI is used for metadata extraction (OAI-PMH, SRU…) and processing (MARC, PICA, Aleph, BibTeX, XML, JSON, YAML…). There is a tutorial, cheat sheet, blog, and wiki for this tool.
tool_url: http://librecat.org/
source_code: https://github.com/LibreCat/Catmandu
creator: Open collaboration of the university libraries of Lund, Ghent, and Bielefeld
Expand Down
20 changes: 20 additions & 0 deletions _tools/27.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Folderlist
abstract: Extracts basic file directory information (directory names, directory sizes, and number of files in each directories) about digital files to generate a folder list formatted for use in an archival finding aid. The tool can output plain text or EAD.
tool_url: https://github.com/laradfs/folderlist-tool
source_code: https://github.com/laradfs/folderlist-tool
creator: Lara Friedman-Shedlov
type: Standalone tool (command line)
category_broad:
- Creation
- Transformation
category_broad_informal:
use_case: Generate folder lists and EAD
interface: CLI
dependencies: Windows
open_source_proprietary: Open Source
cost: Free
related_tools: N/A
metadata_standard: EAD
file_format: text file, XML
---
20 changes: 20 additions & 0 deletions _tools/28.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Scriptshifter
abstract: REST API service developed by the Library of Congress to assist with transliteration of multiple scripts in the Marva BIBFRAME editor. Can convert from non-Latin script to Latin scripts, and vice versa.
tool_url: https://github.com/lcnetdev/scriptshifter/tree/main
source_code: https://github.com/lcnetdev/scriptshifter/tree/main
creator: Library of Congress Network Development and MARC Standards Office
type: Standalone tool (command line)
category_broad:
- Creation
- Editing
category_broad_informal:
use_case: Assists in transliteration for multiple scripts.
interface: Web, Web service
dependencies: Python
open_source_proprietary: Open Source
cost: Free
related_tools: N/A
metadata_standard: BIBFRAME, possibly others
file_format: JSON
---
19 changes: 19 additions & 0 deletions _tools/29.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: edtf-validate
abstract: edtf-validate determines if a string is valid EDTF according to the specifications provided by the Library of Congress (https://www.loc.gov/standards/datetime/) and allows the user to test if a date is a feature of each level of EDTF.
tool_url: https://github.com/unt-libraries/edtf-validate
source_code: https://github.com/unt-libraries/edtf-validate
creator: UNT Libraries
type: Programming language or library
category_broad:
- Validation
category_broad_informal:
use_case: Assessing metadata
interface: CLI
dependencies: Python
open_source_proprietary: Open Source
cost: Free
related_tools: N/A
metadata_standard: Various
file_format: Various
---
21 changes: 21 additions & 0 deletions _tools/30.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: BaseX
abstract: BaseX is a light-weight, high-performance and scalable XML Database and an XQuery 3.1 Processor with full support for the W3C Update and Full-Text extensions. It allows you to store, query and process large corpora of textual (XML, HTML, JSON, CSV, others) and binary data. The GUI provides an XQuery editor for writing complex applications and provides various visualizations to interactively explore data. RESTXQ enables Web Application development in XQuery.
tool_url: https://basex.org
source_code: https://basex.org/download/
creator: Community contributors
type: Standalone tool
category_broad:
- Creation
- Editing
- Transformation
category_broad_informal:
use_case: Similar to Oxygen XML, BaseX supports XML editing and transformation.
interface: GUI; CLI
dependencies: Java
open_source_proprietary: Open Source
cost: Free
related_tools: oXygen
metadata_standard: Various
file_format: XML
---

0 comments on commit 7ccba31

Please sign in to comment.