forked from h0bb3/1dv600-lab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbooks.xml
84 lines (83 loc) · 6.81 KB
/
books.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0"?>
<catalog>
<book id="1">
<author>Isaac Asimov</author>
<title>Foundation</title>
<genre>Science Ficition</genre>
<price>164</price>
<publish_date>1951-08-21</publish_date>
<description>Foundation is the first novel in Isaac Asimovs Foundation Trilogy (later expanded into The Foundation Series). Foundation is a cycle of five interrelated short stories, first published as a single book by Gnome Press in 1951. Collectively they tell the story of the Foundation, an institute to preserve the best of galactic civilization after the collapse of the Galactic Empire.</description>
</book>
<book id="2">
<author>Isaac Asimov</author>
<title>Foundation and Empire</title>
<genre>Science Ficition</genre>
<price>79</price>
<publish_date>1952-10-12</publish_date>
<description>Foundation and Empire is a novel written by Isaac Asimov that was published by Gnome Press in 1952. It is the second book published in the Foundation Series, and the fourth in the in-universe chronology. It takes place in two halves, originally published as separate novellas. The second part, The Mule, won a Hugo Award.</description>
</book>
<book id="3">
<author>Isaac Asimov</author>
<title>Second Foundation</title>
<genre>Science Fiction</genre>
<price>79</price>
<publish_date>1953-05-10</publish_date>
<description>Second Foundation consists of two previously published novellas originally published in appearing in Astounding Magazine (with different titles) between 1948 and 1950, making this the third volume in Asimovs Foundation series. Decades later, Asimov wrote two further sequel novels and two prequels. Later writers have added authorized tales to the series. The Foundation series is often regarded as one of Isaac Asimovs best works, along with his Robot series.</description>
</book>
<book id="4">
<author>Gamma, Erich; Helm, Richard; Johnson, Ralph; Vlissides, John</author>
<title>Design Patterns: Elements of Reusable Object-Oriented Software</title>
<genre>Computer Science</genre>
<price>350</price>
<publish_date>1994-10-21</publish_date>
<description>Design Patterns: Elements of Reusable Object-Oriented Software is a software engineering book describing recurring solutions to common problems in software design. The books authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch. The book is divided into two parts, with the first two chapters exploring the capabilities and pitfalls of object-oriented programming, and the remaining chapters describing 23 classic software design patterns. The book includes examples in C++ and Smalltalk.</description>
</book>
<book id="5">
<author>Alice in Wonderland</author>
<title>Lewis Carroll</title>
<genre>Literary nonsense</genre>
<price>99</price>
<publish_date>1865-11-26</publish_date>
<description>Alice in Wonderland tells of a girl named Alice falling through a rabbit hole into a fantasy world populated by peculiar, anthropomorphic creatures. The tale plays with logic, giving the story lasting popularity with adults as well as with children. It is considered to be one of the best examples of the literary nonsense genre. Its narrative course and structure, characters and imagery have been enormously influential in both popular culture and literature, especially in the fantasy genre.</description>
</book>
<book id="6">
<author>Astrid Lindgren</author>
<title>Ronia the Robbers Daughter</title>
<genre>Fantasy</genre>
<price>79</price>
<publish_date>1981-04-23</publish_date>
<description>Ronia is a girl growing up among a clan of robbers living in a castle in the woodlands of early-Medieval Scandinavia. As the only child of Matt, the chief, she is expected to become the leader of the clan someday. Their castle, Matts Fort, is split in two parts by a lightning bolt on the day of Ronias birth. Ronia grows up with Matts clan of robbers as her only company, until a rival robber group led by Borka moves into the other half of the castle, exacerbating the longstanding rivalry between the two bands.</description>
</book>
<book id="7">
<author>Dan Brown</author>
<title>The Da Vinci Code</title>
<genre>Mystery</genre>
<price>139</price>
<publish_date>2003-04-02</publish_date>
<description>The Da Vinci Code is a 2003 mystery-detective novel by Dan Brown. It follows symbologist Robert Langdon and cryptologist Sophie Neveu after a murder in the Louvre Museum in Paris, when they become involved in a battle between the Priory of Sion and Opus Dei over the possibility of Jesus Christ having been married to Mary Magdalene. The title of the novel refers, among other things, to the finding of the first murder victim in the Grand Gallery of the Louvre, naked and posed like Leonardo da Vincis famous drawing, the Vitruvian Man, with a cryptic message written beside his body and a pentagram drawn on his chest in his own blood.</description>
</book>
<book id="8">
<author>Margaret Mitchell</author>
<title>Gone with the Wind</title>
<genre>Romance</genre>
<price>93</price>
<publish_date>1936-06-10</publish_date>
<description>Gone with the Wind is a novel written by Margaret Mitchell, first published in 1936. The story is set in Clayton County, Georgia, and Atlanta during the American Civil War and Reconstruction era. It depicts the struggles of young Scarlett OHara, the spoiled daughter of a well-to-do plantation owner, who must use every means at her disposal to claw her way out of the poverty she finds herself in after Shermans March to the Sea. A historical novel, the story is a Bildungsroman or coming-of-age story, with the title taken from a poem written by Ernest Dowson.</description>
</book>
<book id="9">
<author>Napoleon Hill</author>
<title>Think and Grow Rich</title>
<genre>Personal Development</genre>
<price>124</price>
<publish_date>1937-11-12</publish_date>
<description></description>
</book>
<book id="10">
<author>Stephen Hawking</author>
<title>A Brief History of Time</title>
<genre>Science</genre>
<price>199</price>
<publish_date>1988-09-01</publish_date>
<description>Hawking attempts to explain a range of subjects in cosmology, including the big bang, black holes and light cones, to the nonspecialist reader. His main goal is to give an overview of the subject, but he also attempts to explain some complex mathematics. In the 1996 edition of the book and subsequent editions, Hawking discusses the possibility of time travel and wormholes and explores the possibility of having a universe without a quantum singularity at the beginning of time.</description>
</book>
</catalog>