Editing KOST-Val

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Infobox tool
+
<!-- Use the structure provided in this template, do not change it! -->
 +
 
 +
{{Infobox_tool
 +
|purpose=KOST-Val is an open source validator for different file formats (TIFF, SIARD, PDF/A, JP2, JPEG) and Submission Information Package (SIP).
 
|image=KOST-Val.JPG
 
|image=KOST-Val.JPG
|purpose=KOST-Val is an open source validator for different file formats and Submission Information Package (SIP).
+
|formats_in={{Format|TIFF}}, {{Format|SIARD}}, {{Format|PDF}}/A, {{Format|JP2}}, {{Format|JPEG}} and SIP
 
|homepage=http://kost-ceco.ch/cms/index.php?kost_val_de
 
|homepage=http://kost-ceco.ch/cms/index.php?kost_val_de
|license=[http://www.gnu.org/licenses/quick-guide-gplv3.html GNU General Public License 3+]
+
|license=GPL V3
|platforms= Windows
+
|platforms= should run under Java 1.6 on Windows
|function=Quality Assurance, Validation
 
|content=Database, Document, Image
 
 
}}
 
}}
  
<!-- Use the structure provided in this template, do not change it! -->
+
<!-- Add one ore more categories to describe the function of the tool. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). The following are common category examples, remove those that don't apply -->
 +
[[Category:Validation]]
 +
[[Category:Quality Assurance]]
 +
[[Category:Database]]
 +
[[Category:Image]]
 +
[[Category:Document]]
 +
[[Category:Preservation System]]
 +
 
 +
 
 +
<!-- Add relevant categories to describe the content type that the tool addresses. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. The following are common category examples, remove those that don't apply -->
 +
[[Category:Validation]]
 +
[[Category:Quality Assurance]]
 +
[[Category:Database]]
 +
[[Category:Image]]
 +
[[Category:Document]]
 +
[[Category:Preservation System]]
 +
 
 
= Description =
 
= Description =
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
The KOST-Val application is used to validate different file formats and Submission Information Package (SIP).
+
The KOST-Val application is used to validate {{Format|TIFF}}, {{Format|SIARD}}, {{Format|PDF}}/A, {{Format|JP2}}, {{Format|JPEG}} files and Submission Information Package (SIP).
 
    
 
    
 
KOST-Val supersedes the format validation tools [[SIARD-VAL]], [[TIFF-Val]] and SIP-Val by KOST-CECO.
 
KOST-Val supersedes the format validation tools [[SIARD-VAL]], [[TIFF-Val]] and SIP-Val by KOST-CECO.
 
   
 
   
 
   
 
   
=== Functional Principle ===
+
=== Funtional Principle ===
 +
KOST-Val uses unmodified components of other manufacturers by embedding them directly into the source code. Users of KOST-Val are requested to adhere to these components ‘terms of licence.
 +
 
 
KOST-Val complies with the following requirements.
 
KOST-Val complies with the following requirements.
  
https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_FuntionalPrincipleFormatValidation.JPG
+
* '''TIFF validation:''' KOST-Val reads a TIFF file and uses [[JHOVE (Harvard Object Validation Environment)| JHOVE]] to validate the structure, the content, and key properties such as compression, colour space, and multipage. These properties can be configured.
 +
* '''SIARD validation:''' KOST-Val reads a SIARD (eCH-0165 v1 ) file and validates the structure and the content.
 +
* '''PDF/A validation:''' KOST-Val reads a PDF or PDF/A file (ISO 19005-1 and 19005-2) and uses [[3-Heights(TM) PDF Validator|3-Heights™ PDF/A Validator]] by PDF-Tools or [[PDFTron PDF-A Manager|PDF/A Manager]] by PDFTron to validate the structure and the content of the PDF file. KOST-Val organises the different error messages into main categories such as fonts, graphics, and metadata. KOST-Val supplies only a limited  version from 3-Heights™ PDF/A Validator by PDF-Tools.
 +
* '''JP2 validation:''' KOST-Val reads a JP2 file (ISO 15444) and uses [[Jpylyzer]] to validate the structure and the content.
 +
* '''JPEG validation:''' KOST-Val reads a JPEG file (ISO 10918-1) and uses [[Bad Peggy]] to validate the structure and the content.
 +
* '''SIP validation:''' KOST-Val reads an SIP (eCH-0160 v1  as well as Swiss Federal Archives SFA v1  and v4 ) and validates the mandatory requirements of the SIP specification. The validated requirements are organised into groups such as folder structure, schema validation, and checksum validation. At the outset, a file format validation is performed.  
  
 
The results (including information on inconsistencies and errors) are output for every step and written into a validation log.
 
The results (including information on inconsistencies and errors) are output for every step and written into a validation log.
The validation steps are executed sequentially. Whenever possible the validation shall continue after an error has been detected in order to reduce the number of correction cycles.
+
The validation steps are executed sequentially. Whenever possible the validation shall continue after an error has been detected in order to reduce the number of correction cycles.
 +
 
 +
