Skip to content

Instantly share code, notes, and snippets.

View jeremyboggs's full-sized avatar

Jeremy Boggs jeremyboggs

View GitHub Profile

DIY Portfolios

Expectations

  • This workshop is intended to spark further thinking about your own portfolio or any other Web projects you might want to explore.
  • We are each in our own place, with our own priorities, knowledge, inclinations, habits, and preferences. All of those will affect the kinds of solutions and approaches we each migth take in make a Web thing.
  • Plan to meet and chat with me afterwards about what you'd like to do! Email jeremy@virginia.edu to schedule some time to work with me.

Five Areas of User Experience From Elements of User Experience by Jesse James Garrett.

@jeremyboggs
jeremyboggs / index.md
Last active October 17, 2025 18:18
dh-intro-for-sip.md
@jeremyboggs
jeremyboggs / moccamaster-brew-guide.md
Last active September 25, 2025 14:30
Instructions for brewing a pot of coffee with the Moccamaster coffee maker

Instructions for brewing a pot of coffee with the Moccamaster coffee maker

  1. Fill the water reservoir to the max fill line; This will be apporximately 1.25 liters of coffee.
  2. Find an empty carafe, remove the carafe travel lid, add the carafe Brew-Thru lid, and place under the dripper
  3. Grind ~100g off coffee. Place a basket filter in the brew basket and add ground coffee.
  4. Ensure the drip-stop tab on the bottom of the brew basket is pushed in from the side to open the basket for brewing.
  5. Place basket lid on top of the basket.
  6. Flip the power switch to start brewing coffee.
  7. Pull out the brew basket's drip-stop tab sideways to close the basket when the brew is complete.
  8. Turn off the power switch, and enjoy your brewed coffee when done.
@jeremyboggs
jeremyboggs / nanum-pen-script.css
Created April 8, 2025 13:30
Nanum Pen Script font from Google Fonts
/* latin */
@font-face {
font-family: 'Nanum Pen Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/nanumpenscript/v25/daaDSSYiLGqEal3MvdA_FOL_3FkN6zn0aeNBYTQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@jeremyboggs
jeremyboggs / composting-dh.md
Created February 15, 2025 14:54
Composting DH Links

Composting DH Links

In the process of doing this review, I personally began to see benefits in possible shifts for how we come to terms with—and reconsider terms for—brokenness, rot, and decay in Digital Humanities scholarship specifically but also in human creations more broadly.

Method.

  • Download the Simple CSV data available at the Index of Digital Humanites Conferences.
  • Create a set of Python scripts to complete a few tasks:
    1. Parse the conference works for any potential URLs mentioned.
  • First pass over the data relies on the URLExtract library to find addresses.
@jeremyboggs
jeremyboggs / wikis.md
Last active December 18, 2024 19:55
Wikis As/For Archives

Wikis As/For Archives

Blog Posts

@jeremyboggs
jeremyboggs / text-analysis.md
Last active December 17, 2024 16:02
Text Analysis + Machine Learning Resources
@jeremyboggs
jeremyboggs / games-lab.md
Created September 9, 2024 16:01
GamesLab resources
@jeremyboggs
jeremyboggs / tei-resources.md
Last active September 10, 2024 15:06
TEI Resources
title TEI Resources
author jeremy-boggs
layout page

TEI is a XML-based approach for encoding texts in machine-readable ways for humanities and social sciences applications.

Learning Resources