Removing unresponsive people from listing of project mentors
Damian Johnson

Damian Johnson commited on 2012-03-05 17:48:03
Zeige 1 geänderte Dateien mit 18 Einfügungen und 13 Löschungen.


Over a week back I asked everyone listed as potential mentors if they could do 
it again this year and if their projects were still relevant. Most people 
replied but a few, understandably were too busy to do so. This included Erinn, 
Nick, Nathan, and Robert Hogan.

Removing them as being potential mentors and dropping the projects that they
were the sole mentor for. This included...

* Improve our unit testing process (Nick, Erinn)
* Simulator for slow Internet connections (Nick)
* Make torsocks/dsocks work on OS X (Robert Hogan)
* Orbot integration library and community outreach (Nathan)

We can add them back later on if they change their minds.


... ...
@@ -298,9 +298,7 @@ meetings around the world.</li>
298 298
     <p>
299 299
     <b>Project Ideas:</b><br />
300 300
     <i><a href="#resistCensorship">Improving Tor's ability to resist
301
-    censorship</a></i><br />
302
-    <i><a href="#unitTesting">Improve our unit testing process</a></i><br />
303
-    <i><a href="#simulateSlowConnections">Simulator for slow Internet connections</a></i>
301
+    censorship</a></i>
304 302
     </p>
305 303
     
306 304
     <a id="project-jtor"></a>
... ...
@@ -367,10 +365,12 @@ meetings around the world.</li>
367 365
     otherwise feature complete.
368 366
     </p>
369 367
     
368
+    <!--
370 369
     <p>
371 370
     <b>Project Ideas:</b><br />
372 371
     <i><a href="#torsocksForOSX">Make torsocks/dsocks work on OS X</a></i>
373 372
     </p>
373
+    -->
374 374
     
375 375
     <a id="project-torouter"></a>
376 376
     <h3><a
... ...
@@ -437,8 +437,7 @@ meetings around the world.</li>
437 437
     <b>Project Ideas:</b><br />
438 438
     <i><a href="#orbot-torbutton">TorButton for Mobile Firefox 4 or Custom Browser on Android</a></i><br />
439 439
     <i><a href="#orbot-userInterface">Build a better user interface for Orbot</a></i><br />
440
-    <i><a href="#orbot-optimisation">Core Tor mobile optimisation</a></i><br />
441
-    <i><a href="#orbot-orlibAndOutreach">Orbot integration library and community outreach</a></i>
440
+    <i><a href="#orbot-optimisation">Core Tor mobile optimisation</a></i>
442 441
     </p>
443 442
     
444 443
     <a id="project-torbutton"></a>
... ...
@@ -675,7 +674,7 @@ meetings around the world.</li>
675 674
     <br>
676 675
     Skill Level: <i>Medium</i>
677 676
     <br>
678
-    Likely Mentors: <i>Erinn and Jacob</i>
677
+    Likely Mentors: <i>Jacob</i>
679 678
     <p>The Tor Browser Bundle incorporates Tor, Firefox, Polipo, and the Vidalia
680 679
     user interface (and optionally the <a href="http://pidgin.im/">Pidgin</a>
681 680
     Instant Messaging client). Components are pre-configured to operate in a
... ...
@@ -688,8 +687,6 @@ meetings around the world.</li>
688 687
     <p>Students should be familiar with operating system analysis,
689 688
     application development on one or preferably all of Windows, Linux,
690 689
     and Mac OS X, and be comfortable with C/C++ and shell scripting.</p>
691
-    <p>If you would like to help extend or do security auditing for
692
-    TBB, please contact Erinn.</p>
693 690
     </li>
694 691
     
695 692
     <a id="firewallProbeTool"></a>
... ...
@@ -702,7 +699,7 @@ meetings around the world.</li>
702 699
     <br>
703 700
     Skill Level: <i>High</i>
704 701
     <br>
705
-    Likely Mentors: <i>Robert Ransom, Nick, Jacob</i>
702
+    Likely Mentors: <i>Robert Ransom, Jacob</i>
706 703
     <p>We would like to have a fully automatic firewall-probing system for
