Compare James Webb Space Telescope images to older images.

Overview
Comments
  • Slider doesn't work quite right when zoomed in on webpage

    Slider doesn't work quite right when zoomed in on webpage

    I have a high res monitor so I zoomed in my browser window to 160% and the cursor position math seems to be a bit wonky and jumpy as you try to adjust the slider

    opened by xconverge 7
  • Generate lower resolution images for faster loading times

    Generate lower resolution images for faster loading times

    Currently, the website's images load very slowly. I've generated 2800x, 1400x, 700x, and 350x versions of all images used in the comparisons, and added HTML sizing declarations so the browser will automatically use the image best for the screen resolution.

    opened by FlyOrBoom 6
  • Slider randomly doesn't show up on MacOS

    Slider randomly doesn't show up on MacOS

    Works fine on Windows. On MacOS, on some pictures the slider will show up, on some it won't and instead looks like a picture without any interactivity: image Chrome 103 MacOS 12.3.

    opened by 1valdis 5
  • There should be clear guidelines on how to contribute

    There should be clear guidelines on how to contribute

    Nice to have: A clear CONTRIBUTING and CONTRIBUTORS file (jculpon can provide some examples) along with a code of content to make it clear (beyond people familiar with working with GPLv3) how to contribute to the repository (and be credited if desired).

    It’s probably fine to have most of this in README.md at this stage, but this tool is likely to be passed around for a while in an education context in addition to the scientific one, so it’s good to have “teacher-friendly” or “not GPL programming” instructions in case students find issues they think should be fix during lectures.

    opened by jculpon 4
  • new official image of Cartwheel Galaxy

    new official image of Cartwheel Galaxy

    https://www.nasa.gov/feature/goddard/2022/webb-captures-stellar-gymnastics-in-the-cartwheel-galaxy

    https://www.nasa.gov/image-feature/goddard/2018/hubble-s-cartwheel

    opened by ryran 2
  • Add comparison of Jupiter

    Add comparison of Jupiter

    James Webb: https://www.reddit.com/r/jameswebb/comments/vzbrqg/comment/ig944ro/?utm_medium=android_app&utm_source=share&context=3

    Hubble : https://www.nasa.gov/sites/default/files/thumbnails/image/stsci-h-p2042a-f-1663x1663.png https://www.nasa.gov/feature/goddard/2020/hubble-captures-crisp-new-portrait-of-jupiters-storms

    opened by LifeIsStrange 1
  • Sliders doesn't work correct with changed window size

    Sliders doesn't work correct with changed window size

    Hi. First of all, really great project & idea! I love this!

    Repro steps

    1. Go to: https://johnedchristensen.github.io/WebbCompare/
    2. Change browser window size to smaller (and finally to the smallest width)
    3. See that sliders behavior is incorrect (jumpy or stuck)

    Additional context

    It's quite similar & perhaps related with issue #7 But in this case, the issue occurs just after changing browser' window size (smaller values than default). Browser: Firefox as well as Chrome

    Best wishes,

    opened by mbiesiad 1
  • `cd-image-container` `max-width` hinders experience on large screens

    `cd-image-container` `max-width` hinders experience on large screens

    The maximum size this site will show images at is 768px wide. That's very small on a desktop monitor. Would be much better if on desktop form-factor we could use more screen real-estate.

    The mitigation for this right now is to zoom the whole page, but then the slider breaks.

    opened by josiah-roberts 1
  • Mobile view issue

    Mobile view issue

    The slider doesn't appear on mobile view for the Carina Nebula. Apparently I can trigger it to appear by going landscape mode. Brave desktop works just fine. Screenshot_20220712-153243_Brave

    opened by erich-hs 1
  • Fix slider visibility not working on mobile

    Fix slider visibility not working on mobile

    On some mobile devices that have a very wide aspect ratio, the slider will never be visible for the last image even if users scroll down entirely. Fixed it by changing checkPosition() to calculate visibility using getBoundingClientRect().

    opened by markusdlugi 1
  • Resize & lower the weight of all images for mobile & slower connections

    Resize & lower the weight of all images for mobile & slower connections

    I used this command to do the resize:

    $ magick 'image path' -resize x1000 -quality 100 'output path'
    

    For concerned images, that's quite a gain! And the loss is barely perceptible on my 27'' screen.

    | Image | Initial size | New size | Gain | |---|---|---|---| | Webb Deep Field Cropped.png | 12 524 KB | 1 346 KB | -89,25 % | | Hubble Cropped.png | 8 827 KB | 1 554 KB | -82,39 % | | Southern_nebula_webb.png | 21 813 KB | 1 219 KB | -94,41 % | | Southern_ring_nebula_Hubble_Rotated.png | 2 848 KB | 293 KB | -89,71 % | | Stephans_Quintent_Webb.jpg | 5 054 KB | 1 006 KB | -80,09 % | | Stephan's_Quintet_Hubble_Rotated.jpg | 584 KB | 382 KB | -34,59 % | | TOTAL | 51 650 KB | 5 800 KB | -88,77 % |

    Feel free to close or make other suggestions 👍

    (some changes are caused by my IDE automatically removing trailing spaces)

    opened by Pierstoval 1
  • What about adding some comparisons with Spitzer?

    What about adding some comparisons with Spitzer?

    opened by ryran 0
  • Adds a basic SECURITY policy and dependabot settings to JohnEdChristensen/WebbCompare

    Adds a basic SECURITY policy and dependabot settings to JohnEdChristensen/WebbCompare

    Adds a GitHub Dependabot YAML configuration and a sketch SECURITY policy for reporting more urgent/potential security vulnerability related bugs to WebbCompare.

    Prepared via PUNCH ELVIS GAMES and merged/squashed into a smaller changeset for a simpler DIFF with upstream.

    commit-by:jculpon

    opened by jculpon 1
  • Safari Index Out of Bounds in Zoom Mode

    Safari Index Out of Bounds in Zoom Mode

    Zoom.js is throwing an index out of bound issue in safari. I don't have an apple device to troubleshoot and test a fix for this, but I'm guessing it would be a pretty straight forward fix. Issue with GIF was reported here https://twitter.com/hhill2020/status/1548160163131011073?s=20&t=deRQ7smQESmZzlVZZjnrYg

    bug help wanted good first issue 
    opened by JohnEdChristensen 1
  • Brightness needs to be equalized

    Brightness needs to be equalized

    The brightness of each Hubble/Webb image is completely arbitrary, with the constraint that not too many pixels are oversaturated. With the exception of the Carina Nebula, the Hubble images you're using are darker than the Webb images, which makes the latter look brighter and "better." You should adjust the brightness of the pairs so that they are approximately equivalent, so that the comparison is based on the true differences between the images (resolution, ability to see further into the past).

    opened by dtgriscom-ta 3
