Critical-Making-Syllabus

Spring 2024 Edition @ UCF

This project is maintained by AMSUCF

Making Exercise Ten: Exhibition

This week, we’ll be exploring Scalar, an interface-driven platform for building articles, books, exhibitions, and similar interactive scholarship. Like Omeka, this is a tool that can support very ambitious and vast work, so we’ll only be using some of its capabilities: don’t worry about trying everything. If you have experience with other content management systems such as WordPress, you should find some of the interface elements generally familiar.

Pathfinders

You’ll need to get started by creating an account and following the tutorial to create a new project. Try using the built-in import features, and keep in mind how examples like Pathfinders, shown above, make use of the page structures and rich media features to build the layers of the experience.

However, don’t feel confined in that type of formality - also recall the aesthetics and Twine-esque, hypertextual playfulness of Redshift & Portalmetal, and consider how you can push at the expectations of the platforms as micha cárdenas models.

The Exhibition Prompt

As with Omeka, our focus this week will be on curating and representing relationships between existing materials. However, for this project you won’t need to build the archive - instead, you can pull content from any of the affiliated archives built into Scalar, or from other sources relevant to your work. Curate an exhibition of inspiration correlated with your making: this might include linking games and multimedia projects from the Internet Archive; citing scholarship, novels or poetry; and pulling digitized artwork from the collections.

Your preliminary Scalar exhibition should include:

You might also find it helpful to explore the visualization options, and add them to your exhibition.

Resources

As Scalar is a well-documented, open source project, there are lots of resources for approaching this exercise:

Remember, you don’t need to worry about the advanced plug-ins at this stage. However, know that the HTML structures underlying Scalar allow you to bring in other JavaScript (like our P5 experimentations!) in the future. There are lots of strategies for embedding material, but the simplest is to use iframe tags (just like I use to embed our GitHub tutorial pages into Webcourses) to grab material hosted elsewhere.

Also, for those of you taking Design & Dev (or who have studied Python in the past), you might find this example of connecting Scalar and networked visualizations in Python useful for future reference.