707 704
     blocking systems with no long-term state (i.e. firewalls that can
708 705
     examine each connection, but do not change their behaviour for future
... ...
@@ -732,7 +729,7 @@ meetings around the world.</li>
732 729
     <br>
733 730
     Skill Level: <i>High</i>
734 731
     <br>
735
-    Likely Mentors: <i>Nathan (n8fr8), Jake</i>
732
+    Likely Mentors: <i>Jake</i>
736 733
     <p>Initial work has been done on implementing a proxy-setting add-on for
737 734
     Firefox on Android (see <a
738 735
     href="https://github.com/guardianproject/ProxyMob">ProxyMob</a>), but a
... ...
@@ -858,7 +855,7 @@ meetings around the world.</li>
858 855
     <br>
859 856
     Skill Level: <i>Medium</i>
860 857
     <br>
861
-    Likely Mentors: <i>Nathan (n8fr8), Jake</i>
858
+    Likely Mentors: <i>Jake</i>
862 859
     <p>Improved home screen to show confirmation of connection (via a TorCheck
863 860
     API call), better statistics about data transferred (up/down), number of
864 861
     circuits connected, quality of connection and so on. The &quot;Tether
... ...
@@ -884,7 +881,7 @@ meetings around the world.</li>
884 881
     <br>
885 882
     Skill Level: <i>High</i>
886 883
     <br>
887
-    Likely Mentors: <i>Nick, Jake, Thomas</i>
884
+    Likely Mentors: <i>Jake, Thomas</i>
888 885
     <p>The Tor 0.2.1.x series makes <a
889 886
     href="<svnprojects>design-paper/blocking.html">significant
890 887
     improvements</a> in resisting national and organizational censorship.
... ...
@@ -1177,6 +1174,7 @@ meetings around the world.</li>
1177 1174
     
1178 1175
     <p>Applications for this project should come with a design of the proposed search application, ideally with a proof-of-concept based on a subset of the available data to show that it will be able to handle the 100G+ of data.</p>
1179 1176
     
1177
+    <!--
1180 1178
     <a id="unitTesting"></a>
1181 1179
     <li>
1182 1180
     <b>Improve our unit testing process</b>
... ...
@@ -1203,7 +1201,9 @@ meetings around the world.</li>
1203 1201
     network either on a single machine, or across several, so we can test
1204 1202
     changes in performance on machines in different roles automatically.</p>
1205 1203
     </li>
1204
+    -->
1206 1205
     
1206
+    <!--
1207 1207
     <a id="simulateSlowConnections"></a>
1208 1208
     <li>
1209 1209
     <b>Simulator for slow Internet connections</b>
... ...
@@ -1239,6 +1239,7 @@ meetings around the world.</li>
1239 1239
     scripting language.
1240 1240
     </p>
1241 1241
     </li>
1242
+    -->
1242 1243
     
1243 1244
     <a id="torbuttonForThunderbird"></a>
1244 1245
     <li>
... ...
@@ -1284,6 +1285,7 @@ meetings around the world.</li>
1284 1285
     </p>
1285 1286
     </li>
1286 1287
     
1288
+    <!--
1287 1289
     <a id="torsocksForOSX"></a>
1288 1290
     <li>
1289 1291
     <b>Make torsocks/dsocks work on OS X</b>
... ...
@@ -1314,6 +1316,7 @@ meetings around the world.</li>
1314 1316
     or discarding one entirely.
1315 1317
     </p>
1316 1318
     </li>
1319
+    -->
1317 1320
     
1318 1321
     <a id="vidaliaStatusEventInterface"></a>
1319 1322
     <li>
... ...
@@ -1366,7 +1369,7 @@ meetings around the world.</li>
1366 1369
     <br>
1367 1370
     Skill Level: <i>High</i>
1368 1371
     <br>
1369
-    Likely Mentors: <i>Nathan (n8fr8), Jake</i>
1372
+    Likely Mentors: <i>Jake</i>
1370 1373
     <p>
1371 1374
     The existing port of Tor to Android is basically a straight
1372 1375
     cross-compile to Linux ARM. There has been no work done in looking at
... ...
@@ -1399,6 +1402,7 @@ meetings around the world.</li>
1399 1402
     </p>
1400 1403
     </li>
1401 1404
     
1405
+    <!--
1402 1406
     <a id="orbot-orlibAndOutreach"></a>
1403 1407
     <li>
1404 1408
     <b>Orbot integration library and community outreach</b>
... ...
@@ -1423,6 +1427,7 @@ meetings around the world.</li>
1423 1427
     the library within other open-source apps is also needed.
1424 1428
     </p>
1425 1429
     </li>
1430
+    -->
1426 1431
     
1427 1432
     <!--
1428 1433
     <a id="vidaliaNetworkMap"></a>
1429 1434