Skip to content

Commit 65a7863

Browse files
committed
add a few more projects
1 parent b4fb285 commit 65a7863

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

content/_models/lowtech.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Low-tech Magazine
3+
type: Models Of
4+
contributor: "@evanwill"
5+
updated: 2023-10-09
6+
project_link: https://solar.lowtechmagazine.com/
7+
project_repository: https://github.com/lowtechmag
8+
project_genre: Digital Publishing
9+
description: "A self-hosted, solar-powered static website magazine."
10+
project_creators: "Kris De Decker; Roel Roscam Abbing; Marie Otsuka"
11+
image: https://solar.lowtechmagazine.com/about/the-solar-website/images/dithers/serverandbattery003_dithered.png
12+
image_alt: a web server connected by wires to a battery and solar panel inverter
13+
---
14+
15+
Description from the [about page](https://solar.lowtechmagazine.com/about/what-is-low-tech-magazine/): "Low-tech Magazine underscores the potential of past and often forgotten technologies and how they can inform sustainable energy practices."
16+
17+
Low-tech Magazine's website was redesigned in 2018 to run on a self-hosted, solar-powered server.
18+
Using the very limited energy supply required thoughtful design of the site assets, including a static web approach (first using [Pelican static site generator](https://getpelican.com/), now migrating to Hugo).
19+
Depending on weather and usage, the solar site can go offline if it runs out of power, highlighting the often overlooked energy consumption of websites.
20+
See [About the Solar Powered Website](https://solar.lowtechmagazine.com/about/the-solar-website/) for more details and ideas.
21+
22+
Also see the earlier articles explaining the process of design:
23+
24+
- [Solar Web Design](https://github.com/lowtechmag/solar/wiki/Solar-Web-Design)
25+
- [How to Build a Low-tech Website?](https://solar.lowtechmagazine.com/2018/09/how-to-build-a-low-tech-website/)
26+
- [How to build a Low-Tech website: Software & Hardware](https://homebrewserver.club/low-tech-website-howto.html)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Static Web Publishing for Digital Scholarship
3+
type: Models Of
4+
contributor: "@evanwill"
5+
updated: 2023-10-09
6+
project_link: https://chrisdaaz.github.io/static-web-scholcomm/
7+
project_repository: https://github.com/chrisdaaz/static-web-scholcomm/
8+
project_genre: Digital Publishing; OER; OA
9+
description: "An OER website for learning about static site generators for academic library projects."
10+
project_creators: "@chrisdaaz"
11+
---
12+
13+
Build with Hugo and the Geekdocs theme, this OER provides lesson plan, bibliography, and learning resources to understand static web approaches for academic librarians.
14+
15+
From the home page:
16+
17+
"Websites for scholarly publications and digital scholarship are expected to be stable for long-term access, citation, and archiving. Static websites provide a durable and low-cost solution for making and distributing scholarly works.
18+
19+
In library and academic contexts, static websites have been used for conference websites, digitization projects, archival metadata, academic journals, edited monographs, and open textbooks.
20+
21+
These resources introduce this powerful technology for scholarly communications librarianship."

content/_models/topomaps.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Historical Topographic Map Digitization Project"
3+
type: Models Of
4+
contributor: "@evanwill"
5+
updated: 2023-10-09
6+
project_link: https://ocul.on.ca/topomaps/
7+
project_repository: https://github.com/scholarsportal/historical-topos
8+
project_genre: Digital Collection; OA
9+
description: "A province-wide collaboration to inventory, digitize, georeference, and provide broad access to early topographic maps of Ontario"
10+
project_creators: Ontario Council of University Libraries
11+
image: https://ocul.on.ca/topomaps/img/highlights/030M11_1909.jpg
12+
image_alt: historic map showing Toronto Harbour with early development
13+
---
14+
15+
The Historical Topographic Map Digitization Project was a large collaborative project to provide open access to a collection of digitized historic maps of Ontario.
16+
The website was built using Hugo static generator.
17+
It used ImageMagick to generate map image derivatives and gdal2tiles to generate tile web map files for static access (see [processing scripts](https://github.com/jasonbrodeur/OCUL_HTDP)).

0 commit comments

Comments
 (0)