@@ -84,51 +84,159 @@ params:
84
84
- text : Nearly every scientist working in Python draws on the power of NumPy.
85
85
- text : " NumPy brings the computational power of languages like C and Fortran to Python, a language much easier to learn and use. With this power comes simplicity: a solution in NumPy is often clear and elegant."
86
86
87
- librariesrow1 :
87
+ libraries :
88
88
- title : Quantum Computing
89
89
alttext : A computer chip.
90
90
img : /images/content_images/sc_dom_img/quantum_computing.svg
91
+ links :
92
+ - url : http://qutip.org
93
+ label : QuTiP
94
+ - url : https://pyquil-docs.rigetti.com/en/stable
95
+ label : PyQuil
96
+ - url : https://qiskit.org
97
+ label : Qiskit
98
+ - url : https://pennylane.ai
99
+ label : PennyLane
91
100
- title : Statistical Computing
92
101
alttext : A line graph with the line moving up.
93
102
img : /images/content_images/sc_dom_img/statistical_computing.svg
103
+ links :
104
+ - url : https://pandas.pydata.org/
105
+ label : Pandas
106
+ - url : https://github.com/statsmodels/statsmodels
107
+ label : statsmodels
108
+ - url : https://xarray.pydata.org/en/stable/
109
+ label : Xarray
110
+ - url : https://github.com/mwaskom/seaborn
111
+ label : Seaborn
94
112
- title : Signal Processing
95
113
alttext : A bar chart with positive and negative values.
96
114
img : /images/content_images/sc_dom_img/signal_processing.svg
115
+ links :
116
+ - url : https://www.scipy.org/
117
+ label : SciPy
118
+ - url : https://pywavelets.readthedocs.io/
119
+ label : PyWavelets
120
+ - url : https://python-control.org/
121
+ label : python-control
97
122
- title : Image Processing
98
123
alttext : An photograph of the mountains.
99
124
img : /images/content_images/sc_dom_img/image_processing.svg
125
+ links :
126
+ - url : https://scikit-image.org/
127
+ label : Scikit-image
128
+ - url : https://opencv.org/
129
+ label : OpenCV
130
+ - url : https://mahotas.rtfd.io/
131
+ label : Mahotas
100
132
- title : Graphs and Networks
101
133
alttext : A simple graph.
102
134
img : /images/content_images/sc_dom_img/sd6.svg
135
+ links :
136
+ - url : https://networkx.org/
137
+ label : NetworkX
138
+ - url : https://graph-tool.skewed.de/
139
+ label : graph-tool
140
+ - url : https://igraph.org/python/
141
+ label : igraph
142
+ - url : https://pygsp.rtfd.io/
143
+ label : PyGSP
103
144
- title : Astronomy
104
145
alttext : A telescope.
105
146
img : /images/content_images/sc_dom_img/astronomy_processes.svg
147
+ links :
148
+ - url : https://www.astropy.org/
149
+ label : AstroPy
150
+ - url : https://github.com/sunpy/sunpy
151
+ label : SunPy
152
+ - url : https://github.com/spacepy/spacepy
153
+ label : SpacePy
106
154
- title : Cognitive Psychology
107
155
alttext : A human head with gears.
108
156
img : /images/content_images/sc_dom_img/cognitive_psychology.svg
109
-
110
- librariesrow2 :
157
+ links :
158
+ - url : https://www.psychopy.org/
159
+ label : PsychoPy
111
160
- title : Bioinformatics
112
161
alttext : A strand of DNA.
113
162
img : /images/content_images/sc_dom_img/bioinformatics.svg
163
+ links :
164
+ - url : https://biopython.org/
165
+ label : BioPython
166
+ - url : http://scikit-bio.org/
167
+ label : Scikit-Bio
168
+ - url : https://github.com/openvax/pyensembl
169
+ label : PyEnsembl
170
+ - url : http://etetoolkit.org/
171
+ label : ETE
114
172
- title : Bayesian Inference
115
173
alttext : A graph with a bell-shaped curve.
116
174
img : /images/content_images/sc_dom_img/bayesian_inference.svg
175
+ links :
176
+ - url : https://pystan.readthedocs.io/en/latest/
177
+ label : PyStan
178
+ - url : https://docs.pymc.io/
179
+ label : PyMC3
180
+ - url : https://arviz-devs.github.io/arviz/
181
+ label : ArviZ
182
+ - url : https://emcee.readthedocs.io/
183
+ label : emcee
117
184
- title : Mathematical Analysis
118
185
alttext : Four mathematical symbols.
119
186
img : /images/content_images/sc_dom_img/mathematical_analysis.svg
187
+ links :
188
+ - url : https://www.scipy.org/
189
+ label : SciPy
190
+ - url : https://www.sympy.org/
191
+ label : SymPy
192
+ - url : https://github.com/cvxgrp/cvxpy
193
+ label : cvxpy
194
+ - url : https://fenicsproject.org/
195
+ label : FEniCS
120
196
- title : Chemistry
121
197
alttext : A test tube.
122
198
img : /images/content_images/sc_dom_img/chemistry.svg
199
+ links :
200
+ - url : https://cantera.org/
201
+ label : Cantera
202
+ - url : https://www.mdanalysis.org/
203
+ label : MDAnalysis
204
+ - url : https://github.com/rdkit/rdkit
205
+ label : RDKit
206
+ - url : https://www.pybamm.org/
207
+ label : PyBaMM
123
208
- title : Geoscience
124
209
alttext : The Earth.
125
210
img : /images/content_images/sc_dom_img/geoscience.svg
211
+ links :
212
+ - url : https://pangeo.io/
213
+ label : Pangeo
214
+ - url : https://simpeg.xyz/
215
+ label : Simpeg
216
+ - url : https://github.com/obspy/obspy/wiki
217
+ label : ObsPy
218
+ - url : https://www.fatiando.org/
219
+ label : Fatiando a Terra
126
220
- title : Geographic Processing
127
221
alttext : A map.
128
222
img : /images/content_images/sc_dom_img/GIS.svg
223
+ links :
224
+ - url : https://shapely.readthedocs.io/
225
+ label : Shapely
226
+ - url : https://geopandas.org/
227
+ label : GeoPandas
228
+ - url : https://python-visualization.github.io/folium
229
+ label : Folium
129
230
- title : Architecture & Engineering
130
231
alttext : A microprocessor development board.
131
232
img : /images/content_images/sc_dom_img/robotics.svg
233
+ links :
234
+ - url : https://compas.dev/
235
+ label : COMPAS
236
+ - url : https://cityenergyanalyst.com/
237
+ label : City Energy Analyst
238
+ - url : https://nortikin.github.io/sverchok/
239
+ label : Sverchok
132
240
133
241
datascience :
134
242
0 commit comments