{"id":24796373,"url":"https://github.com/dylan-k/basinski-book-reviews","last_synced_at":"2026-01-04T23:46:11.265Z","repository":{"id":73136480,"uuid":"158405245","full_name":"dylan-k/basinski-book-reviews","owner":"dylan-k","description":"reviews of small press literary publications. 2000-2005.","archived":false,"fork":false,"pushed_at":"2022-05-10T18:46:12.000Z","size":8583,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T00:33:59.496Z","etag":null,"topics":["book-reviews","chapbooks","poetry","rare-books","zines"],"latest_commit_sha":null,"homepage":"https://nocategories.net/basinski-book-reviews/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylan-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-20T14:48:13.000Z","updated_at":"2023-07-18T09:09:17.000Z","dependencies_parsed_at":"2023-03-15T14:16:13.930Z","dependency_job_id":null,"html_url":"https://github.com/dylan-k/basinski-book-reviews","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylan-k%2Fbasinski-book-reviews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylan-k%2Fbasinski-book-reviews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylan-k%2Fbasinski-book-reviews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylan-k%2Fbasinski-book-reviews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylan-k","download_url":"https://codeload.github.com/dylan-k/basinski-book-reviews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245343983,"owners_count":20599867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book-reviews","chapbooks","poetry","rare-books","zines"],"created_at":"2025-01-30T00:33:29.462Z","updated_at":"2026-01-04T23:46:11.226Z","avatar_url":"https://github.com/dylan-k.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Michael Basinski's Book Reviews\n\n[Michael Basinski](https://www.poetryfoundation.org/poets/michael-basinski) contributed nearly 300 reviews of poetry publications to a webzine called \u003ccite\u003e[The Hold](https://web.archive.org/web/20090301055656/http://the-hold.com:80/index1.html)\u003c/cite\u003e, from 2000-2005. He was the Associate Curator of [The Poetry/Rare Books Collection SUNY at Buffalo](https://library.buffalo.edu/pl/about/).\n\nThe reviews describe the works of poets and publishers at a time right before the web became ubiquitous, providing a useful archive and an enjoyable read.\n\nCopyright (c) 2005 Michael Basinski. Reproduced here and released under MIT License with permission of the author.\n\nUsage\n-----\n\nThe `index.md` should be a perfectly workable way to read through the book reviews, using any text editor or markdown viewer.\n\nYou can build an html version, to include a table of contents using [Jekyll](https://jekyllrb.com/) and the command `jekyll serve`. Results will look something like the page at https://nocategories.net/basinski-book-reviews/\n\nYou can build an EPUB version using\n```bash\npandoc -o michael-basinski-book-reviews.epub index.md  --epub-cover-image=basinski-reviews-cover.png --toc\n```\nto get something like https://nocategories.net/assets/epub/michael-basinski-book-reviews.epub\n\n## TODO\n\n- [x] one file per review\n- [ ] yaml data for title, author, desc\n- [ ] yaml data for isbn, issn\n- [ ] yaml data for publisher\n- [ ] eventually.. contribute book records to openlibrary.org\n\nPotential Upgrades\n----------------------\n\nAny other ideas from the community? \n\nMost links' URLs are outdated, so they've all been repointed to archived versions, but in some cases there may be newer links to information about the books, on google books perhaps, or worldcat, etc.\n\nNormalize the title of each review. Probably best to use simply \"{book} by {author}\" since that's already most common.\n\nStructuring the book data into YAML or JSON would allow for embedded metadata, to provide better search visibility for the books. A template:\n\n```json\n{\n  \"@context\": \"https://schema.org/\",\n  \"@type\": \"CriticReview\",\n  \"datePublished\": \"2000-01\",\n  \"reviewBody\": \"text of review\",\n  \"description\": \"use the cite info from yaml\",\n  \"publisher\": \"The Hold\",\n  \"url\": \"#\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Michael Basinski\",\n    \"SameAs\": [\n      \"https://en.wikipedia.org/wiki/Michael_Basinski\",\n      \"https://www.poetryfoundation.org/poets/michael-basinski\",\n      \"http://www.ubu.com/contemp/basinski/index.html\",\n      \"https://jacket2.org/content/michael-basinski\"\n    ]\n  },\n  \"itemReviewed\": {\n    \"@type\": \"Book\",\n    \"isbn\": \"00000000\",\n    \"name\": \"title of book\",\n    \"author\": { \n      \"@type\": \"Person\",\n      \"name\": \"book author\",\n      \"sameAs\": \"#\"\n    },\n    \"numberOfPages\": \"99\",\n    \"datePublished\": \"2000\",\n    \"publisher\": {\n      \"@type\": \"Organization\",\n      \"name\": \"publisher name\",\n      \"address\": \"publisher address\",\n      \"url\": \"http://www.example.com/\",\n      \"email\": \"test@example.com\"\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylan-k%2Fbasinski-book-reviews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylan-k%2Fbasinski-book-reviews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylan-k%2Fbasinski-book-reviews/lists"}