Skip to content
Snippets Groups Projects
Unverified Commit b59d0bf9 authored by Christopher Pietsch's avatar Christopher Pietsch Committed by GitHub
Browse files

Update README.md

parent c6d8a3e5
No related branches found
No related tags found
No related merge requests found
...@@ -18,20 +18,20 @@ This is the first entry point of the VIKUS Viewer. It defines the project name, ...@@ -18,20 +18,20 @@ This is the first entry point of the VIKUS Viewer. It defines the project name,
#### [data.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/data.csv) #### [data.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/data.csv)
The data.csv holds the metadata information of the collection. The following fields are mandatory: ```imageid, keywords, year```. The data.csv holds the metadata information of the collection. The following fields are mandatory: `imageid`, `keywords`, `year`.
- imageid: is a unique id which is linked to the name of the corresponding image. (id: 123 -> 123.jpg) - `imageid` is a unique id which is linked to the name of the corresponding image. (id: 123 -> 123.jpg)
- keywords: comma seperated list of keywords for the tags on the top - `keywords` comma seperated list of keywords for the tags on the top
- year: can be a number or a string, will be sorted ascending - `year` can be a number or a string, will be sorted ascending
- \_fields: these are custom meta data fields - `_fields` these are custom meta data fields
All of the columns are beeing sticked together to enable the freetext search. All of the columns are beeing sticked together to enable the freetext search.
#### [timeline.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/timeline.json) #### [timeline.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/timeline.json)
The timeline.csv holds the information for the timeline displayed underneath the years. The timeline.csv holds the information for the timeline displayed underneath the years.
- year: can be a number or a string, is linked to the data.csv year field - `year` can be a number or a string, is linked to the data.csv year field
- titel: the headline of the blurb - `titel` the headline of the blurb
- text: first detail text when zoomed in a little bit - `text` first detail text when zoomed in a little bit
- extra: additional text when zoomed to the maximum - `extra` additional text when zoomed to the maximum
#### [info.md](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/info.md) #### [info.md](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/info.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment