2021-03-11 14:55:58 +01:00
<!doctype html>
2021-03-11 19:28:42 +01:00
< html lang = "en" class = "h-100" >
2021-03-11 21:41:22 +01:00
{% include 'head.html' %}
2021-03-11 19:28:42 +01:00
< body class = "d-flex flex-column h-100" >
< main class = "flex-shrink-0" >
< div class = "container" >
< h1 class = "mt-5 fs-2" > DSpace CSV Metadata Quality Checker< / h1 >
< p class = "lead" > The DSpace CSV Metadata Quality Checker is a pipeline of sanity checks and automated fixes for a number of common issues in metadata files.< / p >
< p > Select a CSV file to process.< / p >
< form method = "POST" action = "" enctype = "multipart/form-data" >
< p > < input type = "file" name = "file" accept = ".csv" > < / p >
< p > < input type = "submit" value = "Submit" > < / p >
< / form >
< / div >
< / main >
2021-03-11 21:41:22 +01:00
{% include 'footer.html' %}
2021-03-11 14:55:58 +01:00
< / body >
< / html >