|
| 1 | + <!DOCTYPE html> |
| 2 | + <html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta name="description" content="Python's Google Summer of Code Page"> |
| 8 | + <meta name="google-site-verification" content="EVShtJLdVKN58OupOAYPkH6QRA3i-J8q4ZEklgFiZhE" /> |
| 9 | + <title>Python GSoC – Home</title> |
| 10 | + <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/build/pure-min.css" integrity=" sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin=" anonymous" > |
| 11 | + <!--[if lte IE 8]> |
| 12 | + <link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-old-ie-min.css"> |
| 13 | + <![endif]--> |
| 14 | + <!--[if gt IE 8]><!--> |
| 15 | + <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/build/grids-responsive-min.css" > |
| 16 | + <!--<![endif]--> |
| 17 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" |
| 18 | + crossorigin="anonymous" > |
| 19 | + <!--[if lte IE 8]> |
| 20 | + <link rel="stylesheet" href="css/side-menu-old-ie.css"> |
| 21 | + <![endif]--> |
| 22 | + <!--[if gt IE 8]><!--> |
| 23 | + <link rel="stylesheet" href="css/side-menu.css"> |
| 24 | + <!--<![endif]--> |
| 25 | + <link rel="stylesheet" href="css/python-gsoc.css"> |
| 26 | + </head> |
| 27 | + |
| 28 | + <body> |
| 29 | + <!-- Menu toggle --> |
| 30 | + <a href="#menu" id="menuLink" class="menu-link"> |
| 31 | + <!-- Hamburger icon --> |
| 32 | + <span></span> |
| 33 | + </a> |
| 34 | + <div id="layout"> |
| 35 | + <div id="menu"> |
| 36 | + <div class="pure-menu"> |
| 37 | + <a class="pure-menu-heading" href="index.html">Python GSoC</a> |
| 38 | + <ul class="pure-menu-list"> |
| 39 | + <li class="pure-menu-item"><a href="index.html#gettingstarted" class="pure-menu-link">Getting |
| 40 | + Started</a> |
| 41 | + </li> |
| 42 | + <li class="pure-menu-item"><a href="students.html" class="pure-menu-link">Students</a></li> |
| 43 | + <li class="pure-menu-item"><a href="mentors.html" class="pure-menu-link">Mentors</a></li> |
| 44 | + <li class="pure-menu-item"><a href="ideas.html" class="pure-menu-link">Project Ideas</a></li> |
| 45 | + <li class="pure-menu-item"><a href="deadlines.html" class="pure-menu-link">Deadlines</a></li> |
| 46 | + <li class="pure-menu-item"><a href="students.html#faq" class="pure-menu-link">FAQ</a></li> |
| 47 | + <li class="pure-menu-item"><a href="https://blogs.python-gsoc.org/en/" class="pure-menu-link">Blogs</a></li> |
| 48 | + <li class="pure-menu-item"><a href="mentors.html#sub-orgs" class="pure-menu-link">Info for Sub-orgs</a></li> |
| 49 | + <li class="pure-menu-item"><a href="index.html#contact" class="pure-menu-link">Contact</a></li> |
| 50 | + </ul> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + <!-- menu --> |
| 54 | + <div class="main"> |
| 55 | + <div class="header"> |
| 56 | + <h1>Python Summer of Code</h1> |
| 57 | + <p> |
| 58 | + Students: get paid to work on open source projects! |
| 59 | + </p> |
| 60 | + <p> |
| 61 | + Projects: find new contributors and mentor the next generation! |
| 62 | + </p> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + |
| 66 | + <!-- Start Template --> |
| 67 | + |
| 68 | + <div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1"> |
| 69 | + <div class="pure-g"> |
| 70 | + <div class="pure-u-1 pure-u-md-1-2 logo"> |
| 71 | + <img src="/logos/psf_axVW5Ir.png" /> |
| 72 | + </div> |
| 73 | + <div class="pure-u-1 pure-u-md-1-2"> |
| 74 | + <h2> |
| 75 | + Python Software Foundation GSoC Team |
| 76 | + </h2> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + <br />Under the Python Software Foundation (PSF) the GSoC Team has ran a GSoC umbrella organization for the Python language. This sub-org is being used to sponsor tools for the PSF GSoC team, specifically tools for managing GSoC from diverse sub-orgs for PSF. At this time, Python is NOT sponsoring any projects related to the development of the language -- but we're looking for mentors if you want to run such a project. |
| 80 | + <div class="pure-g"> |
| 81 | + <div class="pure-u-1 pure-u-md-1"> |
| 82 | + <p>Contact Links</p> |
| 83 | + </div> |
| 84 | + |
| 85 | + <div class="pure-u-1 pure-u-md-1-1" style="text-align: center;"> |
| 86 | + <p><a href="https://riot.im/app/#/room/#python-gsoc:matrix.python-gsoc.org">Chat</a></p> |
| 87 | + </div> |
| 88 | + |
| 89 | + <div class="pure-u-1 pure-u-md-1"> |
| 90 | + <p><a href="https://python-gsoc.org/psf_ideas.html" alt="Python Software Foundation GSoC Team logo">Ideas Page</a></p> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + <hr> |
| 95 | + |
| 96 | + <div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1"> |
| 97 | + <div class="pure-g"> |
| 98 | + <div class="pure-u-1 pure-u-md-1-2 logo"> |
| 99 | + <img src="/logos/logo_hex.png" /> |
| 100 | + </div> |
| 101 | + <div class="pure-u-1 pure-u-md-1-2"> |
| 102 | + <h2> |
| 103 | + MNE-Python |
| 104 | + </h2> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + <br />MNE-Python software is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. |
| 108 | + <div class="pure-g"> |
| 109 | + <div class="pure-u-1 pure-u-md-1"> |
| 110 | + <p>Contact Links</p> |
| 111 | + </div> |
| 112 | + |
| 113 | + <div class="pure-u-1 pure-u-md-1-3" style="text-align: center;"> |
| 114 | + <p><a href="https://gitter.im/mne-tools/mne-python">Chat</a></p> |
| 115 | + </div> |
| 116 | + |
| 117 | + <div class="pure-u-1 pure-u-md-1-3" style="text-align: center;"> |
| 118 | + <p><a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis">Mailing List</a></p> |
| 119 | + </div> |
| 120 | + |
| 121 | + <div class="pure-u-1 pure-u-md-1-3" style="text-align: center;"> |
| 122 | + <p><a href="https://twitter.com/mne_news?lang=en">Twitter Url</a></p> |
| 123 | + </div> |
| 124 | + |
| 125 | + <div class="pure-u-1 pure-u-md-1-3" style="text-align: center;"> |
| 126 | + <p><a href="https://mne.tools/dev/whats_new.html#whats-new">Blog Url</a></p> |
| 127 | + </div> |
| 128 | + |
| 129 | + <div class="pure-u-1 pure-u-md-1-3" style="text-align: center;"> |
| 130 | + <p><a href="https://mne.tools">Homepage</a></p> |
| 131 | + </div> |
| 132 | + |
| 133 | + <div class="pure-u-1 pure-u-md-1"> |
| 134 | + <p><a href="https://github.com/mne-tools/mne-python/wiki/GSoC-Ideas#project-ideas" alt="MNE-Python logo">Ideas Page</a></p> |
| 135 | + </div> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + <hr> |
| 139 | + |
| 140 | + <!-- End template --> |
| 141 | + |
| 142 | + </div> |
| 143 | + <div class="content"> |
| 144 | + <div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1"> |
| 145 | + <h2 class="content-head content-head">Friends of the PSF</h2> |
| 146 | + <p>Here's some more interesting organizations that use Python!</p> |
| 147 | + <ul> |
| 148 | + <li><a href="https://openastronomy.org/gsoc/gsoc2019/#/projects">OpenAstronomy</a> - an umbrella |
| 149 | + organisation that includes open source projects used by researchers and engineers around the |
| 150 | + world to better understand the universe</li> |
| 151 | + <li><a href="https://wiki.list.org/DEV/Google%20Summer%20of%20Code%202019">GNU Mailman</a> - |
| 152 | + mailing list management software</li> |
| 153 | + </ul> |
| 154 | + </div> |
| 155 | + </div> |
| 156 | + <script src="js/ui.js"></script> |
| 157 | + </body> |
| 158 | + |
| 159 | + </html> |
0 commit comments