Introduction ❖ Brief overview on topics that take a while to get familiar with, don’t be overwhelmed :) ❖ Will show lots of examples - feel free to follow along on your laptop and ask lots of questions! ❖ List of links at the end, will also be available on our wiki and on Slack
arXiv / astro-ph / ads ❖ (Almost) all articles written and published in astronomy are available on the arXiv ❖ astro-ph is the astronomy subset ❖ Astrophysics data system (ADS) is a search interface for most journals and the arXiv
Latex and overleaf ❖ Latex is extremely widely used in all of physics, astronomy, math ❖ WYSINWYG, unlike other programs ❖ overleaf is a browser- based writing platform
git / github / bitbucket ❖ Revision control software, invented by Linus Torvalds to maintain the Linux Kernel ❖ github and bitbucket are websites that host code, but also wikis, blogs, and websites
NED/skyview ❖ NASA/IPAC Extragalactic Database (NED), hosted at Caltech, "comprehensive database of multiwavelength data for extragalactic objects, providing a systematic, ongoing fusion of information integrated from hundreds of large sky surveys and tens of thousands of research publications" ❖ skyview, "the internet’s virtual telescope"
astrobetter / blogs / jobregister ❖ Blogs can be a great source of advice for: ❖ Job applications, career paths ❖ Software ❖ Stats ❖ so much more! ❖ List of links available, please add your own! ❖ AAS job register is a (nearly) complete overview of all postdoc & faculty positions in astronomy
python and jupyter ❖ anaconda is the quasi-standard for scientific python ❖ Basically three different modes: ❖ ipython, fully interactively ❖ python myscript.py ❖ jupyter notebooks ❖ Excellent documentation, examples, blogs, books, etc. for all of this!