-
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.
Merge pull request #308 from DLFMetadataAssessment/issue#307
Tools corrections and additions
- Loading branch information
Showing
6 changed files
with
84 additions
and
4 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
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
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 |
---|---|---|
@@ -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 | ||
--- |
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 |
---|---|---|
@@ -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 | ||
--- |
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 |
---|---|---|
@@ -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 | ||
--- |
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 |
---|---|---|
@@ -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 | ||
--- |