[[File:KOST-Val_FuntionalPrincipleFormatValidation.JPG|800px]]
 +
 +
 +
=== Third-party applications ===
 +
* The TIFF validation module uses [[JHOVE (Harvard Object Validation Environment)| JHOVE]] and evaluates its output further.
 +
* For the PDF/A validation module [[PDFTron PDF-A Manager|PDF-A Manager]] or [[3-Heights(TM) PDF Validator|3-Heights™ PDF/A Validator]] are used.
 +
* The JP2 validation module uses [[Jpylyzer]] and translates the failed tests into appropriate error messages (DE/FR/EN).
 +
* The JPEG validation module uses [[Bad Peggy]] and evaluates the error message "Not a JPEG file" further.
 +
* For the file format identification [[DROID_(Digital_Record_Object_Identification)|DROID]] is used. For performance and granularity reasons an own SignatureFile is used instead of the official PRONOM registry.
 +
 +
 +
===Read Me===
 +
The KOST-Val application is used to validate TIFF, SIARD, PDF/A, JP2, JPEG files and Submission Information Package (SIP).
  
=== Read Me & Download ===
+
KOST-Val, Copyright (C) 2012-2015 Claire Roethlisberger (KOST-CECO), Christian Eugster, Olivier Debenath, Peter Schneider (Staatsarchiv Aargau), Markus Hahn (coderslagoon), Daniel Ludin (BEDAG AG)
https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_README.md
 
  
 
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see GPL-3.0_COPYING.txt for details.
 
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see GPL-3.0_COPYING.txt for details.
  
You can download KOST-Val under http://github.com/KOST-CECO/KOST-Val/releases. For installation instructions please check the manual.
+
You can download KOST-Val under https://github.com/KOST-CECO/KOST-Val/releases. For installation instructions please check the manual (DE/FR/EN).
 
    
 
    
 
    
 
    
=== Future ===
+
=== SIARD format ===
 +
SIARD stands for Software Independent Archiving of Relational Databases. Originally the Swiss Federal Archives (SFA) have developed the SIARD format as a sustainable solution for the archiving of relations databases.
 +
 +
In early 2013 SIARD format has been adopted as an eCH Standard (eCH-0165: SIARD format specification http://www.ech.ch/vechweb/page?p=dossier&documentNumber=eCH-0165).
 +
 
 +
eCH is the Swiss organization for standardization in the field of e-government. eCH Standards define guidelines for recurring applications and their results, as for example format definitions or procedural standards. The aim of those standards is to unify and thus facilitate the electronic collaboration between authorities as well as between authorities and organizations, educational and research institutions, firms and private organizations.
 +
 +
 
 +
===Future===
 
See http://github.com/KOST-CECO/KOST-Val/issues  
 
See http://github.com/KOST-CECO/KOST-Val/issues  
 
   
 
   
 
   
 
   
=== Feedback & Issues ===
+
===Feedback & Issues===
 
Feedback about KOST-Val is very welcome at http://github.com/KOST-CECO/KOST-Val/issues or kost-val[at]kost-ceco.ch
 
Feedback about KOST-Val is very welcome at http://github.com/KOST-CECO/KOST-Val/issues or kost-val[at]kost-ceco.ch
 
   
 
   
 
.
 
.
  
= User Experiences =
+
== User Experiences ==
 
<!-- 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. -->* '''ZBW:'''
 
<!-- 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. -->* '''ZBW:'''
 
** KOST-Val v1.6.0
 
** KOST-Val v1.6.0
Line 49: Line 94:
 
** Running the JPEG-Module against almost 2,400 JPEGs has only lasted 7 minutes
 
** Running the JPEG-Module against almost 2,400 JPEGs has only lasted 7 minutes
 
** The tool recognises fake-JPEGs (jpeg-extension, but no jpeg inside) and issues with jpegs and can differentiate easily between these two cases.
 
** The tool recognises fake-JPEGs (jpeg-extension, but no jpeg inside) and issues with jpegs and can differentiate easily between these two cases.
 
.
 
  
 
= Development Activity =
 
= Development Activity =
Line 62: Line 105:
 
    
 
    
 
   
 
   
=== Activity Feed ===
+
=== Activity Feed===
 
Below the last 5 commits:
 
Below the last 5 commits:
 
<rss max=5>https://github.com/KOST-CECO/KOST-Val/commits/master.atom</rss>
 
<rss max=5>https://github.com/KOST-CECO/KOST-Val/commits/master.atom</rss>
 +
 +
{{Infobox_tool_details
 +
|ohloh_id=KOST-Val
 +
}}

Please note that all contributions to COPTR are considered to be released under the Attribution-ShareAlike 3.0 Unported (see COPTR:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: