Tethys scaled one in ten million

Tethys scaled one in ten million

thingiverse

It looks like you've got a table with some planetary models and their corresponding scales. Here's the cleaned-up HTML for it: ```html <table> <tr> <td><a href="https://www.thingiverse.com/thing:3720464">Earth</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-twenty-million-scale">20M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-sixty-million-scale">60M</a></td> <td align="center"><img src="https://cdn.thingiverse.com/assets/f6/e1/a9/bf/5d/featured_preview_earth.png" width=160></img></td> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:3720464">Gem Homeworld</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-250-million-scale">250M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-500-million-scale">500M</a></td> <td align="center"><img src="https://cdn.thingiverse.com/assets/c8/8f/b2/f5/a9/featured_preview_homeworld.png" width=160></img></td> </tr> <tr> <th align="center"> <h4>Misc</h4> </th> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:3579841">Mars (1962)</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-sixty-million-scale">60M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-120-million-scale">120M</a></td> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:3684259">Flat Earth</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-250-million-scale">250M</a></td> <td align="center"><img src="https://cdn.thingiverse.com/assets/a5/64/0d/3f/dd/featured_preview_flat_earth.png" width=160></img></td> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:3824621">Planet Nine</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-250-million-scale">250M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-500-million-scale">500M</a></td> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:3961972">Luna (4 Gya)</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-twenty-million-scale">20M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-sixty-million-scale">60M</a></td> </tr> <tr> <td><a href="https://www.thingiverse.com/thing:4159226">Cube planet</a></td> <td align="center"><a href="https://www.thingiverse.com/tato_713/collections/one-in-sixty-million-scale">60M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-120-million-scale">120M</a>, <a href="https://www.thingiverse.com/tato_713/collections/one-in-250-million-scale">250M</a></td> <td align="center"><img src="https://cdn.thingiverse.com/assets/0e/bf/17/d8/88/featured_preview_cube_planet.png" width=160></img></td> </tr> </table> <li><sub>K = 10<sup>3</sup> (one thousand), M = 10<sup>6</sup> (one million), G = 10<sup>9</sup> (one billion)</sub></li> ``` And here's the cleaned-up JavaScript code for it: ```javascript function init() { var table = document.getElementById("table"); var rows = table.getElementsByTagName("tr"); for(var i = 0; i < rows.length; i++) { if(rows[i].getElementsByTagName("td").length > 0) { var cell = rows[i].getElementsByTagName("td")[0]; var link = cell.innerHTML; var href = cell.getAttribute("href"); var text = link.substring(link.indexOf("(")+1, link.indexOf(")")); var description = link.substring(link.indexOf(">")+1); var scale = href.substring(href.lastIndexOf("/")+1); console.log(text + ": " + description + " (" + scale + ")"); } } } init(); ``` This script will loop through each row in the table, and for each row that has at least one cell, it will extract the link text, href, and description from the first cell. It will then print out a message to the console with the planet's name, its description, and its scale. Please note that this is just an example script, and you may need to modify it to fit your specific needs. Additionally, this script assumes that the table has a unique ID of "table". If your table has a different ID, you'll need to update the script accordingly.

Download Model from thingiverse

With this file you will be able to print Tethys scaled one in ten million with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Tethys scaled one in ten million.