Skip to content

Commit c57df4f

Browse files
authored
Merge pull request #403 from MarsBarLee/icons_update
Replace icons in Scientific Domains tab
2 parents 1cec918 + e041afe commit c57df4f

29 files changed

+102
-49
lines changed

layouts/partials/scientific-domains.html

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,19 @@
2020
<td class="bold-text">Cognitive Psychology </td>
2121
</tr>
2222
<tr>
23-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd1.png" alt="A computer chip with an atomic symbol."></td>
24-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd2.png" alt="A line graph with the line moving up."></td>
25-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd3.png" alt="A bar chart with positive and negative values."></td>
26-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd4.png" alt="An photograph of the sun and mountains."></td>
23+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/quantum_computing.svg"
24+
alt="A computer chip."></td>
25+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/statistical_computing.svg"
26+
alt="A line graph with the line moving up."></td>
27+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/signal_processing.svg"
28+
alt="A bar chart with positive and negative values."></td>
29+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/image_processing.svg"
30+
alt="An photograph of the mountains."></td>
2731
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd6.svg" alt="A simple graph."></td>
28-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd7.png" alt="A telescope and multiple planets."></td>
29-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd8.png" alt="A human head with gears."></td>
32+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/astronomy_processes.svg"
33+
alt="A telescope."></td>
34+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/cognitive_psychology.svg"
35+
alt="A human head with gears."></td>
3036
</tr>
3137
<tr>
3238
<td class="center-text"><a href="http://qutip.org">QuTiP</a></td>
@@ -48,74 +54,78 @@
4854
</tr>
4955
<tr>
5056
<td class="center-text"><a href="https://qiskit.org">Qiskit</a></td>
51-
<td class="center-text"><a href="https://github.com/mwaskom/seaborn">Seaborn</a></td>
52-
<td class="center-text"></td>
53-
<td class="center-text"></td>
57+
<td class="center-text"><a href="https://xarray.pydata.org/en/stable/">Xarray</a></td>
58+
<td class="center-text"><a href="https://python-control.org">python-control</a></td>
59+
<td class="center-text"><a href="https://mahotas.rtfd.io/">Mahotas</a></td>
5460
<td class="center-text"><a href="https://igraph.org/python/">igraph</a></td>
5561
<td class="center-text"><a href="https://github.com/spacepy/spacepy">SpacePy</a></td>
5662
<td class="center-text"></td>
5763
</tr>
5864
<tr>
5965
<td class="lastrow-center-text"></td>
60-
<td class="lastrow-center-text"></td>
66+
<td class="center-text"><a href="https://github.com/mwaskom/seaborn">Seaborn</a></td>
6167
<td class="lastrow-center-text"></td>
6268
<td class="lastrow-center-text"></td>
6369
<td class="center-text"><a href="https://pygsp.rtfd.io">PyGSP</a></td>
6470
<td class="lastrow-center-text"></td>
6571
<td class="lastrow-center-text"></td>
6672
</tr>
67-
<!-- Second Row -->
73+
<!-- Second Row -->
6874
<tr class="highlight-th">
6975
<td class="bold-text">Bioinformatics</td>
7076
<td class="bold-text">Bayesian Inference</td>
7177
<td class="bold-text">Mathematical Analysis</td>
72-
<td class="bold-text">Simulation Modeling</td>
73-
<td class="bold-text">Multi-variate Analysis</td>
78+
<td class="bold-text">Chemistry</td>
79+
<td class="bold-text">Geoscience</td>
7480
<td class="bold-text">Geographic Processing</td>
75-
<td class="bold-text">Interactive Computing</td>
81+
<td class="bold-text">Architecture & Engineering</td>
7682
</tr>
7783
<tr>
78-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd9.png" alt="A strand of DNA."></td>
79-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd10.png" alt="Many dots connected by lines."></td>
80-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd11.png" alt="Four mathematical symbols."></td>
81-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd12.png" alt="A three-dimensional graph with a box."></td>
82-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd13.png" alt="A conical flask and test tube."></td>
83-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd14.png" alt="The Earth surrounded by four circling arrows."></td>
84-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd15.png" alt="A human hand tapping a browser window."></td>
84+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/bioinformatics.svg"
85+
alt="A strand of DNA."></td>
86+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/bayesian_inference.svg"
87+
alt="A graph with a bell-shaped curve."></td>
88+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/mathematical_analysis.svg"
89+
alt="Four mathematical symbols."></td>
90+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/chemistry.svg" alt="A test tube."></td>
91+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/geoscience.svg" alt="The Earth."></td>
92+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/GIS.svg" alt="A map."></td>
93+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/robotics.svg"
94+
alt="A microprocessor development board."></td>
8595
</tr>
8696
<tr>
8797
<td class="center-text"><a href="https://biopython.org">BioPython</a></td>
8898
<td class="center-text"><a href="https://pystan.readthedocs.io/en/latest/">PyStan</a></td>
8999
<td class="center-text"><a href="https://www.scipy.org">SciPy</a></td>
90-
<td class="center-text"><a href="https://github.com/robclewley/pydstool">PyDSTool</a></td>
91-
<td class="center-text"><a href="https://www.ncbi.nlm.nih.gov/pubmed/16882648">PyChem</a></td>
100+
<td class="center-text"><a href="https://cantera.org/">Cantera</a></td>
101+
<td class="center-text"><a href="https://pangeo.io/">Pangeo</a></td>
92102
<td class="center-text"><a href="https://shapely.readthedocs.io">Shapely</a></td>
93-
<td class="center-text"><a href="https://jupyter.org/">Jupyter</a></td>
103+
<td class="center-text"><a href="https://compas.dev/">COMPAS</a></td>
94104
</tr>
95105
<tr>
96106
<td class="center-text"><a href="http://scikit-bio.org">Scikit-Bio</a></td>
97107
<td class="center-text"><a href="https://docs.pymc.io">PyMC3</a></td>
98108
<td class="center-text"><a href="https://www.sympy.org">SymPy</a></td>
99109
<td class="center-text"></td>
100-
<td class="center-text"></td>
110+
<td class="center-text"><a href="https://simpeg.xyz/">Simpeg</a></td>
101111
<td class="center-text"><a href="https://geopandas.org/">GeoPandas</a></td>
102-
<td class="center-text"><a href="https://ipython.org">IPython</a></td>
112+
<td class="center-text"><a href="https://cityenergyanalyst.com/">City Energy Analyst</a></td>
103113
</tr>
104114
<tr>
105115
<td class="center-text"><a href="https://github.com/openvax/pyensembl">PyEnsembl</a></td>
106-
<td class="center-text"></td>
116+
<td class="center-text"><a href="https://arviz-devs.github.io/arviz/">ArviZ</a></td>
107117
<td class="center-text"><a href="https://github.com/cvxgrp/cvxpy">cvxpy</a></td>
108118
<td class="center-text"></td>
109-
<td class="center-text"></td>
119+
<td class="center-text"><a href="https://github.com/obspy/obspy/wiki">ObsPy</a></td>
110120
<td class="center-text"><a href="https://python-visualization.github.io/folium">Folium</a></td>
111-
<td class="center-text"><a href="https://mybinder.org">Binder</a></td>
121+
<td class="center-text"><a href="https://nortikin.github.io/sverchok/">Sverchok</a></td>
112122
</tr>
113123
<tr>
114-
<td class="lastrow-center-text"></td>
115-
<td class="lastrow-center-text"></td>
124+
<td class="lastrow-center-text"><a href="http://etetoolkit.org/">ETE</a></td>
125+
<td class="lastrow-center-text"><a href="https://emcee.readthedocs.io/">emcee</a></td>
116126
<td class="lastrow-center-text"><a href="https://fenicsproject.org/">FEniCS</a></td>
117127
<td class="lastrow-center-text"></td>
118-
<td class="lastrow-center-text"></td>
128+
<td class="lastrow-center-text"><a href="https://www.fatiando.org/">Fatiando a Terra</a></td>
119129
<td class="lastrow-center-text"></td>
120130
<td class="lastrow-center-text"></td>
121131
</tr>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
-20.1 KB
Binary file not shown.
-19.2 KB
Binary file not shown.
-23.3 KB
Binary file not shown.
-46.4 KB
Binary file not shown.
-24.3 KB
Binary file not shown.
-24.1 KB
Binary file not shown.
-20.5 KB
Binary file not shown.
-12.7 KB
Binary file not shown.
-9.56 KB
Binary file not shown.
-129 KB
Binary file not shown.
-12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)