<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BertrandCaron</id>
	<title>COPTR - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BertrandCaron"/>
	<link rel="alternate" type="text/html" href="https://coptr.digipres.org/Special:Contributions/BertrandCaron"/>
	<updated>2026-06-06T18:07:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DataFlow&amp;diff=6648</id>
		<title>DataFlow</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DataFlow&amp;diff=6648"/>
		<updated>2026-05-26T15:40:29Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=DataFlow is a two-stage data management infrastructure that is designed to allow researchers to work with, annotate, publish, and permanently store research data.&lt;br /&gt;
|homepage=http://www.dataflow.ox.ac.uk&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=Managing Active Research Data, Storage&lt;br /&gt;
|content=Research Data&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
[http://www.dataflow.ox.ac.uk DataFlow] is a two-stage data management infrastructure that is designed to allow researchers to work with, annotate, publish, and permanently store research data.&lt;br /&gt;
There are two components to DataFlow: [http://www.dataflow.ox.ac.uk/index.php/about/about-datastage DataStage] and [http://www.dataflow.ox.ac.uk/index.php/about/about-databank DataBank].&lt;br /&gt;
DataStage is a secure, personalized &amp;amp;#39;local&amp;amp;#39; file management environment for use at the research group level. It appears as a mapped drive on the end-user&amp;amp;#39;s computer, with additional features such as repository submission and addition of metadata available via a web interface.&lt;br /&gt;
DataBank is a scalable, domain-agnostic data repository system designed specifically to manage and share research data in an institutional setting.&lt;br /&gt;
====Provider====&lt;br /&gt;
The University of Oxford, with JISC funding&lt;br /&gt;
====Licensing and cost====&lt;br /&gt;
Free &amp;amp;ndash; open source [http://www.opensource.org/licenses/MIT MIT license]&lt;br /&gt;
====Development activity====&lt;br /&gt;
DataFlow Version 0.2 was released in February 2012. Version 0.3 was released in May 2012, and Version 1.0 is scheduled for release on 31 May 2012.&lt;br /&gt;
While the DataFlow project will end in May 2012, the Oxford Bodleian Library has decided to trial the software for its own use and will support development until at least May 2013.&lt;br /&gt;
====Platform and interoperability====&lt;br /&gt;
DataBank is written in Python. Both DataBank and DataStage are designed to work with the Ubuntu Linux 11.10 Oneiric Ocelot operating system, and the Virtual Machines work with VMWare Fusion 4.x. The system may be deployed on the Eduserv cloud, on a commercial data storage cloud, or on a local institutional server.&lt;br /&gt;
Although specifically designed to work together, both DataBank and DataStage offer simple APIs that other services can use to integrate with the individual components.&lt;br /&gt;
====Functional notes====&lt;br /&gt;
DataBank&amp;amp;rsquo;s digital object model is based around &amp;amp;quot;collections,&amp;amp;quot; also known as &amp;amp;quot;silos,&amp;amp;quot; that function as virtual administrative groups. Each silo has a set of users who can read and write files in the silo, and an administrator to manage it. A data package belongs to a silo and may contain one or many data files, metadata files, and license information for the contents of the data package. The administrator can set up an embargo period for the silo, or for an individual data package.&lt;br /&gt;
All data is stored as ZIP files, which are unzipped by the software in the access process. Metadata is added and modified directly through RDF files, although it is exposed in both human- and machine-readable forms. The software will also assign DOIs to data sets.&lt;br /&gt;
Unless the administrator adds a robots file saying they do not want to be crawled, by default all data held in a non-dark instance of DataBank are visible to Google and any other web crawlers.&lt;br /&gt;
DataStage gives three levels of password-controlled access: a &amp;amp;quot;private&amp;amp;quot; area only accessible to the file owner and the group leader, a &amp;amp;quot;shared&amp;amp;quot; area giving read-only access to the group, and a &amp;amp;quot;collaborative&amp;amp;quot; area giving read- and write-access. The administrator can invite outside collaborators into the group, pinpointing their level of access. Users can also access and annotate the files through a web interface.&lt;br /&gt;
DataStage can be deployed on a local server, or on an institutional or commercial cloud; users can also dynamically invoke additional cloud storage as required. Users can integrate the system into existing backup procedures. The repository interface also allows researchers to push selected files into a more permanent archive facility.&lt;br /&gt;
While users can add free-text metadata via the web interface, DataStage also automatically captures a number of general file attributes: date uploaded; file name; last modified; type; owner; location; and size.&lt;br /&gt;
====Documentation and user support====&lt;br /&gt;
There is a variety of documentation for the project, including an [http://www.dataflow.ox.ac.uk/index.php/datastage/users/test-users Information for Test Users] page, a [https://github.com/dataflow/DataStage/wiki DataStage documentation wiki], and a [https://github.com/dataflow/RDFDatabank/wiki DataBank documentation wiki]. Users can access an email list at [mailto:dataflow-devel@googlegroups.com dataflow-devel@googlegroups.com], and can report problems through an [http://dataflow-jira.bodleian.ox.ac.uk/jira/secure/IssueNavigator.jspa Issue Tracker].&lt;br /&gt;
The project is creating video walkthroughs for installation, configuration and use of DataStage and DataBank, to be available from the website by the end of May 2012.&lt;br /&gt;
====Usability====&lt;br /&gt;
End-users can interact with the DataBank system through a web interface, but metadata must be added by uploading an rdf file. DataStage appears either as a mapped drive on a user&amp;amp;rsquo;s computer, implicitly integrating with their operating system&amp;amp;rsquo;s current navigation structure, or through a web interface.&lt;br /&gt;
Installation and configuration use a command-line interface.&lt;br /&gt;
====Expertise required====&lt;br /&gt;
Installation and configuration require solid knowledge of command line interfaces, and benefit from system administration experience. Walkthrough videos should make it possible to get the system running without expertise, but novice users may not be able to get maximum functionality and customisability from the system.&lt;br /&gt;
====Standards compliance====&lt;br /&gt;
DataStage automatically gathers metadata in RDF format. The system uses the [http://www.dcc.ac.uk/node/9385 BagIt] specification when transferring files to a permanent archive, which must be SWORD-2 compliant.&lt;br /&gt;
DataBank uses Dublin Core as its default metadata standard. The system is able to assign DOIs using the [http://www.dcc.ac.uk/node/9397 DataCite] API.&lt;br /&gt;
====Influence and take-up====&lt;br /&gt;
DataFlow is used in a number of settings at the University of Oxford; it is not in &amp;amp;ldquo;production&amp;amp;rdquo; use outside the project yet but the project is developing an active base of test users and interested parties, including:&lt;br /&gt;
&lt;br /&gt;
 * UK Data Archive (testing DataStage + Eprints)&lt;br /&gt;
 * University of Hertfordshire and the Centre for Digital Music, Queen Mary University London (testing DataStage + DSpace)&lt;br /&gt;
 * RoaDMap project, University of Leeds (testing DataStage and DataBank)&lt;br /&gt;
 * YHMAN Shared Virtual Data Centre (interest in rolling out DataStage and DataBank on a &amp;amp;#39;community cloud&amp;amp;#39; of eight universities in Yorkshire &amp;amp;amp; Humber and comprises a cluster resource pool in existing data centres linked by a stretched long-haul network)&lt;br /&gt;
 * Microsoft Research (interest in DataBank as archive to hold and publicise large datasets)&lt;br /&gt;
 * A pool of research group leaders in the University of Oxford, who implemented ADMIRAL (a precursor to DataStage) and will upgrade to DataStage 1.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=DataFlow&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Archivematica&amp;diff=6647</id>
		<title>Archivematica</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Archivematica&amp;diff=6647"/>
		<updated>2026-05-26T15:39:44Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Archivematica is a digital preservation system that automates the process of preparing digital objects for ingest into a repository and an access system&lt;br /&gt;
|homepage=https://www.archivematica.org&lt;br /&gt;
|license=[http://www.gnu.org/licenses/agpl.html AGPL version 3]&lt;br /&gt;
|formats_in=PREMIS (Preservation Metadata Implementation Strategies)&lt;br /&gt;
|formats_out=METS (Metadata Encoding and Transmission Standard), PREMIS (Preservation Metadata Implementation Strategies), BagIt&lt;br /&gt;
|function=File Format Migration, Preservation System&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
Archivematica is a digital preservation system that automates the process of preparing digital objects for ingest into a repository and an access system, ingesting them into archival storage and providing access to the archived material as well as uploading access copies to an access system. The process is monitored and controlled through a Web-based dashboard that co-ordinates a suite of micro-services. It relies on normalisation with preservation as the original object and comprehensive PREMIS metadata in METS.xml as its primary preservation technique.&lt;br /&gt;
&lt;br /&gt;
Any content that can be placed in a directory can be ingested, including images, text files, office documents, publications, audiovisual files, databases and research datasets.  Archivematica performs digital preservation actions such as identifier assignment, checksum generation, virus scan, format identification and metadata extraction on all ingested objects.  For certain types of files, specialized tools (such as ImageMagick for raster images, ffprobe and ffmpeg for AV files, Ghostscipt for PDF files, Inkscape for vector images, and bulk_extractor and sleuthkit for forensic disk images) are used for metadata extraction, format normalization and other preservation actions.  New tools, rules and commands for preservation actions can be added to the workflow using the Format Policy Registry (FPR) via the Preservation Planning tab in the web-based dashboard.&lt;br /&gt;
&lt;br /&gt;
Archivematica does not include a web crawler, although it can ingest warc (Web ARChive format) files. Archivematica can also ingest email archives and forensic disk images.&lt;br /&gt;
&lt;br /&gt;
==Provider==&lt;br /&gt;
&lt;br /&gt;
This project is managed by [https://www.artefactual.com/ Artefactual Systems]. &lt;br /&gt;
&lt;br /&gt;
Artefactual Systems was founded in January 2000 as a digital preservation consulting company, and expanded into open-source software development starting in 2006. It began in collaboration with the UNESCO Memory of the World&amp;amp;#39;s [http://goo.gl/tlRHbk Subcommittee on Technology] and the [https://vancouver.ca/your-government/city-of-vancouver-archives.aspx City of Vancouver Archives], but continues active development along with its partners at the [http://diginit.library.ubc.ca/ University of British Columbia Library], the [http://rockarch.org/ Rockefeller Archive Center], [http://www.sfu.ca/archives/ Simon Fraser University Archives and Records Management], [http://library.bentley.edu/ Bentley Historical Library] and a number of other collaborators. The company now offers software development, technical support and hosting services, data migrations (from legacy systems into AtoM), training and consulting.  The company currently has more than 90 hosting/technical support clients and at any given time has around 12- to 15 software development, data migration and consulting clients. The company has 20+ personnel, a diverse group which includes archivists and librarians, software developers, systems administrators, project managers and technical services managers.&lt;br /&gt;
&lt;br /&gt;
== Platform and interoperability ==&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
Archivematica may be installed directly on a Linux system. The following operating systems are supported:&lt;br /&gt;
&lt;br /&gt;
* Ubuntu 14.04 64-bit Server Edition  &lt;br /&gt;
* Ubuntu 16.04 64-bit Server Edition (beta)  &lt;br /&gt;
* CentOS 7 64-bit  &lt;br /&gt;
&lt;br /&gt;
Other Linux distributions should work, but will require customization of these installation instructions.&lt;br /&gt;
&lt;br /&gt;
Archivematica has a long list of software it depends on. They are installed when Archivematica is installed on a system. &lt;br /&gt;
&lt;br /&gt;
Note that it is possible to install some of the components on separate machines in order to improve performance, such as:&lt;br /&gt;
&lt;br /&gt;
* MySQL&lt;br /&gt;
* Gearman&lt;br /&gt;
* Elasticsearch (optional as of Archivematica 1.7)&lt;br /&gt;
&lt;br /&gt;
=== Interoperability ===&lt;br /&gt;
&lt;br /&gt;
Archivematica has out-of-the-box integrations with AtoM (AccessToMemory), Dspace, ArchivesSpace and CONTENTdm.  Configuration and workflow instructions are available in the online user manual.  Archivematica can also be used with Islandora, Dataverse and Samvera, but some customization may be required for setup.&lt;br /&gt;
&lt;br /&gt;
=== Storage ===&lt;br /&gt;
Types of storage systems used with Archivematica include local file-based systems; cloud-based storage such as Amazon S3, Microsoft Azure and OpenStack Swift; and specialized storage tools and services such as LOCKSS, DuraCloud and Arkivum. Artefactual in partnership with DuraSpace offers [https://duraspace.org/archivesdirect/ ArchivesDirect] as an Archivematica and DuraCloud hosting option.&lt;br /&gt;
&lt;br /&gt;
Users can ingest content manually via the transfer tab or can use automation tools to automatically ingest content from designated source locations such as a folder on a network drive or from systems such as DSpace, Islandora and Dataverse.&lt;br /&gt;
&lt;br /&gt;
=== Access === &lt;br /&gt;
&lt;br /&gt;
Dissemination Information Packages to access systems such as AtoM or ArchivesSpace, where rich metadata enhancement can be undertaken for discoverability and access purposes.&lt;br /&gt;
&lt;br /&gt;
=== Functional notes ===&lt;br /&gt;
&lt;br /&gt;
Archivematica uses a micro-services approach, which means it acts as a wrapper for many task-specific applications such as the BagIt library, Clam Anti-Virus, DigiKam, FFmpeg, FITS (File Information Tool Set), ImageMagick, Inkscape, OpenOffice.org, and 7-Zip.&lt;br /&gt;
The typical workflow is for the curator to assemble a transfer package in the filesystem: a script is provided for setting up the right folder structure or the structure can be assembled manually for some workflows, then digital objects are added to one folder and contextual information (submission documentation in the form of e.g. transfer forms, donation agreements) to another. The package is moved to an input folder &amp;amp;#39;watched&amp;amp;#39; by the main Archivematica Web tool. Through the Web interface, the curator can decide to accept or reject the transfer. If the transfer is accepted, the tool performs an initial analysis &amp;amp;ndash; calculating checksums, assigning UUIDs, scanning for viruses, identifying formats, extracting metadata &amp;amp;ndash; and then offers to create a Submission Information Package (SIP); it is also possible to create one or more SIPs manually. Metadata (simple Dublin Core and PREMIS 2.2 rights/restrictions) can then be added to the SIP before it is ingested. At ingest, the curator can choose various routes such as Preservation (where the digital objects are normalised to archival formats and transformed into an Archival Information Package, or AIP), Access (where the digital objects are normalised to dissemination formats and transformed into a Dissemination Information Package, or DIP), repackaging without normalisation, or many combinations of the aforementioned. Further functions are provided for moving AIPs into archival storage and uploading DIPs to AtoM or another access portal. Workflows and decision points are configurable via preconfiguration settings in the administration tab of the web-based dashboard.&lt;br /&gt;
&lt;br /&gt;
= Documentation, community, and support = &lt;br /&gt;
The online [https://www.archivematica.org/en/ documentation] for Archivematica includes a User and an Administrative Manual.&lt;br /&gt;
 &lt;br /&gt;
The [https://wiki.archivematica.org/Main_Page project wiki] provides, screencasts, requirements specifications (including use cases, activity diagrams, recognised significant properties of various media and media preservation plans) and a description of the technical architecture.&lt;br /&gt;
&lt;br /&gt;
Community support is available through the [http://groups.google.com/group/archivematica Archivematica Discussion Group]. Several [https://wiki.archivematica.org/Community/Regional_User_Groups region-based user groups] exist.&lt;br /&gt;
&lt;br /&gt;
[https://wiki.archivematica.org/Community/Camps Archivematica Camps] are intended to provide a space for anyone interested in or currently using Archivematica, to come together, learn about the platform and share their experiences.&lt;br /&gt;
&lt;br /&gt;
Sample data for testing Archivematica is [https://github.com/artefactual/archivematica-sampledata available online] and when Archivematica is installed.&lt;br /&gt;
&lt;br /&gt;
Artefactual Systems, Inc., the primary developer of Archivematica, also offers [https://www.artefactual.com/services/ support options].&lt;br /&gt;
&lt;br /&gt;
Digital POWRR offers [http://www.sustainableheritagenetwork.org/system/files/atoms/file/Tutorial_for_Archivematica_POWRR_WarmSprings.pdf a How-to Tech Tutorial] (PDF).&lt;br /&gt;
&lt;br /&gt;
Archivist Ethan Gates offers a presentation entitled [https://ethan-gates.com/files/Archivematica_Workshop_2017.pdf A Place Where You Process: An Introduction to Archivematica Workflows] (slides,PDF).&lt;br /&gt;
&lt;br /&gt;
==Usability==&lt;br /&gt;
&lt;br /&gt;
The majority of operations are accomplished through a Web-based graphical user interface. &lt;br /&gt;
&lt;br /&gt;
Reports on the ease of installation and the robustness of the system are mixed but improving. Example experiences of installing Archivematica (note that current version is 1.7):&lt;br /&gt;
* [http://libraryblogs.is.ed.ac.uk/bitsandpieces/2016/01/13/archivematica-youre-the-one-that-i-want/ Edinburgh University] with version 1.3&lt;br /&gt;
* [http://digital-archiving.blogspot.co.uk/2012/09/installing-archivematica-and-running.html Jenny Mitcham] with version 0.9&lt;br /&gt;
* [http://larchivista.blogspot.co.uk/2011/04/installing-archivematica.html Bonnie Weddle] with version 0.7&lt;br /&gt;
* [http://e-records.chrisprom.com/evaluating-open-source-digital-preservation-systems-a-case-study-2/ Angela Jordan] with version 0.7&lt;br /&gt;
&lt;br /&gt;
==Expertise required==&lt;br /&gt;
&lt;br /&gt;
The system is easy to use, though as it draws heavily on the [http://www.dcc.ac.uk/resources/briefing-papers/introduction-curation/using-oais-curation OAIS Reference Model] some familiarity with that model is needed to understand the workflows Archivematica supports. When installing directly on a Linux desktop or server, even if it is deployed in a virtual machine, a little technical expertise is required (e.g. for setting up ports correctly).&lt;br /&gt;
&lt;br /&gt;
====Influence and take-up====&lt;br /&gt;
Archivematica is used by at least [https://www.archivematica.org/wiki/Community 30 organisations].&lt;br /&gt;
&lt;br /&gt;
=Standards compliance=&lt;br /&gt;
&lt;br /&gt;
The functionality of Archivematica is clearly based on that defined by the OAIS Reference Model. The Archival Information Packages generated by the system use the [[BagIt]] packaging format, in conjunction with a METS packaging manifest incorporating PREMIS metadata.&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
All development activity is visible on GitHub: http://github.com/artefactual/archivematica/commits&lt;br /&gt;
&lt;br /&gt;
Documentation and information on the latest Archivematica release is available here: https://www.archivematica.org/en/docs/latest&lt;br /&gt;
{{Infobox tool details}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DataStage&amp;diff=6646</id>
		<title>DataStage</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DataStage&amp;diff=6646"/>
		<updated>2026-05-26T15:38:31Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=DataStage is a flexible data storage system that provides controlled access, secure backup, and the ability to transfer selected files to a more permanent archiving facility.&lt;br /&gt;
|homepage=http://www.dataflow.ox.ac.uk/index.php/datastage&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=Active Data Storage, Managing Active Research Data&lt;br /&gt;
|content=Research Data&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
[http://www.dataflow.ox.ac.uk/index.php/datastage DataStage] is a flexible data storage system that provides controlled access, secure backup, and the ability to transfer selected files to a more permanent archiving facility. Designed for research groups, the system appears as a mapped drive on the end-user&amp;amp;rsquo;s computer.&lt;br /&gt;
====Provider====&lt;br /&gt;
Oxford University Bodleian Libraries, as part of the wider DataFlow project&lt;br /&gt;
====Licensing and cost====&lt;br /&gt;
Free &amp;amp;ndash; [http://www.opensource.org/licenses/MIT open source MIT license]&lt;br /&gt;
====Development activity====&lt;br /&gt;
DataStage version 0.3 was released in May 2012.&lt;br /&gt;
While the DataFlow project will end in May 2012, the Bodlean Library has decided to trial the software for its own use and will support development until at least May 2013.&lt;br /&gt;
====Platform and interoperability====&lt;br /&gt;
DataStage is designed for the Ubuntu Linux 11.10 Oneiric Ocelot operating system, and the Virtual Machines work with VMWare Fusion 4.x. While it is intended to integrate with [http://www.dcc.ac.uk/resource/external/databank DataBank], the software offers an API so that it can package datasets for submission to any SWORD-2-compliant repository.&lt;br /&gt;
End-users can connect to DataStage through a web interface or as a mapped drive on Mac, Linux or Windows machines.&lt;br /&gt;
====Functional notes====&lt;br /&gt;
The software gives three levels of password-controlled access: a &amp;amp;quot;private&amp;amp;quot; area only accessible to the file owner and the group leader, a &amp;amp;quot;shared&amp;amp;quot; area giving read-only access to the group, and a &amp;amp;quot;collaborative&amp;amp;quot; area giving read- and write-access. The administrator can invite outside collaborators into the group, pinpointing their level of access. Users can also access and annotate the files through a web interface.&lt;br /&gt;
DataStage can be deployed on a local server, or on an institutional or commercial cloud; users can also dynamically invoke additional cloud storage as required. Users can integrate the system into existing backup procedures. The repository interface also allows researchers to push selected files into a more permanent archive facility.&lt;br /&gt;
While users can add free-text metadata via the web interface, DataStage also automatically captures a number of general file attributes: date uploaded; file name; last modified; type; owner; location; and size.&lt;br /&gt;
====Documentation and user support====&lt;br /&gt;
Documentation is available in the form of an [http://http://www.dataflow.ox.ac.uk/index.php/datastage/users/test-users Information for Test Users] page and the DataStage [https://github.com/dataflow/DataStage/wiki documentation wiki], which is very much a work in progress, but does offer information for installation and use. The project has an active mailing list at [http://dataflow-devel@googlegroups.com http://dataflow-devel@googlegroups.com]&amp;amp;nbsp;and links to a JIRA [http://dataflow-jira.bodleian.ox.ac.uk/jira/secure/IssueNavigator.jspa issue tracker]. Installation instructions are included in a README file, which comes zipped with the installation package.&lt;br /&gt;
The project is creating video walkthroughs for installation, configuration and use of DataStage, to be available from the website by the end of May 2012.&lt;br /&gt;
====Usability====&lt;br /&gt;
End-users interact with the system either as a mapped drive on their computer, implicitly integrating with their operating system&amp;amp;rsquo;s current navigation structure, or through a web interface.&lt;br /&gt;
====Expertise required====&lt;br /&gt;
Installation and configuration would greatly benefit from knowledge of system administration, and use of the Linux command line. Walkthrough videos should make it possible to get DataStage running without expertise, but novice users may not be able to get maximum functionality and customisability from the system.&lt;br /&gt;
====Standards compliance====&lt;br /&gt;
Metadata automatically gathered by the system is in RDF format.&lt;br /&gt;
The system uses the [[BagIt]] specification when transferring files to a permanent archive, which must be SWORD-2 compliant.&lt;br /&gt;
&lt;br /&gt;
====Influence and take-up====&lt;br /&gt;
DataStage is used at the Oxford Bodleian Libraries; information about wider use is unavailable.&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=DataStage&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DART_(Digital_Archivist%27s_Resource_Tool)&amp;diff=6645</id>
		<title>DART (Digital Archivist's Resource Tool)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DART_(Digital_Archivist%27s_Resource_Tool)&amp;diff=6645"/>
		<updated>2026-05-26T15:37:29Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Provides both a GUI and a command-line interface for packaging files and uploading them to remote repositories.&lt;br /&gt;
|homepage=https://aptrust.github.io/dart-docs/&lt;br /&gt;
|license=TBC&lt;br /&gt;
|platforms=Windows/Mac/Linux&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=File Management, Fixity, Storage, Transfer&lt;br /&gt;
|content=Binary Data&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
DART is the Digital Archivist's Resource Tool. Its primary purpose is to package digital materials and send them off to long-term preservation storage. DART's initial release focuses on packaging materials in [[BagIt]] format and uploading them to S3 buckets for ingest in APTrust. DART can be extended through plugins to produce other packaging formats and to communicated via additional network protocols.&lt;br /&gt;
&lt;br /&gt;
DART runs in both graphical and command-line modes on Windows, Mac, and Linux.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox tool details}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=ANTS_(Archives_Network_Transfer_System)&amp;diff=6644</id>
		<title>ANTS (Archives Network Transfer System)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=ANTS_(Archives_Network_Transfer_System)&amp;diff=6644"/>
		<updated>2026-05-26T15:35:35Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=ANTS runs on a Windows desktop and is designed to package digital records with contextual metadata and transfer them to an institutional archives.&lt;br /&gt;
|homepage=https://github.com/UAlbanyArchives/ants&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=Transfer&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Developped by the University of Albany Archives, ANTS was designed for records creators to describe, package, and transfer unstructured files. It uses the [[BagIt]] specfication, and has been tested on Windows XP SP2, 7 and 10.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox tool details}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Exactly&amp;diff=6643</id>
		<title>Exactly</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Exactly&amp;diff=6643"/>
		<updated>2026-05-26T15:34:15Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Exactly-50-small-300x279.png&lt;br /&gt;
|purpose=Packs data in BagIt bags and transfers them to/from remote location via FTP, SFTP&lt;br /&gt;
|homepage=https://www.weareavp.com/products/exactly/&lt;br /&gt;
|tool_status=Gone&lt;br /&gt;
|license=Apache License 2.0&lt;br /&gt;
|platforms=Mac and Windows&lt;br /&gt;
|formats_in=BagIt&lt;br /&gt;
|function=Transfer&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Exactly allows users to pack local data into [[BagIt]] bags and to transfer them to remote locations via FTP or SFTP protocol. While creating the bags, the users can choose to add user-info metadata, which is added to the bag-info file. The UI offers reserved fields, such as source-organization, organization-address, etc., per default, but also supports non-bagit fields to be added. Metadata profiles, (S)FTP parameters, email preferences, and other settings can be stored in preset settings files for usage in client installations. &lt;br /&gt;
&lt;br /&gt;
During bag creation, the user has the option to choose whether the bag should be zipped or not. &lt;br /&gt;
&lt;br /&gt;
The tool integrates with desktop-based file sharing workflows such as Dropbox or Google Transfer and is designed to assist data producers in easy data transfer to archiving institutions. &lt;br /&gt;
&lt;br /&gt;
==== Provider ====&lt;br /&gt;
[https://www.weareavp.com/ AVP]&lt;br /&gt;
&lt;br /&gt;
==== Licensing and cost ====&lt;br /&gt;
[https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0] &amp;amp;ndash; free.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
Exactly Users Google Group: https://groups.google.com/forum/#!forum/exactly-users &lt;br /&gt;
&lt;br /&gt;
Exactly webinar: https://vimeo.com/200403270&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
Exactly isn't being actively developed anymore: https://groups.google.com/g/exactly-users/c/vNfPuTN2lVg/m/fy7ZWI_-BAAJ&lt;br /&gt;
&lt;br /&gt;
Exactly on Open Hub: https://www.openhub.net/p/exactly (no activity)&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=exactly&lt;br /&gt;
|mailing_lists=https://groups.google.com/forum/#!forum/exactly-users&lt;br /&gt;
|releases_rss=https://github.com/WeAreAVP/uk-exactly/releases.atom&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Bagger&amp;diff=6642</id>
		<title>Bagger</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Bagger&amp;diff=6642"/>
		<updated>2026-05-26T15:32:59Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an input/output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=GUI application to  facilitate the creation and verification of [[BagIt]] bags.&lt;br /&gt;
|homepage=https://github.com/LibraryOfCongress/bagger&lt;br /&gt;
|license=Open License, but relies on several Apache based and GNU licensed components.&lt;br /&gt;
|formats_in=BagIt&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=Fixity, Transfer&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
The [[BagIt]] specification is a hierarchical file packaging format for the creation of standardised digital containers called &amp;amp;#39;bags,&amp;amp;#39; which are used for storing and transferring digital content. Derived from work by the Library of Congress and the California Digital Library, a bag consists of a &amp;amp;lsquo;payload&amp;amp;rsquo; - the digital content - and &amp;amp;lsquo;tags&amp;amp;#39; - metadata files to document the storage and transfer of the bag. There are a number of [http://sourceforge.net/projects/loc-xferutils/ Bagit-specific tools] to ease bag creation, including the BagIt Library, a Java-based software library to support the creation, manipulation, and validation of bags. For those less comfortable with command-line interface, the Bagger application provides a graphical user interface to the BagIt Library.&lt;br /&gt;
====Provider====&lt;br /&gt;
The United States Library of Congress, and the National Digital Information Infrastructure and Preservation Program (NDIIPP)&lt;br /&gt;
====Licensing and cost====&lt;br /&gt;
[http://www.linfo.org/bsdlicense.html BSD License] - free. &amp;amp;nbsp;The BagIt Library is public domain.&lt;br /&gt;
====Development activity====&lt;br /&gt;
Bagger 2.1.2 was released in February 2012. BagIt Library 4.1 was released in January 2012.&lt;br /&gt;
The Library of Congress website implies ongoing development of the Transfer Utilities.&amp;amp;nbsp;&lt;br /&gt;
====Platform and interoperability====&lt;br /&gt;
Both the BagIt Library and Bagger require Java 6.&lt;br /&gt;
====Functional notes====&lt;br /&gt;
Bags contain at minimum three elements: a &amp;amp;lsquo;payload&amp;amp;rsquo; and at least two &amp;amp;lsquo;tags.&amp;amp;rsquo; The payload consists of the content being preserved. The first tag is&amp;amp;nbsp;a manifest itemising the files making up the content along with their checksums; the second is a bagit.txt file identifying the container as a bag and giving the version of the specification used and the character encoding of the tags. &amp;amp;nbsp;The specification additionally allows for several optional tags. &amp;amp;nbsp;&lt;br /&gt;
====Documentation and user support====&lt;br /&gt;
Documentation is extremely sparse, primarily consisting of README files detailing release notes. The [http://www.digitalpreservation.gov/documents/bagitspec.pdf BagIt specification itself ]can be found through the Library of Congress website.&lt;br /&gt;
It appears that the main user support consists of a mailing list hosted by Sourceforge; however, the list archive only shows 11 posts for 2011.&lt;br /&gt;
====Usability====&lt;br /&gt;
The BagIt Library uses a command-line interface, while Bagger provides a graphical user interface. No installation is required; the tools can simply be downloaded and run, although it may not be immediately clear to users how to do so.&lt;br /&gt;
====Expertise required====&lt;br /&gt;
BagIt is designed to create a common language for users exchanging digital materials, essentially negating the need for expertise about others&amp;amp;rsquo; protocols. However, for configuration, familiarity with one&amp;amp;rsquo;s own repository&amp;amp;rsquo;s technical protocols is essential.&lt;br /&gt;
====Standards compliance====&lt;br /&gt;
The BagIt specification is an Internet Engineering Task Force (IETF) internet draft.&lt;br /&gt;
====Influence and take-up====&lt;br /&gt;
The BagIt specification has become widely accepted in the preservation community, and is used by the Library of Congress, Chronopolis, and The Stanford Digital Repository, among others. The Transfer Utilities have been downloaded nearly 4000 times from Sourceforge.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
=== Activity Feed===&lt;br /&gt;
Link to any RSS feed that is updated when issue or code updates occur, if any, e.g:&lt;br /&gt;
&amp;lt;rss max=7&amp;gt;https://github.com/LibraryOfCongress/bagger/commits/master.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/LibraryOfCongress/bagger/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=Bagger&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=RODA-In&amp;diff=6641</id>
		<title>RODA-In</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=RODA-In&amp;diff=6641"/>
		<updated>2026-05-26T15:31:06Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=The tool creates SIPs from files and folders available on the local file system.&lt;br /&gt;
|homepage=https://rodain.roda-community.org/&lt;br /&gt;
|sourcecode=https://github.com/keeps/roda-in&lt;br /&gt;
|license=LGPL-3.0 license&lt;br /&gt;
|platforms=Windows, macOS, Linux&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=Appraisal, Fixity, Transfer&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
RODA-in is a tool specially designed for producers and archivists to create Submission Information Packages (SIP) ready to be submitted to an Open Archival Information System (OAIS). &lt;br /&gt;
&lt;br /&gt;
The tool includes features such as:&lt;br /&gt;
* Create, load and edit classification schemas&lt;br /&gt;
* Automatic association of files/folders to SIP&lt;br /&gt;
* Automatic association of metadata to SIP&lt;br /&gt;
* Definition of metadata templates&lt;br /&gt;
* Support for various metadata formats (EAD, DC, etc.)&lt;br /&gt;
* Creation of SIP of unlimited size&lt;br /&gt;
* Creation of SIP in various formats: BagIt and E-ARK&lt;br /&gt;
&lt;br /&gt;
RODA-in supports several Submission Information Package formats. At the moment we have included support for:&lt;br /&gt;
* BagIt, a hierarchical file packaging format for storage and transfer of arbitrary digital content. A “bag” has just enough structure to enclose descriptive “tags” and a “payload” but does not require knowledge of the payload’s internal semantics. This BagIt format should be suitable for disk-based or network-based storage and transfer. BagIt is widely used in the practice of digital preservation. The specification of BagIt can be found here.&lt;br /&gt;
* E-ARK SIP format, a Submission Information Package format developed by the EU funded E-ARK Project. The specification can be found here&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|releases_rss=https://github.com/keeps/roda-in/releases.atom&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=BagIt_Transfer_Utilities&amp;diff=6640</id>
		<title>BagIt Transfer Utilities</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=BagIt_Transfer_Utilities&amp;diff=6640"/>
		<updated>2026-05-26T15:30:00Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as input format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=BagIt transfer Utilities are a collection of tools developed for the purpose of validation and transfer of bags.&lt;br /&gt;
|homepage=http://sourceforge.net/projects/loc-xferutils/&lt;br /&gt;
|license=BSD License&lt;br /&gt;
|platforms=UNIX&lt;br /&gt;
|formats_in=BagIt&lt;br /&gt;
|function=File Copy, Fixity&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
[[BagIt]] transfer Utilities are a collection of tools developed for the purpose of validation and transfer of bags.  Developed by Library of Congress. Written in Python and UNIX shell.&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=BagIt Transfer Utilities&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=BIL_(BagIt_Library)&amp;diff=6639</id>
		<title>BIL (BagIt Library)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=BIL_(BagIt_Library)&amp;diff=6639"/>
		<updated>2026-05-26T15:28:37Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as input/output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=BagIt Library is a Java software library that supports the creation, manipulation and validation of bags.&lt;br /&gt;
|homepage=http://sourceforge.net/projects/loc-xferutils/&lt;br /&gt;
|license=Public domain&lt;br /&gt;
|formats_in=BagIt&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=File Copy, Fixity&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
[[BagIt]] Library is a Java software library that supports the creation, manipulation and validation of bags. Developed by Library of Congress. Written in Java. The BagIt specification is standardised here https://www.rfc-editor.org/info/rfc8493&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=BagIt Library (BIL)&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Archive::BagIt&amp;diff=6638</id>
		<title>Archive::BagIt</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Archive::BagIt&amp;diff=6638"/>
		<updated>2026-05-26T15:27:49Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: also added BagIt as input format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=BagIt API for Perl&lt;br /&gt;
|homepage=https://metacpan.org/pod/Archive::BagIt&lt;br /&gt;
|license=Perl5 Attribution License&lt;br /&gt;
|platforms=UNIX, Windows, see http://matrix.cpantesters.org/?dist=Archive-BagIt+0.066&lt;br /&gt;
|formats_in=BagIt&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=File Copy, Fixity&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
Archive::BagIt is a Perl5 API to create, manipulate and verify [[BagIt]] containers. It supports [[RFC8493]] (https://datatracker.ietf.org/doc/rfc8493/?include_text=1) and therefore Bags of version 1.0. It also allows  to read and convert v0.97 based Bags.&lt;br /&gt;
&lt;br /&gt;
There also command line utilities to create or verify Bags. See POD-documentation of Archive::BagIt::Base for details.&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|releases_rss=https://metacpan.org/feed/distribution/Archive-BagIt&lt;br /&gt;
|issues_rss=https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-BagIt&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=EPADD&amp;diff=6637</id>
		<title>EPADD</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=EPADD&amp;diff=6637"/>
		<updated>2026-05-26T15:26:44Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Epadd_logo_orig.png&lt;br /&gt;
|purpose=ePADD is a software package developed by Stanford University's Special Collections &amp;amp; University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.&lt;br /&gt;
|homepage=https://library.stanford.edu/projects/epadd&lt;br /&gt;
|license=Apache 2.0&lt;br /&gt;
|platforms=Java&lt;br /&gt;
|Wikidata ID=Q59652265&lt;br /&gt;
|formats_in=MBOX&lt;br /&gt;
|formats_out=PREMIS (Preservation Metadata Implementation Strategies), BagIt&lt;br /&gt;
|function=Access, Appraisal, Content Profiling, Metadata Extraction, Metadata Processing&lt;br /&gt;
|content=Email&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
From the [https://github.com/ePADD/epadd project Github page]:&lt;br /&gt;
&amp;quot;ePADD is a software package developed by Stanford University's Special Collections &amp;amp; University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.&lt;br /&gt;
&lt;br /&gt;
The software is comprised of four modules:&lt;br /&gt;
&lt;br /&gt;
* '''Appraisal:''' Allows donors, dealers, and curators to easily gather and review email archives prior to transferring those files to an archival repository.&lt;br /&gt;
&lt;br /&gt;
* '''Processing:''' Provides archivists with the means to arrange and describe email archives.&lt;br /&gt;
&lt;br /&gt;
* '''Discovery:''' Provides the tools for repositories to remotely share a redacted view of their email archives with users through a web server discovery environment. (Note that this module is downloaded separately).&lt;br /&gt;
&lt;br /&gt;
* '''Delivery:''' Enables archival repositories to provide moderated full-text access to unrestricted email archives within a reading room environment.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
From the [https://library.stanford.edu/projects/epadd/ Project page]:&lt;br /&gt;
&lt;br /&gt;
'''ePADD Technical Information'''&lt;br /&gt;
&lt;br /&gt;
ePADD is written in Java and Javascript and powered by Apache Tomcat (v7.0) using Java EE Servlet API (v3.x) and Java Mail (v1.4.2). Text and metadata extraction, indexing and retrieval is performed by Apache Lucene (v4.7) and Apache Tika (v1.8). Charting and visualization is supported using the D3-based reusable chart library (v0.4.10). Oracle's Java Application Bundler and Launch4J are used for packaging on Mac and Windows platforms respectively. Other Java libraries from Apache (Lang, commons, CLI, IO, logging, etc.) are also used. JSON formatting is performed with the libraries org.json and Gson.&lt;br /&gt;
 &lt;br /&gt;
ePADD has implemented its own natural language processing (NLP) toolkit which is used for named entity extraction, disambiguation and other tasks. This toolkit supplants the Apache OpenNLP used in earlier beta versions of the ePADD software. We continue to use Muse as an internal library within ePADD. However, the Apache OpenNLP proved insufficient for our needs (at least for name recognition), and after various rounds of customization, we built our own named entity recognizer. This toolkit uses external datasets such as Wikipedia/DBpedia, Freebase, Geonames, OCLC FAST and LC Subject Headings/LC Name Authority File.&lt;br /&gt;
 &lt;br /&gt;
The project is developed with IDEs like IntelliJ Idea and Eclipse, built with Apache Maven, Ant, and custom shell scripts, and tracked using Git for source control and issue tracking. The ePADD software client is browser-based and compatible with Chrome and Firefox. It is optimized for Windows 7 SP1/10,  OSX 10.12/10.13, and Ubuntu 16.04 machines, using Java 8.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
* On migrating from different email formats before ingest to ePADD https://groups.google.com/forum/#!topic/digital-curation/srt-oIVwAGU&lt;br /&gt;
* [https://twitter.com/e_padd?lang=en ePADD on Twitter]&lt;br /&gt;
* [http://library.stanford.edu/blogs/special-collections-unbound/2018/07/epadd-60-beta-released ePADD 6.0 beta released!]&lt;br /&gt;
* [https://docs.google.com/document/d/1CVIpWK5FNs5KWVHgvtWTa7u0tZjUrFrBHq6_6ZJVfEA ePADD User Guide]&lt;br /&gt;
* [https://docs.google.com/document/d/10U9Hxh9MS9C9bS8M7uYuXk5m7EBFpgd0yiwCcOSM6D ePADD Shared Discovery Module Website Collection Contributor Guide]&lt;br /&gt;
* [https://library.stanford.edu/projects/epadd/presentations-publications Full list of presentations and publications]&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
All development activity is visible on GitHub: http://github.com/ePADD/epadd/commits&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
Below the last 3 release feeds:&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/ePADD/epadd/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
 &lt;br /&gt;
=== Activity Feed ===&lt;br /&gt;
Below the last 5 commits:&lt;br /&gt;
&amp;lt;rss max=5&amp;gt;https://github.com/ePADD/epadd/commits/master.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=epadd&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=BagIt&amp;diff=6636</id>
		<title>BagIt</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=BagIt&amp;diff=6636"/>
		<updated>2026-05-26T15:25:31Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox format&lt;br /&gt;
|Wikidata ID=Q4841355&lt;br /&gt;
|File formats wiki ID=BagIt&lt;br /&gt;
}}&lt;br /&gt;
BagIt is a set of packaging conventions used to support the exchange and transfer of Information Packages including files, metadata and checksums.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Archive::BagIt&amp;diff=6635</id>
		<title>Archive::BagIt</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Archive::BagIt&amp;diff=6635"/>
		<updated>2026-05-26T15:21:17Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: added BagIt as an output format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=BagIt API for Perl&lt;br /&gt;
|homepage=https://metacpan.org/pod/Archive::BagIt&lt;br /&gt;
|license=Perl5 Attribution License&lt;br /&gt;
|platforms=UNIX, Windows, see http://matrix.cpantesters.org/?dist=Archive-BagIt+0.066&lt;br /&gt;
|formats_out=BagIt&lt;br /&gt;
|function=File Copy, Fixity&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
Archive::BagIt is a Perl5 API to create, manipulate and verify [[BagIt]] containers. It supports [[RFC8493]] (https://datatracker.ietf.org/doc/rfc8493/?include_text=1) and therefore Bags of version 1.0. It also allows  to read and convert v0.97 based Bags.&lt;br /&gt;
&lt;br /&gt;
There also command line utilities to create or verify Bags. See POD-documentation of Archive::BagIt::Base for details.&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|releases_rss=https://metacpan.org/feed/distribution/Archive-BagIt&lt;br /&gt;
|issues_rss=https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-BagIt&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=7-Zip&amp;diff=6634</id>
		<title>7-Zip</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=7-Zip&amp;diff=6634"/>
		<updated>2026-05-26T15:02:35Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: removed the function &amp;quot;Transfer&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=7-Zip is a file archiver with a high compression ratio, and encryption and fixity check capabilities&lt;br /&gt;
|homepage=http://www.7-zip.org/&lt;br /&gt;
|license=7-Zip is open source software [http://www.7-zip.org/]. Most of the source code is under the GNU LPGL license [http://www.7-zip.org/]. You can use 7-Zip on any computer, including a computer in a commercial organization [http://www.7-zip.org/]. You don't need to register or pay for 7-zip [http://www.7-zip.org/].&lt;br /&gt;
|platforms=7-zip can be utilized on multiple platforms including Windows 7, Vista, XP, 2008, 2003, 2000, NT, ME, and 98 [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp].&lt;br /&gt;
|function=Fixity, Rendering&lt;br /&gt;
|content=Container, Disk Image&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Delete the Categories that do not apply --&amp;gt;&lt;br /&gt;
[[Category:File Compression]]&lt;br /&gt;
[[Category:Encryption]]&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
7-Zip is a file archiver with a high compression ratio [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. You can use 7-Zip on any computer, including a computer in a commercial organization [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. You don't need to register or pay for 7-zip [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. 7-Zip works for Windows 7, Vista, XP, 2008, 2003, 2000, NT, ME, and 98 [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. &lt;br /&gt;
&lt;br /&gt;
Most of the source code is under the GNU LGPL license [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. &lt;br /&gt;
&lt;br /&gt;
The unRar code is under a mixed license with GNU LGPL + unRAR restrictions [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. Check the license for details [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp].&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
7-zip can be utilized on multiple platforms including Windows 7, Vista, XP, 2008, 2003, 2000, NT, ME, and 98 [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
7-zip can be used to open an ISO Image File[http://en.wikipedia.org/wiki/ISO_image].&lt;br /&gt;
&lt;br /&gt;
In order to secure a transfer along untrusted lines, 7-Zip can encrypt containers with AES-256. &lt;br /&gt;
&lt;br /&gt;
For securing fixity: 7-Zip records checksums on compression and verifies them on decompression.&lt;br /&gt;
&lt;br /&gt;
7-Zip can handle containers larger than 2 GigaByte (unlike tools for the genuine ZIP format).&lt;br /&gt;
&lt;br /&gt;
And there is a port of the command line version to Linux/Unix [http://www.sourceforge.net/projects/sevenzip/editorial/?source=psp]. &lt;br /&gt;
&lt;br /&gt;
7-Zip has good handling of date-modified file system values which otherwise can be reset to date of extraction when using tools such as the native Windows extraction tool&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=sevenzip&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Wish_list_of_tools_to_add_to_COPTR&amp;diff=6612</id>
		<title>Wish list of tools to add to COPTR</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Wish_list_of_tools_to_add_to_COPTR&amp;diff=6612"/>
		<updated>2026-05-13T15:04:03Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Added premis-generator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a scratch space for adding lists of tools that should be added to COPTR. Please add your wish list of tools below. If anyone subsequently adds tool entries for tools listed here, please indicate that by adding strike tags around them on this page!&lt;br /&gt;
&lt;br /&gt;
==Tools to add==&lt;br /&gt;
*https://www.logipole.com/konvertor-en.htm&lt;br /&gt;
*http://www.chumba.ch/chumbalum-soft/ms3d/index.html&lt;br /&gt;
*https://www.embulk.org/&lt;br /&gt;
*ISO16363 PTAB http://www.iso16363.org/&lt;br /&gt;
*Guymager https://www.kali.org/tools/guymager/&lt;br /&gt;
*Bulk Extractor https://www.kali.org/tools/bulk-extractor/&lt;br /&gt;
*SoX http://sox.sourceforge.net/&lt;br /&gt;
*IFIscripts https://ifiscripts.readthedocs.io/en/latest/index.html&lt;br /&gt;
*Transformenator https://github.com/RetroFloppy/transformenator&lt;br /&gt;
*Document Liberation Project https://www.documentliberation.org/projects/&lt;br /&gt;
*https://github.com/kieranjol/IFIscripts&lt;br /&gt;
*https://formats.kaitai.io/&lt;br /&gt;
* [https://jacksum.net/en/index.html Jacksum]&lt;br /&gt;
* [https://github.com/rochester-rcl/premis-generator premis-generator]&lt;br /&gt;
&lt;br /&gt;
Some great data manipulation tools in this thread: https://twitter.com/SarahRBarsness/status/1452684578905337866?s=20&lt;br /&gt;
*https://pandas.pydata.org/&lt;br /&gt;
*https://www.tableau.com/products/prep&lt;br /&gt;
*https://openrefine.org/&lt;br /&gt;
&lt;br /&gt;
(note that the 4 tools below are referenced in this workflow. After they have been added, the links in the workflow should be updated so they point to the new tool entries) https://coptr.digipres.org/index.php/Workflow:Flashback_project_-_optical_media_imaging_workflow&lt;br /&gt;
*Toc2Cue &lt;br /&gt;
*BChunk&lt;br /&gt;
*GenISOImage&lt;br /&gt;
*Sophos AV Scan&lt;br /&gt;
&lt;br /&gt;
(note that the 4 tools below are referenced in this workflow. After they have been added, the links in the workflow should be updated so they point to the new tool entries) https://coptr.digipres.org/index.php/Workflow:Workflow_for_ingesting_digitized_books_into_a_digital_archive&lt;br /&gt;
*DocuTeam Feeder&lt;br /&gt;
*cURL&lt;br /&gt;
*Saxon&lt;br /&gt;
*ClamAV&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://github.com/mkernik/geodct&lt;br /&gt;
&lt;br /&gt;
https://github.com/VERT-sh/VERT&lt;br /&gt;
&lt;br /&gt;
https://www.vanderplanki.com/&lt;br /&gt;
&lt;br /&gt;
SER Rendition Server&lt;br /&gt;
&lt;br /&gt;
Callas PDF/A Pilot&lt;br /&gt;
&lt;br /&gt;
apryse (formerly PDFtron)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://auto-archiver.readthedocs.io/en/latest/installation/faq.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tools that are obsolete==&lt;br /&gt;
*Khtml2png&lt;br /&gt;
*ArchiveFacebook&lt;br /&gt;
*Pearl Crescent replaced with https://addons.mozilla.org/en-GB/firefox/addon/pagesaver-we/&lt;br /&gt;
*Spadix Software is actually Rafabot and looks old&lt;br /&gt;
*Storytracker ?&lt;br /&gt;
*WAS (Web Archiving Service) - obsolete&lt;br /&gt;
*WERA (Web ARchive Access)&lt;br /&gt;
*Curate.Us&lt;br /&gt;
*Find It! Keep It!&lt;br /&gt;
*Heritrix plug-in for rich media capture&lt;br /&gt;
*WAXToolbar&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Talk:FTK_(Forensic_Toolkit)&amp;diff=6460</id>
		<title>Talk:FTK (Forensic Toolkit)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Talk:FTK_(Forensic_Toolkit)&amp;diff=6460"/>
		<updated>2026-02-05T17:08:35Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I suggest that a separate page for FTK Imager is created as these are totally different tools. Happy to create one!&lt;br /&gt;
&lt;br /&gt;
: I am in favour of that, yes! In addition, I think that there are differences in the platforms - FTK is only supported by Windows, while there is a Linux version for FTK Imager --[[User:BertrandCaron|BertrandCaron]] ([[User talk:BertrandCaron|talk]]) 15:52, 5 February 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=MuPDF&amp;diff=6459</id>
		<title>MuPDF</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=MuPDF&amp;diff=6459"/>
		<updated>2026-02-05T16:58:01Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=960px-MuPDF.svg.png&lt;br /&gt;
|purpose=Free and open source rendering engine for PDFs, EPUBs and XPS documents.&lt;br /&gt;
|homepage=https://mupdf.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/ArtifexSoftware/mupdf&lt;br /&gt;
|license=AGPL-3.0 license&lt;br /&gt;
|cost=n/a&lt;br /&gt;
|platforms=Windows, macOS, GNU/Linux&lt;br /&gt;
|language=English&lt;br /&gt;
|Wikidata ID=Q6930567&lt;br /&gt;
|formats_in=EPUB, PDF, XPS&lt;br /&gt;
|formats_out=PDF, HTML&lt;br /&gt;
|function=File Format Migration, Rendering, Repair&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
MuPDF is a free and open source rendering engine for PDFs, EPUBs and XPS documents. It can perform other tasks, like cleaning the offsets of a cross-reference table in a PDF with the following command-line:&lt;br /&gt;
&lt;br /&gt;
 mutool clean myPdf&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
* Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation, 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
* Knijff, Johan van der. ‘PDF Processing and Analysis with Open-Source Tools’. Bitsgalore, 6 September 2021. https://www.bitsgalore.org/2021/09/06/pdf-processing-and-analysis-with-open-source-tools.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=MuPDF&amp;diff=6458</id>
		<title>MuPDF</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=MuPDF&amp;diff=6458"/>
		<updated>2026-02-05T16:54:58Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Creation of the page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=960px-MuPDF.svg.png&lt;br /&gt;
|purpose=Free and open source rendering engine for PDFs, EPUBs and XPS documents.&lt;br /&gt;
|homepage=https://mupdf.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/ArtifexSoftware/mupdf&lt;br /&gt;
|license=AGPL-3.0 license&lt;br /&gt;
|cost=n/a&lt;br /&gt;
|platforms=Windows, macOS, GNU/Linux&lt;br /&gt;
|language=English&lt;br /&gt;
|Wikidata ID=Q6930567&lt;br /&gt;
|formats_in=EPUB, PDF, XPS&lt;br /&gt;
|formats_out=PDF, HTML&lt;br /&gt;
|function=File Format Migration, Rendering, Repair&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
MuPDF is a free and open source rendering engine for PDFs, EPUBs and XPS documents. It can perform other tasks, like cleaning the offsets of a cross-reference table in a PDF with the following command-line:&lt;br /&gt;
&lt;br /&gt;
mutool clean myPdf&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
* Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation, 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
* Knijff, Johan van der. ‘PDF Processing and Analysis with Open-Source Tools’. Bitsgalore, 6 September 2021. https://www.bitsgalore.org/2021/09/06/pdf-processing-and-analysis-with-open-source-tools.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=File:960px-MuPDF.svg.png&amp;diff=6450</id>
		<title>File:960px-MuPDF.svg.png</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=File:960px-MuPDF.svg.png&amp;diff=6450"/>
		<updated>2026-02-05T16:37:40Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: The logo of the MuPDF tool&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The logo of the MuPDF tool&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Pdfcpu&amp;diff=6447</id>
		<title>Pdfcpu</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Pdfcpu&amp;diff=6447"/>
		<updated>2026-02-05T16:32:13Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* User Experiences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=pdfcpuLogoSmall.png&lt;br /&gt;
|purpose=A Go library and command line tool for PDF processing incl. validation&lt;br /&gt;
|homepage=https://pdfcpu.io/&lt;br /&gt;
|license=Apache-2.0 License&lt;br /&gt;
|formats_in=PDF&lt;br /&gt;
|function=Metadata Extraction, Validation&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
pdfcpu is a powerful Go library and command line tool that supports many PDF processing functions such as reading and writing the xref table, extracting images, fonts and embedded file attachments and encryption detection as well as decryption. &lt;br /&gt;
A full list of the command set is avaiable at:&lt;br /&gt;
https://pdfcpu.io/about/command_set &lt;br /&gt;
&lt;br /&gt;
=== Validation ===&lt;br /&gt;
pdfcpu validates PDFs up to version 1.7. There are two different levels of validation, strict and relaxed, and the option to run validation in verbose mode which shows the output of the entire PDF syntax. &lt;br /&gt;
&lt;br /&gt;
 pdfcpu validate -mode strict this.pdf&lt;br /&gt;
 validating(mode=strict) this.pdf ...&lt;br /&gt;
 validation error (try -mode=relaxed): dict=type1FontDict required entry=FirstChar missing&lt;br /&gt;
&lt;br /&gt;
 pdfcpu validate -mode relaxed this.pdf&lt;br /&gt;
 validating(mode=relaxed) this.pdf ...&lt;br /&gt;
 validation ok&lt;br /&gt;
&lt;br /&gt;
=== Metadata Extraction ===&lt;br /&gt;
&lt;br /&gt;
Extraction of Metadata is possible in two ways. The argument ''info'' prints Information such as title, author, PDF producer, creation / modification data and some technical metadata such as encryption and permission information and whether the PDF is tagged, linearized or includes watermarks.&lt;br /&gt;
Sample output:&lt;br /&gt;
 &lt;br /&gt;
 pdfcpu info this.pdf&lt;br /&gt;
         PDF version: 1.6&lt;br /&gt;
          Page count: 96&lt;br /&gt;
           Page size: 21.00 x 29.70 cm&lt;br /&gt;
    .........................................&lt;br /&gt;
               Title: This is just a test&lt;br /&gt;
              Author: Digiman&lt;br /&gt;
             Subject: &lt;br /&gt;
        PDF Producer: Adobe PDF Library 15.0&lt;br /&gt;
     Content creator: Adobe InDesign CC 207 (Macintosh)&lt;br /&gt;
       Creation date: D:20190912181416+02'00'&lt;br /&gt;
   Modification date: D:20190918120753+02'00'&lt;br /&gt;
            Keywords: key1&lt;br /&gt;
                      key2&lt;br /&gt;
    ..........................................&lt;br /&gt;
              Tagged: Yes&lt;br /&gt;
              Hybrid: No&lt;br /&gt;
          Linearized: No&lt;br /&gt;
  Using XRef streams: Yes&lt;br /&gt;
  Using object streams: Yes&lt;br /&gt;
          Watermarks: No&lt;br /&gt;
    ..........................................&lt;br /&gt;
           Encrypted: No&lt;br /&gt;
         Permissions: Full access&lt;br /&gt;
&lt;br /&gt;
The second option is to extract any embedded metadata via the extract -mode meta flags. This creates txt files with the extracted metadata entries in a specified directory.&lt;br /&gt;
Sample output:&lt;br /&gt;
&lt;br /&gt;
 pdfcpu extract -mode meta this.pdf mdout&lt;br /&gt;
   extracting metadata from this.pdf into mdout/ ...&lt;br /&gt;
   writing mdout\this_Metadata_XObject_6499_6500.txt&lt;br /&gt;
   writing mdout\this_Metadata_unknown_401_33.txt&lt;br /&gt;
   writing mdout\this_Metadata_XObject_292_289.txt&lt;br /&gt;
   writing mdout\this_Metadata_Catalog_6455_385.txt&lt;br /&gt;
   writing mdout\this_Metadata_XObject_291_290.txt&lt;br /&gt;
   writing mdout\this_Metadata_unknown_6491_6475.txt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
* Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation, 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
* Lindlar, Micky. ‘A Date with PDF-HUL-133 “Improperly Formed Date”’. Open Preservation Foundation, 13 May 2024. https://openpreservation.org/blogs/a-date-with-pdf-hul-133-improperly-formed-date/.&lt;br /&gt;
* Lindlar, Micky. ‘Destination Null: One of the Many Causes of PDF-Hul 122’. Open Preservation Foundation, 21 January 2024. https://openpreservation.org/blogs/destination-null-one-of-the-many-cases-of-pdf-hul-122/.&lt;br /&gt;
* Lindlar, Micky. ‘Tabs Keys in PDF Page Objects – What Are They and Should I Care?’ Open Preservation Foundation, 16 May 2023. https://openpreservation.org/blogs/tabs-keys-in-pdf-page-objects-what-are-they-and-should-i-care/.&lt;br /&gt;
* Lindlar, Micky. ‘Trouble-Shooting PDF Validation Errors - a Case of PDF-HUL-38’. Open Preservation Foundation, 27 November 2022. https://openpreservation.org/blogs/trouble-shooting-pdf-validation-errors-a-case-of-pdf-hul-38/.&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
pdfcpu has an active user and developer community. All activity can be viewed via the github repo:&lt;br /&gt;
[https://github.com/pdfcpu/pdfcpu https://github.com/pdfcpu/pdfcpu]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6445</id>
		<title>Qpdf</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6445"/>
		<updated>2026-02-05T16:25:43Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* User Experiences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=QPDF is a command-line program that does structural, content-preserving transformations on PDF files&lt;br /&gt;
|homepage=http://qpdf.sourceforge.net/&lt;br /&gt;
|license=Artistic License 2.0&lt;br /&gt;
|platforms=Windows, Linux&lt;br /&gt;
|function=Metadata Extraction, Decryption&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=qpdf&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Description from the project website:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. (...) It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
* Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation (blog), 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
* Knijff, Johan van der. ‘Why PDF/A Validation Matters, Even If You Don’t Have PDF/A’. Open Preservation Foundation, 7 July 2015. https://openpreservation.org/blogs/why-pdfa-validation-matters-even-if-you-dont-have-pdfa/.&lt;br /&gt;
* Lindlar, Micky. ‘Trouble-Shooting PDF Validation Errors - a Case of PDF-HUL-38’. Open Preservation Foundation, 27 November 2022. https://openpreservation.org/blogs/trouble-shooting-pdf-validation-errors-a-case-of-pdf-hul-38/.&lt;br /&gt;
* Lindlar, Micky. ‘Destination Null: One of the Many Causes of PDF-Hul 122’. Open Preservation Foundation, 21 January 2024. https://openpreservation.org/blogs/destination-null-one-of-the-many-cases-of-pdf-hul-122/.&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add the Ohloh.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6444</id>
		<title>Qpdf</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6444"/>
		<updated>2026-02-05T16:21:16Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* User Experiences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=QPDF is a command-line program that does structural, content-preserving transformations on PDF files&lt;br /&gt;
|homepage=http://qpdf.sourceforge.net/&lt;br /&gt;
|license=Artistic License 2.0&lt;br /&gt;
|platforms=Windows, Linux&lt;br /&gt;
|function=Metadata Extraction, Decryption&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=qpdf&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Description from the project website:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. (...) It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
* Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation (blog), 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
* Lindlar, Micky. ‘Trouble-Shooting PDF Validation Errors - a Case of PDF-HUL-38’. Open Preservation Foundation, 27 November 2022. https://openpreservation.org/blogs/trouble-shooting-pdf-validation-errors-a-case-of-pdf-hul-38/.&lt;br /&gt;
* Lindlar, Micky. ‘Destination Null: One of the Many Causes of PDF-Hul 122’. Open Preservation Foundation, 21 January 2024. https://openpreservation.org/blogs/destination-null-one-of-the-many-cases-of-pdf-hul-122/.&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add the Ohloh.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6440</id>
		<title>Qpdf</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6440"/>
		<updated>2026-02-05T16:16:12Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* User Experiences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=QPDF is a command-line program that does structural, content-preserving transformations on PDF files&lt;br /&gt;
|homepage=http://qpdf.sourceforge.net/&lt;br /&gt;
|license=Artistic License 2.0&lt;br /&gt;
|platforms=Windows, Linux&lt;br /&gt;
|function=Metadata Extraction, Decryption&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=qpdf&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Description from the project website:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. (...) It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation (blog), 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
&lt;br /&gt;
Lindlar, Micky. ‘Trouble-Shooting PDF Validation Errors - a Case of PDF-HUL-38’. Open Preservation Foundation, 27 November 2022. https://openpreservation.org/blogs/trouble-shooting-pdf-validation-errors-a-case-of-pdf-hul-38/.&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add the Ohloh.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Wish_list_of_tools_to_add_to_COPTR&amp;diff=6439</id>
		<title>Wish list of tools to add to COPTR</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Wish_list_of_tools_to_add_to_COPTR&amp;diff=6439"/>
		<updated>2026-02-05T16:13:04Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* Tools to add */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a scratch space for adding lists of tools that should be added to COPTR. Please add your wish list of tools below. If anyone subsequently adds tool entries for tools listed here, please indicate that by adding strike tags around them on this page!&lt;br /&gt;
&lt;br /&gt;
==Tools to add==&lt;br /&gt;
*https://www.logipole.com/konvertor-en.htm&lt;br /&gt;
*http://www.chumba.ch/chumbalum-soft/ms3d/index.html&lt;br /&gt;
*https://www.embulk.org/&lt;br /&gt;
*ISO16363 PTAB http://www.iso16363.org/&lt;br /&gt;
*Guymager https://www.kali.org/tools/guymager/&lt;br /&gt;
*Bulk Extractor https://www.kali.org/tools/bulk-extractor/&lt;br /&gt;
*SoX http://sox.sourceforge.net/&lt;br /&gt;
*IFIscripts https://ifiscripts.readthedocs.io/en/latest/index.html&lt;br /&gt;
*Transformenator https://github.com/RetroFloppy/transformenator&lt;br /&gt;
*Document Liberation Project https://www.documentliberation.org/projects/&lt;br /&gt;
*https://github.com/kieranjol/IFIscripts&lt;br /&gt;
*https://formats.kaitai.io/&lt;br /&gt;
* [https://jacksum.net/en/index.html Jacksum]&lt;br /&gt;
&lt;br /&gt;
Some great data manipulation tools in this thread: https://twitter.com/SarahRBarsness/status/1452684578905337866?s=20&lt;br /&gt;
*https://pandas.pydata.org/&lt;br /&gt;
*https://www.tableau.com/products/prep&lt;br /&gt;
*https://openrefine.org/&lt;br /&gt;
&lt;br /&gt;
(note that the 4 tools below are referenced in this workflow. After they have been added, the links in the workflow should be updated so they point to the new tool entries) https://coptr.digipres.org/index.php/Workflow:Flashback_project_-_optical_media_imaging_workflow&lt;br /&gt;
*Toc2Cue &lt;br /&gt;
*BChunk&lt;br /&gt;
*GenISOImage&lt;br /&gt;
*Sophos AV Scan&lt;br /&gt;
&lt;br /&gt;
(note that the 4 tools below are referenced in this workflow. After they have been added, the links in the workflow should be updated so they point to the new tool entries) https://coptr.digipres.org/index.php/Workflow:Workflow_for_ingesting_digitized_books_into_a_digital_archive&lt;br /&gt;
*DocuTeam Feeder&lt;br /&gt;
*cURL&lt;br /&gt;
*Saxon&lt;br /&gt;
*ClamAV&lt;br /&gt;
&lt;br /&gt;
==Tools that are obsolete==&lt;br /&gt;
*Khtml2png&lt;br /&gt;
*ArchiveFacebook&lt;br /&gt;
*Pearl Crescent replaced with https://addons.mozilla.org/en-GB/firefox/addon/pagesaver-we/&lt;br /&gt;
*Spadix Software is actually Rafabot and looks old&lt;br /&gt;
*Storytracker ?&lt;br /&gt;
*WAS (Web Archiving Service) - obsolete&lt;br /&gt;
*WERA (Web ARchive Access)&lt;br /&gt;
*Curate.Us&lt;br /&gt;
*Find It! Keep It!&lt;br /&gt;
*Heritrix plug-in for rich media capture&lt;br /&gt;
*WAXToolbar&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Talk:FTK_(Forensic_Toolkit)&amp;diff=6437</id>
		<title>Talk:FTK (Forensic Toolkit)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Talk:FTK_(Forensic_Toolkit)&amp;diff=6437"/>
		<updated>2026-02-05T15:53:18Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I suggest that a separate page for FTK Imager is created as these are totally different tools. Happy to create one!&lt;br /&gt;
&lt;br /&gt;
: I am in favour of that, yes! --[[User:BertrandCaron|BertrandCaron]] ([[User talk:BertrandCaron|talk]]) 15:52, 5 February 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=ODF_Validator&amp;diff=6353</id>
		<title>ODF Validator</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=ODF_Validator&amp;diff=6353"/>
		<updated>2025-12-04T09:01:47Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Updated URLs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria.&lt;br /&gt;
|homepage=https://odftoolkit.org/conformance/ODFValidator.html&lt;br /&gt;
|license=Apache License, Version 2.0&lt;br /&gt;
|function=Validation, Metadata Extraction&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=odftoolkit&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. It is available as Java library for command line or embedded use, as well as a [https://odfvalidator.org/  web application archive (WAR)]. ODF Validator is part of the [Apache ODF Toolkit].&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
[http://www.openplanetsfoundation.org/comment/529#comment-529 Test by KEEP Solutions]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Apache ODF Validator gives many false-negatives and false-positives (...) [b]ut (..) the schemas are publicly available and the method to validate is well defined by OASIS (...).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Applesauce&amp;diff=6336</id>
		<title>Applesauce</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Applesauce&amp;diff=6336"/>
		<updated>2025-11-07T10:17:52Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Standalone disk image analysis/repair/conversion tool.&lt;br /&gt;
|homepage=https://applesaucefdc.com/software/&lt;br /&gt;
|license=unknown&lt;br /&gt;
|cost=Free&lt;br /&gt;
|platforms=MacOS&lt;br /&gt;
|language=English&lt;br /&gt;
|function=Disk Imaging&lt;br /&gt;
|content=Disk Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
Disk Imaging tool which can read Applesauce A2R, SCP, Kryoflux RAW flux formats, visualize the floppy disk structure, and output common disk image formats.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
Applesauce was used by Internet Archive to [https://archive.org/details/2025_01_NOOKS_AND_CRANNIES image floppies].&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Applesauce&amp;diff=6335</id>
		<title>Applesauce</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Applesauce&amp;diff=6335"/>
		<updated>2025-11-07T10:17:06Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: link to user xp at Internet Archive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Standalone disk image analysis/repair/conversion tool.&lt;br /&gt;
|homepage=https://applesaucefdc.com/software/&lt;br /&gt;
|license=unknown&lt;br /&gt;
|cost=Free&lt;br /&gt;
|platforms=MacOS&lt;br /&gt;
|language=English&lt;br /&gt;
|function=Disk Imaging&lt;br /&gt;
|content=Disk Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
Disk Imaging tool which can read Applesauce A2R, SCP, Kryoflux RAW flux formats, visualize the floppy disk structure, and output common disk image formats.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
Applesauce was used to [https://archive.org/details/2025_01_NOOKS_AND_CRANNIES image floppies at Internet Archive].&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6302</id>
		<title>Qpdf</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Qpdf&amp;diff=6302"/>
		<updated>2025-09-08T10:17:42Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* User Experiences */ added link to a blog post illustrating the use of the tool&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=QPDF is a command-line program that does structural, content-preserving transformations on PDF files&lt;br /&gt;
|homepage=http://qpdf.sourceforge.net/&lt;br /&gt;
|license=Artistic License 2.0&lt;br /&gt;
|platforms=Windows, Linux&lt;br /&gt;
|function=Metadata Extraction, Decryption&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=qpdf&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Description from the project website:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. (...) It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
Caron, Bertrand. ‘“Validation OK” They Said: Fixing the Rendering of a So-Called Valid PDF’. Open Preservation Foundation (blog), 21 May 2025. https://openpreservation.org/blogs/validation-ok-they-said-fixing-the-rendering-of-a-so-called-valid-pdf/.&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add the Ohloh.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=SWF&amp;diff=6301</id>
		<title>SWF</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=SWF&amp;diff=6301"/>
		<updated>2025-09-06T13:04:33Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created format SWF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox format&lt;br /&gt;
|Wikidata ID=Q594447&lt;br /&gt;
|File formats wiki ID=SWF&lt;br /&gt;
|PRONOM PUID=fmt/104 fmt/105 fmt/106 fmt/107 fmt/108 fmt/109&lt;br /&gt;
}}&lt;br /&gt;
SWF (Small Web Format / Shockwave Format) is an obsolete Adobe format for Flash applications.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Ruffle&amp;diff=6300</id>
		<title>Ruffle</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Ruffle&amp;diff=6300"/>
		<updated>2025-09-06T13:00:56Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Added SWF as input format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=A flash player emulator written in Rust&lt;br /&gt;
|homepage=https://github.com/ruffle-rs/ruffle&lt;br /&gt;
|sourcecode=https://github.com/ruffle-rs/ruffle&lt;br /&gt;
|license=Apache License 2.0&lt;br /&gt;
|cost=Free and Open Source (FOSS)&lt;br /&gt;
|platforms=Windows, Linux, MacOS&lt;br /&gt;
|language=Rust&lt;br /&gt;
|formats_in=SWF&lt;br /&gt;
|function=Viewer&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ruffle is a flash player emulator written in Rust. It is helpful to users with content such as SWF who would like to view the content and engage with it interactively. &lt;br /&gt;
&lt;br /&gt;
As open source software the utility might also offer potential for developers to extract information about ''significant properties'' about Flash content by accessing the utility's underlying APIs.&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
All development activity is visible on GitHub: http://github.com/ruffle-rs/ruffle/commits&lt;br /&gt;
 &lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
Below the last 3 release feeds:&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/ruffle-rs/ruffle/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== Activity Feed ===&lt;br /&gt;
Below the last 5 commits:&lt;br /&gt;
&amp;lt;rss max=5&amp;gt;https://github.com/ruffle-rs/ruffle/commits/master.atom&amp;lt;/rss&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6299</id>
		<title>TweakPNG</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6299"/>
		<updated>2025-09-05T15:43:11Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Added link to Ange Albertini's video.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Tweakpng.png&lt;br /&gt;
|purpose=TweakPNG examines different chunks in a PNG file and decode the information contained in each of these.&lt;br /&gt;
|homepage=https://entropymine.com/jason/tweakpng/&lt;br /&gt;
|sourcecode=https://github.com/jsummers/tweakpng&lt;br /&gt;
|license=GPL-3.0 license&lt;br /&gt;
|platforms=Windows XP and higher&lt;br /&gt;
|language=English&lt;br /&gt;
|formats_in=PNG&lt;br /&gt;
|function=Forensic, Metadata Extraction, Validation&lt;br /&gt;
|content=Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
TweakPNG reveals the internal structure of PNGs by showing every chunk it contains, its length, type, CRC, and attribute. It decodes the content of metadata chunks. It can also check the validity of the file, edit and add new chunks and import an ICC profile.&lt;br /&gt;
&lt;br /&gt;
== User Experience ==&lt;br /&gt;
&lt;br /&gt;
Ange Albertini demonstrates the use of the tool in [https://www.youtube.com/live/Ck5_ADtePzE?t=1382 his video on PNG basics].&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6298</id>
		<title>TweakPNG</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6298"/>
		<updated>2025-09-05T15:34:31Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Tweakpng.png&lt;br /&gt;
|purpose=TweakPNG examines different chunks in a PNG file and decode the information contained in each of these.&lt;br /&gt;
|homepage=https://entropymine.com/jason/tweakpng/&lt;br /&gt;
|sourcecode=https://github.com/jsummers/tweakpng&lt;br /&gt;
|license=GPL-3.0 license&lt;br /&gt;
|platforms=Windows XP and higher&lt;br /&gt;
|language=English&lt;br /&gt;
|formats_in=PNG&lt;br /&gt;
|function=Forensic, Metadata Extraction, Validation&lt;br /&gt;
|content=Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
TweakPNG reveals the internal structure of PNGs by showing every chunk it contains, its length, type, CRC, and attribute. It decodes the content of metadata chunks. It can also check the validity of the file, edit and add new chunks and import an ICC profile.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=File:Tweakpng.png&amp;diff=6297</id>
		<title>File:Tweakpng.png</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=File:Tweakpng.png&amp;diff=6297"/>
		<updated>2025-09-05T15:34:09Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: A screenshot of the TweakPNG tool interface.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A screenshot of the TweakPNG tool interface.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6296</id>
		<title>TweakPNG</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=TweakPNG&amp;diff=6296"/>
		<updated>2025-09-05T15:30:36Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Creation of the page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=TweakPNG examines different chunks in a PNG file and decode the information contained in each of these.&lt;br /&gt;
|homepage=https://entropymine.com/jason/tweakpng/&lt;br /&gt;
|sourcecode=https://github.com/jsummers/tweakpng&lt;br /&gt;
|license=GPL-3.0 license&lt;br /&gt;
|platforms=Windows XP and higher&lt;br /&gt;
|language=English&lt;br /&gt;
|formats_in=PNG&lt;br /&gt;
|function=Forensic, Metadata Extraction, Validation&lt;br /&gt;
|content=Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
TweakPNG reveals the internal structure of PNGs by showing every chunk it contains, its length, type, CRC, and attribute. It decodes the content of metadata chunks. It can also check the validity of the file, edit and add new chunks and import an ICC profile.&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6244</id>
		<title>Mets-bag-checker</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6244"/>
		<updated>2024-09-04T10:50:18Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=METS Bag checker is a simple python tool to check the validity of METS Information Packages (XML validity, completeness, Data Objects fixity, absence of unreferenced files).&lt;br /&gt;
|sourcecode=https://framagit.org/BCaron/mets-bag-checker&lt;br /&gt;
|license=GNU GPLv3&lt;br /&gt;
|language=python&lt;br /&gt;
|formats_in=METS (Metadata Encoding and Transmission Standard)&lt;br /&gt;
|function=Fixity, Validation&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
METS Bag checker is a simple python tool to help METS implementers with little IT resources checking the validitiy of their Information Packages (below abbreviated as &amp;quot;IP(s)&amp;quot;). The term &amp;quot;bag&amp;quot; refers to the BagIt standard (RFC 8493), as this tool is based on some basic rules, similar to those defined by BagIt, in order to perform checks on IPs. Note that these conventions are not enforced by the METS standard itself but are of common usage in METS implementations:&lt;br /&gt;
* Manifest at the root Package (directory) level;&lt;br /&gt;
* Same manifest name in all Packages - or at least predictable, according to a given pattern -;&lt;br /&gt;
* Reference to all files contained in the Package by //mets:file elements;&lt;br /&gt;
* Reference to the Package files' via a relative path in the //mets:file/mets:FLocat/@xlink:href attribute;&lt;br /&gt;
* Use of //mets:file/@CHECKSUM and //mets:file/@CHECKSUMTYPE attributes to specify file checksum calculated with MD5, SHA-1, SHA-256, SHA-384 or SHA-512 algorithm.&lt;br /&gt;
&lt;br /&gt;
Please note that this is a personal project by Bertrand Caron (Bibliothèque nationale de France).&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6243</id>
		<title>Mets-bag-checker</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6243"/>
		<updated>2024-09-04T10:49:08Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=METS Bag checker is a simple python tool to check the validity of METS Information Packages (XML validity, completeness, Data Objects fixity, absence of unreferenced files).&lt;br /&gt;
|sourcecode=https://framagit.org/BCaron/mets-bag-checker&lt;br /&gt;
|license=GNU GPLv3&lt;br /&gt;
|language=python&lt;br /&gt;
|formats_in=METS (Metadata Encoding and Transmission Standard)&lt;br /&gt;
|function=Fixity, Validation&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
METS Bag checker is a simple python tool to help METS implementers with little IT resources checking the validitiy of their Information Packages (below abbreviated as &amp;quot;IP(s)&amp;quot;). The term &amp;quot;bag&amp;quot; refers to the BagIt standard (RFC 8493), as this tool is based on some basic rules, similar to those defined by BagIt, in order to perform checks on IPs. Note that these conventions are not enforced by the METS standard itself but are of common usage in METS implementations:&lt;br /&gt;
* Manifest at the root Package (directory) level;&lt;br /&gt;
* Same manifest name in all Packages - or at least predictable, according to a given pattern -;&lt;br /&gt;
* Reference to all files contained in the Package by //mets:file elements;&lt;br /&gt;
* Reference to the Package files' via a relative path in the //mets:file/@xlink:href attribute;&lt;br /&gt;
* Use of //mets:file/@CHECKSUM and //mets:file/@CHECKSUMTYPE attributes to specify file checksum calculated with MD5, SHA-1, SHA-256, SHA-384 or SHA-512 algorithm.&lt;br /&gt;
&lt;br /&gt;
Please note that this is a personal project by Bertrand Caron (Bibliothèque nationale de France).&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6242</id>
		<title>Mets-bag-checker</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Mets-bag-checker&amp;diff=6242"/>
		<updated>2024-09-04T10:43:43Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Creation of the tool's page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=METS Bag checker is a simple python tool to check the validity of METS Information Packages (XML validity, completeness, Data Objects fixity, absence of unreferenced files).&lt;br /&gt;
|sourcecode=https://framagit.org/BCaron/mets-bag-checker&lt;br /&gt;
|license=GNU GPLv3&lt;br /&gt;
|language=python&lt;br /&gt;
|formats_in=METS (Metadata Encoding and Transmission Standard)&lt;br /&gt;
|function=Validation, Fixity&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
METS Bag checker is a simple python tool to help METS implementers with little IT resources checking the validitiy of their Information Packages (below abbreviated as &amp;quot;IP(s)&amp;quot;). The term &amp;quot;bag&amp;quot; refers to the BagIt standard (RFC 8493), as this tool is based on some basic rules, similar to those defined by BagIt, in order to perform checks on IPs. Note that these conventions are not enforced by the METS standard itself but are of common usage in METS implementations:&lt;br /&gt;
* Manifest at the root Package (directory) level;&lt;br /&gt;
* Same manifest name in all Packages - or at least predictable, according to a given pattern -;&lt;br /&gt;
* Reference to all files contained in the Package by //mets:file elements;&lt;br /&gt;
* Reference to the Package files' via a relative path in the //mets:file/@xlink:href attribute;&lt;br /&gt;
* Use of &amp;lt;file&amp;gt; CHECKSUM and CHEcKSUMTYPE to specify file checksum calculated with MD5, SHA-1, SHA-256, SHA-384 or SHA-512 algorithm.&lt;br /&gt;
&lt;br /&gt;
Please note that this is a personal project by Bertrand Caron (Bibliothèque nationale de France).&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Greens&amp;diff=5916</id>
		<title>Greens</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Greens&amp;diff=5916"/>
		<updated>2022-06-14T15:24:06Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Corrected official website (Github repo).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|purpose=ARK identifiers minter and resolver&lt;br /&gt;
|homepage=https://github.com/uhlibraries-digital/greens&lt;br /&gt;
|license=MIT license&lt;br /&gt;
|function=Persistent Identification&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Greens is a rails application that is used as a ARK minter and resolver&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Duke_Data_Accessioner&amp;diff=5910</id>
		<title>Duke Data Accessioner</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Duke_Data_Accessioner&amp;diff=5910"/>
		<updated>2022-06-04T15:36:15Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Added PREMIS as output format.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Data Accessioner provides a graphical user interface to aid in migrating data from physical media to a dedicated file server, documenting the process and using MD5 checksums to identify any errors introduced in transfer.&lt;br /&gt;
|homepage=http://dataaccessioner.org/&lt;br /&gt;
|sourcecode=https://github.com/DataAccessioner/DataAccessioner&lt;br /&gt;
|license=Free&lt;br /&gt;
|cost=Free&lt;br /&gt;
|platforms=Java&lt;br /&gt;
|function=File Copy, File Format Identification, Metadata Extraction, Transfer, Validation&lt;br /&gt;
|formats_out=PREMIS (Preservation Metadata Implementation Strategies)&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=Data Accessioner&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
The Data Accessioner provides a graphical user interface to aid in migrating data from physical media to a dedicated file server, documenting the process and using MD5 checksums to identify any errors introduced in transfer. The software also offers a way to integrate metadata tools into the migration workflow. The tool is primarily designed for use by technical services librarians in small institutions with little or no IT support.&lt;br /&gt;
====Provider====&lt;br /&gt;
Data Accessioner website and POWRR.&lt;br /&gt;
====Licensing and cost====&lt;br /&gt;
The software is free and licensed under the GNU Lesser General Public License (v 2.1).&lt;br /&gt;
====Platform and interoperability====&lt;br /&gt;
The software is written in Java, which renders it platform independent. (Requires Java 6.)&lt;br /&gt;
&lt;br /&gt;
For versions 0.3.1 and earlier plugins are used via the Java Plugin Framework (JPF); a noted issue is that the JPF plugins do not work when running in a Mac OSX environment.&lt;br /&gt;
====Functional notes====&lt;br /&gt;
The Data Accessioner is comprised of three main components; a graphical interface, a migrator, and a metadata manager. The migrator recursively navigates a file tree, copying it to a given destination with the option of skipping specified files and directories. It also creates a MD5 checksum for both the original file and the new copy, comparing the two to detect and notify the user of any errors. As of version 1.0 the migrator also runs each file through FITS and sends the results to the metadata manager. The metadata manager, by default, transforms the FITS output to PREMIS (v 2.2) object metadata although this can be changed by updating an XSLT. Previous versions used Jhove, Droid, and custom metadata manager plugins.&lt;br /&gt;
While the software&amp;amp;rsquo;s website does not give any information on volume or file format limitations, a [http://e-records.chrisprom.com/?p=1809 University of Illinois case study]&amp;amp;nbsp;encountered both. Overall, the user was extremely happy with the software; however, the project was unable to migrate information in CDA format and encountered a JVM error when attempting to migrate a large backup disk.&lt;br /&gt;
====Usability====&lt;br /&gt;
The Data Accessioner uses a simple and straightforward Graphical User Interface.&lt;br /&gt;
If the user wishes to exclusively run the migratory element of the software it must be done through command-line; however, this should not be necessary in the vast majority of uses.&lt;br /&gt;
&lt;br /&gt;
The Sustainable Heritage Network has [https://vimeo.com/142888727 created a video tutorial] that provides an overview of how to use the tool.&lt;br /&gt;
&lt;br /&gt;
====Expertise required====&lt;br /&gt;
The project&amp;amp;rsquo;s goal was to create software for technical services librarians, able &amp;amp;ldquo;to be easily adopted by smaller institutions with little or no IT staff.&amp;amp;rdquo; Metadata customization, however, entails either editing the FITS to PREMIS XSLT or modifying the application's source-code, which requires solid knowledge of application design.&lt;br /&gt;
====Standards compliance====&lt;br /&gt;
The software includes a PREMIS metadata manager.&lt;br /&gt;
====Influence and take-up====&lt;br /&gt;
No statistics are available although it has been featured in various conference presentations and workshops.&lt;br /&gt;
====Other====&lt;br /&gt;
The old home page can be found here:http://library.duke.edu/rubenstein/uarchives/about/data-accessioner&lt;br /&gt;
= User Experiences =&lt;br /&gt;
[https://saaers.wordpress.com/2016/04/26/keeping-track-of-time-with-data-accessioner/ Keeping Track of Time With Data Accessioner]&lt;br /&gt;
&lt;br /&gt;
[http://e-records.chrisprom.com/dataaccessioner/ Practical e-Records: Data Accessioner Review]&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
https://github.com/seth-shaw/DataAccessioner/&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Matchbox_Tool&amp;diff=5492</id>
		<title>Matchbox Tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Matchbox_Tool&amp;diff=5492"/>
		<updated>2021-12-06T14:09:50Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: /* Description */ Encoding issues corrected&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Matchbox: Duplicate detection tool for digital document collections.&lt;br /&gt;
|homepage=https://github.com/openplanets/scape/tree/master/pc-qa-matchbox&lt;br /&gt;
|license=Open source&lt;br /&gt;
|function=Quality Assurance, De-Duplication&lt;br /&gt;
|content=Image&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=Matchbox Tool&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
The Matchbox tool is responsible for finding duplicatre pairs in a collection of digital documents based on SIFT features and SSIM methods. Consequently the tool takes a collection path with associated parameters as input. Currently three scenarios are implemented. These are:&lt;br /&gt;
&lt;br /&gt;
* Duplicate search in one turn (parameter 'all')&lt;br /&gt;
&lt;br /&gt;
* Professional duplicate search (experienced user can execute particular step in 'FindDuplicates' workflow)&lt;br /&gt;
&lt;br /&gt;
* Quick check if two documents are duplicates (based on previous BoW dictionary).&lt;br /&gt;
&lt;br /&gt;
Further parameters that influence and adjust duplicate analysis are currently investigated.&lt;br /&gt;
&lt;br /&gt;
Image processing method:&lt;br /&gt;
&lt;br /&gt;
The image processing algorithm can be described in 4 steps:&lt;br /&gt;
&lt;br /&gt;
1. Document feature extraction&lt;br /&gt;
&lt;br /&gt;
* Interest point detection (applying Scale Invariant Feature Transform (SIFT) keypoint extraction)&lt;br /&gt;
* Derivation of local feature descriptors (invariant to geometrical or radiometrical distortions)&lt;br /&gt;
&lt;br /&gt;
2. Learning visual dictionary&lt;br /&gt;
&lt;br /&gt;
* Clustering method applied to all SIFT descriptors of all images using k-means algorithm&lt;br /&gt;
* Run over collection and collect local descriptors in a visual dictionary using Bag-Of-Words (BoW) algorithm&lt;br /&gt;
&lt;br /&gt;
3. Create visual histogram for each image document&lt;br /&gt;
&lt;br /&gt;
4. Detect similar images based on visual histogram and local descriptors. Evaluate similarity score – pair-wise comparison of corresponding keyword frequency histograms for all documents. Conduct structural similarity analysis applying Sturctural SIMilarity (SSIM) approach (1 means identical and 0 means very different)&lt;br /&gt;
&lt;br /&gt;
* Rotate&lt;br /&gt;
* Scale&lt;br /&gt;
* Mask&lt;br /&gt;
* Overlaying&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&lt;br /&gt;
FindDuplicates script can be invoked from command line. For standard usage two parameters are required: path to the collection documents and 'all'.&lt;br /&gt;
&lt;br /&gt;
scape/pc-qa-matchbox/Python# python2.7 FindDuplicates.py h&lt;br /&gt;
&lt;br /&gt;
usage: FindDuplicates.py [-h] [\--threads THREADS] [\--sdk SDK] [\--precluster PRECLUSTER] [\--clahe CLAHE] [\--config CONFIG] [\--featdir FEATDIR] [\--bowsize BOWSIZE] [\--csv] [-v] dir all,extract,compare,train,bowhist,clean&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
currently installed at Austrian National Library&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=METSFlask&amp;diff=3688</id>
		<title>METSFlask</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=METSFlask&amp;diff=3688"/>
		<updated>2020-07-03T10:57:15Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created page with &amp;quot;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;  {{Infobox_tool |purpose=A web application for human-friendly exploration of Archivematica METS files |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=A web application for human-friendly exploration of Archivematica METS files&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|homepage=https://github.com/tw4l/METSFlask&lt;br /&gt;
|license=MIT License&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:View]]&lt;br /&gt;
&lt;br /&gt;
[[Category:METS]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
METSFlask is the METS Viewer used by [https://coptr.digipres.org/Archivematica Archivematica].&lt;br /&gt;
&lt;br /&gt;
A live demo is available on http://bitarchivist.pythonanywhere.com/.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=NumaHOP&amp;diff=3687</id>
		<title>NumaHOP</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=NumaHOP&amp;diff=3687"/>
		<updated>2020-07-03T10:50:11Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Creating the entry.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=Platform for digitization projects management&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|homepage=https://www.numahop.fr/&lt;br /&gt;
|license=&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:METS]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
NumaHOP is a tool for managing digitization projects. It provides the following features:&lt;br /&gt;
* importing descriptive records,&lt;br /&gt;
* producing a condition report,&lt;br /&gt;
* converting UNIMARC or EAD records to Dublin Core,&lt;br /&gt;
* controlling deliverables,&lt;br /&gt;
* producing derivative products (dissemination images, OCR files, etc.),&lt;br /&gt;
* creating Submission Information Packages, with METS metadata.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
NumaHOP has been developed by [http://www.bsg.univ-paris3.fr/iguana/www.main.cls Bibliothèque Sainte-Geneviève], [https://www.bulac.fr/ Bibliothèque universitaire des langues et civilisations (BULAC)] and the [https://www.sciencespo.fr/bibliotheque/ Sciences Po university library]. Its source code is freely reusable and will be upload soon on Github.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DFG_Viewer&amp;diff=3684</id>
		<title>DFG Viewer</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DFG_Viewer&amp;diff=3684"/>
		<updated>2020-07-03T09:21:06Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=Browser-based viewer for digital objects&lt;br /&gt;
|image=&lt;br /&gt;
|homepage=https://dfg-viewer.de/&lt;br /&gt;
|license=GPL 2.0&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:View]]&lt;br /&gt;
&lt;br /&gt;
[[Category:METS]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The DFG Viewer is a browser web service for displaying digital representations from decentralised library repositories. It has an XML interface for exchanging meta- and structural data in the METS/MODS and METS/TEI format. Displaying of a digital representation is enriched and supplemented with additional functions, if applicable, with the help of these data.&lt;br /&gt;
&lt;br /&gt;
As a result, users are provided with a uniform interface for viewing digitised media. They can browse documents, view and download the individual digital representations in various resolutions and switch to the respective web presentation of the library involved upon a request to that end in order to use further possibilities there.&lt;br /&gt;
&lt;br /&gt;
The DFG Viewer is based on the free CMSTYPO3 as well as the open source digitization software [https://coptr.digipres.org/Goobi Goobi] and can be used free of charge by anyone interested. This can either be done centrally via the web service operated here or by means of a local implementation. In this context, connection is optionally provided via a native XML interface or via the standardised OAI protocol. You can find comprehensive documentations, examples and useful tips regarding both application scenarios there. &lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&lt;br /&gt;
The last version of DFG Viewer is 5.0. Its source code is available on Github at https://github.com/slub/dfg-viewer.&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DFG_Viewer&amp;diff=3682</id>
		<title>DFG Viewer</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DFG_Viewer&amp;diff=3682"/>
		<updated>2020-07-03T09:17:34Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created page with &amp;quot;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;  {{Infobox_tool |purpose=Browser-based viewer for digital objects |image= |homepage=https://dfg-viewer....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=Browser-based viewer for digital objects&lt;br /&gt;
|image=&lt;br /&gt;
|homepage=https://dfg-viewer.de/&lt;br /&gt;
|license=GPL 2.0&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:View]]&lt;br /&gt;
&lt;br /&gt;
[[Category:METS]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The DFG Viewer is a browser web service for displaying digital representations from decentralised library repositories. It has an XML interface for exchanging meta- and structural data in the METS/MODS and METS/TEI format. Displaying of a digital representation is enriched and supplemented with additional functions, if applicable, with the help of these data.&lt;br /&gt;
&lt;br /&gt;
As a result, users are provided with a uniform interface for viewing digitised media. They can browse documents, view and download the individual digital representations in various resolutions and switch to the respective web presentation of the library involved upon a request to that end in order to use further possibilities there.&lt;br /&gt;
&lt;br /&gt;
The DFG Viewer is based on the free CMSTYPO3 as well as the open source digitization software [https://coptr.digipres.org/Goobi Goobi] and can be used free of charge by anyone interested. This can either be done centrally via the web service operated here or by means of a local implementation. In this context, connection is optionally provided via a native XML interface or via the standardised OAI protocol. You can find comprehensive documentations, examples and useful tips regarding both application scenarios there. &lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Greens&amp;diff=3681</id>
		<title>Greens</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Greens&amp;diff=3681"/>
		<updated>2020-07-03T08:32:26Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=ARK identifiers minter and resolver&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|homepage=https://github.com/ndlib/noids&lt;br /&gt;
|license=MIT license&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Persistent Identification]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Greens is a rails application that is used as a ARK minter and resolver&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DArcMail&amp;diff=3518</id>
		<title>DArcMail</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DArcMail&amp;diff=3518"/>
		<updated>2019-09-04T15:50:34Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created page with &amp;quot;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt; {{Infobox_tool |purpose= Processing and access to email accounts |homepage=https://siarchives.si.edu/wh...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose= Processing and access to email accounts&lt;br /&gt;
|homepage=https://siarchives.si.edu/what-we-do/digital-curation/email-preservation-darcmail&lt;br /&gt;
|license=MIT License (https://opensource.org/licenses/MIT)&lt;br /&gt;
|platforms=Windows, Mac OS, Linux&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
[[Category:Data capture and Deposit]]&lt;br /&gt;
[[Category:Access]]&lt;br /&gt;
[[Category:Email]]&lt;br /&gt;
== Description ==&lt;br /&gt;
The DArcMail application builds upon the functional core of the Collaborative Electronic Records Preservation (CERP) Parser. DArcMail delivers a broader range of features and functions and does so on the popular Python platform. In addition to preservation functionality, DArcMail supports appraisal, processing, and providing access to email accounts or large groups of related email messages. DArcMail’s design shrinks processing time and enables it to handle large email accounts on the three most popular operating systems:Windows, Mac OS, and Linux systems.&lt;br /&gt;
It is developed by the Smithsonian Institution Archives (SIA) and maintained by the Archives plus a user community.&lt;br /&gt;
DArcMail is python-based and works on a MySQL or SQLite database.&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
Reports on DArcMail have been produced by the Task Force on Technical Approaches for Email Archives in March 2018, at http://www.emailarchivestaskforce.org/documents/email-tools/ and by Harvard Library in 2016 at http://nrs.harvard.edu/urn-3:HUL.InstRepos:28682572.&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
DArcMail's last version is 1.2, released in March 2018.&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
&amp;lt;!--{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Omeka_Identity_plugin&amp;diff=3504</id>
		<title>Omeka Identity plugin</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Omeka_Identity_plugin&amp;diff=3504"/>
		<updated>2019-05-11T14:17:17Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created page with &amp;quot;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;  {{Infobox_tool |purpose=Plugin for Omeka to assign ARK identifiers |image={{PAGENAMEE}}.png |homepage=...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=Plugin for Omeka to assign ARK identifiers&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|homepage=https://github.com/uklibraries/IdentityPlugin&lt;br /&gt;
|license=MIT License&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Persistent Identification]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The Omeka Identity plugin makes sure that each item in the digital library has an ARK identifier.&lt;br /&gt;
&lt;br /&gt;
It is developped by the Kentucky Digital Library.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=UKWA_Access_API&amp;diff=3503</id>
		<title>UKWA Access API</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=UKWA_Access_API&amp;diff=3503"/>
		<updated>2019-05-11T14:13:18Z</updated>

		<summary type="html">&lt;p&gt;BertrandCaron: Created page with &amp;quot;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;  {{Infobox_tool |purpose=Web archives access API |image={{PAGENAMEE}}.png |homepage=https://github.com/...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool&lt;br /&gt;
|purpose=Web archives access API&lt;br /&gt;
|image={{PAGENAMEE}}.png&lt;br /&gt;
|homepage=https://github.com/ukwa/ukwa-access-api&lt;br /&gt;
|license=Apache License 2.0&lt;br /&gt;
|platforms=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Persistent Identification]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
UKWA Access API is an application to wrap up APIs for accessing UKWA content including an ARK resolver.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|releases_rss=&lt;br /&gt;
|issues_rss=&lt;br /&gt;
|mailing_lists=&lt;br /&gt;
|ohloh_id=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BertrandCaron</name></author>
	</entry>
</feed>