digipres / digipres-practice-index

An experiment in gathering together sources of information about digital preservation practices
GNU Affero General Public License v3.0
2 stars 0 forks source link

Create a static website that makes all the iPRES conference metadata findable #4

Closed anjackson closed 3 months ago

anjackson commented 4 months ago

Use the conference and publication data to create a simple static site that makes it easier to find iPRES things.

Ideas:

c.f.

anjackson commented 3 months ago

Spent a bit too much time looking at a Hugo version based on the Hextra theme, which is nice, but needs a bit more customisation to get to the point of being a decent proof of concept. I'm leaving that on the hugo branch and will focus on just using Just The Docs and Jekyll for now.

For future reference:

anjackson commented 3 months ago

Added 2004 pages and added Zotero-recommended metadata, e.g. http://www.digipres.org/publications/ipres/ipres-2004/papers/File%20Format%20Features%20and%20Significant%20Properties.html can import cleanly into Zotero.

anjackson commented 3 months ago

(Those filenames need slugifying)

anjackson commented 3 months ago

Okay, generator code heavily revised to fix up some data issues and generate the Markdown pages: 6f2b9445b57fdc1cffa671d9474682d6d8610370

anjackson commented 3 months ago

This is now pretty decent, or at least good enough for feedback. Zotero integration seems to work, the information is exposed well enough and links are all pushing back to the source repos. The abstract has also been added to the page search data so that part works too. Other fields (like author, keyword, institution, etc.) not yet added to searchable index.

https://www.digipres.org/publications

anjackson commented 3 months ago

Okay, those fields added now. I think that's good enough.