this string has no description
0
bookRequests.pkl
1amends "BookshelfTemplate.pkl"
2
3bookshelf {
4 new {
5 isbn = "9781797213989"
6 title = "Odyssey"
7 author = "Stephen Fry"
8 publisher = "Chronicle Books"
9 published = 2025
10 series = "The Greek Myths Reimagined"
11 seriesNumber = 4
12 format = "Hardcover"
13 pages = 288
14 }
15 new {
16 isbn = "9781797207070"
17 title = "Troy"
18 author = "Stephen Fry"
19 publisher = "Chronicle Books"
20 published = 2021
21 series = "The Greek Myths Reimagined"
22 seriesNumber = 3
23 format = "Hardcover"
24 pages = 288
25 }
26 new {
27 isbn = "9781797201863"
28 title = "Heros"
29 author = "Stephen Fry"
30 publisher = "Chronicle Books"
31 published = 2020
32 series = "The Greek Myths Reimagined"
33 seriesNumber = 2
34 format = "Hardcover"
35 pages = 368
36 }
37 new {
38 isbn = "9780374612467"
39 title = "This Is for Everyone"
40 subTitle = "The Unfinished Story of the World Wide Web"
41 author = "Tim Berners-Lee"
42 publisher = "Macmillan"
43 imprint = "Farrar Straus and Giroux"
44 published = 2025
45 format = "Hardcover"
46 pages = 400
47 genre = "Bios & Memoirs"
48 }
49 new {
50 isbn = "9780593485019"
51 title = "One of Us Is Back"
52 author = "Karen M. McManus"
53 publisher = "Penguin Random House"
54 imprint = "Delacorte Press"
55 published = 2023
56 series = "One of Us Is Lying"
57 seriesNumber = 3
58 pages = 368
59 format = "Hardcover"
60 }
61 new {
62 isbn = "9780593723821"
63 title = "A Drop of Corruption"
64 subTitle = "An Ana and Din Mystery"
65 author = "Robert Jackson Bennett"
66 publisher = "Penguin Random House"
67 imprint = "Del Rey"
68 published = 2025
69 series = "Shadow of the Leviathan"
70 seriesNumber = 2
71 pages = 480
72 format = "Hardcover"
73 }
74 new {
75 isbn = "9780553805444"
76 title = "The World of Ice & Fire"
77 author = " George R. R. Martin"
78 publisher = "Random House Worlds"
79 published = 2014
80 series = "A Song of Ice and Fire"
81 format = "Hardcover"
82 pages = 336
83 }
84 new {
85 isbn = "9781982181314"
86 title = "The Greatest Sentence Ever Written"
87 author = "Walter Isaacson"
88 publisher = "Simon & Schuster"
89 published = 2025
90 format = "Hardcover"
91 pages = 80
92 }
93 new {
94 isbn = "9781250885777"
95 title = "The Fourth Consort"
96 author = "Edward Ashton"
97 publisher = "Macmillan Publishers"
98 imprint = "St. Martin's Press"
99 published = 2025
100 format = "Hardcover"
101 pages = 288
102 genre = "Science Fiction"
103 }
104 new {
105 isbn = "9781250275059"
106 title = "Antimatter Blues"
107 subTitle "A Mickey7 Novel"
108 author = "Edward Ashton"
109 publisher = "Macmillan Publishers"
110 imprint = "St. Martin's Press"
111 published = 2023
112 format = "Hardcover"
113 pages = 304
114 genre = "Science Fiction"
115 }
116 new {
117 isbn = "9781250286314"
118 title = "Mal Goes to War"
119 author = "Edward Ashton"
120 publisher = "Macmillan Publishers"
121 imprint = "St. Martin's Press"
122 published = 2024
123 format = "Hardcover"
124 pages = 304
125 genre = "Science Fiction"
126 }
127}