You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned the repository to check out your work and the visualization does not work 'out of the box.' I have gotten it working though, and am impressed by what you've put together.
The paths are currently hard-coded to an absolute path of '/media/sot/...'. To correct this, I did a simple find-replace on the viz directory to remove the '/media/sot' prefix. Files affected include index.min.js, sot_body.html, sot_extra_header.html, sot_text_body.html, and modernizr_load.js. I would submit a pull request, but I've yet to learn how to use github properly.
On a similar vein, 'viz/Images' should be renamed 'viz/images' to prevent issues on servers with case-sensitive paths.
The text was updated successfully, but these errors were encountered:
I just cloned the repository to check out your work and the visualization does not work 'out of the box.' I have gotten it working though, and am impressed by what you've put together.
The paths are currently hard-coded to an absolute path of '/media/sot/...'. To correct this, I did a simple find-replace on the viz directory to remove the '/media/sot' prefix. Files affected include index.min.js, sot_body.html, sot_extra_header.html, sot_text_body.html, and modernizr_load.js. I would submit a pull request, but I've yet to learn how to use github properly.
On a similar vein, 'viz/Images' should be renamed 'viz/images' to prevent issues on servers with case-sensitive paths.
The text was updated successfully, but these errors were encountered: