@@ -27,81 +27,38 @@ and the ghost of 3Jane---around a device that can hold the entirety of
2727cyberspace, and maybe a human soul.
2828
2929{% capture this_book %}{% book_link page.title %}{% endcapture %}
30- {% capture the_author %}{% author_link page.book_authors link=false %}{% endcapture %}
31- {% capture the_authors %}{% author_link page.book_authors link=false possessive %}{% endcapture %}
3230{% capture author_last_name_text %}{{ page.book_authors | split: " " | last }}{% endcapture %}
3331{% capture the_authors_lastname %}{% author_link page.book_authors link=false link_text=author_last_name_text %}{% endcapture %}
34- {% capture the_authors_lastname_possessive %}{% author_link page.book_authors link=false link_text=author_last_name_text possessive %}{% endcapture %}
35- {% capture the_author_link %}{% author_link page.book_authors %}{% endcapture %}
36- {% capture the_authors_link %}{% author_link page.book_authors possessive %}{% endcapture %}
37- {% capture the_authors_lastname_link %}{% author_link page.book_authors link_text=author_last_name_text %}{% endcapture %}
38- {% capture the_authors_lastname_possessive_link %}{% author_link page.book_authors link_text=author_last_name_text possessive %}{% endcapture %}
3932
4033{% capture this_series %}{% series_text page.series %}{% endcapture %}
41- {% capture this_series_cap %}The {% series_link page.series %}{% endcapture %}
4234{% capture series %}{% series_link page.series %}{% endcapture %}
4335
4436{% capture neuromancer %}{% book_link "Neuromancer" %}{% endcapture %}
4537{% capture count_zero %}{% book_link "Count Zero" %}{% endcapture %}
4638{% capture burning_chrome_collection %}{% book_link "Burning Chrome" %}{% endcapture %}
4739{% capture johnny_mnemonic %}{% short_story_link "Johnny Mnemonic" %}{% endcapture %}
48- {% capture new_rose_hotel %}{% short_story_link "New Rose Hotel" %}{% endcapture %}
49- {% capture burning_chrome_story %}{% short_story_link "Burning Chrome" %}{% endcapture %}
5040
51- {% capture simmons %}{% author_link "Dan Simmons" %}{% endcapture %}
52- {% capture simmonss %}{% author_link "Dan Simmons" possessive %}{% endcapture %}
53- {% capture simmons_lastname %}{% author_link "Dan Simmons" link_text="Simmons" %}{% endcapture %}
5441{% capture simmonss_lastname %}{% author_link "Dan Simmons" link_text="Simmons" possessive %}{% endcapture %}
55- {% capture hyperion_cantos %}{% series_link "Hyperion Cantos" %}{% endcapture %}
5642{% capture hyperion %}{% book_link "Hyperion" %}{% endcapture %}
57- {% capture the_fall_of_hyperion %}{% book_link "The Fall of Hyperion" %}{% endcapture %}
5843
59- {% capture rajaniemi %}{% author_link "Hannu Rajaniemi" %}{% endcapture %}
60- {% capture rajaniemis %}{% author_link "Hannu Rajaniemi" possessive %}{% endcapture %}
61- {% capture rajaniemi_lastname %}{% author_link "Hannu Rajaniemi" link_text="Rajaniemi" %}{% endcapture %}
6244{% capture rajaniemis_lastname %}{% author_link "Hannu Rajaniemi" link_text="Rajaniemi" possessive %}{% endcapture %}
63- {% capture the_quantum_thief %}{% book_link "The Quantum Thief" %}{% endcapture %}
6445{% capture jean_le_flambeur %}{% series_link "Jean le Flambeur" %}{% endcapture %}
6546
66- {% capture keatss %}{% author_link "John Keats" possessive %}{% endcapture %}
67- {% capture keats_lastname %}{% author_link "Keats" %}{% endcapture %}
68- {% capture keatss_lastname %}{% author_link "Keats" possessive %}{% endcapture %}
69- {% capture poem %}{% book_link "The Fall of Hyperion: A Dream" %}{% endcapture %}
70- {% capture hyperion_keats %}{% book_link "Hyperion" author="John Keats" %}{% endcapture %}
71-
72- {% capture borges %}{% author_link "Jorge Luis Borges" %}{% endcapture %}
73- {% capture borgess %}{% author_link "Jorge Luis Borges" possessive %}{% endcapture %}
74- {% capture borges_lastname %}{% author_link "Jorge Luis Borges" link_text="Borges" %}{% endcapture %}
7547{% capture borgess_lastname %}{% author_link "Jorge Luis Borges" link_text="Borges" possessive %}{% endcapture %}
7648{% capture the_aleph %}{% short_story_link "The Aleph" %}{% endcapture %}
7749
78- {% capture stephenson %}{% author_link "Neal Stephenson" %}{% endcapture %}
79- {% capture stephensons %}{% author_link "Neal Stephenson" possessive %}{% endcapture %}
80- {% capture stephenson_lastname %}{% author_link "Neal Stephenson" link_text="Stephenson" %}{% endcapture %}
8150{% capture stephensons_lastname %}{% author_link "Neal Stephenson" link_text="Stephenson" possessive %}{% endcapture %}
8251{% capture snow_crash %}{% book_link "Snow Crash" %}{% endcapture %}
8352
84- {% capture cline %}{% author_link "Ernest Cline" %}{% endcapture %}
85- {% capture clines %}{% author_link "Ernest Cline" possessive %}{% endcapture %}
86- {% capture cline_lastname %}{% author_link "Ernest Cline" link_text="Cline" %}{% endcapture %}
8753{% capture clines_lastname %}{% author_link "Ernest Cline" link_text="Cline" possessive %}{% endcapture %}
8854{% capture ready_player_one %}{% book_link "Ready Player One" %}{% endcapture %}
8955
90- {% capture watts %}{% author_link "Peter Watts" %}{% endcapture %}
91- {% capture wattss %}{% author_link "Peter Watts" possessive %}{% endcapture %}
92- {% capture watts_lastname %}{% author_link "Peter Watts" link_text="Watts" %}{% endcapture %}
9356{% capture wattss_lastname %}{% author_link "Peter Watts" link_text="Watts" possessive %}{% endcapture %}
9457{% capture blindsight %}{% book_link "Blindsight" %}{% endcapture %}
9558
96- {% capture stross %}{% author_link "Charles Stross" %}{% endcapture %}
97- {% capture strosss %}{% author_link "Charles Stross" possessive %}{% endcapture %}
98- {% capture stross_lastname %}{% author_link "Charles Stross" link_text="Stross" %}{% endcapture %}
9959{% capture strosss_lastname %}{% author_link "Charles Stross" link_text="Stross" possessive %}{% endcapture %}
10060{% capture accelerando %}{% book_link "Accelerando" %}{% endcapture %}
10161
102- {% capture an_alex %}{% author_link "A. N. Alex" %}{% endcapture %}
103- {% capture an_alexs %}{% author_link "A. N. Alex" possessive %}{% endcapture %}
104- {% capture an_alex_lastname %}{% author_link "A. N. Alex" link_text="Alex" %}{% endcapture %}
10562{% capture an_alexs_lastname %}{% author_link "A. N. Alex" link_text="Alex" possessive %}{% endcapture %}
10663{% capture a_mote_in_shadow %}{% book_link "A Mote in Shadow" %}{% endcapture %}
10764
@@ -110,27 +67,17 @@ cyberspace, and maybe a human soul.
11067{% capture the_matrix %}{% movie_title "The Matrix" %}{% endcapture %}
11168
11269{% capture colossus %}{% movie_title "Colossus: The Forbin Project" %}{% endcapture %}
113- {% capture jones %}{% author_link "D. F. Jones" %}{% endcapture %}
114- {% capture joness %}{% author_link "D. F. Jones" possessive %}{% endcapture %}
115- {% capture jones_lastname %}{% author_link "D. F. Jones" link_text="Jones" %}{% endcapture %}
11670{% capture joness_lastname %}{% author_link "D. F. Jones" link_text="Jones" possessive %}{% endcapture %}
11771{% capture colossus_book %}{% book_link "Colossus" %}{% endcapture %}
11872
119- {% capture taylor %}{% author_link "Dennis E. Taylor" %}{% endcapture %}
120- {% capture taylors %}{% author_link "Dennis E. Taylor" possessive %}{% endcapture %}
121- {% capture taylor_lastname %}{% author_link "Dennis E. Taylor" link_text="Taylor" %}{% endcapture %}
12273{% capture taylors_lastname %}{% author_link "Dennis E. Taylor" link_text="Taylor" possessive %}{% endcapture %}
12374{% capture bobiverse %}{% series_link "Bobiverse" %}{% endcapture %}
12475
12576{% capture qntm %}{% author_link "qntm" %}{% endcapture %}
126- {% capture qntms %}{% author_link "qntm" possessive %}{% endcapture %}
12777{% capture lena %}{% short_story_link "Lena" %}{% endcapture %}
12878{% capture driver %}{% short_story_link "Driver" %}{% endcapture %}
12979
130- {% capture banks %}{% author_link "Iain M. Banks" %}{% endcapture %}
131- {% capture bankss %}{% author_link "Iain M. Banks" possessive %}{% endcapture %}
13280{% capture banks_lastname %}{% author_link "Iain M. Banks" link_text="Banks" %}{% endcapture %}
133- {% capture bankss_lastname %}{% author_link "Iain M. Banks" link_text="Banks" possessive %}{% endcapture %}
13481{% capture surface_detail %}{% book_link "Surface Detail" %}{% endcapture %}
13582{% capture look_to_windward %}{% book_link "Look to Windward" %}{% endcapture %}
13683
0 commit comments