Skip to content

Commit d0d5c5e

Browse files
committed
added models to be hosted on our end
1 parent e5a375b commit d0d5c5e

9 files changed

Lines changed: 240298 additions & 10 deletions

File tree

apps/nettango/app/pages/index.vue

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,36 +240,44 @@ const page = {
240240
description: "Explore some of the models created with NetTango Web.",
241241
models: [
242242
{
243-
title: "Rollypollies",
243+
title: "Sugarscape Microworld",
244+
description:
245+
"TODO: add description",
246+
link: "/models/sample-html/Sugarscape Microworld.html",
247+
previewType: "video",
248+
preview: "/models/preview/sugarscape.mov",
249+
},
250+
{
251+
title: "Rollypollies Model",
244252
description:
245253
"Make your own computational model of roly-polies. You will use a computational tool called NetTango to code animal behavior using blocks.",
246-
link: "https://ct-stem.northwestern.edu/curriculum/preview/1530/page/4/",
254+
link: "#",
247255
previewType: "video",
248-
preview: "/models/rollypolies.mov",
256+
preview: "/models/preview/rollypolies.mov",
249257
},
250258
{
251259
title: "Ants Model",
252260
description:
253261
"A colony of ants forages for food. Though each ant follows a set of simple rules, the colony as a whole acts in a sophisticated way.",
254-
link: "https://ccl.northwestern.edu/nettangoweb/tutorial/",
262+
link: "/models/sample-html/Ants.html",
255263
previewType: "video",
256-
preview: "/models/ants.mov",
264+
preview: "/models/preview/ants.mov",
257265
},
258266
{
259267
title: "Spaceship Model",
260268
description:
261269
"A model where you can program a spaceship to navigate through space using NetTango Web blocks, demonstrating more advanced programming concepts.",
262-
link: "https://ct-stem.s3.amazonaws.com/uploads/jzkelter/2023/02/27/page%202%20spaceship%20programming%20with%20maze_2023-02-27-21-41-44-521974.html",
270+
link: "#",
263271
previewType: "image",
264-
preview: "/models/spaceship.png",
272+
preview: "/models/preview/spaceship.png",
265273
},
266274
{
267-
title: "Wolves and Sheep",
275+
title: "Wolves Sheep Model",
268276
description:
269277
"A simple predator-prey model where you can experiment with the behavior of wolves and sheep using blocks.",
270-
link: "https://www.netlogoweb.org/launch#http://ccl.northwestern.edu/netlogo/models/models/Sample%20Models/Biology/Wolf%20Sheep%20Predation.nlogox",
278+
link: "/models/sample-html/Wolf Sheep Predation.html",
271279
previewType: "video",
272-
preview: "/models/wolfsheep.mov",
280+
preview: "/models/preview/wolfsheep.mov",
273281
},
274282
],
275283
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
1.35 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)