Research Methods: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This course is a topical survey of research methodologies that in the Spring | This course is a topical survey of research methodologies that in the Spring 2017 term focused on computing and programming methods broadly applicable for graduate students who are engaged in doctoral level research in the physical sciences and engineering. With the objective of providing useful tools and a perspective on how advanced scientific research is conducted, we will cover three topics in roughly 5 week sequential segments: | ||
* Python and javascript for data analysis, instrument control, and image processing (Kielkopf) | |||
* Advanced Python (Freelon) | |||
* Root (Banerjee) | |||
Some on-line course materials are here: | |||
* [http://prancer.physics.louisville.edu/classes/650/syllabus/p650_sp17.pdf Syllabus] | |||
* [http://prancer.physics.louisville.edu/astrowiki/index.php/Python_for_Physics_and_Astronomy Programming with Python for data analysis, modeling, and instrument control (Kielkopf)] | |||
This is a required course for students in the doctoral program in Physics & Astronomy. | This is a required course for students in the doctoral program in Physics & Astronomy. | ||
== Useful On-Line Resources == | |||
*[http://prancer.physics.louisville.edu/classes/650/latex/index.html Writing with LaTeX] | |||
*[http://adswww.harvard.edu/ads_abstracts.html NASA Astrophysics Data System Abstract Service (ADS)] | |||
*[http://arxiv.org/list/astro-ph/new New astrophysics papers on arxiv.org's astro-ph] | |||
*[http://simbad.u-strasbg.fr/simbad/ SIMBAD astronomical database] | |||
*[http://www.time.gov/timezone.cgi?UTC/s/0/java Coordinated universal time (UTC)] | |||
*[http://www.stsci.edu/ Space Telescope Science Institute] | |||
*[http://archive.stsci.edu/ Mikluski Archive for Space Telescopes (MAST)] | |||
*[http://www.sdss.org/ Sloan Digital Sky Survey] | |||
== Python External Sites == | == Python External Sites == | ||
Line 16: | Line 34: | ||
*[http://matplotlib.org/ Matplotlib] | *[http://matplotlib.org/ Matplotlib] | ||
*[http://www.stsci.edu/institute/software_hardware/pyfits Pyfits] | *[http://www.stsci.edu/institute/software_hardware/pyfits Pyfits] | ||
*[http://www.astropy.org/ Astropy] | |||
*[http://scikits.appspot.com/scikits Scikits - Scipy toolkits] | |||
*[https://www.enthought.com/academic-subscriptions/ Enthought academic Python distribution] | |||
== Web Application Programming == | == Web Application Programming == | ||
*[http://www. | |||
*[ | *[http://www.w3schools.com/js/default.asp JavaScript tutorial] | ||
*[https://threejs.org/ Threejs.org] |
Latest revision as of 04:23, 12 August 2017
This course is a topical survey of research methodologies that in the Spring 2017 term focused on computing and programming methods broadly applicable for graduate students who are engaged in doctoral level research in the physical sciences and engineering. With the objective of providing useful tools and a perspective on how advanced scientific research is conducted, we will cover three topics in roughly 5 week sequential segments:
- Python and javascript for data analysis, instrument control, and image processing (Kielkopf)
- Advanced Python (Freelon)
- Root (Banerjee)
Some on-line course materials are here:
This is a required course for students in the doctoral program in Physics & Astronomy.
Useful On-Line Resources
- Writing with LaTeX
- NASA Astrophysics Data System Abstract Service (ADS)
- New astrophysics papers on arxiv.org's astro-ph
- SIMBAD astronomical database
- Coordinated universal time (UTC)
- Space Telescope Science Institute
- Mikluski Archive for Space Telescopes (MAST)
- Sloan Digital Sky Survey
Python External Sites
- Python official website
- Python tutorial
- Python language reference
- Numpy
- Scipy
- Matplotlib
- Pyfits
- Astropy
- Scikits - Scipy toolkits
- Enthought academic Python distribution