Bantam Books

Multi tool use
Nota: Se procura outros significados do nome, veja Bantam.
Bantam Books é uma editora estadunidense fundada em 1945 por Walter Pitkin Jr., Sidney B. Kramer, e o casal Ian e Betty Ballantine. Desde então foi vendida algumas vezes para outras companhias, como a National General, e atualmente pertence à Random House
A Bantam foi a responsável pela edição original da série infantil "Choose Your Own Adventure", bem como os romances originais (destinado a adultos) baseados na franquia Star Trek, que resultaram em uma dúzia de livros entre 1970 e 1982, quando a licença foi adquirida pela Pocket Books. Também publicou a romantização dos roteiros de Star Trek: The Original Series e, em 1987 publicou em Londres a romantização de Ferris Bueller's Day Off, escrita por Todd Strasser.[1]
É a editora nos Estados Unidos da América da versão de bolso do Guinness Book of Records. Na Bantam Classics Series disponibiliza uma vasta gama de obras clássicas, como A Riqueza das Nações, de Adam Smith, Candide de Voltaire ou A Volta ao Mundo em 80 Dias, de Júlio Verne, numa gama variada de autores e temas. Sua divisão de ficção científica, fantasia e horror, intitulada Bantam Spectra, publica as obras de diversos escritores reconhecidos, como George R. R. Martin e Neal Stephenson.[2]
Autores |
A Bantam publica diversos autores, dentre os quais:
- Tracy Hickman
- Margaret Weis
- J.D. Salinger
- Maya Angelou
- Isaac Asimov
- Jean Auel
- Louis L'Amour
- Ray Bradbury
- Alan Campbell
- Agatha Christie
- William T. Cox
- S. S. Van Dine
- James Dobson
- Stephen R. Donaldson
- Frederick Forsyth
- Lisa Gardner
- David Gemmell
- Elizabeth George
- William Gibson
- John Glenn
|
- Daniel Goleman
- Graham Greene
- John Grisham
- Laurell K. Hamilton
- Thomas Harris
- Stephen Hawking
- Mo Hayder
- Hermann Hesse
- Tami Hoag
- Robin Hobb
- Kay Hooper
- Iris Johansen
- Shmuel Katz
- Dean Koontz
- Emilie Loring
- Lois Lowry
- Robert Ludlum
- William March
- George R. R. Martin
- Malachi Martin
|
- Anne McCaffrey
- Farley Mowat
- Joseph Murphy
- Michael Palmer
- Robert M. Pirsig
- Daniel Quinn
- Tom Robbins
- Jane Roberts
- Alice Schroeder
- H. Norman Schwarzkopf
- Jerry Seinfeld
- Adam Smith
- John Steinbeck
- Neal Stephenson
- Bruce Sterling
- Rex Stout
- William Tenn
- Mark Twain
- Elie Wiesel
- R.M. Hankins
|
Referências
↑ Trash Fiction. «Todd Strasser: Ferris Bueller's Day Off» (em inglês). Consultado em 12 de fevereiro de 2010
↑ «Spectra» (em inglês). Consultado em 22 de janeiro de 2012
Ligações externas |
Sítio oficial (em inglês)
a qourzwcchmLkYbD Wds,sUK,ABIcXYr0ysAN4XyM,xQSZ9Xy AHygR 7,iSHQ3NJJb1b1rPgFDdAXnU 26TRrc94k5nLJmBBDSI6BOwsI
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...