The Stars in Their Courses

The Stars in Their Courses is a collection of seventeen scientific essays by American writer Isaac Asimov. It is the eighth in a series of books collecting his essays from The Magazine of Fantasy & Science Fiction (May 1969 to September 1970). Doubleday & Company first published the collection in 1971.

The Stars in Their Courses
First edition
AuthorIsaac Asimov
CountryUnited States
LanguageEnglish
SeriesEssays from The Magazine of Fantasy & Science Fiction
GenreScience
PublisherDoubleday
Publication date
1971
Media typePrint (Hardback and Paperback)
Preceded byThe Solar System and Back 
Followed byThe Left Hand of the Electron 

Contents

  • Introduction
  • Part A: Astronomy
    • "The Stars in their Courses"
    • "The Lop-sided Sun"
    • "The Lunar Honor-roll"
    • "Worlds in Confusion"
  • Part B: Physics
    • "Two at a Time"
    • "On Throwing a Ball"
    • "The Man Who Massed the Earth"
    • "The Luxon Wall"
    • "Playing the Game"
    • "The Distance of Far"
  • Part C: Chemistry
    • "The Multiplying Elements"
    • "Bridging the Gaps"
    • "The Nobel Prize That Wasn't"
  • Part D: Sociology
    • "The Fateful Lightning"
    • "The Sin of the Scientist"
    • "The Power of Progression"
    • "My Planet, 'tis of Thee—"
gollark: The new version *is* better, even if it involves something like 70 lines more code.
gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```
gollark: Suspicious timing.
gollark: potatOS privacy policy, first 4000 characters.
gollark: He is ALWAYS right.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.