Research Methods: Difference between revisions

From AstroEdWiki
Jump to navigation Jump to search
No edit summary
 
(22 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 2013 term are drawn primarily from astronomy and astrophysics, but are 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:
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)]


*On-line resources, databases, and use of LaTeX for scientific writing (Williger)
*Programming with Python for data analysis, modeling, and instrument control (Kielkopf)
*Elements of optical spectroscopy and statistics (Lauroesch)


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.us-cert.gov/cas/techalerts/TA13-010A.html  CERT alert about JavaScript]
 
*[http://www.w3schools.com/js/default.asp JavaScript tutorial]
*[http://www.w3schools.com/js/default.asp JavaScript tutorial]
*[http://www.dartlang.org/  Dart from Google]
*[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

Python External Sites


Web Application Programming