The issue is that this site returns 404 today. There are two possible solutions:
Work together with York University EECS Department computing team to reinstate hosting the model.zip files for SMILER at current URL (ask Toni for contact info), OR
Devise alternative hosting, with HMC, or with some free hosting provider (some have free tiers for open source projects and research projects -- that's SMILER!).
Acceptance Criteria
When you pick a model that has a "model_files" entry in smiler.json and delete the files in question, then a subsequent smiler run -m [that model] will re-populate those files on disk.
Background
Currently, https://www.eecs.yorku.ca/rspace-jtfarm/SMILER/ is used by SMILER to retrieve "model_files" lists specified in a model's smiler.json when a model is first run. Here's an example: https://github.com/TsotsosLab/SMILER/blob/9d9ab70b4c6a2614dd06ee08def24f35de80502f/models/docker/DVAP/smiler.json#L7-L12
The code that does this lives here: https://github.com/TsotsosLab/SMILER/blob/06cd138628f26b2e16eead8e05fc922041930a44/smiler_tools/smiler_tools/models.py#L96-L112
The issue is that this site returns 404 today. There are two possible solutions:
Acceptance Criteria
smiler run -m [that model]
will re-populate those files on disk.