1%% \chapterimage{chapter-t1-bg} % Chapter heading image
2\chapter{Acknowledgements}
3
4\section{Contributors}
5\label{sec:Contributors}
6When not listed as chapter authors, the following were the main contributors to the User Guide, mostly for versions before V0.15:
7
8\noindent%
9\begin{tabularx}{\textwidth}{l|X}
10\toprule
11Matthew Gates  & Primary author of the first User Guide (versions 0.9 to 0.12)\\
12Paul Robinson  &Sky guide; exercise ideas\\
13Andras Mohari  &Celestial sphere diagrams; numerous corrections\\
14Rudy Gobits, Dirk Schwarzhans & Mac platform specifics\\
15Barry Gerdes (\textdagger{}2014)  &Windows platform specifics \\
16%              &Large parts of Ch.~\ref{ch:Phenomena} (Astronomical Phenomena)\\ %% Mentioned as Chapter Author
17               &Customisation of .fab files\\
18%              &Ch.~\ref{ch:Landscapes} Making a custom landscape (first version) \\ %% Mentioned as Chapter Author, and the old chapter has been superseded.
19               &Documentation Maintainer up to V0.12\\
20Sigma          &Japanese translation; many corrections\\ %% FOR FIRST EDITION.
21Richard Powell & Figure~\ref{fig:colourmag} (colour/magnitude diagram) is a modification of his diagram;
22                 he kindly granted permission for it to be distributed under the FDL\\
23John Twin      & Many spelling corrections \\\midrule
24Georg Zotti    & Lead author of the 0.15+ editions\\
25Alexander Wolf & New layout, many contributions for the 0.15+ editions\\
26The rest of the Stellarium developer team & You know who you are\ldots :-)\tabularnewline
27\bottomrule
28\end{tabularx}
29
30
31Additional material has been incorporated into the guide from sources
32that are published under the GNU FDL, including material from Wikipedia
33and the Astronomy book at Wikibooks.
34
35\section{How you can help}
36\label{sec:HowYouCanHelp}
37
38We especially welcome contributions, but also bug reports, feature requests and other feedback through the
39usual channels (trackers, forums and so on):
40\begin{description}
41\item[Stellarium on Github] \url{https://github.com/Stellarium/}
42%\item[Bug tracker] \url{https://bugs.launchpad.net/stellarium}
43%\item[Questions for Stellarium (FAQ)\index{FAQ}] \url{https://answers.launchpad.net/stellarium}
44\item[Questions for Stellarium (FAQ)\index{FAQ}] \url{https://github.com/Stellarium/stellarium/wiki/FAQ}
45\item[Current issues (FAQ)\index{FAQ}] \url{https://github.com/Stellarium/stellarium/wiki/Common-Problems-for-the-current-version}
46\item[Google Group] \url{https://groups.google.com/group/stellarium}
47\item[Feedback forum] \url{https://sourceforge.net/p/stellarium/discussion/278769/}
48%\item[Blueprints for Stellarium] \url{https://blueprints.launchpad.net/stellarium}
49\end{description}
50
51
52\section{Technical Articles}
53\label{sec:ack:technical}
54% 2018-02-07: Put used data from git here.
55
56Stellarium would not look the same and work without these works from computer graphics and astronomy.
57
58\begin{description}
59	\item[The tone reproductor class]
60		The class mainly performs a fast implementation of the algorithm
61		from \citet{TumblinRushmeier:1993}, with more accurate values from \citet{DevlinChalmersWilkie:2002}.
62		The blue shift formula is taken from \citet{WannJensen:2000} and combined with the Scotopic vision formula from  \citet{Larson:1997}.
63	\item[The skylight class]
64		The class governs sky colors and is a fast implementation of the algorithm by \citet{Preetham:1999}.
65	\item[The skybright class]
66		The class governs physical sky brightness values based on Bradley Schaefer's  \program{VISLIMIT.BAS} basic source code \citep{Schaefer:1998}.
67%		from Brad Schaefer's article on pages 57-60,  May 1998 _Sky & Telescope_,	"To the Visual Limits".
68		The basic sources are available on the Sky and Telescope web site (code ``offered as-is and without support'').
69	\item[The $\Delta T$ calculations]
70		For implementation of calculation routines for $\Delta T$ we used the following sources:
71		\begin{enumerate}
72		\item $\Delta T$ webpage by Rob van Gent: \url{http://www.staff.science.uu.nl/~gent0113/deltat/deltat.htm}
73		\item \citetp{Espenak-Meeus:2006} (\url{http://eclipse.gsfc.nasa.gov/SEhelp/deltatpoly2004.html})
74		\item \citetp{1948AJ.....53..169C}
75		\item \citetp{1939MNRAS..99..541S} %``The Rotation of the Earth, and the Secular Accelerations of the Sun, Moon and Planets''
76		\item \citetp{1979AcA....29..101S} %``Polynomial approximations for the correction delta T E.T.-U.T. in the period 1800-1975''
77		\item \citetp{1988A&A...205L...8B} %"ELP 2000-85 and the dynamic time-universal time relation"
78		\item \citetp{1988AN....309..219S} %``Empirical Transformations from U.T. to E.T. for the Period 1800-1988''
79		\item \citetp{2004JHA....35..327M} %``Historical values of the Earth's clock error DeltaT and the calculation of eclipses''
80		     with Addendum \citep{2005JHA....36..339M}
81		\item \citetp{2000JBAA..110..323M}% ``Polynomial approximations to Delta T, 1620-2000 AD''
82		%% DISABLED NEXT: This only uses Schoch!
83		%\item \citetp{2009ASPC..409..166H} %``Einstein's Theory of Relativity Confirmed by Ancient Solar Eclipses'', Henriksson G.,
84		\item \citetp{Mucke-Meeus:1983}% ``Canon of Solar Eclipses''
85		\item \citetp{1975grhe.conf..459M} %``The accelerations of the earth and moon from early astronomical observations''
86		\item \citetp{1978tfer.conf....5S} %``Pre-Telescopic Astronomical Observations''%, Stephenson F.R.,
87		\item \citetp{1984RSPTA.313...47S} %``Long-term changes in the rotation of the earth - 700 B.C. to A.D. 1980''
88		\item \citetp{1995RSPTA.351..165S} %``Long-Term Fluctuations in the Earth's Rotation: 700 BC to AD 1990''
89		\item \citetp{Stephenson:1997}  %``Historical Eclipses and Earth's Rotation''%by F. R. Stephenson (1997)
90		\item \citetp{AstronomicalAlgorithms:1998} %``Astronomical Algorithms''
91		\item \citetp{Montenbruck-Pfleger:2000} % ``Astronomy on the Personal Computer''
92		\item \citetp{Reingold-Dershowitz:2001} %``Calendrical Calculations''
93		\item $\Delta T$ webpage by V. Reijs: \url{http://www.iol.ie/~geniet/eng/DeltaTeval.htm}
94		\end{enumerate}
95	\item[Precession:] \citetp{2011AA:Vondrak} with correction \citep{2012AA:Vondrak}
96	\item[Nutation:]   \citetp{Nutation:IAU2000B} %Dennis D. McCarthy and Brian J. Luzum: An Abridged Model of the Precession-Nutation of the Celestial Pole.
97		This model provides accuracy better than 1 milli-arcsecond in the
98		time 1995-2050. It is applied for years -4000..+8000 only.
99\end{description}
100
101\section{Included Source Code}
102\label{sec:ack:code}
103
104\begin{itemize}
105  \item Some computation of the sidereal time (\file{sidereal\_time.h/c}) and Pluto
106      orbit contains code from the libnova library (LGPL) by Liam Girdwood.
107  \item The \file{orbit.cpp/h} and \file{solve.h} files were directly borrowed from
108      \program{Celestia} (Chris Laurel; GPL license). They have now evolved a bit.
109  \item Several implementations of IMCCE theories for planet and satellite movement by Johannes Gajdosik
110       (MIT-style license, see the corresponding files for the license text)
111  \item The tesselation algorithms were originally extracted from the glues
112      library version 1.4 by Mike Gorchak \url{<mike@malva.ua>} (SGI FREE SOFTWARE LICENSE B).
113  \item OBJ loader in the Scenery3D plugin based on glObjViewer (c) 2007 dhpoware
114  \item Parts of the code to work with DE430 and DE431 data files have been taken from Project Pluto (GPL license).
115  \item The \file{SpoutLibrary.dll} and header from the SpoutSDK version 2.005 available at \url{http://spout.zeal.co} (BSD license).
116\end{itemize}
117
118\section{Data}
119\label{sec:ack:data}
120
121\begin{enumerate}
122\item The Hipparcos star catalog
123    From ESA (European Space Agency) and the Hipparcos mission. ref. ESA, 1997, The Hipparcos and Tycho Catalogues, ESA SP-1200 \url{http://cdsweb.u-strasbg.fr/ftp/cats/I/239}
124	% TODO: NEXT ENTRY should be changed to ExplanSuppl./WGRE
125\item The solar system data mainly comes from IMCCE and partly from Celestia.
126\item Polynesian constellations are based on diagrams from the Polynesian Voyaging Society
127% TODO: MAKE SURE THIS IS STILL VCALID WITH THE NEW VERSION 2018.
128\item Chinese constellations are based on diagrams from the Hong Kong Space Museum
129\item Egyptian constellations are based on the work of Juan Antonio Belmonte, Instituto de Astrofisica de Canarias
130\item The Tycho-2 Catalogue of the 2.5 Million Brightest Stars Hog E., Fabricius C., Makarov V.V., Urban S., Corbin T., Wycoff G., Bastian U., Schwekendiek P., Wicenec A.
131    Astron. Astrophys. 355, L27 (2000)
132    \url{http://cdsweb.u-strasbg.fr/ftp/cats/I/259}
133\item Naval Observatory Merged Astrometric Dataset (NOMAD) version 1 (\url{http://www.nofs.navy.mil/nomad})
134    Norbert Zacharias writes:
135	\begin{quotation}
136    ``There are no fees, both UCAC and NOMAD are freely available with the only requirement that the source of the data (U.S.
137    Naval Observatory) and original product name need to be provided with any distribution, as well as a description about any
138    changes made to the data, if at all.''
139	\end{quotation}
140    The changes made to the data are:
141	\begin{itemize}
142    \item try to compute visual magnitude and color from the b,v,r values
143    \item compute $\mathrm{nr\_of\_measurements} = \mathrm{the\ number\ of\ valid\ b,v,r\ values}$
144    \item throw away or keep stars (depending on magnitude, nr\_of\_measurements, combination of flags, tycho2 number)
145    \item add all stars from Hipparcos (incl.\ component solutions), and tycho2+1st supplement
146    \item reorganize the stars in several brigthness levels and triangular zones according to position and magnitude
147	\end{itemize}
148    The programs that are used to generate the star files are called
149    \program{MakeCombinedCatalogue}, \program{ParseHip}, \program{ParseNomad}, and can be
150    found in the util subdirectory in source code. The position,
151    magnitudes, and proper motions of the stars coming from NOMAD
152    are unchanged, except for a possible loss of precision,
153    especially in magnitude. When there is no V magnitude, it is
154    estimated from R or B magnitude.  When there is no B or V
155    magnitude, the color B-V is estimated from the other magnitudes.
156    Also proper motions of faint stars are neglected at all.
157\item Stellarium's Catalog of Variable Stars based on General Catalog of Variable Stars (GCVS) version 2013Apr. \url{http://www.sai.msu.su/gcvs/gcvs/}
158    Samus N.N., Durlevich O.V., Kazarovets E V., Kireeva N.N., Pastukhova E.N., Zharova A.V., et al., General Catalogue of Variable Stars (Samus+ 2007-2012)
159    \url{http://cdsarc.u-strasbg.fr/viz-bin/Cat?cat=B%2Fgcvs&}
160\item Consolidated DSO catalog was created from various data:
161	\begin{enumerate}
162     \item NGC/IC data taken from SIMBAD Astronomical Database \url{http://simbad.u-strasbg.fr}
163     \item Distance to NGC/IC data taken from NED                (NASA/IPAC EXTRAGALACTIC DATABASE)  \url{http://ned.ipac.caltech.edu}
164     \item Catalogue of HII Regions                              (Sharpless, 1959)     (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/20})
165     \item H-$\alpha$ emission regions in the Southern Milky Way (Rodgers+, 1960)      (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/216})
166     \item Catalogue of Reflection Nebulae                       (Van den Bergh, 1966) (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/21})
167     \item Lynds' Catalogue of Dark Nebulae (LDN)                (Lynds, 1962)         (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/7A})
168     \item Lynds' Catalogue of Bright Nebulae                    (Lynds, 1965)         (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/9})
169     \item Catalog of bright diffuse Galactic nebulae            (Cederblad, 1946)     (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/231})
170     \item Barnard's Catalogue of 349 Dark Objects in the Sky    (Barnard, 1927)       (\url{http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=VII/220A})
171     \item A Catalogue of Star Clusters shown on Franklin-Adams Chart Plates (Melotte, 1915) from NASA ADS (\url{http://adsabs.harvard.edu/abs/1915MmRAS..60..175M})
172     \item On Structural Properties of Open Galactic Clusters and their Spatial Distribution. Catalog of Open Galactic Clusters (Collinder, 1931)
173	       from NASA ADS (\url{http://adsabs.harvard.edu/abs/1931AnLun...2....1C})
174     \item The Collinder Catalog of Open Star Clusters. An Observer’s Checklist. Edited by Thomas Watson
175	       from CloudyNights (\url{http://www.cloudynights.com/page/articles/cat/articles/the-collinder-catalog-updated-r2467})
176	\end{enumerate}
177\item Cross-identification of objects in consolidated DSO catalog was maked with:
178	\begin{enumerate}
179    \item  SIMBAD Astronomical Database \url{http://simbad.u-strasbg.fr}
180    \item  Merged catalogue of reflection nebulae (Magakian, 2003) \url{http://vizier.u-strasbg.fr/viz-bin/VizieR-3?-source=J/A+A/399/141}
181    \item  Messier  Catalogue from Wikipedia (includes morphological classification and distances) \url{https://en.wikipedia.org/wiki/List_of_Messier_objects}
182    \item  Caldwell Catalogue from Wikipedia (includes morphological classification and distances) \url{https://en.wikipedia.org/wiki/Caldwell_catalogue}
183	\end{enumerate}
184\item Morphological classification and magnitudes (partially) for Melotte catalogue from DeepSkyPedia \url{http://deepskypedia.com/wiki/List:Melotte}
185
186\end{enumerate}
187
188
189\section{Image Credits}
190\label{sec:ack:images}
191
192% TODO: FIX SPELLINGS ETC. Placed image credits from git here.
193All graphics are copyrighted by the Stellarium's Team (GPL) except the ones mentioned below:
194\begin{itemize}
195\item The ``earthmap'' texture was created by NASA (Reto Stockli, NASA Earth
196	  Observatory) using data from the MODIS instrument aboard the
197	  Terra satellite (Public Domain). See section~\ref{sec:ack:credits:stockli} for details.
198\item Moon texture map \file{moon.png} and normal map was combined
199  from maps by USGS Astrogeology Research Program,
200  (\url{http://astrogeology.usgs.gov}; Public Domain, DFSG-free) and
201  by Lunar surface textures from Celestia, based on Clementine data
202  (Public Domain).  The new 4k texture is from NASA's Scientific
203  Visualization Studio (\url{https://svs.gsfc.nasa.gov/4720}).
204\item Saturn map and ring textures created by Björn Jónsson:
205	  ``All the planetary maps available on these pages are publicly
206	  available. You do not need a special permission to use them but if
207	  you do then please mention their origin in your work [..]''
208\item Jupiter map created by James Hastings-Trew from Cassini data. ``The
209	  maps are free to download and use as source material or resource
210	  in artwork or rendering (CGI or real time).''
211\item The Venus, Amalthea, Proteus, Iapetus and Phoebe maps and rings of Uranus and Neptune are from Celestia (\url{http://shatters.net/celestia/})
212	  under the GNU General Purpose License, version 2 or any later version:
213	  \begin{itemize}
214	     \item Venus is from Björn Jónsson and modified by RVS.
215	     \item Amalthea is a shaded relief map by Phil Stooke, colored by Wm. Robert Johnston
216	       (\url{http://www.johnstonsarchive.net/spaceart/cylmaps.html}),
217	       and further modified by Jens Meyer and Grant Hutchison.
218	     \item The Proteus map is from Phil Stooke.
219	     \item Triton is probably from David Seal's site (see below), modified by Chris Laurel and Grant Hutchison.
220	     \item Iapetus and Phoebe maps are from Dr. Fridger Schrempp (t00fri).
221	  \end{itemize}
222\item Mercury map is produced by NASA from Messenger data
223	  (\url{https://astrogeology.usgs.gov/search/map/Mercury/Messenger/Global/Mercury_MESSENGER_MDIS_Basemap_BDR_Mosaic_Global_166m})
224	  and modified and colored by RVS. License: public domain.
225\item Europa, Io and Callisto maps are created by John van Vliet from PDS data and modified by RVS. License: cc-by-sa.
226\item Ganymede map is from USGS and modified by RVS. Public domain.
227\item Tethys, Dione, Rhea, Enceladus and Mimas maps are created by NASA (CICLOPS team) from Cassini data, colored by RVS. Public domain.
228\item Hyperion map created by John van Vliet from PDS data, modified by RVS. License: cc-by-sa.
229\item Triton: Image selection, radiometric calibration, geographic registration and photometric correction, and final mosaic assembly
230	  were performed by Dr. Paul Schenk at the Lunar and Planetary Institute, Houston, Texas. Image data from Voyager 2 (NASA, JPL).
231	  Original texture has ``white spots'', which was filled by Dizel777 (\url{http://spaceengine.org/forum/19-563-25069-16-1409101585}).
232\item Pluto map is produced by NASA from New Horizons data and colored by RVS. (Courtesy NASA/Johns Hopkins University Applied Physics
233	  Laboratory/Southwest Research Institute, \url{http://photojournal.jpl.nasa.gov/catalog/PIA19858}).
234\item Charon map is produced by NASA from New Horizons data and colored by RVS. (Courtesy NASA/Johns Hopkins University Applied Physics
235	  Laboratory/Southwest Research Institute (\url{http://photojournal.jpl.nasa.gov/catalog/PIA19866}).
236\item All other planet maps from David Seal's site: \url{http://maps.jpl.nasa.gov/}; see license in section~\ref{sec:ack:credits:jpl}.
237\item The fullsky milky way panorama has been created by Axel Mellinger, University of Potsdam, Germany.
238      Further information and more pictures available from \url{http://home.arcor-online.de/axel.mellinger/}.
239      License: permission given to ``Modify and redistribute this image if proper credit to the original image is given.''
240\item All messiers nebula pictures except those mentioned below from the
241	  Grasslands Observatory: ``Images courtesy of Tim Hunter and James McGaha, Grasslands Observatory at \url{http://www.3towers.com}.''
242	  License: permission given to ``use the image freely'' (including right to modify and redistribute) ``as long as it is credited.''
243\item M31, and the Pleiades pictures come from Herm Perez: \url{http://home.att.net/~hermperez/default.htm}
244	  License: ``Feel free to use these images, if you use them in a commercial setting please attribute the source.''
245\item Images of M8, M33, NGC253, NGC1499, NGC2244 from Jean-Pierre Bousquet
246\item Images of M1, M15, M16, M27, M42, M57, M97, NGC6946 from Stephane Dumont
247\item Images of M17, M44, NGC856, NGC884 from Maxime Spano
248\item Constellation art, GUI buttons, logo created by Johan Meuris (Jomejome) (\url{jomejome (at) users.sourceforge.net})
249	  \url{http://www.johanmeuris.eu/}.
250	  License: released under the Free Art License (\url{http://artlibre.org/licence.php/lalgb.html}).
251
252	  Icon created by Johan Meuris, License: Creative Commons Attribution-ShareAlike 3.0 Unported.
253\item The ``earth-clouds'' texture includes imagery owned by NASA.
254	  See NASA's Visible Earth project at \url{http://visibleearth.nasa.gov/}.
255
256	  License: \begin{enumerate}
257	                  \item The imagery is free of licensing fees
258		              \item NASA requires that they be provided a credit as the owners of the imagery.
259                \end{enumerate}
260	  The cloud texturing was taken from Celestia (GPL; \url{http://www.shatters.net/celestia/}).
261\item The folder icon derived from the Tango Desktop Project, used under the terms of the Creative Commons Attribution Share-Alike license.
262\item Images of NGC281, NGC5139, NGC6543, NGC6960, NGC7023, NGC7317, NGC7319, NGC7320
263	  from Andrey Kuznetsov, Kepler Observatory (\url{http://kepler-observatorium.ru}).
264	  License: Creative Commons Attribution 3.0 Unported.
265\item Images of NGC891, NGC1333, NGC2903, NGC3185, NGC3187, NGC3189, NGC3190, NGC3193, NGC3718, NGC3729, NGC4490, NGC5981, NGC5982, NGC5985, NGC7129
266	  from Oleg Bryzgalov (\url{http://olegbr.astroclub.kiev.ua/}). License: Creative Commons Attribution 3.0 Unported.
267\item Image of solar corona from eclipse 2008-08-01 and image of $\eta$ Carinae by Georg Zotti \url{http://www.waa.at/}. License: Creative Commons Attribution 3.0 Unported.
268\item Images of IC1805, IC1848, NGC6888 from Steve Tuttle (\url{http://www.stuttle1.com/}).
269\item Images of IC4628, M20, M21, M47, NGC2467, IC2948, NGC3324, NGC3293, NGC7590, RCW158 from Trevor Gerdes (\url{http://www.sarcasmogerdes.com/}).
270\item Images of IC2118, NGC1532 from users of Ice In Space (\url{http://www.iceinspace.com.au/}).
271\item Image of IC5146 from James A Weier.
272\item Images of SMC, LMC (Magellanic Clouds) and $\rho$ Oph from Albert Van Donkelaar.
273\item Images of NGC55, NGC300, NGC1365, NGC3628, NGC4945, NGC5128, NGC6726, NGC6744, NGC6752, NGC6822, NGC7293, NGC2070
274	  from Philip Montgomery (\url{http://www.kenthurst.bigpondhosting.com/}).
275\item The Vesta and Ceres map was taken from USGS website \url{https://astrogeology.usgs.gov/} and colored by RVS. License: public domain.
276\item Images of NGC7318, NGC7331, M3, M13, M51, M63, M64, M74, M78, M81, M82, M96, M101, M105, Barnard 22, Barnard 142, Barnard 173, IC405,
277	  IC443, NGC1514, NGC1961, NGC2371, NGC2403, NGC246, NGC2841, NGC3310, NGC3938, NGC4559, NGC7008, NGC7380, NGC7479, NGC7635, Sh2-101
278	  from Peter Vasey, Plover Hill Observatory (\url{http://www.madpc.co.uk/~peterv/}).
279\item Image of IC434 from Marc Aragnou.
280\item Images of IC59, IC63, IC410, NGC2359, Sadr region from Carole Pope (\url{https://sites.google.com/site/caroleastroimaging/}).
281\item Images of NGC3690, NGC5257, NGC6050, IC883, UGC8335 and UGC9618 from NASA, ESA, the Hubble Heritage (STScI/AURA)-ESA/Hubble Collaboration.
282	  License: public domain; (\url{http://hubblesite.org/copyright/})
283\item Images of NGC40, NGC4631, NGC4627, NGC4656, NGC4657 from Steven Bellavia.
284\item Images of Barnard Loop, IC342 from Sun Shuwei. License: public domain.
285\item Images of M77, Sh2-264, Sh2-308 from Wang Lingyi. License: public domain.
286\item Images of IC10 from Lowell Observatory (\url{http://www2.lowell.edu/}). License: public domain.
287\item Images of IC2177, NGC6334, NGC6357, Fornax Cluster from ESO/Digitized Sky Survey 2 (\url{http://eso.org/public/}).
288	  License: Creative Commons Attribution 4.0 International.
289\item Images of NGC3603 from ESO/La Silla Observatory (\url{http://eso.org/public/}). License: Creative Commons Attribution 4.0 International.
290\item Images of NGC4244 from Ole Nielsen. License: Creative Commons Attribution-Share Alike 2.5 Generic.
291\item Images of NGC7000 from NASA. License: public domain.
292\item Images of IC1396 from Giuseppe Donatiello. License: Creative Commons CC0 1.0 Universal Public Domain Dedication.
293\item Images of Sh2-155 from Hewholooks (\url{https://commons.wikimedia.org/wiki/}). License: Creative Commons Attribution-Share Alike 3.0 Unported.
294\item Images of NGC4565 from Ken Crawford (\url{http://www.imagingdeepsky.com/}).
295	  License: ``This work is free and may be used by anyone for any purpose.
296	  If you wish to use this content, you do not need to request permission
297	  as long as you follow any licensing requirements mentioned on this page.''
298\item Images of Coma Cluster from Caelum Observatory (\url{http://www.caelumobservatory.com/}). License: Creative Commons Attribution-Share Alike 3.0 Unported.
299\item Images of NGC1316 from ESO (\url{http://eso.org/public/}). License: Creative Commons Attribution 4.0 International.
300\end{itemize}
301
302
303\subsection{Full credits for ``earthmap'' texture}
304\label{sec:ack:credits:stockli}
305\begin{description}
306\item[Author:] Reto Stockli, NASA Earth Observatory,
307		\url{rstockli (at) climate.gsfc.nasa.gov}
308\item[Address of correspondence:]
309        \begin{minipage}[t]{\textwidth}
310		Reto Stockli\\
311		ETH/IAC (NFS Klima) \& NASA/GSFC Code 913 (SSAI)\\
312		University Irchel\\
313		Building 25 Room J53\\
314		Winterthurerstrasse 190\\
315		8057 Zurich, Switzerland
316		\end{minipage}
317\item[Phone:]  +41 (0)1 635 5209
318\item[Fax:]    +41 (0)1 362 5197
319\item[Email:]  \url{rstockli (at) climate.gsfc.nasa.gov}
320\item[URL:]	\url{http://earthobservatory.nasa.gov},
321	\url{http://www.iac.ethz.ch/staff/stockli}
322\item[Supervisors:]
323		Fritz Hasler and David Herring, NASA/Goddard Space Flight Center
324\item[Funding:]
325		This project was realized under the SSAI subcontract 2101-01-027 (NAS5-01070)
326\item[License:]
327		``Any and all materials published on the Earth Observatory are
328		freely available for re-publication or re-use, except where
329		copyright is indicated.''
330\end{description}
331
332\subsection{License for the JPL planets images}
333\label{sec:ack:credits:jpl}
334
335From \url{http://www.jpl.nasa.gov/images/policy/index.cfm}:
336\begin{quotation}
337    \noindent Unless otherwise noted, images and video on JPL public web sites (public
338    sites ending with a \texttt{jpl.nasa.gov} address) may be used for any purpose
339    without prior permission, subject to the special cases noted below.
340    Publishers who wish to have authorization may print this page and retain
341    it for their records; JPL does not issue image permissions on an image
342    by image basis.  By electing to download the material from this web site
343    the user agrees:
344	\begin{enumerate}
345    \item that Caltech makes no representations or warranties with respect to
346       ownership of copyrights in the images, and does not represent others
347       who may claim to be authors or owners of copyright of any of the
348       images, and makes no warranties as to the quality of the images.
349       Caltech shall not be responsible for any loss or expenses resulting
350       from the use of the images, and you release and hold Caltech harmless
351       from all liability arising from such use.
352    \item to use a credit line in connection with images. Unless otherwise
353       noted in the caption information for an image, the credit line should
354       be ``Courtesy NASA/JPL-Caltech.''
355    \item that the endorsement of any product or service by Caltech, JPL or
356       NASA must not be claimed or implied.
357    \end{enumerate}
358    Special Cases:
359	\begin{itemize}
360    \item Prior written approval must be obtained to use the NASA insignia logo
361      (the blue ``meatball'' insignia), the NASA logotype (the red ``worm''
362      logo) and the NASA seal. These images may not be used by persons who
363      are not NASA employees or on products (including Web pages) that are
364      not NASA sponsored. In addition, no image may be used to explicitly
365      or implicitly suggest endorsement by NASA, JPL or Caltech of
366      commercial goods or services. Requests to use NASA logos may be
367      directed to Bert Ulrich, Public Services Division, NASA Headquarters,
368      Code POS, Washington, DC 20546, telephone (202) 358-1713, fax (202)
369      358-4331, email \url{bert.ulrich (at) hq.nasa.gov}.
370    \item Prior written approval must be obtained to use the JPL logo (stylized
371      JPL letters in red or other colors). Requests to use the JPL logo may
372      be directed to the Television/Imaging Team Leader, Media Relations
373      Office, Mail Stop 186-120, Jet Propulsion Laboratory, Pasadena CA
374      91109, telephone (818) 354-5011, fax (818) 354-4537.
375    \item If an image includes an identifiable person, using the image for
376      commercial purposes may infringe that person's right of privacy or
377      publicity, and permission should be obtained from the person. NASA
378      and JPL generally do not permit likenesses of current employees to
379      appear on commercial products. For more information, consult the NASA
380      and JPL points of contact listed above.
381    \item JPL/Caltech contractors and vendors who wish to use JPL images in
382      advertising or public relation materials should direct requests to the
383      Television/Imaging Team Leader, Media Relations Office, Mail Stop
384      186-120, Jet Propulsion Laboratory, Pasadena CA 91109, telephone
385      (818) 354-5011, fax (818) 354-4537.
386    \item Some image and video materials on JPL public web sites are owned by
387      organizations other than JPL or NASA. These owners have agreed to
388      make their images and video available for journalistic, educational
389      and personal uses, but restrictions are placed on commercial uses.
390      To obtain permission for commercial use, contact the copyright owner
391      listed in each image caption.  Ownership of images and video by
392      parties other than JPL and NASA is noted in the caption material
393      with each image.
394	\end{itemize}
395\end{quotation}
396
397\subsection{DSS}
398\label{sec:ack:credits:dss}
399
400From \url{http://archive.stsci.edu/dss/acknowledging.html}: %, as of 2018-02-06.
401\begin{quotation}
402\noindent The Digitized Sky Surveys were produced at the Space Telescope Science Institute under U.S. Government grant NAG W-2166.
403The images of these surveys are based on photographic data obtained using the Oschin Schmidt Telescope on Palomar Mountain and the UK Schmidt Telescope.
404The plates were processed into the present compressed digital form with the permission of these institutions.
405
406The National Geographic Society - Palomar Observatory Sky Atlas (POSS-I) was made by the
407California Institute of Technology with grants from the National Geographic Society.
408
409The Second Palomar Observatory Sky Survey (POSS-II) was made by the California Institute of Technology with
410funds from the National Science Foundation, the National Geographic Society, the Sloan Foundation,
411the Samuel Oschin Foundation, and the Eastman Kodak Corporation.
412
413The Oschin Schmidt Telescope is operated by the California Institute of Technology and Palomar Observatory.
414
415The UK Schmidt Telescope was operated by the Royal Observatory Edinburgh, with funding from the
416UK Science and Engineering Research Council (later the UK Particle Physics and Astronomy Research Council),
417until 1988 June, and thereafter by the Anglo-Australian Observatory.
418The blue plates of the southern Sky Atlas and its Equatorial Extension (together known as the SERC-J),
419as well as the Equatorial Red (ER), and the Second Epoch [red] Survey (SES) were all taken with the UK Schmidt.
420
421All data are subject to the copyright given in the copyright summary\footnote{\url{http://archive.stsci.edu/dss/copyright.html}}.
422Copyright information specific to individual plates is provided in the downloaded FITS headers.
423
424Supplemental funding for sky-survey work at the ST ScI is provided by the European Southern Observatory.
425\end{quotation}
426
427
428%%% Local Variables:
429%%% mode: latex
430%%% TeX-master: "guide"
431%%% End:
432