ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W.M. Keck Observatory Bibliography</title> <style type="text/css"> <!-- body { font: 76% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; } /* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate. 2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this. 3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing. */ p { font-size: 1.0em; } a { color: #336699; backgound: #fff; text-decoration: none; } a:hover { color: #fff; background: #698cb5; text-decoration: none; } h1 { font-size: 1.75em; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #698CB5; text-align: center; } h2 { font-size: 1.25em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; } h3 { font-size: 1.25em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; } .twoColElsRtHdr #container { width: 66em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */ background: #FFFFFF; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ } .twoColElsRtHdr #header { background: #DDDDDD; padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } .twoColElsRtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } /* Tips for sidebar1: 1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly. 2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule. */ .twoColElsRtHdr #sidebar1 { float: right; width: 12em; /* since this element is floated, a width must be given */ background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 5px 0; /* top and bottom padding create visual space within this div */ } .twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p { margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; } /* Tips for mainContent: 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs. 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing. 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur. */ .twoColElsRtHdr #mainContent { margin: 0 13em 0 20px; border-right: 1px solid #000000; padding-right: 15px; } .twoColElsRtHdr #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD; } .twoColElsRtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } /* Miscellaneous classes for reuse */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } .twoColElsRtHdr #container #mainContent h1 { color: #000; } --> </style><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColElsRtHdr #sidebar1 { padding-top: 30px; } .twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--></head> <body class="twoColElsRtHdr"> <div id="container"> <div id="header"> <img src="keck_header.gif" alt="W.M. Keck Observatory" width="799" height="150" border="2" /> <!-- end #header --> </div> <div id="sidebar1"> <h2>More...</h2> <p><a href="theses.htm">Theses</a></p> <p><a href="koa.htm">KOA</a></p><hr align="center" width="75" noshade="noshade" /> <p><a href="keck_papers.html">2012</a></p> <p>2011</p> <p><a href="2010.html">2010</a></p> <p><a href="2009.htm">2009</a></p> <p><a href="2008.htm">2008</a></p> <p><a href="2007.htm">2007</a></p> <p><a href="2006.htm">2006</a></p> <p><a href="2005.htm">2005</a></p> <p><a href="2004.htm">2004</a></p> <p><a href="2003.htm">2003</a></p> <p><a href="2002.htm">2002</a></p> <p><a href="2001.htm">2001</a></p> <p><a href="2000.htm">2000</a></p> <p><a href="1999.htm">1999</a></p> <p><a href="1998.htm">1998</a></p> <p><a href="1997.htm">1997</a></p> <p><a href="1996.htm">1996</a></p> <h2>Return to...</h2> <p><a href="http://www.keckobservatory.org/">WMKO Home</a></p> <p><a href="index.html">WMKO Library</a></p> <!-- end #sidebar1 --></div> <div id="mainContent"> <h1> Science Bibliography</h1> <blockquote> <p align="center">A list of articles referencing data collected at W.M. Keck Observatory.<br /> This bibliography is limited to articles published in refereed journals. </p> </blockquote> <h1>2011</h1> <p><a href="preprint.html">Accepted & Preprint List</a></p> <strong>(292) update 25Apr12</strong><br /> <p></p> <td class="ResultText"> Akeson, R.; Millan-Gabet, R.; Ciardi, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/2/96"> Radial Structure in the TW Hya Circumstellar Disk</a> <br />ApJ 728 96 <br />2011 February <br />AO IF NGS </td> <p></p> <td class="ResultText"> Albrecht, S.; Winn, J.; Johnson, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/1/50"> Two Upper Limits on the Rossiter-Mclaughlin Effect, with Differing Implications: WASP-1 has a High Obliquity and WASP-2 is Indeterminate</a> <br />ApJ 738 50 <br />2011 September <br />HIRES </td> <p></p> <td class="ResultText"> Alves-Brito, A.; Hau, G.; Forbes, D.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19368.x"> Spectra of globular clusters in the Sombrero galaxy: evidence for spectroscopic metallicity bimodality</a> <br />MNRAS 417 1823 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Arcavi, I.; Gal-Yam, A.; Yaron, O.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/742/2/L18"> SN 2011dh: Discovery of a Type IIb Supernova from a Compact Progenitor in the Nearby Galaxy M51</a> <br />ApJ 742 L18 <br />2011 December <br />LRIS HIRES </td> <p></p> <td class="ResultText"> Arnold, J.; Romanowsky, A.; Brodie, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/736/2/L26"> The Fossil Record of Two-phase Galaxy Assembly: Kinematics and Metallicities in the Nearest S0 Galaxy</a> <br />ApJ 736 L26 <br />2011 August <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Artigau, É.; Lafrenière, D.; Doyon, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/1/48"> Discovery of Two L and T Binaries with Wide Separations and Peculiar Photometric Properties</a> <br />ApJ 739 48 <br />2011 September <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Atek, H.; Siana, B.; Scarlata, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/121"> Very Strong Emissionline Galaxies in the WFC3 Infrared Spectroscopic Parallel Survey and Implications for High-redshift Galaxies</a> <br />ApJ 743 121 <br />2011 December <br />LRIS </td> <p></p> <td class="ResultText"> Auger, M.; Treu, T.; Brewer, B.; Marshall, P. <br /> <a href="http://dx.doi.org/10.1111/j.1745-3933.2010.00980.x"> A compact early-type galaxy at z= 0.6 under a magnifying lens: evidence for inside-out growth</a> <br />MNRAS 411 L6 <br />2011 February <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Bailes, M.; Bates, S.; Bhalerao, V.; et. al. <br /> <a href="http://dx.doi.org/10.1126/science.1208890"> Transformation of a Star into a Planet in a Millisecond Pulsar Binary</a> <br />Science 333 1717 <br />2011 September <br />LRIS </td> <p></p> <td class="ResultText"> Bakos, G.; Hartman, J.; Torres, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/2/116"> HAT-P-20b--HAT-P- 23b: Four Massive Transiting Extrasolar Planets</a> <br />ApJ 742 116 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Ballard, S.; Fabrycky, D.; Fressin, F.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/200"> The Kepler-19 System: A Transiting 2.2 R &#8853; Planet and a Second Planet Detected via Transit Timing Variations</a> <br />ApJ 743 200 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Baluev, R. <br /> <a href="http://arxiv.org/abs/1105.4696"> Orbital structure of the GJ876 extrasolar planetary system, based on the latest Keck and HARPS radial velocity data</a> <br />Celestial Mechanics and Dynamical Astronomy 111 235 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Barman, T.; Macintosh, B.; Konopacky, Q.; Marois, C. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/65"> Clouds and Chemistry in the Atmosphere of Extrasolar Planet HR8799b</a> <br />ApJ 733 65 <br />2011 May <br />AO NGS NIRC2 OSIRIS </td> <p></p> <td class="ResultText"> Batalha, N.; Borucki, W.; Bryson, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/1/27"> Kepler's First Rocky Planet: Kepler-10b</a> <br />ApJ 729 27 <br />2011 March <br />HIRES </td> <p></p> <td class="ResultText"> Becker, G.; Bolton, J.; Haehnelt, M.; Sargent, W. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17507.x"> Detection of Extended He II Reionization in the Temperature Evolution of the Intergalactic Medium</a> <br />MNRAS 410 1096 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Becker, G.; Sargent, W.; Rauch, M.; Calverley, A. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/2/93"> Highredshift Metals. II. Probing Reionization Galaxies with Low-ionization Absorption Lines at Redshift Six</a> <br />ApJ 735 93 <br />2011 July <br />ESI HIRES NIRSPEC </td> <p></p> <td class="ResultText"> Beichman, C.; Lisse, C.; Tanner, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/85"> Multi-epoch Observations of HD 69830: High-resolution Spectroscopy and Limits to Variability</a> <br />ApJ 743 85 <br />2011 December <br />IF </td> <p></p> <td class="ResultText"> Béky, B.; Bakos, G.; Hartman, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/734/2/109"> HAT-P-27b: A hot Jupiter transiting a G star on a 3 day orbit</a> <br />ApJ 734 109 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Bennert, V.; Auger, M.; Treu, T.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/726/2/59"> A Local Baseline of the Black Hole Mass Scaling Relations for Active Galaxies. I. Methodology and Results of Pilot Study</a> <br />ApJ 726 59 <br />2011 January <br />LRIS </td> <p></p> <td class="ResultText"> Bennert, V.; Auger, M.; Treu, T.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/2/107"> The Relation between Black Hole Mass and Host Spheroid Stellar Mass Out to z ~ 2</a> <br />ApJ 742 107 <br />2011 December </td> <p></p> <td class="ResultText"> Bensby, T.; Adén, D.; Meléndez, J.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201117059"> Chemical evolution of the Galactic bulge as traced by microlensed dwarf and subgiant stars. IV. Two bulge populations</a> <br />A&A 533 A134 <br />2011 September <br />HIRES </td> <p></p> <td class="ResultText"> Bhalerao, V.; Kulkarni, S. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/737/1/L1"> The White Dwarf Companion of a 2 M Neutron Star</a> <br />ApJ 737 L1 <br />2011 August <br />LRIS </td> <p></p> <td class="ResultText"> Bianco, F.; Howell, D.; Sullivan, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/1/20"> Constraining Type Ia Supernovae Progenitors from Three Years of Supernova Legacy Survey Data</a> <br />ApJ 741 20 <br />2011 November </td> <p></p> <td class="ResultText"> Bielby, R.; Shanks, T.; Weilbacher, P.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18338.x"> The VLT LBG Redshift Survey - I. Clustering and dynamics of &#8776;1000 galaxies at z&#8776;3</a> <br />MNRAS 414 2 <br />2011 June </td> <p></p> <td class="ResultText"> Biller, B.; Allers, K.; Liu, M.; et al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/1/39"> A Keck LGS AO Search for Brown Dwarf and Planetary Mass Companions to Upper Scorpius Brown Dwarfs</a> <br />ApJ 730 39 <br />2011 March <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Bluck, A.; Conselice, C.; Almaini, O.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17521.x"> On the Coevolution of Supermassive Black Holes and Their Host Galaxies Since z= 3</a> <br />MNRAS 410 1174 <br />2011 January <br />DEIMOS </td> <p></p> <td class="ResultText"> Boesgaard, A.; Rich, J.; Levesque, E.; Bowler, B. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/140"> Beryllium and Alpha-element Abundances in a Large Sample of Metal-poor Stars</a> <br />ApJ 743 140 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Boogert, A.; Huard, T.; Cook, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/92"> Ice and Dust in the Quiescent Medium of Isolated Dense Cores</a> <br />ApJ 729 92 <br />2011 March <br />NIRSPEC </td> <p></p> <td class="ResultText"> Borges Fernandes, M.; Meilland, A.; Bendjoya, P.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201015602"> The Galactic Unclassified B[e] Star HD 50138. II. Interferometric Constraints on the Close Circumstellar Environment</a> <br />A&A 528 20 <br />2011 April <br />LWS </td> <p></p> <td class="ResultText"> Borucki, W.; Koch, D.; Basri, G.; Batalha, N.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/19"> Characteristics of Planetary Candidates Observed by Kepler. II. Analysis of the First Four Months of Data</a> <br />ApJ 736 19 <br />2011 July </td> <p></p> <td class="ResultText"> Bouchy, F.; Deleuil, M.; Guillot, T.; et.al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201015276"> Transiting exoplanets from the CoRoT space mission. XV. CoRoT-15b: a brown dwarf transiting companion</a> <br />A&A 525 A68 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Bowler, B.; Liu, M.; Kraus, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/148"> A Disk around the Planetary-mass Companion GSC 06214-00210 b: Clues about the Formation of Gas Giants on Wide Orbits</a> <br />ApJ 743 148 <br />2011 December <br />AO NGS OSIRIS </td> <p></p> <td class="ResultText"> Bradford, J.; Geha, M.; Muñoz, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/167"> Structure and Dynamics of the Globular Cluster Palomar 13</a> <br />ApJ 743 167 <br />2011 December <br />DEIMOS </td> <p></p> <td class="ResultText"> Brodie, J.; Romanowsky, A.; Strader, J.; Forbes, D. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/6/199"> The Relationships among Compact Stellar Systems: A Fresh View of Ultracompact Dwarfs</a> <br />AJ 142 199 <br />2011 December <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Brodwin, M.; Stern, D.; Vikhlinin, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/33"> X-ray Emission from Two Infrared-selected Galaxy Clusters at z > 1.4 in the IRAC Shallow Cluster Survey</a> <br />ApJ 732 33 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Buchhave, L.; Bakos, G.; Hartman, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/116"> Hat-P-28b and Hat-P-29b: Two Sub-Jupiter Mass Transiting Planets</a> <br />ApJ 733 116 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Burgasser, A.; Sitarski, B.; Gelino, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/1/49"> The Hyperactive L Dwarf 2MASS J13153094-2649513: Continued Emission and a Brown Dwarf Companion</a> <br />ApJ 739 49 <br />2011 September <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> Bussmann, R.; Dey, A.; Lotz, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/21"> Hubble Space Telescope Morphologies of z ~ 2 Dust-obscured Galaxies. II. Bump Sources</a> <br />ApJ 733 21 <br />2011 May <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Calverley, A.; Becker, G.; Haehnelt, M.; Bolton, J. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.18072.x"> Measurements of the Ultraviolet Background at 4.6 < z < 6.4 Using the Quasar Proximity Effect</a> <br />MNRAS 412 2543 <br />2011 April <br />HIRES </td> <p></p> <td class="ResultText"> Capak, P.; Riechers, D.; Scoville, N.; et. al. <br /> <a href="http://dx.doi.org/10.1038/nature09681"> A massive protocluster of galaxies at a redshift of z ~ 5.3</a> <br />Nature 470 233 <br />2011 January </td> <p></p> <td class="ResultText"> Capak, P.; Mobasher, B.; Scoville, N.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/2/68"> Spectroscopy of Luminous z > 7 Galaxy Candidates and Sources of Contamination in z > 7 Galaxy Searches</a> <br />ApJ 730 68 <br />2011 March <br />DEIMOS NIRSPEC </td> <p></p> <td class="ResultText"> Carswell, R.; Jorgenson, R.; Wolfe, A.; Murphy, M. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17854.x"> A Cold Component and the Complex Velocity Structure of DLA1331 + 170</a> <br />MNRAS 411 2319 <br />2011 March <br />HIRES </td> <p></p> <td class="ResultText"> Cavarroc, C.; Moutou, C.; Gandolfi, D.; et. al. <br /> <a href="http://dx.doi.org/10.1007/s10509-011-0897-1"> Transiting exoplanets from the CoRoT space mission Resolving the nature of transit candidates for the LRa03 and SRa03 fields</a> <br />Ap&SS 337 511 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Chatzopoulos, E.; Wheeler, J.; Vinko, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/143"> SN 2008am: A Super-luminous Type IIn Supernova</a> <br />ApJ 729 143 <br />2011 March <br />LRIS </td> <p></p> <td class="ResultText"> Chiboucas, K.; Tully, R.; Marzke, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/737/2/86"> Ultra-compact Dwarfs in the Coma Cluster</a> <br />ApJ 737 86 <br />2011 August <br />LRIS </td> <p></p> <td class="ResultText"> Childress, M.; Aldering, G.; Aragon, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/3"> Keck Observations of the Young Metal-poor Host Galaxy of the Super-Chandrasekhar-mass Type Ia Supernova SN 2007if</a> <br />ApJ 733 3 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Choi, P.; Yan, L.; Helou, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/21"> Spectroscopically Selected Spitzer 24 ¼m Active Galactic Nuclei</a> <br />ApJ 732 21 <br />2011 May <br />DEIMOS </td> <p></p> <td class="ResultText"> Chornock, R.; Filippenko, A.; Li, W.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/1/41"> The Transitional Stripped-envelope SN 2008ax: Spectral Evolution and Evidence for Large Asphericity</a> <br />ApJ 739 41 <br />2011 September <br />ESI LRIS HIRES </td> <p></p> <td class="ResultText"> Christensen, L.; Fynbo, J.; Prochaska, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/73"> A High Signalto- noise Ratio Composite Spectrum of Gamma-ray Burst Afterglows</a> <br />ApJ 727 73 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Cochran, W.; Fabrycky, D.; Torres, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/1/7"> Kepler-18b, c, and d: A System of Three Planets Confirmed by Transit Timing Variations, Light Curve Validation, Warm-Spitzer Photometry, and Radial Velocity Measurements</a> <br />ApJS 197 7 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Cohen, J.; Huang, W.; Kirby, E. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/740/2/60"> The Peculiar Chemical Inventory of NGC 2419: An Extreme Outer Halo "Globular Cluster"</a> <br />ApJ 740 60 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Cohen, J. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/740/2/L38"> No Heavy-element Dispersion in the Globular Cluster M92</a> <br />ApJ 740 L38 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Coil, A.; Weiner, B.; Holz, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/46"> Outflowing Galactic Winds in Post-starburst and Active Galactic Nucleus Host Galaxies at 0.2 < z < 0.8</a> <br />ApJ 743 46 <br />2011 December <br />LRIS-B </td> <p></p> <td class="ResultText"> Collins, M.; Chapman, S.; Ibata, R.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18238.x"> The Kinematic Identification of a Thick Stellar Disc in M31</a> <br />MNRAS 413 1548 <br />2011 May <br />DEIMOS </td> <p></p> <td class="ResultText"> Collins, M.; Chapman, S.; Rich, R.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19342.x"> The scatter about the 'Universal' dwarf spheroidal mass profile: a kinematic study of the M31 satellites And V and And VI</a> <br />MNRAS 417 1170 <br />2011 October <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Conley, A.; Cooray, A.; Vieira, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/732/2/L35"> Discovery of a Multiply Lensed Submillimeter Galaxy in Early HerMES Herschel/SPIRE Data</a> <br />ApJ 732 L35 <br />2011 May <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Conley, A.; Guy, J.; Sullivan, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/192/1/1"> Supernova Constraints and Systematic Uncertainties from the First Three Years of the Supernova Legacy Survey</a> <br />ApJS 192 1 <br />2011 January <br />LRIS </td> <p></p> <td class="ResultText"> Cooke, J.; Ellis, R.; Sullivan, M.; et al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/727/2/L35"> Hubble Space Telescope Studies of Nearby Type Ia Supernovae: The Mean Maximum Light Ultraviolet Spectrum and its Dispersion</a> <br />ApJ 727 L35 <br />2011 February <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Cooke, R.; Pettini, M.; Steidel, C.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17966.x"> A Carbonenhanced Metal-poor Damped Ly&#945; System: Probing Gas from Population III Nucleosynthesis?</a> <br />MNRAS 412 1047 <br />2011 April <br />HIRES </td> <p></p> <td class="ResultText"> Cooke, R.; Pettini, M.; Steidel, C.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19365.x"> The most metalpoor damped Lyman-alpha systems: Insights into chemical evolution in the very metal-poor regime</a> <br />MNRAS 417 1534 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Cooper, M.; Aird, J.; Coil, A.; et. at. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/193/1/14"> The DEEP3 Galaxy Redshift Survey: Keck/DEIMOS Spectroscopy in the GOODS-N Field</a> <br />ApJS 193 14 <br />2011 March <br />DEIMOS </td> <p></p> <td class="ResultText"> Corsi, A.; Ofek, E.; Frail, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/2/76"> PTF 10bzf (SN 2010ah): A Broad-line Ic Supernova Discovered by the Palomar Transient Factory</a> <br />ApJ 741 76 <br />2011 November <br />LRIS </td> <p></p> <td class="ResultText"> Covey, K.; Hillenbrand, L.; Miller, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/2/40"> PTF10nvg: An Outbursting Class I Protostar in the Pelican/North American Nebula</a> <br />AJ 141 40 <br />2011 February <br />LRIS NIRSPEC </td> <p></p> <td class="ResultText"> Cowie, L.; Barger, A.; Hu, E. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/2/136"> Ly&#945; Emitting Galaxies as Early Stages in Galaxy Formation</a> <br />ApJ 738 136 <br />2011 September <br />DEIMOS </td> <p></p> <td class="ResultText"> Cowie, L.; Hu, E.; Songaila, A. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/735/2/L38"> The UV-continuum Properties of Ly&#945;-selected Galaxies at z = 6.5</a> <br />ApJ 735 L38 <br />2011 July <br />DEIMOS </td> <p></p> <td class="ResultText"> Crawford, S.; Wirth, G.; Bershady, M.; Hon, K. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/2/98"> Spectroscopy of Luminous Compact Blue Galaxies in Distant Clusters. I. Spectroscopic Data</a> <br />ApJ 741 98 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Crighton, N.; Bielby, R.; Shanks, T.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.17247.x"> The VLT LBG Redshift Survey- II. Interactions between galaxies and the IGM at z~3</a> <br />MNRAS 414 28 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Crossfield, I.; Barman, T.; Hansen, B. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/2/132"> High-resolution, Differential, Near-infrared Transmission Spectroscopy of GJ 1214b</a> <br />ApJ 736 132 <br />2011 August <br />NIRSPEC </td> <p></p> <td class="ResultText"> Csizmadia, Sz.; Moutou, C.; Deleuil, M.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201117009"> Transiting exoplanets from the CoRoT space mission. XVII. The hot Jupiter CoRoT-17b: a very old planet</a> <br />A&A 531 A 41 <br />2011 July <br />HIRES </td> <p></p> <td class="ResultText"> Cushing, M.; Kirkpatrick, J.; Gelino, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/50"> The Discovery of Y Dwarfs using Data from the Wide-field Infrared Survey Explorer (WISE)</a> <br />ApJ 743 50 <br />2011 December <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> da Silva, R.; Prochaska, J.; Rosario, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/1/54"> Shining Light on Merging Galaxies. I. The Ongoing Merger of a Quasar with a "Green Valley" Galaxy</a> <br />ApJ 735 54 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Dahm, S.; Lyke, J. <br /> <a href="http://arxiv.org/pdf/1111.2081v1"> The Low-Mass Companion to the Lithium-Depleted, Spectroscopic Binary HBC 425 (St 34)</a> <br />PASP 123 1383 <br />2011 December <br />AO NIRSPEC HIRES </td> <p></p> <td class="ResultText"> Davis, T.; Hui, L.; Frieman, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/1/67"> The Effect of Peculiar Velocities on Supernova Cosmology</a> <br />ApJ 741 67 <br />2011 November </td> <p></p> <td class="ResultText"> de Pater, I.; Wong, M.; de Kleer, K.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2011.03.006"> Keck adaptive optics images of Jupiter's north polar cap and Northern Red Oval</a> <br />Icarus 213 559 <br />2011 June <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> de Pater, I.; Sromovsky, L.; Hammel, H.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2011.06.022"> Post-equinox observations of Uranus: Berg's evolution, vertical structure, and track towards the equator</a> <br />Icarus 215 332 <br />2011 September <br />NIRC2 </td> <p></p> <td class="ResultText"> Dello Russo, N.; Vervack, Jr., R.; Lisse, C. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/734/1/L8"> The Volatile Composition and Activity of Comet 103P/Hartley 2 During the EPOXI Closest Approach </a> <br />ApJ 734 L8 <br />2011 June <br />NIRSPEC </td> <p></p> <td class="ResultText"> DeMeo, F.; Carry, B.; Marchis, F.; et. al. <br /> <a href="http://arxiv.org/abs/1102.1623"> A spectral comparison of (379) Huenna and its satellite</a> <br />Icarus 212 677 <br />2011 April <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Descamps, P.; Marchis, F.; Berthier, J.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2010.11.016"> Triplicity and physical characteristics of Asteroid (216) Kleopatra</a> <br />Icarus 211 1022 <br />2011 February <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Desert, J.; Charbonneau, D.; Fortney, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/1/11"> The atmospheres of the hot-Jupiters Kepler-5b and Kepler-6b observed during occultations with Warm-Spitzer and Kepler</a> <br />ApJS 197 11 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Désert, J.; Charbonneau, D.; Demory, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/1/14"> The hot- Jupiter Kepler-17b: discovery, obliquity from stroboscopic starspots, and atmospheric characterization</a> <br />ApJS 197 14 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Domínguez, A.; Primack, J.; Rosario, D.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17631.x"> Extragalactic background light Inferred from AEGIS Galaxy-SED-type Fractions</a> <br />MNRAS 410 2556 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Doppmann, G.; Najita, J.; Carr, J.; Graham, J. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/1/112"> Warm H<sub>2</sub>O and OH Disk Emission in V1331 Cyg</a> <br />ApJ 738 112 <br />2011 September <br />NIRSPEC </td> <p></p> <td class="ResultText"> Drake, A.; Djorgovski, S.; Mahabal, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/2/106"> The Discovery and Nature of the Optical Transient CSS100217:102913+404220</a> <br />ApJ 735 106 <br />2011 July <br />AO LGS LRIS NIRC2 </td> <p></p> <td class="ResultText"> Dupuy, T.; Liu, M. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/122"> On the Distribution of Orbital Eccentricities for Very Low-mass Binaries</a> <br />ApJ 733 122 <br />2011 June <br />AO LGS NGS NIRC2 OSIRIS </td> <p></p> <td class="ResultText"> Dutton, A.; van den Bosch, F.; Faber, S.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17555.x"> On the evolution of the velocity mass size relations of disc-dominated galaxies over the past 10 billion years</a> <br />MNRAS 410 1660 <br />2011 January <br />DEIMOS </td> <p></p> <td class="ResultText"> Dutton, A.; Brewer, B.; Marshall, P.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18706.x"> The SWELLS survey  II. Breaking the disc halo degeneracy in the spiral galaxy gravitational lens SDSS J2141-0001</a> <br />MNRAS 417 1621 <br />2011 November <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Eisner, J.; Hillenbrand, L. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/1/9"> Resolving the Sub-AU-scale Gas and Dust Distribution in FU Orionis Sources</a> <br />ApJ 738 9 <br />2011 September <br />AO IF NGS </td> <p></p> <td class="ResultText"> Elias-Rosa, N.; Van Dyk, S.; Li, W.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/1/6"> The Massive Progenitor of the Possible Type II-Linear Supernova 2009hd in Messier 66</a> <br />ApJ 742 6 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Erb, D.; Bogosavljevic, M.; Steidel, C. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/740/1/L31"> Filamentary Largescale Structure Traced by Six Lya Blobs at z = 2.3</a> <br />ApJ 740 L31 <br />2011 October <br />LRIS </td> <p></p> <td class="ResultText"> Fadely, R.; Willman, B.; Geha, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/3/88"> Segue 3: An Old, Extremely Low Luminosity Star Cluster in the Milky Way's Halo</a> <br />AJ 142 88 <br />2011 September <br />DEIMOS </td> <p></p> <td class="ResultText"> Farihi, J.; Brinkworth, C.; Gaensicke, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/728/1/L8"> Possible Signs of Water and Differentiation in a Rocky Exoplanetary Body</a> <br />ApJ 728 L8 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Farihi, J.; Dufour, P.; Napiwotzki, R.; Koester, D. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18325.x"> The Magnetic and Metallic Degenerate G77-50</a> <br />MNRAS 413 2559 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Faure, C.; Anguita, T.; Alloin, D.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/200913498"> On the evolution of environmental and mass properties of strong lens galaxies in COSMOS</a> <br />A&A 529 A72 <br />2011 May <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Fernández Lorenzo, M.; Cepa, J.; Bongiovanni, A.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201015368"> Evolution of the fundamental plane of 0.2 < z < 1.2 early-type galaxies in the EGS</a> <br />A&A 526 A72 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Finkelstein, S.; Hill, G.; Gebhardt, K.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/140"> The HETDEX Pilot Survey. III. The Low Metallicities of High-redshift Ly&#945 Galaxies</a> <br />ApJ 729 140 <br />2011 March <br />NIRSPEC </td> <p></p> <td class="ResultText"> Fischer, D.; Gaidos, E.; Howard, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/745/1/21"> M2K: II. A Triple- Planet System Orbiting HIP 57274</a> <br />ApJ 745 21 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Fischer, W.; Edwards, S.; Hillenbrand, L.; Kwan, J. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/2/73"> Characterizing the IYJ Excess Continuum Emission in T Tauri Stars</a> <br />ApJ 730 73 <br />2011 April <br />HIRES NIRSPEC </td> <p></p> <td class="ResultText"> Forbes, D.; Spitler, L.; Graham, A.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18335.x"> Bridging the Gap Between Low and High Mass Dwarf Galaxies</a> <br />MNRAS 413 2665 <br />2011 June <br />ESI </td> <p></p> <td class="ResultText"> Forbes, D.; Spitler, L.; Strader, J.; et.al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18373.x"> Evidence for Two Phases of Galaxy Formation from Radial Trends in the Globular Cluster System of NGC 1407</a> <br />MNRAS 413 2943 <br />2011 June <br />DEIMOS </td> <p></p> <td class="ResultText"> Foster, C.; Spitler, L.; Romanowsky, A.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18965.x"> Global properties of  ordinary early-type galaxies: photometry and spectroscopy of stars and globular clusters in NGC 4494</a> <br />MNRAS 415 3393 <br />2011 August <br />DEIMOS </td> <p></p> <td class="ResultText"> Fox, O.; Chevalier, R.; Skrutskie, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/1/7"> A Spitzer Survey for Dust in Type IIn Supernovae</a> <br />ApJ 741 7 <br />2011 November <br />LRIS </td> <p></p> <td class="ResultText"> Fressin, F.; Torres, G.; Rowe, J.; et. al. <br /> <a href="http://arxiv.org/ftp/arxiv/papers/1112/1112.4550.pdf"> Two Earth-sized planets orbiting Kepler-20</a> <br />Nature 482 195 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Froning, C.; Cantrell, A.; Maccarone, T.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/26"> Multiwavelength Observations of A0620-00 in Quiescence</a> <br />ApJ 743 26 <br />2011 December <br />LRIS </td> <p></p> <td class="ResultText"> Fu, H.; Myers, A.; Djorgovski, S.; Yan, L. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/103"> Mergers in Double- Peaked [O III] Active Galactic Nuclei</a> <br />ApJ 733 103 <br />2011 June <br />AO LGS NIRC2 OSIRIS </td> <p></p> <td class="ResultText"> Fu, H.; Zhang, Z.; Assef, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/740/2/L44"> A Kiloparsec-scale Binary Active Galactic Nucleus Confirmed by the Expanded Very Large Array</a> <br />ApJ 740 L44 <br />2011 October <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Fumagalli, M.; O'Meara, J.; Prochaska, J. <br /> <a href="http://arxiv.org/pdf/1111.2334v1"> Detection of Pristine Gas Two Billion Years after the Big Bang</a> <br />Science 334 1245 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Gal-Yam, A.; Kasliwal, M.; Arcavi, I.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/2/159"> Real-time Detection and Rapid Multiwavelength Follow-up Observations of a Highly Subluminous Type II-P Supernova from the Palomar Transient Factory Survey</a> <br />ApJ 736 159 <br />2011 August <br />DEIMOS </td> <p></p> <td class="ResultText"> Galicher, R.; Marois, C.; Macintosh, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/739/2/L41"> M-band Imaging of the HR 8799 Planetary System Using an Innovative LOCI-based Background Subtraction Technique</a> <br />ApJ 739 L41 <br />2011 October <br />AO NIRC2 NGS </td> <p></p> <td class="ResultText"> Gavazzi, R.; Cooray, A.; Conley, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/2/125"> Modeling of the HerMES Submillimeter Source Lensed by a Dark Matter Dominated Foreground Group of Galaxies</a> <br />ApJ 738 125 <br />2011 September <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Gelino, C.; Kirkpatrick, J.; Cushing, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/2/57"> WISE Brown Dwarf Binaries: The Discovery of a T5+T5 and a T8.5+T9 System</a> <br />AJ 142 57 <br />2011 August <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Glikman, E.; Djorgovski, S.; Stern, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/728/2/L26"> The Faint End of the Quasar Luminosity Function at z~4: Implications for Ionization of the Intergalactic Medium and Cosmic Downsizing</a> <br />ApJ 728 L26 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Gobat, R.; Daddi, E.; Onodera, M.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201016084"> A mature cluster with X-ray emission at z = 2.07</a> <br />A&A 526 A133 <br />2011 February <br />AO NIRC2 </td> <p></p> <td class="ResultText"> González Hernández, J.; Casares, J.; Rebolo, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/1/95"> Chemical Abundances of the Secondary Star in the Black Hole X-Ray Binary V404 Cygni</a> <br />ApJ 738 95 <br />2011 September <br />HIRES </td> <p></p> <td class="ResultText"> Goto, T.; Utsumi, Y.; Hattori, T.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1745-3933.2011.01063.x"> A Gunn-Peterson test with a QSO at z=6.4</a> <br />MNRAS 415 L1 <br />2011 July <br />DEIMOS </td> <p></p> <td class="ResultText"> Graur, O.; Poznanski, D.; Maoz, D.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19287.x"> Supernovae in the Subaru Deep Field: the rate and delay-time distribution of type Ia supernovae out to redshift 2</a> <br />MNRAS 417 916 <br />2011 October <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Griffith, R.; Tsai, C.; Stern, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/736/1/L22"> WISE Discovery of Low-metallicity Blue Compact Dwarf Galaxies</a> <br />ApJ 736 L22 <br />2011 July <br />DEIMOS </td> <p></p> <td class="ResultText"> Grundy, W.; Noll, K.; Nimmo, F.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2011.03.012"> Five new and three improved mutual orbits of transneptunian binaries</a> <br />Icarus 213 678 <br />2011 June <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Grützbauch, R.; Conselice, C.; Varela, J.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17727.x"> How Does Galaxy Environment Matter? The Relationship Between Galaxy Environments, Colour and Stellar Mass at <em>0.4 < z < 1</em> in the Palomar/DEEP2 Survey</a> <br />MNRAS 411 929 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Guidorzi, C.; Kobayashi, S.; Perley, D.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19394.x"> A faint optical flash in dust-obscured GRB 080603A: implications for GRB prompt emission mechanisms</a> <br />MNRAS 417 2124 <br />2011 November <br />LRIS </td> <p></p> <td class="ResultText"> Gupta, R.; D'Andrea, C.; Sako, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/740/2/92"> Improved Constraints on Type Ia Supernova Host Galaxy Properties Using Multi-wavelength Photometry and Their Correlations with Supernova Properties</a> <br />ApJ 740 92 <br />2011 October </td> <p></p> <td class="ResultText"> Hainline, K.; Shapley, A.; Greene, J.; Steidel, C. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/31"> The Rest Frame Ultraviolet Spectra of UV-Selected Active Galactic Nuclei at z ~ 2-3</a> <br />ApJ 733 31 <br />2011 May <br />LRIS NIRSPEC </td> <p></p> <td class="ResultText"> Hall, P.; Anosov, K.; White, R.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17870.x"> Implications of dramatic broad absorption line variability in the quasar FBQS J1408+3054</a> <br />MNRAS 411 2653 <br />2011 March <br />ESI </td> <p></p> <td class="ResultText"> Hamann, F.; Kanekar, N.; Prochaska, J.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17575.x"> A highvelocity narrow absorption line outflow in the quasar J212329.46 - 005052.9</a> <br />MNRAS 410 1957 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Hamilton, R.; Harrison, T.; Tappert, C.; Howell, S. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/1/16"> Infrared Spectroscopic Observations of the Secondary Stars of Short-period Sub-gap Cataclysmic Variables</a> <br />ApJ 728 16 <br />2011 February <br />NIRSPEC </td> <p></p> <td class="ResultText"> Hartman, J.; Bakos, G.; Sato, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/726/1/52"> HAT-P-18b and HAT-P- 19b: Two Low-Density Saturn-Mass Planets Transiting Metal-Rich K Stars</a> <br />ApJ 726 52 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Hartman, J.; Bakos, G.; Kipping, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/726/1/52"> HAT-P-26b: A Lowdensity Neptune-mass Planet Transiting a K Star</a> <br />ApJ 728 138 <br />2011 February </td> <p></p> <td class="ResultText"> Hartman, J.; Bakos, G.; Torres, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/1/59"> HAT-P-32b and HATP- 33b: Two Highly Inflated Hot Jupiters Transiting High-jitter Stars</a> <br />ApJ 742 59 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Helminiak, K.; Konacki, M. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/200913336"> Orbital and physical parameters of eclipsing binaries from the All-Sky Automated Survey catalogue. II. Two spotted M < 1 M_ systems at different evolutionary stages</a> <br />A&A 526 A29 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Hinkley, S.; Carpenter, J.; Ireland, M.; Kraus, A. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/730/2/L21"> Observational Constraints on Companions Inside of 10 AU in the HR 8799 Planetary System</a> <br />ApJ 730 L21 <br />2011 April <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Hopwood, R.; Wardlow, J.; Cooray, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/728/1/L4"> Spitzer Imaging of Herschel-atlas Gravitationally Lensed Submillimeter Sources</a> <br />ApJ 728 L4 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Howard, A.; Johnson, J.; Marcy, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/726/2/73"> The NASA-UC Eta- Earth Program. II. A Planet Orbiting HD 156668 with a Minimum Mass of Four Earth Masses</a> <br />ApJ 726 73 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Howard, A.; Johnson, J.; Marcy, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/1/10"> The NASA-UC Eta- Earth Program. III. A Super-Earth Orbiting HD 97658 and a Neptune-mass Planet Orbiting Gl 785</a> <br />ApJ 730 10 <br />2011 March <br />HIRES </td> <p></p> <td class="ResultText"> Hsieh, H.; Ishiguro, M.; Lacerda, P.; Jewitt, D. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/1/29"> Physical Properties of Main-belt Comet 176P/LINEAR</a> <br />AJ 142 29 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Hsieh, H.; Meech, K.; Pittichová, J. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/736/1/L18"> Main-belt Comet 238P/Read Revisited</a> <br />ApJ 736 L18 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Ibata, R.; Sollima, A.; Nipoti, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/2/186"> The Globular Cluster NGC 2419: A Crucible for Theories of Gravity</a> <br />ApJ 738 186 <br />2011 September <br />DEIMOS </td> <p></p> <td class="ResultText"> Ireland, M.; Kraus, A.; Martinache, F.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/726/2/113"> Two Wide Planetary-mass Companions to Solar-type Stars in Upper Scorpius</a> <br />ApJ 726 113 <br />2011 January <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Janson, M.; Carson, J.; Thalmann, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/2/85"> Near-infrared Multi-band Photometry of the Substellar Companion GJ 758 B</a> <br />ApJ 728 85 <br />2011 February <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Janson, M.; Bonavita, M.; Klahr, H.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/2/89"> High-contrast Imaging Search for Planets and Brown Dwarfs around the Most Massive Stars in the Solar Neighborhood</a> <br />ApJ 736 89 <br />2011 August <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Jee, M.; Dawson, K.; Hoekstra, H.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/737/2/59"> Scaling Relations and Overabundance of Massive Clusters at z >~ 1 from Weak-lensing Studies with the Hubble Space Telescope</a> <br />ApJ 737 59 <br />2011 August </td> <p></p> <td class="ResultText"> Jiang, L.; Egami, E.; Kashikawa, N.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/65"> Keck Spectroscopy of Lyman-break Galaxies and Its Implications for the UV-continuum and Ly&#945; Luminosity Functions at z > 6</a> <br />ApJ 743 65 <br />2011 December <br />DEIMOS </td> <p></p> <td class="ResultText"> Johnson, J.; Payne, M.; Howard, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/1/16"> Retired A Stars and Their Companions. VI. A Pair of Interacting Exoplanet Pairs Around the Subgiants 24 Sextanis and HD 200964</a> <br />AJ 141 16 <br />2011 January <br />HIRES </td> <p></p> <td class="ResultText"> Johnson, J.; Apps, K.; Gazak, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/2/79"> LHS6343C: A Transiting Field Brown Dwarf Discovered by the Kepler Mission</a> <br />ApJ 730 79 <br />2011 March <br />HIRES </td> <p></p> <td class="ResultText"> Johnson, J.; Winn, J.; Bakos, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/1/24"> HAT-P-30b: A Transiting Hot Jupiter on a Highly Oblique Orbit</a> <br />ApJ 735 24 <br />2011 July <br />HIRES </td> <p></p> <td class="ResultText"> Johnson, J.; Clanton, C.; Howard, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/2/26"> Retired A Stars and Their Companions. VII. 18 New Jovian Planets</a> <br />ApJS 197 26 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Juneau, S.; Dickinson, M.; Alexander, D.; Salim, S. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/2/104"> A New Diagnostic of Active Galactic Nuclei: Revealing Highly Absorbed Systems at Redshift >0.3</a> <br />ApJ 736 104 <br />2011 August <br />DEIMOS </td> <p></p> <td class="ResultText"> Kacprzak, G.; Churchill, C.; Barton, E.; Cooke, J. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/105"> Halo Gas and Galaxy Disk Kinematics of a Volume-limited Sample of Mg II Absorption-selected Galaxies at z ~ 0.1</a> <br />ApJ 733 105 <br />2011 June <br />ESI LRIS </td> <p></p> <td class="ResultText"> Kacprzak, G.; Churchill, C.; Evans, J.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19261.x"> Morphological properties of z ~ 0.5 absorption-selected galaxies: the role of galaxy inclination</a> <br />MNRAS 416 3118 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Kane, S.; Howard, A.; Pilyavsky, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/28"> Improved Orbital Parameters and Transit Monitoring for HD 156846b</a> <br />ApJ 733 28 <br />2011 May <br />HIRES </td> <p></p> <td class="ResultText"> Kashikawa, N.; Shimasaku, K.; Matsuda, Y.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/734/2/119"> Completing the Census of Ly&#945; Emitters at the Reionization Epoch</a> <br />ApJ 734 119 <br />2011 June <br />DEIMOS </td> <p></p> <td class="ResultText"> Kasliwal, M.; Cenko, S.; Kulkarni, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/2/94"> Discovery of a New Photometric Sub-class of Faint and Fast Classical Novae</a> <br />ApJ 735 94 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Kassin, S.; Fogarty, L.; Goodsall, T.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19449.x"> Oxford SWIFT integral field spectrograph and multiwavelength observations of the Eagle galaxy at z= 0.77</a> <br />MNRAS 417 2882 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Kato, E.; Fukagawa, M.; Perrin, M.; et. al. <br /> <a href="http://arxiv.org/pdf/1106.0841"> Near- and Mid-infrared Imaging Study of Young Stellar Objects around LkH&#945; 234</a> <br />PASJ 63 849 <br />2011 August <br />LWS </td> <p></p> <td class="ResultText"> Kawakita, H.; Mumma, M. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/91"> Fluorescence Excitation Models Of Ammonia And Amidogen Radical (NH<sub>2</sub>) In Comets: Application To Comet C/2004 Q2 (Machholz)</a> <br />ApJ 727 91 <br />2011 February <br />NIRSPEC </td> <p></p> <td class="ResultText"> Kipping, D.; Hartman, J.; Bakos, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/3/95"> HAT-P-31b,c: A Transiting, Eccentric, Hot Jupiter and a Long-period, Massive Third Body</a> <br />AJ 142 95 <br />2011 September </td> <p></p> <td class="ResultText"> Kirby, E.; Cohen, J.; Smith, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/79"> Multi-Element Abundance Measurements from Medium-Resolution Spectra. IV. Alpha Element Distributions in Milky Way Dwarf Satellite Galaxies</a> <br />ApJ 727 79 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Kirby, E.; Lanfranchi, G.; Simon, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/78"> Multi-Element Abundance Measurements from Medium-Resolution Spectra. III. Metallicity Distributions of Milky Way Dwarf Satellite Galaxies</a> <br />ApJ 727 78 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Kirby, E.; Martin, C.; Finlator, K. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/742/2/L25"> Metals Removed by Outflows from Milky Way Dwarf Spheroidal Galaxies</a> <br />ApJ 742 L25 <br />2011 December <br />DEIMOS </td> <p></p> <td class="ResultText"> Kirkpatrick, J.; Cushing, M.; Gelino, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/2/19"> The First Hundred Brown Dwarfs Discovered by the Wide-field Infrared Survey Explorer (WISE)</a> <br />ApJS 197 19 <br />2011 December <br />AO LGS LRIS NIRC2 NIRSPEC </td> <p></p> <td class="ResultText"> Kishimoto, M.; Hönig, S.; Antonucci, R.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201016054"> The innermost dusty structure in active galactic nuclei as probed by the Keck interferometer</a> <br />A&A 527 A121 <br />2011 March <br />AO IF NGS </td> <p></p> <td class="ResultText"> Kishimoto, M.; Hönig, S.; Antonucci, R.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201117367"> Mapping the radial structure of AGN tori</a> <br />A&A 536 A78 <br />2011 December <br />AO IF </td> <p></p> <td class="ResultText"> Klein, B.; Jura, M.; Koester, D.; Zuckerman, B. <br /> <a href="http://dx.dor.org/10.1088/0004-637X/741/1/64"> Rocky Extrasolar Planetary Compositions Derived from Externally Polluted White Dwarfs</a> <br />ApJ 741 64 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Kocevski, D.; Lemaux, B.; Lubin, L.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/38"> Obscured Starburst Activity in High-redshift Clusters and Groups</a> <br />ApJ 736 38 <br />2011 July <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Kocevski, D.; Lemaux, B.; Lubin, L.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/737/2/L38"> The Origin of [O II] Emission in Recently Quenched Active Galactic Nucleus Hosts</a> <br />ApJ 737 L38 <br />2011 August <br />DEIMOS LRIS NIRSPEC </td> <p></p> <td class="ResultText"> Kraus, A.; Ireland, M.; Martinache, F.; Hillenbrand, L. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/731/1/8"> Mapping the Shores of the Brown Dwarf Desert. II. Multiple Star Formation in Taurus-Auriga</a> <br />ApJ 731 8 <br />2011 April <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Kraus, A.; Tucker, R.; Thompson, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/1/48"> The Mass- Radius(-Rotation?) Relation for Low-mass Stars</a> <br />ApJ 728 48 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Kruger, A.; Richter, M.; Carr, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/145"> Gas and Dust Toward DG Tau B and VV CrA</a> <br />ApJ 729 145 <br />2011 March <br />NIRSPEC </td> <p></p> <td class="ResultText"> Lai, D.; Smith, G.; Bolte, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/2/62"> Chemical Abundances for Evolved Stars in M5: Lithium through Thorium</a> <br />AJ 141 62 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Lai, D.; Lee, Y.; Bolte, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/1/51"> The [Fe/H], [C/Fe], and [alpha/Fe] Distributions of the Boötes I Dwarf Spheroidal Galaxy</a> <br />ApJ 738 51 <br />2011 September <br />LRIS </td> <p></p> <td class="ResultText"> Lane, R.; Shemmer, O.; Diamond-Stanic, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/163"> The Ultraviolet-to-mid-infrared Spectral Energy Distribution of Weak Emission Line Quasars</a> <br />ApJ 743 163 <br />2011 December <br />LRIS </td> <p></p> <td class="ResultText"> Lee, K.; Dey, A.; Reddy, N.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/99"> The Average Physical Properties and Star Formation Histories of the UV-brightest Star-forming Galaxies at z ~ 3.7</a> <br />ApJ 733 99 <br />2011 June <br />DEIMOS </td> <p></p> <td class="ResultText"> Lee, Y.; Beers, T.; Allende Prieto, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/3/90"> The SEGUE Stellar Parameter Pipeline. V. Estimation of Alpha-element Abundance Ratios from Low-resolution SDSS/SEGUE Stellar Spectra</a> <br />AJ 141 90 <br />2011 March <br />ESI </td> <p></p> <td class="ResultText"> Levan, A.; Tanvir, N.; Cenko, S.; et. al. <br /> <a href="http://arxiv.org/PS_cache/arxiv/pdf/1104/1104.3356v1.pdf"> An extremely luminous panchromatic outburst from the nucleus of a distant galaxy</a> <br />Science 333 199 <br />2011 July <br />DEIMOS </td> <p></p> <td class="ResultText"> Levitan, D.; Fulton, B.; Groot, P.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/2/68"> PTF1 J071912.13+485834.0: An Outbursting AM CVn System Discovered by a Synoptic Survey</a> <br />ApJ 739 68 <br />2011 October <br />LRIS </td> <p></p> <td class="ResultText"> Li, W.; Bloom, J.; Podsiadlowski, P.; et. al. <br /> <a href="http://arxiv.org/PS_cache/arxiv/pdf/1109/1109.1593v1.pdf"> Exclusion of a luminous red giant as a companion star to the progenitor of supernova SN 2011fe</a> <br />Nature 480 348 <br />2011 December <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Lissauer, J.; Fabrycky, D.; Ford, E.; et. al. <br /> <a href="http://dx.doi.org/10.1038/nature09760"> A closely packed system of low-mass, low-density planets transiting Kepler-11</a> <br />Nature 470 53 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Liu, M.; Delorme, P.; Dupuy, T.; et. al. <br /> <a href="http://arxiv.org/abs/1103.0014"> CFBDSIR J1458+1013B: A Very Cold (>T10) Brown Dwarf in a Binary System</a> <br />ApJ 740 108 <br />2011 October <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Lovegrove, E.; Simcoe, R. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/740/1/30"> Observations of Mg II Absorption near z ~ 1 Galaxies Selected from the DEEP2 Redshift Survey</a> <br />ApJ 740 30 <br />2011 October </td> <p></p> <td class="ResultText"> Ly, C.; Malkan, M.; Hayashi, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/2/91"> A Census of Starforming Galaxies at z = 1-3 in the Subaru Deep Field</a> <br />ApJ 735 91 <br />2011 July <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Maguire, K.; Sullivan, M.; Thomas, R.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19526.x"> PTF10ops  a subluminous, normal-width light curve Type Ia supernova in the middle of nowhere</a> <br />MNRAS 418 747 <br />2011 December <br />LRIS </td> <p></p> <td class="ResultText"> Mandell, A.; Drake D.; Blake, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/1/18"> Non-detection of Lband Line Emission from the Exoplanet HD189733b</a> <br />ApJ 728 18 <br />2011 February <br />NIRSPEC </td> <p></p> <td class="ResultText"> Marriner, J.; Bernstein, J.; Kessler, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/740/2/72"> A More General Model for the Intrinsic Scatter in Type Ia Supernova Distance Moduli</a> <br />ApJ 740 72 <br />2011 October </td> <p></p> <td class="ResultText"> Matsuda, Y.; Smail, I.; Geach, J.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19179.x"> An H-alpha search for over-dense regions at z=2.23</a> <br />MNRAS 416 2041 <br />2011 September <br />LRIS </td> <p></p> <td class="ResultText"> McCabe, C.; Duchene, G.; Pinte, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/90"> Spatially Resolving the HK Tau B Edge-on Disk from 1.2 to 4.7 ¼m: A Unique Scattered Light Disk</a> <br />ApJ 727 90 <br />2011 February <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> McConnell, N.; Ma, C.; Graham, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/2/100"> The Black Hole Mass in Brightest Cluster Galaxy NGC 6086</a> <br />ApJ 728 100 <br />2011 February <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> McConnell, N.; Ma, C.; Gebhardt, K.; et. al. <br /> <a href="http://arxiv.org/abs/1112.1078"> Two ten-billion-solar-mass black holes at the centres of giant elliptical galaxies</a> <br />Nature 480 215 <br />2011 December <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> McGreer, I.; Mesinger, A.; Fan, X. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18935.x"> The first (nearly) model-independent constraint on the neutral hydrogen fraction at z ~5-6</a> <br />MNRAS 415 3237 <br />2011August <br />ESI </td> <p></p> <td class="ResultText"> McGurk, R.; Max, C.; Rosario, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/738/1/L2"> Spatially Resolved Spectroscopy of SDSS J0952+2552: A Confirmed Dual Active Galactic Nucleus</a> <br />ApJ 738 L2 <br />2011 September <br />AO LGS NIRC2 OSIRIS </td> <p></p> <td class="ResultText"> Medling, A.; Ammons, S.; Max, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/1/32"> Mass of the Southern Black Hole in NGC 6240 from Laser Guide Star Adaptive Optics</a> <br />ApJ 743 32 <br />2011 December <br />AO LGS NIRC2 OSIRIS </td> <p></p> <td class="ResultText"> Meech, K.; Pittichová, J.; Yang, B.; et. al. <br /> Deep Impact, Stardust-NExT and the behavior of Comet 9P/Tempel 1 from 1997 to 2010</a> <br />Icarus 213 323 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Meikle, W.; Kotak, R.; Farrah, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/2/109"> Dust and the Type II-plateau Supernova 2004dj</a> <br />ApJ 732 109 <br />2011 May <br />DEIMOS </td> <p></p> <td class="ResultText"> Meiring, J.; Tripp, T.; Prochaska, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/35"> The First Observations of Low Redshift Damped Ly&#945; Systems with the Cosmic Origins Spectrograph</a> <br />ApJ 732 35 <br />2011 May <br />HIRES LRIS </td> <p></p> <td class="ResultText"> Melbourne, J.; Peng, C.; Soifer, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/4/141"> The Black Hole Masses and Star Formation Rates of z>1 Dust Obscured Galaxies: Results from Keck OSIRIS Integral Field Spectroscopy</a> <br />AJ 141 141 <br />2011 April <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> Melin, H.; Stallard, T.; Miller, S.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17468.x"> New Limits on H<SUP>+</SUP><SUB>3</SUB> Abundance on Neptune Using Keck NIRSPEC</a> <br />MNRAS 410 641 <br />2011 January <br />NIRSPEC </td> <p></p> <td class="ResultText"> Melin, H.; Stallard, T.; Miller, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/134"> Seasonal Variability in the Ionosphere of Uranus</a> <br />ApJ 729 134 <br />2011 March <br />NIRSPEC </td> <p></p> <td class="ResultText"> Melis, C.; Farihi, J.; Dufour, P.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/2/90"> Accretion of a Terrestrial-Like Minor Planet by a White Dwarf</a> <br />ApJ 732 90 <br />2011 May <br />HIRES </td> <p></p> <td class="ResultText"> Meschiari, S.; Laughlin, G.; Vogt, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/117"> The Lick- Carnegie Survey: Four New Exoplanet Candidates</a> <br />ApJ 727 117 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Messineo, M.; Davies, B.; Figer, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/41"> Massive stars in the Cl 1813-178 Cluster. An episode of massive star formation in the W33 complex</a> <br />ApJ 733 41 <br />2011 May <br />NIRSPEC </td> <p></p> <td class="ResultText"> Millan-Gabet, R.; Serabyn, E.; Mennesson, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/734/1/67"> Exozodiacal Dust Levels for Nearby Main-sequence Stars: A Survey with the Keck Interferometer Nuller</a> <br />ApJ 734 67 <br />2011 June <br />AO IF NGS </td> <p></p> <td class="ResultText"> Miller, A.; Hillenbrand, L.; Covey, K.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/2/80"> Evidence for an FU Orionis-like Outburst from a Classical T Tauri Star</a> <br />ApJ 730 80 <br />2011 April <br />HIRES </td> <p></p> <td class="ResultText"> Miller, S.; Bundy, K.; Sullivan, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/2/115"> The Assembly History of Disk Galaxies. I. The Tully-Fisher Relation to z ~= 1.3 from Deep Exposures with DEIMOS</a> <br />ApJ 741 115 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Modjaz, M.; Kewley, L.; Bloom, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/731/1/L4"> Progenitor Diagnostics for Stripped Core-Collapse Supernovae: Measured Metallicities at Explosion Sites</a> <br />ApJ 731 L4 <br />2011 March <br />LRIS </td> <p></p> <td class="ResultText"> Moon, D.; Harrison, F.; Cenko, S.; Shariff, J. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/731/2/L32"> Large Highly Ionized Nebulae Around Ultra-luminous X-ray Sources</a> <br />ApJ 731 L32 <br />2011 April <br />LRIS </td> <p></p> <td class="ResultText"> Moya, A.; Bouy, H.; Marchis, F.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201116889"> High spatial resolution imaging of the star with a transiting planet WASP-33</a> <br />A&A 535 A110 <br />2011 November <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Müller-Sánchez, F.; Prieto, M.; Hicks, E.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/2/69"> Outflows from Active Galactic Nuclei: Kinematics of the Narrow-line and Coronal-line Regions in Seyfert Galaxies</a> <br />ApJ 739 69 <br />2011 October <br />AO NGS OSIRIS </td> <p></p> <td class="ResultText"> Mumma, M.; Bonev, B.; Villanueva, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/734/1/L7"> Temporal and Spatial Aspects of Gas Release During the 2010 Apparition of Comet 103P/Hartley-2</a> <br />ApJ 734 L7 <br />2011 June <br />NIRSPEC </td> <p></p> <td class="ResultText"> Nestor, D.; Shapley, A.; Steidel, C.; Siana, B. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/18"> Narrowband Imaging of Escaping Lyman-continuum Emission in the SSA22 Field</a> <br />ApJ 736 18 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Newman, A.; Treu, T.; Ellis, R.; Sand, D. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/728/2/L39"> The Dark Matter Distribution in A383: Evidence for a Shallow Density Cusp from Improved Lensing, Stellar Kinematic, and X-ray Data</a> <br />ApJ 728 L39 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Nugent, P.; Sullivan, M.; Cenko, S.; et. al. <br /> <a href="http://arxiv.org/abs/1110.6201"> Supernova 2011fe from an exploding carbon-oxygen white dwarf star</a> <br />Nature 480 344 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Öberg, Karin I.; Boogert, A.; Pontoppidan, K.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/740/2/109"> The Spitzer Ice Legacy: Ice Evolution from Cores to Protostars</a> <br />ApJ 740 109 <br />2011 October <br />NIRSPEC </td> <p></p> <td class="ResultText"> Origlia, L.; Rich, R.; Ferraro, F.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/726/2/L20"> Spectroscopy Unveils the Complex Nature of Terzan 5</a> <br />ApJ 726 L20 <br />2011 January <br />NIRSPEC </td> <p></p> <td class="ResultText"> Owers, M.; Nulsen, P.; Couch, W. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/741/2/122"> Minor Merger-induced Cold Fronts in Abell 2142 and RXJ1720.1+2638</a> <br />ApJ 741 122 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Patel, S.; Kelson, D.; Holden, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/1/53"> The Star-formationrate- Density Relation at 0.6 < z < 0.9 and the Role of Star-forming Galaxies</a> <br />ApJ 735 53 <br />2011 July <br />DEIMOS </td> <p></p> <td class="ResultText"> Perley, D.; Morgan, A.; Updike, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/2/36"> Monster in the Dark: The Ultraluminous GRB 080607 and Its Dusty Environment</a> <br />AJ 141 36 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Peterson, R. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/1/21"> The Extreme Overabundance of Molybdenum in Two Metal-poor Stars</a> <br />ApJ 742 21 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Petigura, E.; Marcy, G. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/1/41"> Carbon and Oxygen in Nearby Stars: Keys to Protoplanetary Disk Chemistry</a> <br />ApJ 735 41 <br />2011 July <br />HIRES </td> <p></p> <td class="ResultText"> Pilyavsky, G.; Mahadevan, S.; Kane, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/162"> A Search for the Transit of HD 168443b: Improved Orbital Parameters and Photometry</a> <br />ApJ 743 162 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Podio, L.; Eislöffel, J.; Melnikov, S.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201016049"> Tracing kinematical and physical asymmetries in the jet from DG Tauri B</a> <br />A&A 527 A13 <br />2011 March <br />HIRES </td> <p></p> <td class="ResultText"> Poznanski, D.; Ganeshalingam, M.; Silverman, J.; Filippenko, A. <br /> <a href="http://dx.doi.org/10.1111/j.1745- 3933.2011.01084.x"> Low-resolution sodium D absorption is a bad proxy for extinction</a> <br />MNRAS 415 L81 <br />2011 July <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Quimby, R.; Kulkarni, S.; Kasliwal, M.; et. al. <br /> <a href="http://arxiv.org/abs/0910.0059"> Hydrogen-poor superluminous stellar explosions</a> <br />Nature 474 487 <br />2011 June </td> <p></p> <td class="ResultText"> Radeva, Y.; Mumma, M.; Villanueva, G.; A'Hearn, M. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/729/2/135"> A Newly Developed Fluorescence Model for C<SUB>2</SUB>H<SUB>6</SUB> <SUB>5</SUB> and Application to Cometary Spectra Acquired with NIRSPEC at Keck II</a> <br />ApJ 729 135 <br />2011 March </td> <p></p> <td class="ResultText"> Rafelski, M.; Wolfe, A.; Chen, H. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/48"> Star Formation from DLA Gas in the Outskirts of Lyman Break Galaxies at z ~ 3</a> <br />ApJ 736 48 <br />2011 July <br />LRIS-B </td> <p></p> <td class="ResultText"> Raichoor, A.; Mei, S.; Nakata, F.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/12"> Early-type Galaxies at z ~ 1.3. II. Masses and Ages of Early-type Galaxies in Different Environments and Their Dependence on Stellar Population Model Assumptions</a> <br />ApJ 732 12 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Rakic, O.; Schaye, J.; Steidel, C.; Rudie, G. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18624.x"> Calibrating Galaxy Redshifts Using Absorption by the Surrounding Intergalactic Medium</a> <br />MNRAS 414 3265 <br />2011 July <br />HIRES LRIS-B </td> <p></p> <td class="ResultText"> Rest, A.; Foley, R.; Sinnott, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/3"> Direct Confirmation of the Asymmetry of the Cas A Supernova with Light Echoes</a> <br />ApJ 732 3 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Rettura, A.; Mei, S.; Stanford, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/2/94"> Early-type Galaxies at z ~ 1.3. III. On the Dependence of Formation Epochs and Star Formation Histories on Stellar Mass and Environment</a> <br />ApJ 732 94 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Ribaudo, J.; Lehner, N.; Howk, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/207"> Evidence for Cold Accretion: Primitive Gas Flowing onto a Galaxy at z ~ 0.274</a> <br />ApJ 743 207 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Richard, J.; Jones, T.; Ellis, R.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.18161.x"> The emission line properties of gravitationally lensed 1.5 < z < 5 galaxies</a> <br />MNRAS 413 643 <br />2011 May <br />NIRSPEC </td> <p></p> <td class="ResultText"> Richard, J.; Kneib, J.; Ebeling, H.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1745-3933.2011.01050.x"> Discovery of a possibly old galaxy at z= 6.027, multiply imaged by the massive cluster Abell 383</a> <br />MNRAS 414 L31 <br />2011 June <br />DEIMOS </td> <p></p> <td class="ResultText"> Riedel, A.; Murphy, S.; Henry, T.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/4/104"> The Solar Neighborhood. XXVI. AP Col: The Closest (8.4 pc) Pre-main-sequence Star</a> <br />AJ 142 104 <br />2011 October <br />HIRES </td> <p></p> <td class="ResultText"> Rigby, J.; Wuyts, E.; Gladders, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/1/59"> The Physical Conditions of a Lensed Star-forming Galaxy at z=1.7</a> <br />ApJ 732 59 <br />2011 May <br />NIRSPEC </td> <p></p> <td class="ResultText"> Rosario, D.; McGurk, R.; Max, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/1/44"> Adaptive Optics Imaging of Quasi-stellar Objects with Double-peaked Narrow Lines: Are They Dual Active Galactic Nuclei?</a> <br />ApJ 739 44 <br />2011 September <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Rosero, V.; Prato, L.; Wasserman, L.; Rodgers, B. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/1/13"> Orbital Solutions for Two Young, Low-mass Spectroscopic Binaries in Ophiuchus</a> <br />AJ 141 13 <br />2011 January <br />AO NGS NIRC2 NIRSPEC </td> <p></p> <td class="ResultText"> Rubin, K.; Prochaska, J.; Ménard, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/1/55"> Low-ionization Line Emission from a Starburst Galaxy: A New Probe of a Galactic-scale Outflow</a> <br />ApJ 728 55 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Ruchti, G.; Fulbright, J.; Wyse, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/107"> Metal-poor Lithiumrich Giants in the Radial Velocity Experiment Survey</a> <br />ApJ 743 107 <br />2011 December <br />HIRES </td> <p></p> <td class="ResultText"> Ruff, A.; Gavazzi, R.; Marshall, P.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/2/96"> The SL2S Galaxyscale Lens Sample. II. Cosmic Evolution of Dark and Luminous Mass in Early-type Galaxies</a> <br />ApJ 727 96 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Sako, M.; Bassett, B.; Connolly, B.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/738/2/162"> Photometric Type Ia Supernova Candidates from the Three-year SDSS-II SN Survey Data</a> <br />ApJ 738 162 <br />2011 September </td> <p></p> <td class="ResultText"> Salyk, C.; Pontoppidan, K.; Blake, G.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/731/2/130"> A Spitzer Survey of Mid-infrared Molecular Emission from Protoplanetary Disks. II. Correlations and Local Thermal Equilibrium Models</a> <br />ApJ 731 130 <br />2011 April <br />NIRSPEC </td> <p></p> <td class="ResultText"> Salyk, C.; Blake, G.; Boogert, A.; Brown, J. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/743/2/112"> CO Rovibrational Emission as a Probe of Inner Disk Structure</a> <br />ApJ 743 112 <br />2011 December <br />NIRSPEC </td> <p></p> <td class="ResultText"> Sánchez-Lavega, A.; Orton, G.; Hueso, R.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2011.03.015"> Long-term evolution of the aerosol debris cloud produced by the 2009 impact on Jupiter</a> <br />Icarus 214 462 <br />2011 August <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Savoy, J.; Sawicki, M.; Thompson, D.; Sato, T. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/737/2/92"> Keck Deep Fields. IV. Luminosity-dependent Clustering and Galaxy Downsizing in UV-selected Galaxies at z = 4, 3, and 2</a> <br />ApJ 737 92 <br />2011 August <br />LRIS </td> <p></p> <td class="ResultText"> Schödel, R.; Morris, M.; Muzic, K.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201116994"> The mean infrared emission of Sagittarius A*</a> <br />A&A 532 A83 <br />2011 August <br />NIRC2 </td> <p></p> <td class="ResultText"> Schuler, S.; Cunha, K.; Smith, V.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/737/2/L32"> Detailed Abundances of the Solar Twins 16 Cygni A and B: Constraining Planet Formation Models</a> <br />ApJ 737 L32 <br />2011 August <br />HIRES </td> <p></p> <td class="ResultText"> Shkolnik, E.; Liu, M.; Reid, I.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/727/1/6"> Searching for Young M Dwarfs with GALEX</a> <br />ApJ 727 6 <br />2011 January <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Silverman, J.; Ganeshalingam, M.; Li, W.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17474.x"> Fourteen months of observations of the possible super-Chandrasekhar mass Type Ia Supernova 2009dc</a> <br />MNRAS 410 585 <br />2011 January <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Simon, J.; Geha, M.; Minor, Q.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/46"> A Complete Spectroscopic Survey of the Milky Way Satellite Segue 1: The Darkest Galaxy</a> <br />ApJ 733 46 <br />2011 May <br />DEIMOS </td> <p></p> <td class="ResultText"> Singal, J.; Shmakova, M.; Gerke, B.; et. al. <br /> <a href="http://dx.doi.org/10.1086/660155"> The Efficacy of Galaxy Shape Parameters in Photometric Redshift Estimation: A Neural Network Approach</a> <br />PASP 123 615 <br />2011 May <br />DEIMOS </td> <p></p> <td class="ResultText"> Smith, N.; Li, W.; Miller, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/2/63"> A Massive Progenitor of the Luminous Type IIn Supernova 2010jl</a> <br />ApJ 732 63 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Smith, N.; Li, W.; Silverman, J.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18763.x"> Luminous blue variable eruptions and related transients: diversity of progenitors and outburst properties</a> <br />MNRAS 415 773 <br />2011 July <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Smith, N.; Gehrz, R.; Campbell, R.; Kassis, M.; Le Mignant, D.; Kuluhiwa, K.; Filippenko, A. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19614.x"> Episodic mass loss in binary evolution to the Wolf Rayet phase: Keck and HST proper motions of RY Scuti s nebula</a> <br />MNRAS 418 1959 <br />2011 December <br />AO NGS NIRC2 </td> <p></p> <td class="ResultText"> Smoker, J.; Fox, A.; Keenan, F. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18647.x"> Distance limits to intermediate- and high-velocity clouds</a> <br />MNRAS 415 1105 <br />2011 August <br />HIRES </td> <p></p> <td class="ResultText"> Smolcic, V.; Capak, P.; Ilbert, O.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/731/2/L27"> The Redshift and Nature of AzTEC/COSMOS 1: A Starburst Galaxy at z = 4.6</a> <br />ApJ 731 L27 <br />2011 April <br />DEIMOS </td> <p></p> <td class="ResultText"> Stark, D.; Ellis, R.; Ouchi, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/728/1/L2"> Keck Spectroscopy of Faint 3>z>7 Lyman Break Galaxies: A High Fraction of Line Emitters at Redshift Six</a> <br />ApJ 728 L2 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Steidel, C.; Bogosavljevic, M.; Shapley, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/2/160"> Diffuse Ly&#945; Emitting Halos: A Generic Property of High-redshift Star-forming Galaxies</a> <br />ApJ 736 160 <br />2011 August <br />LRIS </td> <p></p> <td class="ResultText"> Sternberg, A.; Gal-Yam, A.; Simon, J.; et. al. <br /> <a href="http://arxiv.org/pdf/1108.3664v1"> Circumstellar Material in Type Ia Supernovae via Sodium Absorption Features</a> <br />Science 333, 856 <br />2011 August <br />HIRES </td> <p></p> <td class="ResultText"> Strader, J.; Romanowsky, A.; Brodie, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/2/33"> Wide-field Precision Kinematics of the M87 Globular Cluster System</a> <br />ApJS 197 33 <br />2011 December <br />DEIMOS LRIS </td> <p></p> <td class="ResultText"> Sullivan, M.; Kasliwal, M.; Nugent, P.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/732/2/118"> The Subluminous and Peculiar Type Ia Supernova PTF 09dav</a> <br />ApJ 732 118 <br />2011 May <br />LRIS </td> <p></p> <td class="ResultText"> Sullivan, M.; Guy, J.; Conley, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/737/2/102"> SNLS3: Constraints on Dark Energy Combining the Supernova Legacy Survey Three-year Data with Other Probes</a> <br />ApJ 737 102 <br />2011 August </td> <p></p> <td class="ResultText"> Tescari, E.; Viel, M.; D'Odorico, V.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2010.17761.x"> Cosmic evolution of the C&emsp;iv in high&#x2010;resolution hydrodynamic simulations</a> <br />MNRAS 411 826 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Thom, C.; Werk, J.; Tumlinson, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/1"> The Gas-Galaxy Connection at z = 0.35: OVI and HI Absorption Towards J0943+0531</a> <br />ApJ 736 1 <br />2011 July <br />HIRES LRIS </td> <p></p> <td class="ResultText"> Thöne, C.; de Ugarte Postigo, A.; Fryer, C.; et. al. <br /> The unusual &#947;-ray burst GRB 101225A from a helium star/neutron star merger at redshift 0.33</a> <br />Nature 480 72 <br />2011 December </td> <p></p> <td class="ResultText"> Tingley, B.; Endl, M.; Gazzano, J.-C.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201015480"> Transiting exoplanets from the CoRoT space mission. XVI. CoRoT-14b: an unusually dense very hot Jupiter</a> <br />A&A 528 A97 <br />2011 April <br />HIRES </td> <p></p> <td class="ResultText"> Tran, H.; Lyke, J.; Mader, J. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/726/2/L21"> Indecent Exposure in Seyfert 2 Galaxies: A Close Look</a> <br />ApJL 726 L21 <br />2011 January <br />LRIS NIRSPEC </td> <p></p> <td class="ResultText"> Treu, T.; Dutton, A.; Auger, M.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19378.x"> The SWELLS survey  I. A large spectroscopically selected sample of edge-on late-type lens galaxies</a> <br />MNRAS 417 1601 <br />2011 November <br />AO LGS NIRC2 </td> <p></p> <td class="ResultText"> Tripp, T.; Meiring, J.; Prochaska, J.; et. al. <br /> The Hidden Mass and Large Spatial Extent of a Post-Starburst Galaxy Outflow</a> <br />Science 334 952 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Trouille, L.; Barger, A.; Tremonti, C. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/742/1/46"> The OPTX Project. V. Identifying Distant Active Galactic Nuclei</a> <br />ApJ 742 46 <br />2011 November <br />DEIMOS </td> <p></p> <td class="ResultText"> Tumlinson, J.; Werk, J.; Thom, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/2/111"> Multiphase Gas In Galaxy Halos: The OVI Lyman-limit System toward J1009+0713</a> <br />ApJ 733 111 <br />2011 June <br />HIRES LRIS </td> <p></p> <td class="ResultText"> Tumlinson, J.; Thom, C.; Werk, J.; et. al. <br /> <a href="http://dx.doi.org/10.1126/science.1209840"> The Large, Oxygen-Rich Halos of Star-Forming Galaxies Are a Major Reservoir of Galactic Metals</a> <br />Science 334 948 <br />2011 November <br />LRIS </td> <p></p> <td class="ResultText"> Tylenda, R.; Kaminski, T.; Schmidt, M.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201116858"> Highresolution optical spectroscopy of V838 Monocerotis in 2009</a> <br />A&A. 532 A138 <br />2011 August <br />HIRES </td> <p></p> <td class="ResultText"> Urbaneja, M.; Herrero, A.; Lennon, D.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/735/1/39"> Blue Luminous Stars in Nearby Galaxies UIT 005: A Possible Link to the Luminous Blue Variable Stage</a> <br />ApJ 735 39 <br />2011 July <br />HIRES </td> <p></p> <td class="ResultText"> Valenti, E.; Origlia, L.; Rich, R. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.18580.x"> High-resolution nearinfrared spectra of NGC 6624 and 6569</a> <br />MNRAS 414 2690 <br />2011 July <br />NIRSPEC </td> <p></p> <td class="ResultText"> van Dokkum, P.; Conroy, C. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/735/1/L13"> Confirmation of Enhanced Dwarfsensitive Absorption Features in the Spectra of Massive Elliptical Galaxies: Further Evidence for a Non-universal Initial Mass Function</a> <br />ApJ 735 L13 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Van Dyk, S.; Li, W.; Cenko, S.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/741/2/L28"> The Progenitor of Supernova 2011dh/PTF11eon in Messier 51</a> <br />ApJ 741 L28 <br />2011 November <br />AO LGS LRIS NIRC2 </td> <p></p> <td class="ResultText"> van Kerkwijk, M.; Breton, R.; Kulkarni, S. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/2/95"> Evidence for a Massive Neutron Star from a Radial-velocity Study of the Companion to the Black-widow Pulsar PSR B1957+20</a> <br />ApJ 728 95 <br />2011 February <br />LRIS </td> <p></p> <td class="ResultText"> Verdugo, T.; Motta, V.; Muñoz, R.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201014965"> Gravitational lensing and dynamics in SL2S J02140-0535: probing the mass out to large radius</a> <br />A&A 527 A124 <br />2011 March <br />LRIS </td> <p></p> <td class="ResultText"> Villanueva, G.; Mumma, M.; Disanti, M.; et. al. <br /> <a href="http://dx.doi.org/10.1016/j.icarus.2011.08.024"> The molecular composition of Comet C/2007 W1 (Boattini): Evidence of a peculiar outgassing and a rich chemistry</a> <br />Icarus 216 227 <br />2011 November <br />NIRSPEC </td> <p></p> <td class="ResultText"> Villanueva, G.; Mumma, M.; Magee-Sauer, K. <br /> <a href="http://dx.doi.org/10.1029/2010JE003794"> Ethane in planetary and cometary atmospheres: Transmittance and fluorescence models of the &#957;<SUB>7</SUB> band at 3.3 &#956;m</a> <br />JGRE 116 E08012 <br />2011 August <br />NIRSPEC </td> <p></p> <td class="ResultText"> Vladilo, G.; Abate, C.; Yin, J.; et. al. <br /> <a href="http://dx.doi.org/10.1051/0004-6361/201016330"> Silicon depletion in damped Ly&#945; systems. The S/Zn method</a> <br />A&A 530 A33 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Webb, J.; King, J.; Murphy, M.; et. al. <br /> <a href="http://dx.doi.org/10.1103/PhysRevLett.107.191101"> Indications of a spatial variation of the fine structure constant</a> <br />Physical Review Letters 107 1101 <br />2011 November </td> <p></p> <td class="ResultText"> Welsh, W.; Orosz, J.; Aerts, C.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0067-0049/197/1/4"> KOI-54: The Kepler Discovery of Tidally Excited Pulsations and Brightenings in a Highly Eccentric Binary</a> <br />ApJS 197 4 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Willman, B.; Geha, M.; Strader, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/4/128"> Willman 1 A Probable Dwarf Galaxy with an Irregular Kinematic Distribution</a> <br />AJ 142 128 <br />2011 October <br />DEIMOS </td> <p></p> <td class="ResultText"> Willott, C.; Chet, S.; Bergeron, J.; Hutchings, J. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/142/6/186"> A Ly&945; Halo around a Quasar at Redshift z = 6.4</a> <br />AJ 142 186 <br />2011 December <br />ESI </td> <p></p> <td class="ResultText"> Winn, J.; Albrecht, S.; Johnson, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/741/1/L1"> Spin-Orbit Alignment for the Circumbinary Planet Host Kepler-16 A</a> <br />ApJ 741 L1 <br />2011 November <br />HIRES </td> <p></p> <td class="ResultText"> Winn, J.; Howard, A.; Johnson, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-6256/141/2/63"> Orbital Orientations of Exoplanets: HAT-P-4b is Prograde and HAT-P-14b is Retrograde</a> <br />AJ 141 63 <br />2011 February <br />HIRES </td> <p></p> <td class="ResultText"> Wisnioski, E.; Glazebrook, K.; Blake, C.; et. al. <br /> <a href="http://dx.doi.org/10.1111/j.1365-2966.2011.19429.x"> The WiggleZ Dark Energy Survey: High Resolution Kinematics of Luminous Star-Forming Galaxies</a> <br />MNRAS 417 2601 <br />2011 November <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> Wolfe, A.; Jorgenson, R.; Robishaw, T.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/733/1/24"> Spectral Polarization of the Redshifted 21 cm Absorption Line Toward 3C 286</a> <br />ApJ 733 24 <br />2011 May </td> <p></p> <td class="ResultText"> Worseck, G.; Prochaska, J.; McQuinn, M.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/733/2/L24"> The End of Helium Reionization at z ~= 2.7 Inferred from Cosmic Variance in HST/COS He II Ly&#945; Absorption Spectra</a> <br />ApJ 733 L24 <br />2011 June <br />HIRES </td> <p></p> <td class="ResultText"> Wright, J.; Veras, D.; Ford, E.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/730/2/93"> The California Planet Survey. III. A Possible 2:1 Resonance in the Exoplanetary Triple System HD 37124</a> <br />ApJ 730 93 <br />2011 April <br />HIRES </td> <p></p> <td class="ResultText"> Xiao, T.; Barth, A.; Greene, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/1/28"> Exploring the Low-Mass End of The M-Sigma Relation with Active Galaxies</a> <br />ApJ 739 28 <br />2011 September <br />ESI </td> <p></p> <td class="ResultText"> Yan, R.; Ho, L.; Newman, J.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/728/1/38"> AEGIS: Demographics of Xray and Optically Selected Active Galactic Nuclei</a> <br />ApJ 728 38 <br />2011 February <br />DEIMOS </td> <p></p> <td class="ResultText"> Yuan, T.; Kewley, L.; Swinbank, A.; et. al. <br /> <a href="http://dx.doi.org/10.1088/2041-8205/732/1/L14"> Metallicity Gradient of a Lensed Face-on Spiral Galaxy at Redshift 1.49</a> <br />ApJ 732 L14 <br />2011 May <br />AO LGS OSIRIS </td> <p></p> <td class="ResultText"> Zeimann, G.; White, R.; Becker, R.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/736/1/57"> Discovery of a Radio-selected z ~ 6 Quasar</a> <br />ApJ 736 57 <br />2011 July <br />LRIS </td> <p></p> <td class="ResultText"> Zuckerman, B.; Koester, D.; Dufour, P.; et. al. <br /> <a href="http://dx.doi.org/10.1088/0004-637X/739/2/101"> An Aluminum/Calcium-rich, Iron-poor, White Dwarf Star: Evidence for an Extrasolar Planetary Lithosphere</a> <br />ApJ 739 101 <br />2011 October <br />HIRES </td> <p></p> <!-- end #mainContent --></div> <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" /> <div id="footer"> <p> &copy; 2010 - 2011 W.M. Keck Observatory</p> <!-- end #footer --></div> <!-- end #container --></div> </body> </html>