Sofware and Skills: Difference between revisions

From cluster
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 6: Line 6:


==Algorithms and Packages==
==Algorithms and Packages==

* Robust Gaussian Process [https://github.com/syrte/robustgp Package] [https://ui.adsabs.harvard.edu/abs/2021A%26C....3600483L/abstract ADS] (Brief introduction by Lu Li [[:File:GP_Luly.pdf|pdf]])

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

* HDBSCAN [https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html Package] (Brief introduction by Lu Li [[:File:HDBSCAN.pdf|pdf]])

* DBSCAN [https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html Package]


==Plotting==
==Plotting==
Line 18: Line 25:


*[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==

Latest revision as of 10:41, 27 December 2021

Programing


Algorithms and Packages

  • Robust Gaussian Process Package ADS (Brief introduction by Lu Li pdf)

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