Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging' into bus-bunching-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice11 committed Oct 14, 2024
2 parents 9527754 + 0ea041a commit da6f72f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
3 changes: 2 additions & 1 deletion collections.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ experiences = [
"papa",
"stowaway",
"cenote",
"witchscat"
"witchscat",
"studacc"
]

[commercials]
Expand Down
6 changes: 3 additions & 3 deletions experiences/bus-bunching/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

<body>
<div class="storytext fader">Have you ever been waiting for a bus for a long time when several arrive at
once?.</div>
once?</div>

<div class="storytext fader">This phenomenon is called <strong>bus bunching</strong>.</div>

<div class="storytext fader">
This visualization illustrrates why it happens.</strong>
This visualization illustrates why it happens.</strong>
</div>

<div class="storytext fader">
Expand Down Expand Up @@ -50,4 +50,4 @@
</script>
</body>

</html>
</html>
12 changes: 12 additions & 0 deletions experiences/studacc/config.json
Original file line number Diff line number Diff line change
@@ -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...<br><br>This film was made entirely by BYU students!<br><br>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&mdash;all as part of their final capstone experience in the BYU Animation program.<br><br>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
}
Binary file added experiences/studacc/thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiences/studacc/wide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion folders.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ experiences = [
"salt",
"stowaway",
"cenote",
"witchscat"
"witchscat",
"studacc"
]

[graduation]
Expand Down

0 comments on commit da6f72f

Please sign in to comment.