Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8186a8

Browse files
authored
Merge branch 'master' into master
2 parents 167204a + a6a5a9f commit b8186a8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ <h2>Project Ideas</h2>
549549
</tr>
550550

551551
<tr>
552+
552553
<!-- Logo -->
553554
<td rowspan="4" class="logo">
554555
<img src="http://www.hydra-cg.com/img/logo.png" width="128px"></td>
@@ -570,6 +571,39 @@ <h2>Project Ideas</h2>
570571
</td>
571572
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
572573
</tr>
574+
575+
<!-- Logo -->
576+
<td rowspan="4" class="logo">
577+
<img src="http://www.statsmodels.org/devel/_static/statsmodels_hybi_banner.png"
578+
width="300px"></td>
579+
<!-- Info -->
580+
<td><h4>Statsmodels</h4></td>
581+
<tr><td>Statsmodels is a general purpose Python package for data analysis, statistics and econometrics </td></tr>
582+
<tr><td><a href="http://www.statsmodels.org/devel/">Website</a> |
583+
<a href="http://groups.google.com/group/pystatsmodels">Contact</a> |
584+
<a href="https://github.com/statsmodels/statsmodels/wiki/Google-Summer-of-Code-2017">Ideas Page</a>
585+
</td>
586+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
587+
</tr>
588+
589+
<tr>
590+
<!-- Logo -->
591+
<td rowspan="4" class="logo">
592+
<img src="http://91.68.209.10/bmi/martinos.org/mne/stable/_static/mne_logo.png"
593+
width="256px"></td>
594+
<!-- Info -->
595+
<td><h4>MNE-Python</h4></td>
596+
<tr><td>MNE is a free and open source software designed for processing electroencephalography (EEG) and magnetoencephalography (MEG) data. EEG and MEG data analysis requires advanced numerics, signal processing, statistics and dedicated visualization tools. MNE-Python is a pure Python package built on top of numpy, scipy, matplotlib and scikit-learn.
597+
</td></tr>
598+
<tr>
599+
<td>
600+
<a href="http://martinos.org/mne/">Website</a> |
601+
<a href="http://github.com/mne-tools/mne-python">Contact</a> |
602+
<a href="https://github.com/mne-tools/mne-python/wiki/GSOC-Ideas">Ideas Page</a>
603+
</td>
604+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
605+
</tr>
606+
573607
</table>
574608

575609
<a name="schedule" />

0 commit comments

Comments
 (0)