Skip to content

Commit ec07be2

Browse files
create ideas.html
1 parent b66be60 commit ec07be2

File tree

2 files changed

+162
-107
lines changed

2 files changed

+162
-107
lines changed

Diff for: ideas.html

+159
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
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 &ndash; 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&#x27;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>

Diff for: index.html

+3-107
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</li>
4242
<li class="pure-menu-item"><a href="students.html" class="pure-menu-link">Students</a></li>
4343
<li class="pure-menu-item"><a href="mentors.html" class="pure-menu-link">Mentors</a></li>
44-
<li class="pure-menu-item"><a href="index.html#ideas" class="pure-menu-link">Project Ideas</a></li>
44+
<li class="pure-menu-item"><a href="ideas.html" class="pure-menu-link">Project Ideas</a></li>
4545
<li class="pure-menu-item"><a href="deadlines.html" class="pure-menu-link">Deadlines</a></li>
4646
<li class="pure-menu-item"><a href="students.html#faq" class="pure-menu-link">FAQ</a></li>
4747
<li class="pure-menu-item"><a href="https://blogs.python-gsoc.org/en/" class="pure-menu-link">Blogs</a></li>
@@ -137,7 +137,7 @@ <h3 class="content-subhead">
137137
<p><em>Any</em> open source experience will help you prepare for GSoC,
138138
so don't worry too much about what project you try first and don't be afraid
139139
to change your mind! When we know which sub-orgs will be participating,
140-
they'll be listed <a href="#ideas">with the project ideas</a>.
140+
they'll be listed <a href="ideas.html">with the project ideas</a>.
141141
</p>
142142
</div>
143143
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
@@ -339,111 +339,7 @@ <h3 class="content-subhead content-head-ribbon">
339339
</div>
340340
</div>
341341
</div>
342-
<!-- How to apply -->
343-
<a id="ideas"></a>
344-
<div class="content">
345-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
346-
<h2 class="content-head content-head">Ideas</h2>
347-
<div class="warning">
348-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
349-
<p>We're accepting suborgs until March 16, 2021 so new orgs may appear.
350-
</p>
351-
</div>
352-
</div>
353-
<br />
354-
</div>
355-
356-
357-
<!-- Start Template -->
358-
359-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
360-
<div class="pure-g">
361-
<div class="pure-u-1 pure-u-md-1-2 logo">
362-
<img src="/logos/psf_axVW5Ir.png" />
363-
</div>
364-
<div class="pure-u-1 pure-u-md-1-2">
365-
<h2>
366-
Python Software Foundation GSoC Team
367-
</h2>
368-
</div>
369-
</div>
370-
<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&#x27;re looking for mentors if you want to run such a project.
371-
<div class="pure-g">
372-
<div class="pure-u-1 pure-u-md-1">
373-
<p>Contact Links</p>
374-
</div>
375-
376-
<div class="pure-u-1 pure-u-md-1-1" style="text-align: center;">
377-
<p><a href="https://riot.im/app/#/room/#python-gsoc:matrix.python-gsoc.org">Chat</a></p>
378-
</div>
379-
380-
<div class="pure-u-1 pure-u-md-1">
381-
<p><a href="https://python-gsoc.org/psf_ideas.html" alt="Python Software Foundation GSoC Team logo">Ideas Page</a></p>
382-
</div>
383-
</div>
384-
</div>
385-
<hr>
386-
387-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
388-
<div class="pure-g">
389-
<div class="pure-u-1 pure-u-md-1-2 logo">
390-
<img src="/logos/logo_hex.png" />
391-
</div>
392-
<div class="pure-u-1 pure-u-md-1-2">
393-
<h2>
394-
MNE-Python
395-
</h2>
396-
</div>
397-
</div>
398-
<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.
399-
<div class="pure-g">
400-
<div class="pure-u-1 pure-u-md-1">
401-
<p>Contact Links</p>
402-
</div>
403-
404-
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
405-
<p><a href="https://gitter.im/mne-tools/mne-python">Chat</a></p>
406-
</div>
407-
408-
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
409-
<p><a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis">Mailing List</a></p>
410-
</div>
411-
412-
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
413-
<p><a href="https://twitter.com/mne_news?lang=en">Twitter Url</a></p>
414-
</div>
415-
416-
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
417-
<p><a href="https://mne.tools/dev/whats_new.html#whats-new">Blog Url</a></p>
418-
</div>
419-
420-
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
421-
<p><a href="https://mne.tools">Homepage</a></p>
422-
</div>
423-
424-
<div class="pure-u-1 pure-u-md-1">
425-
<p><a href="https://github.com/mne-tools/mne-python/wiki/GSoC-Ideas#project-ideas" alt="MNE-Python logo">Ideas Page</a></p>
426-
</div>
427-
</div>
428-
</div>
429-
<hr>
430-
431-
<!-- End template -->
432-
433-
</div>
434-
<div class="content">
435-
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
436-
<h2 class="content-head content-head">Friends of the PSF</h2>
437-
<p>Here's some more interesting organizations that use Python!</p>
438-
<ul>
439-
<li><a href="https://openastronomy.org/gsoc/gsoc2019/#/projects">OpenAstronomy</a> - an umbrella
440-
organisation that includes open source projects used by researchers and engineers around the
441-
world to better understand the universe</li>
442-
<li><a href="https://wiki.list.org/DEV/Google%20Summer%20of%20Code%202019">GNU Mailman</a> -
443-
mailing list management software</li>
444-
</ul>
445-
</div>
446-
</div>
342+
447343
<!-- Contact -->
448344
<a id="contact"></a>
449345
<div class="ribbon l-box-lrg pure-g">

0 commit comments

Comments
 (0)