Compare commits

...

6 Commits

Author SHA1 Message Date
Nathan Schneider
a151a9fe9d fixed some image issues and added clarification to README 2025-04-26 21:32:59 -06:00
Nathan Schneider
9806515bbc Corrections on README instructions 2025-04-26 21:09:34 -06:00
Nathan Schneider
0ce42390ce Added Zargham headshot 2025-04-26 20:56:12 -06:00
Nathan Schneider
befa2b8f4d Added link to Kiessel 2025-04-26 16:48:04 -06:00
Nathan Schneider
c9eefa953c Removed placeholder headshots to get ready for production 2025-04-26 16:37:31 -06:00
Nathan Schneider
f20cc28349 Tweaks to about page and added dorsey headshot 2025-04-26 16:25:58 -06:00
12 changed files with 28 additions and 15 deletions

View File

@@ -6,6 +6,8 @@ Developed in Hugo.
## Usage
Be sure to have a recent Hugo *extended* version installed.
Navigate to the project directory and:
```
@@ -23,11 +25,14 @@ hugo server
see `/archetypes/article.md` for the article template. You can create a new article with:
```
hugo new articles/2023-01-01-my-new-article.md
hugo new content content/articles/lastname-interview_title.md
```
This will create a new article in the `content/articles` directory with the current date and the title you provide. You can then edit the file to add your content.
### Head shots
Alternately, you can manually add a file there in the proper format.
### Headshots
Optionally you can add a headshot photo to your article. To do this:
@@ -35,7 +40,7 @@ Optionally you can add a headshot photo to your article. To do this:
2. Add a `headshot` field to your article's front matter with just the filename. For example:
```yaml
headshot: "firstname-lastname.jpg"
headshot: "firstname_lastname.jpg"
```
*Note: Name is case sensitive, might as well use lowercase letters and hyphens in your filename.*
@@ -61,4 +66,4 @@ You can add Open Graph image (for social media sharing) to an article. To do thi
ogImage: "/images/my-image.jpg"
```
*Note: The image should be at least 1200x630 pixels for best results. Make sure to place the image in `/static/images/` directory so it can be served correctly. The path should be relative to the static directory.*
*Note: The image should be at least 1200x630 pixels for best results. Make sure to place the image in `/static/images/` directory so it can be served correctly. The path should be relative to the static directory.*

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

View File

@@ -6,6 +6,4 @@ include_partials: ["facilitator-list.html","wompum-demo.html"]
The Protocol Oral History Project is an effort to honor and share the stories of protocol artists—the skilled builders and stewards of the rules, standards, and norms that shape our lives in often invisible ways, ranging from technical standards and diplomatic practices to Indigenous traditions and radical subcultures.
The color scheme is inspired by _[Constitutional Wampum](http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190)_ by Robert Houle.
The project is led by Nathan Schneider, director of the [Media Economies Design Lab](https://www.colorado.edu/lab/medlab/) at the University of Colorado Boulder. Website designed by [Drew Hornbein](https://www.dhornbein.com/). The project is made possible by support from the Siegel Family Endowment.

View File

@@ -7,7 +7,7 @@ approved: 2025-03-20
summary: "Drawing on many ancestral traditions and the experience of her own body, Asia Dorsey learns and teaches the pattern language of a healthy gut."
location: "Denver CO"
topics: [ancestors, food, health, indigeneity]
headshot: "placeholder-headshot.png"
headshot: "asia_dorsey.jpg"
links:
- text: "Bugs Bones & Botany"
url: "https://www.bonesbugsandbotany.com"

View File

@@ -6,8 +6,15 @@ date: 2024-10-10
approved: 2024-10-11
summary: "After widespread resistance to codes of conduct in open-source software communities, Coraline Ada Ehmke's Contributor Covenant became the most popular code of conduct in the ecosystem."
location: "Chicago, USA"
headshot: "placeholder-headshot.png"
#headshot: "placeholder-headshot.png"
topics: [code of conduct, dispute resolution, gender, open source, organizations, software]
links:
- text: "Personal website"
url: "https://where.coraline.codes"
- text: "Contributor Covenant"
url: "https://www.contributor-covenant.org"
- text: "Organization for Ethical Source"
url: "https://www.contributor-covenant.org"
---
*First of all, I want to begin with the question of how you how you prefer to introduce yourself.*

View File

@@ -6,8 +6,11 @@ date: 2024-10-29
approved: 2024-12-16
summary: "Good Market is a digital commons for enterprises that prioritize people and the planet over profit. It enables communities to set and enforce their own standards for doing business."
location: "Sri Lanka / United States"
headshot: "placeholder-headshot.png"
#headshot: "placeholder-headshot.png"
topics: [economics, organizations, ecology, standards]
links:
- text: "Good Market"
url: "https://goodmarket.global"
---
*I want to begin with the question of how you like to introduce yourself. How do you introduce yourself to somebody you've just met? Where do you begin?*

View File

@@ -6,7 +6,7 @@ date: 2024-12-13
approved: 2025-03-04
summary: "A diplomat for Bangladesh describes the role of protocol in high-profile international visits and treaty negotiations."
location: "Dhaka, Bangladesh"
headshot: "placeholder-headshot.png"
#headshot: "placeholder-headshot.png"
topics: [diplomacy, government, friendship]
---

View File

@@ -6,7 +6,7 @@ date: 2024-12-06
approved: 2025-04-01
summary: "A career-long journey to build online social networks that cannot be controlled by a single company, culminating with the ActivityPub standard."
location: "Montreal, Canada"
headshot: "placeholder-headshot.png"
#headshot: "placeholder-headshot.png"
links:
- text: Website
url: https://evanp.me/

View File

@@ -6,7 +6,7 @@ date: 2024-11-04
approved: 2024-12-02
summary: "As a sport often played with no referees, ultimate frisbee has developed a strong set of norms for addressing conflict and self-governing."
location: "East Greenbush, NY USA"
headshot: "placeholder-headshot.png"
headshot: "michael_zargham.png"
topics: [frisbee, sports, organizations, dispute resolution]
---

View File

@@ -8,7 +8,7 @@
<p><strong>Topics:</strong> {{ partial "topics.html" . }}</p>
{{ if .Params.links }}
<div class="mt-4">
<p><strong>Narrator Links:</strong></p>
<p><strong>Learn more:</strong></p>
<ul class="list-disc pl-4 ml-4 mt-2">
{{ range .Params.links }}
<li class="mb-2">

View File

@@ -1,7 +1,7 @@
<div class="wompum-demo max-w-2xl mx-auto">
<h2 class="text-2xl font-bold mb-4">Wompum Grid Protocol</h2>
<h2 class="text-2xl font-bold mb-4">Wampum Grid Protocol</h2>
<p>We use a protocol to generate the colorful wompum style grid for articles and other places around the site, learn how it works here.</p>
<p>The color scheme on this website is inspired by <em><a href="http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190">Constitutional Wampum</a></em> by Robert Houle. The site uses the following protocol to generate the colorful wampum style grid.</p>
<div class="mb-8">
<label class="block mb-2">Enter text to generate a grid:</label>