mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-07-04 13:33:28 +02:00
Compare commits
2 Commits
1d46d490cb
...
aa862620d7
Author | SHA1 | Date | |
---|---|---|---|
aa862620d7
|
|||
f42a83c7ab
|
@ -1,24 +0,0 @@
|
|||||||
# This file specifies files that are *not* uploaded to Google Cloud Platform
|
|
||||||
# using gcloud. It follows the same syntax as .gitignore, with the addition of
|
|
||||||
# "#!include" directives (which insert the entries of the given .gitignore-style
|
|
||||||
# file at that point).
|
|
||||||
#
|
|
||||||
# For more information, run:
|
|
||||||
# $ gcloud topic gcloudignore
|
|
||||||
#
|
|
||||||
.gcloudignore
|
|
||||||
# If you would like to upload your .git directory, .gitignore file or files
|
|
||||||
# from your .gitignore file, remove the corresponding line
|
|
||||||
# below:
|
|
||||||
.git
|
|
||||||
.gitignore
|
|
||||||
|
|
||||||
# Ignores from local project
|
|
||||||
node_modules
|
|
||||||
source
|
|
||||||
*.sqlite
|
|
||||||
|
|
||||||
# Python pycache:
|
|
||||||
__pycache__/
|
|
||||||
# Ignored by the build system
|
|
||||||
/setup.cfg
|
|
@ -2,7 +2,7 @@
|
|||||||
Easy to use, web-based version of the [DSpace CSV Metadata Quality checker](https://github.com/ilri/csv-metadata-quality) application.
|
Easy to use, web-based version of the [DSpace CSV Metadata Quality checker](https://github.com/ilri/csv-metadata-quality) application.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="600" alt="Screenshot of csv-metadata-quality-web on Heroku" src="https://raw.githubusercontent.com/ilri/csv-metadata-quality-web/main/screenshot.png">
|
<img width="600" alt="Screenshot of csv-metadata-quality-web on Heroku" src="screenshot.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below).
|
You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below).
|
||||||
|
Reference in New Issue
Block a user