Template Post: Title of Your Final Project
This is a document written in markdown. What is markdown? It is a 'markup language' that allows you to format plain text in a way that is easily converted to many different formats. For example, this document was written in markdown but will be used as a webpage and converted into HTML.
To present and submit your final project for Methods in Spatial Research, Spring 2026, edit this template. Include all of the text of your project here, along with any images, maps, videos, or other materials you produce.
This webpage provides a comprehensive guide to markdown syntax. A cheat sheet of the main things you need to know is included below.
Use level 4 headings for major section divisions
Write words in bold like this.
Italics are similar and are formatted like this.
To make a paragraph break, add two spaces at the end of your line before going to the next line.
Lists are easy:
- they can be ordered
- like this
- notice that the numbers are automatically ordered
- use two spaces in front to indent
Or they can be bullet points:
- like this
- or like this
- use two spaces
- to have nested lists
To include hyperlinks format them like this: text of link.
To embed images, first ensure the file is at least 740px wide. Place the image file in a folder named for your group inside src/projects/images/. Then link to it like this:

If you want to include an interactive map or web page, host it via your personal GitHub Pages and embed it with an iframe:
If you have a scrolly telling map (or something else that needs a full browser window,) I might suggest linking out to it (and perhaps including a screenshot for posterity.)
Use Author-Date parenthetical citations following Chicago Manual of Style conventions throughout your document, and add a works cited section at the bottom of your post. See the Author-Date quick guide here.