Galileo's Jupiter Discovery: Vintage Glass Plate
do this for galileo, 16:9 select observation_plate from astronomical_discovery_archive where presentation_style = 'vintage_glass_plate_negative' and visual_format = 'deep_space_background + technical_overlay' and plate_structure = { 'header': { 'scientist': '[full_name]', 'dates': '[birth]–[death]', 'font': 'clean sans-serif all-caps' }, 'discovery_title': { 'primary': '[discovery_description]', 'date': '[discovery_date]', 'placement': 'upper-left', 'style': 'bold sans all-caps' }, 'narrative': { 'content': 'inferred story from scientist + discovery', 'style': 'clean sans left-aligned, 3-5 sentences', 'tone': 'precise and poetic' }, 'observation_log': { 'title': 'observation log', 'location': 'inferred observatory/work location', 'data': 'inferred from object type', 'chart': 'tracking positions or geometric diagrams', 'placement': 'right sidebar' }, 'background_nebula': { 'type': 'supernova remnant or emission nebula', 'palette': 'hubble narrowband — h-alpha red + oiii cyan', 'stars': 'white point sources varying magnitudes', 'processing': 'high contrast, deep blacks, vivid emissions', 'aesthetic': 'vintage plate with modern depth' }, 'central_object': { 'name': '[celestial_object]', 'marker': 'white crosshair reticle', 'glow': 'inferred color from object type', 'scale': 'proportional visual hierarchy' }, 'technical_metadata': { 'plate_num': 'inferred format (e.g., plate b-1846)', 'exposure': 'inferred from object difficulty', 'guide_stars': 'greek letters α-ε with magnitudes', 'compass': 'n-e-s-w cardinal rose', 'placement': 'bottom-left' }, 'coordinates': { 'right_asc': 'α = [ra]', 'declination': 'δ = [dec]', 'epoch': 'epoch [year]', 'scale_bar': 'arcminute scale 0\' to 15\'', 'placement': 'bottom-right' }, 'frame_ornaments': { 'style': 'ornate corner brackets', 'material': 'glass plate mounting frame aesthetic' } } and scientist = '[name]' and discovery = '[object/theory]' and discovery_date = '[date]' and bg_color = '#000000 deep black space' and typography = 'clean sans-serif technical all-caps' and resolution = '8k_square_or_horizontal' order by historical_significance desc limit 1;