├── .DS_Store ├── .gitignore ├── Astro_Arxiv_image ├── BBH.png ├── CLAGN.jpg ├── HubbleTension.PNG ├── IMBH.jpg ├── MultiMess.png ├── Telescopes.png ├── fb_rot.png ├── majorplanet.png ├── panchrome.png ├── planet_review.png ├── quenching.png ├── quenching_zhang.png ├── sigma_SFR_M_star.jpg ├── star_RGB.png └── test.md ├── README.md ├── VUVI_Chinese.md └── VUVI_English.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/.gitignore -------------------------------------------------------------------------------- /Astro_Arxiv_image/BBH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/BBH.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/CLAGN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/CLAGN.jpg -------------------------------------------------------------------------------- /Astro_Arxiv_image/HubbleTension.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/HubbleTension.PNG -------------------------------------------------------------------------------- /Astro_Arxiv_image/IMBH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/IMBH.jpg -------------------------------------------------------------------------------- /Astro_Arxiv_image/MultiMess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/MultiMess.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/Telescopes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/Telescopes.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/fb_rot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/fb_rot.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/majorplanet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/majorplanet.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/panchrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/panchrome.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/planet_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/planet_review.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/quenching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/quenching.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/quenching_zhang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/quenching_zhang.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/sigma_SFR_M_star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/sigma_SFR_M_star.jpg -------------------------------------------------------------------------------- /Astro_Arxiv_image/star_RGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/Astro_Arxiv_image/star_RGB.png -------------------------------------------------------------------------------- /Astro_Arxiv_image/test.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/README.md -------------------------------------------------------------------------------- /VUVI_Chinese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/VUVI_Chinese.md -------------------------------------------------------------------------------- /VUVI_English.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panzhiwei1997/Very_Useful_Very_Interesting/HEAD/VUVI_English.md --------------------------------------------------------------------------------