Sofware and Skills: Difference between revisions

From cluster
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==program==
==Programing==
*Python中文指南[https://python.iswbm.com/],黑魔法手册[https://magic.iswbm.com/] [[Media:python.pdf| Python introduction]]
*Python中文指南[https://python.iswbm.com/],黑魔法手册[https://magic.iswbm.com/] [[Media:python.pdf| Python introduction]]
*[http://events.asiaa.sinica.edu.tw/school/20170904/program.php/ Astrostatistics and Big Data] [https://www.youtube.com/playlist?list=PL5LZ0ljyyF0YGDrBpE6skkZaUPL2fuknw/ Videos]
*[http://events.asiaa.sinica.edu.tw/school/20170904/program.php/ Astrostatistics and Big Data] [https://www.youtube.com/playlist?list=PL5LZ0ljyyF0YGDrBpE6skkZaUPL2fuknw/ Videos]
*Excellent courses on deep learning [http://cs231n.stanford.edu/schedule.html]
*Excellent courses on deep learning [http://cs231n.stanford.edu/schedule.html]



==plotting==
==Algorithms and Packages==
* Minimum Spanning Tree [https://knaidoo29.github.io/mistreedoc/ Package mistree] [https://arxiv.org/abs/1910.08562 arxiv link]

==Plotting==
* interactive plotting
* interactive plotting
1. plotly.py is an interactive, open-source, and browser-based graphing library for Python.
1. plotly.py is an interactive, open-source, and browser-based graphing library for Python.
Line 12: Line 16:
* 3D plots
* 3D plots
1. from mpl_toolkits import mplot3d [https://matplotlib.org/stable/tutorials/toolkits/mplot3d.html Link]
1. from mpl_toolkits import mplot3d [https://matplotlib.org/stable/tutorials/toolkits/mplot3d.html Link]





*[http://astroplotlib.stsci.edu/ astro plot library in IDL and python] [http://www.idlcoyote.com/gallery/ Coyote Graphics Plot Gallery]
*[http://astroplotlib.stsci.edu/ astro plot library in IDL and python] [http://www.idlcoyote.com/gallery/ Coyote Graphics Plot Gallery]


==presenation==
==Presenation==
* try this website for fancy presentations [https://www.canva.cn/]
* try this website for fancy presentations [https://www.canva.cn/]
* Latex beamer of SHAO [[File:SBeamer.zip]](Credit: Yunliang Zheng)
* Latex beamer of SHAO [[File:SBeamer.zip]](Credit: Yunliang Zheng)


==writing==
==Writing==
*[https://www.sharelatex.com/blog/2013/02/16/using-latexdiff-for-marking-changes-to-tex-documents.html Latexdiff - determine and markup differences between two latex files]
*[https://www.sharelatex.com/blog/2013/02/16/using-latexdiff-for-marking-changes-to-tex-documents.html Latexdiff - determine and markup differences between two latex files]
*[http://arxiv.org/abs/1011.5973 天文物理类英文科技论文写作的常见问题]
*[http://arxiv.org/abs/1011.5973 天文物理类英文科技论文写作的常见问题]

Revision as of 10:16, 27 December 2021

Programing


Algorithms and Packages

Plotting

  • interactive plotting
 1. plotly.py is an interactive, open-source, and browser-based graphing library for Python. 
Libary
 2. from ipywidgets import interact Link
  • 3D plots
 1. from mpl_toolkits import mplot3d Link

Presenation

  • try this website for fancy presentations [4]
  • Latex beamer of SHAO File:SBeamer.zip(Credit: Yunliang Zheng)

Writing