Owner
John Christensen
Physics BS gone Software Developer. Interested in creating tools to help people learn and understand the beauty of the universe at all scales.
John Christensen
Javascript client for Sanity. Works in node.js and modern browsers (older browsers needs a Promise polyfill).

@sanity/client Javascript client for Sanity. Works in node.js and modern browsers (older browsers needs a Promise polyfill). Requirements Sanity Clien

Sanity 23 Nov 29, 2022
Space Travelers' Hub - a web application that facilitates booking rockets and join selected space missions

This is a web application that facilitates booking rockets and join selected space missions. It is built for a company that offers both commercial and scientific space travel services. The application also works with real live data from the SpaceX API.

Mong'are 6 Mar 29, 2022
"Space-Travelers-Hub" is a website that allows users to book rockets and join selected space missions by using data from the SpaceX API.

Space-Travelers-Hub This project was bootstrapped with Create React App. Description "Space-Travelers-Hub" is a website that allows users to book rock

Tresor Sawasawa 4 Mar 13, 2022
A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Space Travelers A web application for a company that provides commercial and scientific space travel services. The application will allow users to boo

Hector Torres 2 Apr 6, 2022
Welcome to Space Traveler's HUB, this web app allows the user to take a fictional tour across the space.

Welcome to Space Traveler's HUB, this web app allows the user to take a fictional tour across the space. The user can choose a rocket from our catalog interface, and reserve it. Also, the user can see recent special missions and join them. Finally, the user will be able to keep track of all your rockets and mission they are subscribed to. Build with React, Redux, React-router, and Railwindcss.

Mihreteab Misganaw 3 Jan 27, 2022
This web application provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

space-hub About Project "Space Traveler's Hub" is A web application that provides commercial and scientific space travelling services, We are working

Nicholas Emmanuel 7 Nov 2, 2022
This a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets, dragons and join selected space missions.

Space Travelers' Hub In this project, we have worked with the real live data from the SpaceX API. Our task was to build a web application for a compan

Apuabi Titilope 4 Oct 31, 2022
In this project we built a web application that consumes an SpaceX API. It provides commercial and scientific space travel services that allows users to book rockets and join selected space missions.

Space Travelers' Hub In this project we built a web application that consumes an SpaceX API. It provides commercial and scientific space travel servic

Diego Yon 7 Sep 30, 2022
This web application provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

Space Traveler's Hub This web application provides commercial and scientific space travel services. The application allows users to book rockets and j

Michael Mesfin 6 Oct 4, 2022
aka Scaletor, take screenshots of a piece of a map and scale/compare with other parts of the map

scale-a-tron A quick-and-dirty map that lets you compare one area to another. Draw a shape around a region, zoom in to another place on the map, and c

Stamen Design 24 Nov 7, 2022
Compare camelized/dasherized/underscored strings each other 🤜🏿 🤛🏿

aynen Compare camelized/dasherized/underscored strings each other Install npm install aynen yarn add aynen Usage import aynen from 'aynen'; aynen('fo

null 4 Mar 25, 2022
Gets system requirement information to compare to the ones shown in Steam.

Steam SysReq Gets system requirement information to compare to the ones shown in Steam. Usage import getSteamSysReq from 'steam-sysreq'; const steamS

Mohammed Keyvanzadeh 3 Nov 15, 2022
Compare 👥 and extract 🔬 differences between JSON values

json-changes Easily compare changes in JSON-like values. This can be especially useful when you want to compare an incoming payload with a counterpart

Joakim Hedlund 2 Aug 23, 2022
✨ View all of your GitHub stats and compare your stats with friends, made using nextjs and tailwind.

Octotastic All of your GitHub Stats in one place. Features: View your own stats or any other user's stats. View advanced stats using graphs and charts

ashish 10 Sep 6, 2022
🛠️ Easily track & compare gas costs estimated by Foundry on each of your Pull Requests!

?? ??️ Foundry Gas Diff Reporter Easily compare gas reports generated by Foundry automatically on each of your Pull Requests! How it works Everytime s

Romain Milon 133 Dec 28, 2022
2x times faster than chalk and use 5x less space in node_modules

Nano Colors A tiny and fast Node.js library for formatting terminal text with ANSI colors. It is 2 times faster than chalk. Both loading and calls. No

Andrey Sitnik 886 Dec 30, 2022