CINXE.COM
Simbad
<!DOCTYPE html> <html lang="en"> <head> <title>Simbad</title> <meta charset="UTF-8"> <meta name="description" content="SIMBAD's App (PWA): The SIMBAD astronomical database provides basic data, cross-identifications, bibliography and measurements for astronomical objects outside the solar system."> <!--Let browser know website is optimized for mobile--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!--Import materialize.css--> <link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> <link rel="stylesheet" type="text/css" href="css/style.css"/> <!-- Favicon + PWA configuration --> <!-- ...favicon --> <link rel="shortcut icon" href="pwa/favicon.ico?v=69B5d09ldj"> <link rel="icon" type="image/png" sizes="32x32" href="pwa/favicon-32x32.png?v=69B5d09ldj"> <link rel="icon" type="image/png" sizes="16x16" href="pwa/favicon-16x16.png?v=69B5d09ldj"> <!-- ...web manifest (for PWA) --> <link rel="manifest" href="pwa/manifest.json?v=69B5d09ldj"> <!-- ...address bar color theme --> <meta name="theme-color" content="#00aba9"> <!-- ...Apple/iOS/Safari --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="#00aba9"> <meta name="apple-mobile-web-app-title" content="Simbad"> <link rel="apple-touch-icon" sizes="180x180" href="pwa/apple-touch-icon.png?v=69B5d09ldj"> <link rel="mask-icon" href="pwa/safari-pinned-tab.svg?v=69B5d09ldj" color="#00aba9"> <!-- ...Microsoft --> <meta name="msapplication-TileColor" content="#d0e7e7"> <meta name="msapplication-config" content="pwa/browserconfig.xml?v=69B5d09ldj"> </head> <body> <div id="panInstallPwa" class="hidden row"> <a id="butInstall" class="btn-floating waves-effect waves-light blue lighten-2"><i class="material-icons">important_devices</i> Install app</a> </div> <div class="container"> <form action="javascript:search()"> <div class="row center indexImg"> <img class="indexImg" src="img/simbad.png" alt="SIMBAD Astronomical Database - CDS (Strasbourg)" /> </div> <div class="row alert invisible" id="introuvable"> <span class="closebtn" onclick="this.parentElement.classList.add('invisible');">×</span> Object(s) not found </div> <div class="row"> <div class="searchInput col s12"> <input id="object_name" type="text" placeholder="Identifier or coordinates..." required aria-label="Name or coordinates to search"> <button class="btn btn-flat teal white-text" type="submit" name="action" aria-label="Search"><i class="material-icons">search</i></button> </div> </div> <div class="row searchOption"> <div class="col s12"> <label for="around"> <input type="checkbox" class="filled-in" id="around" onclick="onClickMoreSearch(this)" aria-label="Enable cone-search"/> <span>Search within...</span> </label> <div id="queryAround" class="invisible"> <div class="input-field inline" > <input type="number" id="radius" placeholder="arcmin" min="0" max="300" value="5" step="5" aria-label="Search radius (in armin)"> </div> <span class="grey-text">arcmin</span> </div> </div> </div> </form> <hr class="space"/> <div class="row center card-panel teal white-text"> <h6>SIMBAD</h6> <p> <strong class="large-font">S</strong>et of <strong class="large-font">I</strong>dentifications, <strong class="large-font">M</strong>easurements and <strong class="large-font">B</strong>ibliography<br /> for <strong class="large-font">A</strong>stronomical <strong class="large-font">D</strong>ata. </p> <h6> The world reference database for the identification of astronomical objects. </h6> </div> <div class="row justify"> <div class="col s12 m6"> <div class="card-panel"> SIMBAD provides information on the bibliography, as well as available basic information such as the nature of the object, its coordinates, magnitudes, proper motions and parallax, velocity/redshift, size, spectral or morphological type, and the multitude of names (identifiers) given in the scientific articles. </div> <div class="card-panel"> This mobile version is a light version of SIMBAD, it can be queried by object name or coordinates. </div> </div> <div class="col s12 m6"> <div class="card"> <div class="card-content"> <a href="//cds.u-strasbg.fr" class="icon-center" target="_blank" rel="noopener"><img src="img/CDS_LOGO.png" alt="CDS (Strasbourg)" /></a> <p> SIMBAD is hosted by the Strasbourg astronomical Data Center (<a href="//cds.u-strasbg.fr" target="_blank" rel="noopener">CDS</a>) which is dedicated to the collection and worldwide distribution of astronomical data and related information. </p> </div> </div> <div class="card"> <div class="card-content"> <ul class="cds-links"> <li><a href="mailto:cds-question@unistra.fr?subject=Simbad mobile" target="_blank" rel="noopener" title="Send an email to CDS."><i class="material-icons huge black-text">email</i></a></li> <li><a href="//www.facebook.com/CDSportal/" target="_blank" rel="noopener" title="Go to the Facebook page of CDS."><i class="facebook social-logo"></i></a></li> <li><a href="//twitter.com/CdSportal" target="_blank" rel="noopener" title="Go to the Twitter page of CDS."><i class="twitter social-logo"></i></a></li> <li><a href="//www.youtube.com/channel/UCUESQl7rNupLlV_VcceE0Ng" target="_blank" rel="noopener" title="Go to the Youtube channel of CDS."><i class="youtube social-logo"></i></a></li> <li><a href="//github.com/cds-astro" target="_blank" rel="noopener" title="Go to the GitHub repositories of CDS."><i class="github social-logo"></i></a></li> </ul> </div> </div> </div> </div> </div> <!--JavaScript at end of body for optimized loading--> <script src="js/polyfill_forEach.js"></script> <script src="js/polyfill_promise.min.js"></script> <script src="js/polyfill_fetch.js"></script> <script src="pwa/load-serviceworker.js"></script> <script src="pwa/install.js"></script> <script src="js/materialize.min.js"></script> <script src="js/getParams.js"></script> <script src="js/search.js"></script> <script src="js/home.js"></script> </body> </html>