Skip to content

Commit

Permalink
moved zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
prappleizer committed Feb 2, 2021
1 parent b5c5d75 commit da2c699
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,22 @@
<header>
<h1>Python for<br />Astronomers</h1>
<p>A free textbook + interactive tutorials and guides for learning scientific computing</p>
<a href="https://zenodo.org/badge/latestdoi/66323956" target="_blank"><img src="https://zenodo.org/badge/66323956.svg" alt="DOI"></a>
</header>
<p></p>
<p>Welcome! You've reached the home of a collection of Python resources (and a textbook), aimed towards those just starting out with coding in an astrophysical research context (though there may be a few useful things below even for more experienced programmers).</p><p> The original inception of these materials was driven by the fact that I was tasked with teaching an introductory programming class to incoming astro majors at UC Berkeley. Looking around online, I found lots of great resources for learning basic Python, (and some advanced techniques for using python in astronomy) but no text which focused on the specific basic skills a student needs to pick up quickly to get up and running with research. So I wrote one! And I've since continued to add more and more tutorials and guides, usually in the form of Jupyter notebooks you can view in a browser or download and interact with. I hope you find this site useful, and I'm always open to feedback, input, requests, or clarifications. If there's something you'd like to see explained in a tutorial or guide, let me know with the suggestion form below. Cheers. </p><p>-Imad Pasha</p>
<ul class="actions">
<li><a href="textbook.pdf" target="_blank" class="button big">Access the Textbook</a></li>
<li><a href="https://forms.gle/3X7gcwU8fb8kNLWa9" target="_blank" class="button big">Make a Suggestion</a></li>

</ul>
<a href="https://zenodo.org/badge/latestdoi/66323956"><img src="https://zenodo.org/badge/66323956.svg" alt="DOI"></a>

<h2>Updated Content: Revised Book Chapters</h2>
<p>As part of an effort to overhaul this textbook for an upcoming class, I'm releasing individual chapters of the new book on various subjects as I complete them! The Chapters below represent my newest, best coverage of said topic, and I hope they can be a useful addendum (and eventual replacement) of the textbook above.</p>
<ul class="actions">
<li><a href="Tutorials/FunctionalProgramming/FunctionalProgramming_web.html" target="_blank" class="button big">New Chapter! Functional Programming</a></li>
</ul>


</div>

Expand Down

0 comments on commit da2c699

Please sign in to comment.