-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
113 lines (100 loc) · 6 KB
/
resources.html
File metadata and controls
113 lines (100 loc) · 6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Resources - Jan-Torge Schindler, PhD</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<!-- <h1><a href="index.html">Jan-Torge Schindler</a></h1> -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="group.html">Group</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="">
<header>
<!-- <h2>Resources</h2>-->
<!-- <p>as the central elements of galaxies and as probes of cosmic structure formation. </p> -->
</header>
<!-- General software info -->
<section class="wrapper style1 special">
<div class="inner align-left">
<header class="align-left">
<h2>Useful resources for astronomical research </h2>
</header>
<!-- <p> Please find a list of useful links below.-->
<!-- </p>-->
</div>
</section>
<!-- Resources -->
<section id="two" class="wrapper alt style2">
<section class="spotlight style1 orient-left">
<!-- <div class="image"><img src="images/Euclid_spacecraft.jpg" alt=""/></div>-->
<div class="content">
<h2>Useful links</h2>
<hr>
<h4>Observatories, Instruments, and Catalogs</h4>
<ul>
<li><a href="https://www.lbto.org/" target="_blank" rel="noopener noreferrer">Large Binocular Telescope</a> </li>
<li><a href="https://datalab.noirlab.edu/index.php" target="_blank" rel="noopener noreferrer">NOIRLab Data Lab</a> </li>
<li><a href="https://www.stsci.edu/files/live/sites/www/files/home/jwst/instrumentation/_documents/jwst-pocket-guide.pdf" target="_blank" rel="noopener noreferrer">JWST pocket guide</a> </li>
<li><a href="http://www.briancasey.org/artifacts/astro/skycalendar.cgi" target="_blank" rel="noopener noreferrer">Brian Casey Sky calendar</a> </li>
</ul>
<hr>
<h4>Software development</h4>
<ul>
<li><a href="https://education.github.com/git-cheat-sheet-education.pdf" target="_blank" rel="noopener noreferrer">Github cheat sheet</a></li>
<li><a href="https://mgimond.github.io/Colby-summer-git-workshop-2021/authenticating-with-github.html" target="_blank" rel="noopener noreferrer">Saving github credentials</a></li>
<li><a href="https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf" target="_blank" rel="noopener noreferrer">Conda cheat sheet</a></li>
<li><a href="https://packaging.python.org/en/latest/" target="_blank" rel="noopener noreferrer">Python packaging guide</a></li>
<li><a href="https://towardsdatascience.com/setuptools-python-571e7d5500f2" target="_blank" rel="noopener noreferrer">setup.py vs setup.cfg in Python</a></li>
<li><a href="https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af" target="_blank" rel="noopener noreferrer">requirements.txt vs setup.py in Python</a></li>
<li><a href="https://docs.dask.org/en/stable/dataframe.html" target="_blank" rel="noopener noreferrer">Dask DataFrame Python Package</a></li>
<li><a href="https://github.com/jobovy/code-packaging-minicourse" target="_blank" rel="noopener noreferrer">Jo Bovy's minicourse on code packaging</a> </li>
<li><a href="https://packaging.python.org/en/latest/" target="_blank" rel="noopener noreferrer">Python packaging guide</a> </li>
<li><a href="https://sites.google.com/view/datascience-cheat-sheets" target="_blank", rel="noopener noreferrer">ML cheat sheets</a></li>
<li><a href="https://androidkt.com/install-tensorflow-keras-gpu-on-apple-m1-m2-mac-with-conda/" target="_blank", rel="noopener noreferrer">Tensorflow install M1/M2</a></li>
</ul>
</div>
</section>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Jan-Torge Schindler</li>
<li> <a href="impressum.html">Imprint</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Redesign: Jan-Torge Schindler</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>