Skip to content

Commit 87d289e

Browse files
committed
Add network/graph category
1 parent f5de7ae commit 87d289e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

layouts/partials/scientific-domains.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<td class="bold-text">Statistical Computing </td>
1616
<td class="bold-text">Signal Processing </td>
1717
<td class="bold-text">Image Processing </td>
18-
<td class="bold-text">Symbolic Computing </td>
18+
<td class="bold-text">Graphs and Networks </td>
1919
<td class="bold-text">Astronomy Processes </td>
2020
<td class="bold-text">Cognitive Psychology </td>
2121
</tr>
2222
<tr>
2323
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd1.png" alt="A computer chip with an atomic symbol."></td>
2424
<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 wiht positive and negative values."></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>
2626
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd4.png" alt="An photograph of the sun and mountains."></td>
27-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd6.png" alt="Multiple mathematical symbols on graph paper."></td>
27+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd6.png" alt="A simple graph."></td>
2828
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd7.png" alt="A telescope and multiple planets."></td>
2929
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd8.png" alt="A human head with gears."></td>
3030
</tr>
@@ -33,7 +33,7 @@
3333
<td class="center-text"><a href="https://pandas.pydata.org">Pandas</a></td>
3434
<td class="center-text"><a href="https://www.scipy.org">SciPy</a></td>
3535
<td class="center-text"><a href="https://scikit-image.org">Scikit-image</a></td>
36-
<td class="center-text"><a href="https://www.sympy.org">SymPy</a></td>
36+
<td class="center-text"><a href="https://networkx.org">NetworkX</a></td>
3737
<td class="center-text"><a href="https://www.astropy.org">AstroPy</a></td>
3838
<td class="center-text"><a href="https://www.psychopy.org">PsychoPy</a></td>
3939
</tr>
@@ -42,7 +42,7 @@
4242
<td class="center-text"><a href="https://github.com/statsmodels/statsmodels"> statsmodels</a></td>
4343
<td class="center-text"><a href="https://pywavelets.readthedocs.io">PyWavelets</a></td>
4444
<td class="center-text"><a href="https://opencv.org">OpenCV</a></td>
45-
<td class="center-text"></td>
45+
<td class="center-text"><a href="https://graph-tool.skewed.de/">graph-tool</a></td>
4646
<td class="center-text"><a href="https://github.com/sunpy/sunpy">SunPy</a></td>
4747
<td class="center-text"></td>
4848
</tr>
@@ -51,7 +51,7 @@
5151
<td class="center-text"><a href="https://github.com/mwaskom/seaborn">Seaborn</a></td>
5252
<td class="center-text"></td>
5353
<td class="center-text"></td>
54-
<td class="center-text"></td>
54+
<td class="center-text"><a href="https://pygsp.rtfd.io">PyGSP</a></td>
5555
<td class="center-text"><a href="https://github.com/spacepy/spacepy">SpacePy</a></td>
5656
<td class="center-text"></td>
5757
</tr>
@@ -71,7 +71,7 @@
7171
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd11.png" alt="Four mathematical symbols."></td>
7272
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd12.png" alt="A three-dimensional graph with a box."></td>
7373
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd13.png" alt="A conical flask and test tube."></td>
74-
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd14.png" alt="The Earth surronded by four circling arrows."></td>
74+
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd14.png" alt="The Earth surrounded by four circling arrows."></td>
7575
<td><img class="cell-layout" src="images/content_images/sc_dom_img/sd15.png" alt="A human hand tapping a browser window."></td>
7676
</tr>
7777
<tr>
-16.5 KB
Loading

0 commit comments

Comments
 (0)