Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/tools-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<label for="toolCategories" class="sr-only">Select a tool category:</label>
<select id="toolCategories" class="select-filter">
<option value="">All categories</option>
{% assign categories = site.tools | map: "category_broad" | sort | uniq %}
{% assign categories = site.tools | map: "category" | sort | uniq %}
{% for category in categories %}
<option value="{{ category }}">{{ category }}</option>
{% endfor %}
Expand Down
8 changes: 3 additions & 5 deletions _layouts/tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
<dd>{{ page.creator }}</dd>
<dt>Type</dt>
<dd>{{ page.type }}</dd>
<dt>Task Categories (broad)</dt>
<dd>{{ page.category_broad | join: "; " }}</dd>
<dt>Task Categories - broad (Informal)</dt>
<dd>{{ page.category_broad_informal | join: "; " }}</dd>
<dt>Use Case(s) - narrow</dt>
<dt>Task Categories</dt>
<dd>{{ page.category | join: "; " }}</dd>
<dt>Use Case(s)</dt>
<dd>{{ page.use_case }}</dd>
<dt>Interface</dt>
<dd>{{ page.interface }}</dd>
Expand Down
8 changes: 3 additions & 5 deletions _tools/01.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
source_code: https://www.bulkrenameutility.co.uk/Download.php
creator: TGRMN Software
type: Standalone tool
category_broad:
category:
- Editing
- Transformation
category_broad_informal:
- Transform technical metadata
- Embedded metadata
use_case: Rename files according to various criteria, including Regular Expressions and from CSV; Rename photos using EXIF metadata
- Extraction/Embedding
use_case: Rename files according to various criteria, including Regular Expressions and from CSV. Rename photos using EXIF metadata. Transform technical metadata, embedded metadata.
interface: GUI
dependencies: Windows
open_source_proprietary: Proprietary
Expand Down
5 changes: 1 addition & 4 deletions _tools/02.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
source_code: https://exiftool.org/install.html
creator: Phil Harvey
type: Standalone tool; Programming Language or Library
category_broad:
category:
- Creation
- Editing
- Extraction/Embedding
category_broad_informal:
- Extract, edit, & create technical metadata
- Embedded metadata
use_case: Read, and edit embedded metadata, including technical metadata, in digital image files with tags.
interface: CLI; GUI
dependencies: Windows, MacOS, Unix; Perl
Expand Down
6 changes: 2 additions & 4 deletions _tools/03.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
source_code: https://mediaarea.net/en/MediaInfo/Download
creator: Media Area
type: Standalone tool
category_broad:
category:
- Extraction/Embedding
category_broad_informal:
- Extract technical metadata
use_case: Extract technical metadata from digital audio and video files
interface: CLI; GUI
dependencies: Windows, MacOS, Android, AppImage, Flatpak, Snap, Debian, Ubuntu, Linux Mint, Raspbian, Red Hat, CentOS, Fedora, OpenSuse, Suse, Mandriva, Solaris, Mageia, ArchLinux, Gentoo Linux, Manjaro, PCLinuxOS, Slackware Linux, FreeBSD, AWS Lambda, JavaScript Module
Expand All @@ -18,5 +16,5 @@
related_tools: N/A
metadata_standard: PBCore, EBUCore, Framework for Interoperable Media Services (FIMS)
file_format: Various
resources: "<p>Karim, S., He, H., Laghari, A. A., Memon, K. A., Khan, M., & Magsi, A. H. (2020). The evaluation video quality in social clouds. <em>Entertainment Computing</em>, <em>35</em>. <a href='https://doi.org/10.1016/j.entcom.2020.100370'>https://doi.org/10.1016/j.entcom.2020.100370</a><p><p>Oyarce, P. V. (2018). MDQC 0.4: What’s New? How-to #3: Quick Guide to Exporting MediaInfo Files via GUI & CLI. <em>AVP</em>. <a href='https://www.weareavp.com/mdqc-0-4-whats-new-how-to-3-quick-guide-to-exporting-mediainfo-files-via-gui-cli/'>https://www.weareavp.com/mdqc-0-4-whats-new-how-to-3-quick-guide-to-exporting-mediainfo-files-via-gui-cli/</a></p>"
resources: "<p>Karim, S., He, H., Laghari, A. A., Memon, K. A., Khan, M., & Magsi, A. H. (2020). The evaluation video quality in social clouds. <em>Entertainment Computing</em>, <em>35</em>. <a href='https://doi.org/10.1016/j.entcom.2020.100370'>https://doi.org/10.1016/j.entcom.2020.100370</a></p><p>Oyarce, P. V. (2018). MDQC 0.4: What’s New? How-to #3: Quick Guide to Exporting MediaInfo Files via GUI & CLI. <em>AVP</em>. <a href='https://www.weareavp.com/mdqc-0-4-whats-new-how-to-3-quick-guide-to-exporting-mediainfo-files-via-gui-cli/'>https://www.weareavp.com/mdqc-0-4-whats-new-how-to-3-quick-guide-to-exporting-mediainfo-files-via-gui-cli/</a></p>"
---
8 changes: 2 additions & 6 deletions _tools/04.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
source_code: https://www.adobe.com/products/bridge.html
creator: Adobe
type: Standalone tool
category_broad:
category:
- Creation
- Editing
- Extraction/Embedding
category_broad_informal:
- Embed metadata
- Extract metadata
- Batch/Bulk processing
use_case: Embed metadata, bulk embed metadata via template tool
use_case: Batch/bulk processing, embed metadata, bulk embed metadata via template tool
interface: GUI
dependencies: Windows and Mac
open_source_proprietary: Proprietary
Expand Down
5 changes: 1 addition & 4 deletions _tools/05.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
source_code: https://www.adobe.com/products/photoshop.html
creator: Adobe
type: Standalone tool
category_broad:
category:
- Creation
- Editing
- Extraction/Embedding
category_broad_informal:
- Embed metadata
- Extract metadata
use_case: Embed metadata
interface: GUI
dependencies: Windows and Mac
Expand Down
6 changes: 1 addition & 5 deletions _tools/06.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
source_code: http://metadatadeluxe.pbworks.com/w/page/<wbr>108523528/VRA%20Bridge%20Metadata%20Tools
creator: Embedded Metadata Working Group, Visual Resources Association
type: Plug-in
category_broad:
category:
- Creation
- Editing
- Extraction/Embedding
category_broad_informal:
- Embedded metadata
- Create metadata
- Import/export metadata
use_case: Embed metadata, create metadata, import/export metadata
interface: GUI
dependencies: Adobe Bridge CS4 and higher (including CC)
Expand Down
8 changes: 2 additions & 6 deletions _tools/07.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
source_code: https://marcedit.reeset.net/downloads
creator: Terry Reese
type: Standalone tool
category_broad:
category:
- Editing
- Transformation
- Validation
- Retrieval
- Analysis
category_broad_informal:
- Transformation
- Validation
- Extraction
- Analysis
- Extraction/Embedding
use_case: Batch editing/validating of MARC records, can also transform to and from various schema such as MODS and XML, translates Excel/Access to MARC and MARC as tab delimited text. Supports MARC characterset conversion, and can harvest OAI data and convert to MARC. Also works with regular expressions
interface: GUI
dependencies: Windows and Mac
Expand Down
4 changes: 1 addition & 3 deletions _tools/08.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
source_code: https://onedrive.live.com/?authkey=%21AGJt6Y0thpYmZ6I&id=76B27A4817003059%2119773&cid=76B27A4817003059
creator: Hyoungbae Lee
type: Standalone tool
category_broad:
- Transformation
category_broad_informal:
category:
- Transformation
use_case: Transforming data (romanizes Korean characters)
interface: GUI
Expand Down
7 changes: 2 additions & 5 deletions _tools/09.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
source_code: https://github.com/metafacture/metafacture-core
creator: Community contributors
type: Both standalone tool and Java library
category_broad:
category:
- Editing
- Transformation
category_broad_informal:
- Bulk Editing
- Transformation
use_case: Reading/writing data, Transforming data
use_case: Bulk editing, reading/writing data, transforming data
interface: CLI
dependencies: Java 8 or later
open_source_proprietary: Open Source
Expand Down
6 changes: 1 addition & 5 deletions _tools/10.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
source_code: https://www.oxygenxml.com/xml_editor/download_oxygenxml_editor.html
creator: Syncro Soft SRL
type: Standalone tool
category_broad:
category:
- Creation
- Editing
- Transformation
- Validation
category_broad_informal:
- Transformation
- Validation
- Editing
use_case: Editing and validating XML documents, as well as JSON, HTML, Markdown, Relax NG, XQuery. Also performs XSLT transformations.
interface: GUI
dependencies: Java 1.8+
Expand Down
5 changes: 2 additions & 3 deletions _tools/11.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
source_code: https://github.com/vphill/metadata_breakers
creator: Community contributors
type: Programming language or library
category_broad:
- Analysis
category_broad_informal:
category:
- Analysis
- Transformation
use_case: Reading/writing xml data
interface: CLI
dependencies: Python
Expand Down
3 changes: 1 addition & 2 deletions _tools/12.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
source_code: https://github.com/OpenRefine/OpenRefine
creator: Community contributors
type: Standalone tool
category_broad:
category:
- Editing
- Transformation
- Retrieval
- Analysis
category_broad_informal:
use_case: Assessing metadata
interface: CLI
dependencies: Python
Expand Down
3 changes: 1 addition & 2 deletions _tools/13.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
source_code: https://github.com/ncdhc/dpla-aggregation-tools
creator: Stefan Behnel, main developer and maintainer, with other contributors
type: Programming language or library
category_broad:
category:
- Analysis
- Retrieval
category_broad_informal:
use_case: Parsing, munging, validating machine readable data
interface: CLI
dependencies: Python
Expand Down
3 changes: 1 addition & 2 deletions _tools/14.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
source_code: https://github.com/sparkica/LODRefine
creator: Mateja Verlic (@sparkica)
type: Interface (GUI) tools
category_broad:
category:
- Analysis
- Transformation
category_broad_informal:
use_case: Efficiency and assessment across large datasets
interface: GUI
dependencies: N/A
Expand Down
3 changes: 1 addition & 2 deletions _tools/15.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
source_code: https://cran.r-project.org/mirrors.html
creator: The R Foundation
type: Programming language or library
category_broad:
category:
- Editing
- Analysis
- Transformation
- Retrieval
- Validation
category_broad_informal:
use_case: Statistical computing and graphics
interface: CLI; GUI
dependencies: N/A
Expand Down
5 changes: 1 addition & 4 deletions _tools/16.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
source_code: https://github.com/d3/d3
creator: Mike Bostock https://github.com/mbostock
type: Programming language or library
category_broad:
category:
- Transformation
- Analysis
category_broad_informal:
- Transformation
- Manipulation of data
use_case: Data transformations, visualizations
interface: CLI
dependencies: JavaScript
Expand Down
9 changes: 2 additions & 7 deletions _tools/17.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
source_code: https://github.com/Conal-Tuohy/SIMILE-Gadget
creator: Created by Stefano Mazzocchi for MIT SIMILE project
type: Other
category_broad:
category:
- Editing
- Transformation
- Validation
- Analysis
category_broad_informal:
- Migration
- Transformation
- Editing
- Validation
use_case: Efficiency and assessment across large datasets
use_case: Assessment across large datasets; metadata analysis
interface: GUI; CLI
dependencies: Java, Maven
open_source_proprietary: Open Source
Expand Down
4 changes: 1 addition & 3 deletions _tools/18.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
source_code: https://github.com/LibreCat/Catmandu
creator: Open collaboration of the university libraries of Lund, Ghent, and Bielefeld
type: Programming language or library
category_broad:
category:
- Creation
- Editing
- Transformation
category_broad_informal:
- Transformation
use_case: Assessing, converting metadata
interface: CLI
dependencies: Perl
Expand Down
5 changes: 1 addition & 4 deletions _tools/19.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
source_code: https://github.com/schematron
creator: ISO
type: Programming language or library
category_broad:
category:
- Transformation
- Validation
- Analysis
category_broad_informal:
- Validation
- Transformation
use_case: Business rules validation, data reporting, general validation, quality control, quality assurance, firewalling, filtering, constraint checking, naming and design rules checking, statistical consistency, data exploration, transformation testing, feature extraction, house-style-rules checking
interface: CLI
dependencies: N/A
Expand Down
5 changes: 1 addition & 4 deletions _tools/20.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
source_code: https://github.com/dotnetrdf/dotnetrdf
creator: Rob Vesse et al.
type: Interface (GUI) tools
category_broad:
category:
- Creation
- Editing
- Transformation
- Validation
category_broad_informal:
- Editing
- Transformation
use_case: Parsing, munging, validating machine readable data
interface: CLI; GUI
dependencies: N/A
Expand Down
4 changes: 1 addition & 3 deletions _tools/21.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
source_code: https://github.com/usc-isi-i2/Web-Karma
creator: University of Southern California
type: Interface (GUI) tools
category_broad:
category:
- Transformation
- Retrieval
category_broad_informal:
- Transformation
use_case: Transforming metadata
interface: GUI
dependencies: Java, Maven
Expand Down
8 changes: 2 additions & 6 deletions _tools/22.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
source_code: https://github.com/ruby-marc
creator: Kevin Clarke, Bill Dueber, William Groppe, Ross Singer, Ed Summers
type: Programming language or library
category_broad:
category:
- Creation
- Editing
- Transformation
category_broad_informal:
- Editing
- Bulk Editing
- Transformation
use_case: Parsing, munging, validating machine readable data
use_case: Bulk editing, parsing, munging, validating machine readable data
interface: CLI
dependencies: Ruby
open_source_proprietary: Open Source
Expand Down
8 changes: 3 additions & 5 deletions _tools/23.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
source_code: https://github.com/suranofsky/tech-services-g-sheets-addon
creator: Michelle Suranofsky
type: Plug-in
category_broad:
category:
- Retrieval
category_broad_informal:
- Creating
- Importing
use_case: Matching metadata
- Creation
use_case: Querying and importing from OCLC’s WorldCat Search API; matching metadata
interface: GUI
dependencies: Google Sheets
open_source_proprietary: Open Source
Expand Down
4 changes: 1 addition & 3 deletions _tools/24.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
source_code: https://github.com/dkudeki/metadata-maker
creator: Deren Kudeki and Myung-Ja Han
type: Web application
category_broad:
category:
- Creation
category_broad_informal:
- Creating
use_case: Generate MARC, MARCXML, MODS, BIBFRAME, HTML
interface: GUI
dependencies: Recommended browsers are Chrome and Firefox
Expand Down
Loading