- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在线共享我的 NetLogo 模型,以便其他人可以在没有安装 NetLogo 桌面的情况下在他们的笔记本电脑或智能手机上运行它。
我发现可以使用 NetLogo web (http://www.netlogoweb.org/launch#http://www.netlogoweb.org/assets/modelslib/Sample%20Models/Biology/Evolution/Cooperation.nlogo) 在线运行模型,也可以将模型从 NetLogo 上传到 NetLogo web。上传的模型可以导出为 .html 文件。
我遇到的问题是为其他人可以运行的 .html 文件创建一个链接。我曾尝试直接共享 .html 文件名,并将其存放在 Dropbox 和 Google Drive 的开放访问文件夹中。虽然可以在 Dropbox 或 Google Drive 中访问该链接,但该文件不会运行。
任何有关下一步尝试的建议将不胜感激!
最佳答案
你不是第一个遇到这个问题的人,所以我在 NetLogo Web FAQ 中添加了一个部分来解释情况和解决方案的样子。你可以找到文字here ,或内联在这篇文章的底部。
但是,我认为你真的不需要我写的整篇小论文。在我看来,您想使用 Dropbox,但并不明显 如何 .事实证明,the Dropbox documentation为如何在 Dropbox 上公开托管文件提供了很好的指南。如果您按照他们的说明进行操作,我认为您最终应该会得到一些易于共享的文件。关于如何在 NetLogo Web 中专门使用您的 Dropbox 文件公共(public) URL,您可以在 FAQ 文本中查看有关 Dropbox 的段落以获取更多详细信息。
来自常见问题的文本:
To put it concisely, the only thing required is a hosting service that allows directly linking to hosted files. However, free and simple to use hosting services are surprisingly few in number these days. We realize that this makes things difficult for many of our users, and we definitely plan to provide our own service that makes this easier for people in the future. For the time being, though, there are still a couple of options that we can suggest.
For the vast majority of NetLogo Web users, a great option is to use Dropbox, which is a cost-free option for file-hosting. To host NetLogo Web files on Dropbox, you must host them publicly (as explained here). Once you've done that, if your file is a
GitHub is also a good alternative to Dropbox for this. Instructions for how to host files on GitHub can be found here..nlogo
file, follow the instructions given here, and share the//netlogoweb.org/web?modelURL
link, using the public link URL from Dropbox for themodelURL
value. If instead, your file is a HTML standalone model (as generated by following the instructions in the section about "Export: HTML" here), then simply share the public link that you got from Dropbox, since it will point directly to the model.Another option is to use the Modeling Commons, which is a public space for uploading, sharing, and discussing NetLogo models. All models uploaded to the Modeling Commons have integration with NetLogo Web through the "Run in NetLogo Web" tab on the model's page. For any model, if you open that "Run" tab and then copy your browser's current URL, that URL can be used for direct access to the NetLogo Web version of the model.
One other option (for more advanced users) is to host the files yourself on a public-facing web server that you have access to. If you want to host an HTML standalone model (as generated by following the instructions in the section about "Export: HTML" here), then simply host it and distribute the link to where you're hosting the HTML file.
Hosting a
.nlogo
file on a web server is more complicated, though. To do that, host the file, and make sure that your web server allows it to be accessed cross-origin. To do this, you might need to have the server set theAccess-Control-Allow-Origin
header in the.nlogo
file's HTTP response to either*
or whichever NetLogo Web domain you're using (i.e.http://netlogoweb.org
orhttps://netlogoweb.org
orhttp://netlogo-web.org
orhttps://netlogo-web.org
). Then, follow the instructions given here, and share your model through the//netlogoweb.org/web?modelURL
link, using the URL of the model on the web server for themodelURL
value.
关于netlogo - 如何在线共享 NetLogo 模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37817135/
我有一个 PowerBI Online 数据集,它是在 PowerBI 桌面中创建然后在线发布的。到目前为止,一切都很好。 我通过 PowerBI pusblish 从 Excel 连接到数据集,按预
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 2 年前。
我必须对一些太大而无法放入内存的数据训练分类模型,我正在使用 scikit learn 和 pandas 来进行分析。所以这是我的问题,如何在在线学习管道中使用验证来调整超参数? 我使用带有chuck
我正在开发一个应用程序,该应用程序将从 webservice 获取数据和图像并将其存储在设备中以供离线使用。同时,应用程序会将一些数据存储在 sqlite db 中,并将一些图像作为默认数据。 这是应
是否可以使用 FileReader API 和 onprogress 事件访问随 HTML5 传入的数据? 如果是这样,是否有 MD5 或其他快速散列算法的“在线”版本,以便我可以在文件完全读取之前开
希望任何人都可以帮助我更改下面的代码,我的临时文件包含以下代码: Temp=8.4* Humidity=70.4% 代替代码 Temp = 24 *C, Hum = 40 % 适用于以下脚本。 我需
我必须创建一个功能类似于联系人应用程序的应用程序。您可以在客户的 iPhone 上添加一个联系人,它应该会上传到客户的 iPad 上。如果客户在他们的 iPad 上更新联系人,它应该会在他们的 iPh
在 gitlab.com 上审查 merge 请求时,有时我必须在完成 merge 之前进行 rebase。 在 gitlab 上按“Rebase”后,我有一个特定的管道步骤失败,因为它无法验证用户的
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 9年前关闭。 Improve this q
我正在尝试在 azure 上托管 SQL 服务器以与节点应用程序进行通信。我已经成功地完成了创建数据库服务器和数据库本身的过程。现在,我想编辑我的数据库结构。据我发现online ,应该有一种方法可以
我在 Quickbooks Intuit 开发人员 API 中使用 Oauth 2 获得了访问 token 。 范围是 com.intuit.quickbooks.accounting 我能够使用 Q
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 6年前关闭。 Improve thi
是否可以使Angular Material progress spinner与文本并大致与字符的大小一致地显示? 我想要类似的东西: please wait 微调器仅与“请稍候”文本成行出现。 这可
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 7年前关闭。 Improve thi
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
我有一个每天运行的Powershell脚本。今天它失败了,因为我正在使用的域 Controller 不可用。在继续执行脚本的其余部分之前,我想确保可以连接到可用的DC。 $LdapServer = "
我想制作一款在线 Flash 游戏,它将具有社交功能,但游戏玩法将主要是单人游戏。例如,屏幕上不会同时出现两个玩家,社交互动将通过异步消息进行,不会有实时聊天或其他任何内容。大部分逻辑将发生在客户端中
这几天我开始在线玩OpenShift。我部署了一个非常简单的“Hello World”Java 示例(1 行代码!),没有任何依赖项(没有 Spring!)命令行是这样的: oc.exe new-a
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 要求我们推荐或查找工具、库或最喜欢的场外资源的问题对于 Stack Overflow 来说是偏离主题的,因为
所以我一直在网上学习Java(初学者),并且我一直在尝试制作一个用于制作矩形的类文件。但是,我的在线 java 评估器指出它找不到实例变量。 This is the comment on it.我的代
我是一名优秀的程序员,十分优秀!