diff --git a/collections.toml b/collections.toml index 41c733b..e94a01f 100644 --- a/collections.toml +++ b/collections.toml @@ -13,7 +13,8 @@ experiences = [ "papa", "stowaway", "cenote", - "witchscat" + "witchscat", + "studacc" ] [commercials] diff --git a/experiences/bus-bunching/web/index.html b/experiences/bus-bunching/web/index.html index baeefbd..b16b79f 100644 --- a/experiences/bus-bunching/web/index.html +++ b/experiences/bus-bunching/web/index.html @@ -16,12 +16,12 @@
Have you ever been waiting for a bus for a long time when several arrive at - once?.
+ once?
This phenomenon is called bus bunching.
- This visualization illustrrates why it happens. + This visualization illustrates why it happens.
@@ -50,4 +50,4 @@ - \ No newline at end of file + diff --git a/experiences/studacc/config.json b/experiences/studacc/config.json new file mode 100644 index 0000000..ca5bd08 --- /dev/null +++ b/experiences/studacc/config.json @@ -0,0 +1,12 @@ +{ + "id": "studacc", + "title": "Student Accomplice", + "description": "Driving is so much harder than it seems...", + "long_description": "Driving is so much harder than it seems...

This film was made entirely by BYU students!

Students pitched the idea, wrote the script, developed the characters, storyboarded the film, composed the music, rigged the animations, set up the lighting, rendered the scenes and edited the final cut—all as part of their final capstone experience in the BYU Animation program.

It's a highly dynamic, hands-on program structured to provide students with the skill sets necessary for success in the animation, live-action, special effects, and game industries. Many of our alumni go on to work for major studios such as Disney Feature Animation, Pixar Animation, DreamWorks Animation, Blizzard Entertainment, among many others.", + "artist": "BYU Animation", + "collection": "animations", + "scrubbing": true, + "type": "video", + "filename": "video.mp4", + "queueable": true +} diff --git a/experiences/studacc/thumb.jpg b/experiences/studacc/thumb.jpg new file mode 100644 index 0000000..d68f075 Binary files /dev/null and b/experiences/studacc/thumb.jpg differ diff --git a/experiences/studacc/wide.jpg b/experiences/studacc/wide.jpg new file mode 100644 index 0000000..f5e77eb Binary files /dev/null and b/experiences/studacc/wide.jpg differ diff --git a/folders.toml b/folders.toml index 2c5e35e..99d0ba4 100644 --- a/folders.toml +++ b/folders.toml @@ -2,7 +2,7 @@ title = "Interactive Experiences" description = "Explore Computer Science with these real-time interactive visualizations." tags = [ "interactive" ] -featured = "bus-bunching" +featured = "ifs" [animation] title = "BYU Animation" diff --git a/tags.toml b/tags.toml index 9fd5203..4d1a18b 100644 --- a/tags.toml +++ b/tags.toml @@ -41,7 +41,8 @@ experiences = [ "salt", "stowaway", "cenote", - "witchscat" + "witchscat", + "studacc" ] [graduation]