tt-acm / DesignExplorer

Design Explorer is an open source web interface for exploring multi-dimensional design spaces
http://tt-acm.github.io/DesignExplorer/
MIT License
100 stars 60 forks source link

User question; CSV format for images #72

Closed LudvigHaav closed 8 years ago

LudvigHaav commented 8 years ago

Hi!

I'm having problems getting images to show. I've pasted a CSV, below. When i upload this file the image file web adress is written as column names... :( There are clearly some logic as to what is put where that Im not getting, after numerous tries.

And also: The first column is called "name:Identifier". Why does the "name:"-part of it show? It seems it is reading the names as a standard "in:"

(it would be nice with an example .CSV like the one posted for Pollinator - it makes you understand the format very quickly)

DEtest3.xlsx

Thanks for what seems to be a great and useful tool!

mostaphaRoudsari commented 8 years ago

Hi @LudvigHaav! You can find three example files here. Let me know if it solves the problem.

mostaphaRoudsari commented 8 years ago

I took a look and the issue is the header img:rendering which should be img. This file works for me. DEtest3_DE.TXT. Change .txt to .csv

image

mostaphaRoudsari commented 8 years ago

Also for future reference here is a nice read for file preparation.

LudvigHaav commented 8 years ago

Thanks Mostapha!

So all along it was the extra colon ":" that I was using that was causing problems. I took the liberty to edit and remove the colon from "image:" and "threeD" on the file preparation page as to not confuse future users. I hope there is not some other reason for it being there.

My understanding of it after reading the reference page, was that what came after the colon indicated what is being displayed in the interface. In the "name:" tag whatever i write after the colon, for example "identifier" shows as "name:identifier". Can you wirte something after the colon there? Should I write a colon after name?...Im still a bit confused i guess but now that its working for me these bumps are of minor importance. :)

chriswmackey commented 8 years ago

@mostaphaRoudsari and @LudvigHaav ,

I have run the fixed file from this issue through the design explorer and I still get the img column: https://github.com/tt-acm/DesignExplorer/issues/75

-Chris