Guidance for your Notebook Reflection

Goal

The goal here is to create a kind of guide to a selected notebook that shows what the notebook can do. It walks the user through the notebook, how to use it, perhaps visualize results or ways to extend it, in order to suggest questions a user might want to pose, and why it might matter. That last point is the most ‘case study’-ish bit. By providing guidance on the ‘so what’ question, you will engage with the literature or issues and provide context for non-dh-minded folk should take this work seriously.

Parameters

  1. A single markdown page with footnotes.* You should have a proper text editor like Sublime Text or Atom installed; compose your document using the text editor.

Footnotes can be formatted in markdown like so:

Footnotes[^1] are added in-text like so ...

and then at the end of the document, like this:

[^1]:
Graham, S. 2006. _Ex Figlinis_. BAR International Series: Oxford.

  1. Use clear headings and header levels to signal a clear, logical, flow.

  1. Be succinct.

  1. Illustrate. Create screenshots & illustrate these with arrows, circles, etc to make it clear what’s going on. On a Mac, you can use cmd+4 to take a screenshot, and then the preview app to annotate it. On a PC, the snip-it tool can be used the same way. Change the names of the files to your-surname-fig-1.png (or .jpg, as appropriate) and so on, so that I don’t lose track of things. Insert images into your document with markdown: ![alt-descriptive-text](your-surname-fig-1.png).

  1. Video walkthroughs can be helpful too. I use the free version of https://screencast-o-matic.com/ . The resulting file can be saved on your computer and then placed in your repository; it can also be uploaded to your userspace on screencast-o-matic and then can be embedded from there. If you load it to your own repo, just flag where the video should go, e.g., ~insert video 1 here~ and I’ll do the rest when I compile everything. Otherwise, use the embed code from screencast-o-matic. Mac users can also make quick videos using cmd+5; Windows 10 users can use the x-box app screenrecorder (press Windows+G) (more info for Windows).

  1. Provide a link to launch the binder in a live environment.

  1. Full and accurate citations in a ‘References’ list at the end. Chicago style is fine.

  1. Remember to address the goals for this exercise. The most important of these: Imagine someone from the Ottawa GLAM community looking at your work; they’ll (politely) be thinking ‘so what?', also known as the ‘what’s in it for me?'. That is to say, why does this notebook matter?

  1. When its ready, put a copy of it in a github repo. You can submit the link to it here so I can keep track.

Your Notebook Documentation Is Due at the End of the Course

…but I will accept it up to ten days after the final day of the Winter term (which this year is April 14; thus, April 24th.)

I will bundle everyone’s notebooks and documentation together into a supporting website, the Ottawa GLAM Workbench (fyi, repo here) and used the My Binder service to make these live online.