summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2024-09-20 16:39:05 +0100
committerbreadcat2024-09-20 16:39:05 +0100
commit0d9a75a90087ef0c7a7d82c18971ca95d064f397 (patch)
tree9c137256da2688ec354db9d5e5b9657519f33444
parentc69c7fed461d268346ec4eba6157977382d93661 (diff)
downloadblog.minskio.co.uk-0d9a75a90087ef0c7a7d82c18971ca95d064f397.tar.gz
blog.minskio.co.uk-0d9a75a90087ef0c7a7d82c18971ca95d064f397.tar.bz2
blog.minskio.co.uk-0d9a75a90087ef0c7a7d82c18971ca95d064f397.zip
Update reading lists
Add javascript count to current year
-rw-r--r--content/posts/sf-masterworks-progress.md8
-rw-r--r--content/reading-list.md53
2 files changed, 43 insertions, 18 deletions
diff --git a/content/posts/sf-masterworks-progress.md b/content/posts/sf-masterworks-progress.md
index 523bf15..6f9d0f8 100644
--- a/content/posts/sf-masterworks-progress.md
+++ b/content/posts/sf-masterworks-progress.md
@@ -1,7 +1,7 @@
---
title: "SF Masterworks progress"
date: 2024-01-15T17:02:00
-lastmod: 2024-04-26T09:26:00
+lastmod: 2024-09-20T13:02:00
tags: ["Books", "Lists"]
---
@@ -17,7 +17,7 @@ Now the quality varies massively from - *well loved* ex-library copies to pristi
So, on to lists. We all love a good list, right?
-<h2>Completed <span>63/73</span></h2>
+<h2>Completed <span>64/73</span></h2>
* 1 - The Forever War - Joe Haldeman
* 2 - I Am Legend - Richard Matheson
@@ -77,13 +77,14 @@ So, on to lists. We all love a good list, right?
* 62 - Mission of Gravity - Hal Clement
* 64 - Tau Zero - Poul Anderson
* 65 - Rendezvous with Rama - Arthur C. Clarke
+* 67 - Where Late the Sweet Birds Sang - Kate Wilhelm
* 68 - Roadside Picnic - Arkady and Boris Strugatsky
* 70 - Mockingbird - Walter Tevis
* 71 - Dune - Frank Herbert
* 72 - The Moon Is a Harsh Mistress - Robert A. Heinlein
* 73 - The Man in the High Castle - Philip K. Dick
-<h2>Incomplete <span>10/73</span></h2>
+<h2>Incomplete <span>9/73</span></h2>
* 3 - Cities in Flight - James Blish
* 19 - Emphyrio - Jack Vance
@@ -93,5 +94,4 @@ So, on to lists. We all love a good list, right?
* 53 - The Dancers at the End of Time - Michael Moorcock
* 61 - The Child Garden - Geoff Ryman
* 66 - Life During Wartime - Lucius Shepard
-* 67 - Where Late the Sweet Birds Sang - Kate Wilhelm
* 69 - Dark Benediction - Walter M. Miller Jr.
diff --git a/content/reading-list.md b/content/reading-list.md
index 5cc2c7e..31d7971 100644
--- a/content/reading-list.md
+++ b/content/reading-list.md
@@ -1,20 +1,21 @@
---
title: Reading List
layout: single
-lastmod: 2024-04-26T09:34:00
+lastmod: 2024-09-20T13:00:00
---
I generally strive for a book per week, but this is by no means a steadfast goal. For a list of series and their status, check [the bottom of this page](#book-series).
<details><summary>Works in Progress</summary>
<ul>
-<li>VC Andrews - Garden of Shadows</li>
+<li>Stephen R Donaldson - The Real Story</li>
</ul>
</details>
+
To keep the page somewhat manageable, I've collapsed the lists by years:
-<details><summary>2024 <span>15</span></summary>
-<ul>
+
+<div id="2024-container"><ul id="2024-list">
<li>Guillermo del Toro &amp; Chuck Hogan - The Night Eternal</li>
<li>AT Greenblatt - Waystation City</li>
<li>Norman Boutin - Empress Theresa</li>
@@ -31,8 +32,31 @@ To keep the page somewhat manageable, I've collapsed the lists by years:
<li>Anna Zumbro - The Hidden Forests of Earth and Mars</li>
<li>Arthur C Clarke - A Fall of Moondust</li>
<li>Larry Niven - Ringworld</li>
-</ul>
-</details>
+<li>VC Andrews - Garden of Shadows</li>
+<li>Ray Bradbury - The Toynbee Convector</li>
+<li>Lyndsie Manusos - She Builds Quick Machines</li>
+<li>Isaac Asimov - Foundations Edge</li>
+<li>CS Lewis - Out of the Silent Planet</li>
+<li>Ray Bradbury - The Toynbee Convector</li>
+<li>Rebecca Makkai - The November Story</li>
+<li>AnaMaria Curtis - The Coffin Maker</li>
+<li>Tara Isabella Burton - The Destroyer</li>
+<li>Rodrigo Culagovski - Quarropts Can't Dance</li>
+<li>Raccoona Sheldon - The Screwfly Solution</li>
+<li>Kim Stanley Robinson - 2312</li>
+<li>Chris van Tulleken - Ultra-Processed People</li>
+<li>Emily St. John Mandel - Station Eleven</li>
+<li>Kim Stanley Robinson - Antarctica</li>
+<li>Brian Aldiss - Hothouse</li>
+<li>Yahtzee Croshaw - Will Leave the Galaxy for Good</li>
+<li>Jason Pargin - If This Book Exists, You're in the Wrong Universe</li>
+<li>Jason Pargin - Zoey Is Too Drunk for This Dystopia</li>
+<li>Sylvie Althoff - Endymion</li>
+<li>Kate Wilhelm - Where Late the Sweet Birds Sang</li>
+<li>DA Xiaolin Spires - Vault</li>
+<li>Kim Stanley Robinson - Red Moon</li>
+<li>Marissa Lingen - Some of Them Closer</li>
+</ul></div><script>var ulElement=document.getElementById("2024-list"),liElements=ulElement.getElementsByTagName("li"),count=liElements.length,detailsElement=document.createElement("details"),summaryElement=document.createElement("summary");summaryElement.textContent="2024 ("+count+")",detailsElement.appendChild(summaryElement),detailsElement.appendChild(ulElement);var listContainer=document.getElementById("2024-container");listContainer.appendChild(detailsElement);</script>
<details><summary>2023 <span>51</span></summary>
<ul>
@@ -562,29 +586,29 @@ To keep the page somewhat manageable, I've collapsed the lists by years:
# Book Series
-<details><summary>Work in Progress <span>11</span></summary>
+<details><summary>Work in Progress</summary>
<ul>
<li>Douglas Adams - The Hitchhiker's Guide to the Galaxy - 1/6</li>
<li>Frederik Pohl - Heechee - 5/6</li>
<li>Iain M Banks - The Culture - 4/10</li>
-<li>Isaac Asimov - Foundation - 3/7</li>
+<li>Isaac Asimov - Foundation - 4/7</li>
<li>Jim Butcher - The Dresden Files - 1/17</li>
<li>Monica Hughes - Arc One - 1/2</li>
<li>Neal Shusterman - The Unwind dystology - 1/6</li>
<li>Orson Scott Card - Ender saga - 2/6</li>
+<li>Stephen R Donaldson - The Gap Cycle - 0/5</li>
<li>Suzanne Collins - The Hunger Games - 3/4</li>
-<li>VC Andrews - Dollanganger series - 4/5</li>
-<li><a href="/sf-masterworks-progress/">Various - SF Masterworks</a> - 63/73</li>
+<li><a href="/sf-masterworks-progress/">Various - SF Masterworks</a> - 64/73</li>
</ul>
</details>
-<details><summary>Completed <span>33</span></summary>
+<details><summary>Completed</summary>
<ul>
<li>Anthony Horowitz - The Power of Five - 5/5</li>
<li>Barry J Hutchison - Dan Deadman - 3/3</li>
<li>Blake Crouch - The Wayward Pines trilogy - 3/3</li>
-<li>David Wong - John and Dave series - 3/3</li>
-<li>David Wong - Zoey Ashe series - 2/2</li>
+<li>David Wong - John and Dave series - 4/4</li>
+<li>David Wong - Zoey Ashe series - 3/3</li>
<li>Dennis E Taylor - Bobiverse Series - 4/4</li>
<li>Ernest Cline - Ready Player One series - 2/2</li>
<li>Grant Naylor - Red Dwarf - 4/4</li>
@@ -612,11 +636,12 @@ To keep the page somewhat manageable, I've collapsed the lists by years:
<li>Tade Thompson - The Wormwood Trilogy - 3/3</li>
<li>Terry Pratchett - Discworld - 41/41</li>
<li>V E Schwab - Villains - 2/2</li>
+<li>VC Andrews - Dollanganger series - 5/5</li>
<li>Yahtzee Croshaw - The DEDA Files - 2/2</li>
</ul>
</details>
-<details><summary>Abandoned <span>2</span></summary>
+<details><summary>Abandoned</summary>
<ul>
<li>Ann Leckie - Imperial Radch trilogy - 1/3</li>
<li>John Twelve Hawks - The Fourth Realm Trilogy - 1/3</li>