forked from systers/systers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (120 loc) · 9.6 KB
/
index.html
File metadata and controls
161 lines (120 loc) · 9.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Systers Open Source Projects by Systers</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Systers Open Source Projects</h1>
<p class="header">Main GitHub web page for Systers</p>
<ul>
<li><a class="buttons github" href="https://github.com/systers">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to Systers GitHub Open Source Page.</h3>
<p>our goal is to have projects that impacts users/communities by improving their duties/tasks with technology.
We want to provide projects in 1)various development languages, 2) technologies and 3) challenges.
Systers will still maintain our current wiki for resources, however, we have created a repository here on github
(by popular demand) so that students/mentees can publish and store their code, connect with other open source
communities who use github, and learn how to store revisions of code like Git (<a href="https://try.github.io/levels/1/challenges/1" target="_blank">Try Git</a>!).
More Github training materials >> <a href="https://training.github.com/resources/videos/" target="_blank">here</a>.
Some of the projects below are projects for <a href="http://www.peacecorps.gov/" target="_blank">Peace Corps</a> volunteers (PCVs)and administrators. It is important that PCVs
have tools that can help collect data and report back to PC headquarters on progress and status of their assignments.
It's just as important for PC administrators/managers to track their PCVs activities and assignments. Additionally,
our organization, <a href="http://anitaborg.org/" target="_blank">Anita Borg Institute</a> and Systers community have open source projects that will help our staff manage
our volunteers and help our members collaborate better.
</p>
<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
<h3>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Our Projects</h3>
<h4>Peace Corps Projects</h4>
<p>The Peace Corps has many volunteers (PCVs) out in the field assigned in various countries around the world.
They get a lot of great technology projects started, usually at hackathons, but they never get any of them complete
so that they can deploy the applications to the PCVs who really need technology to help their assignments in many ways.
Systers will be working on 4 main Peace Corp projects that we hope to have them deployed by the end of this program.</p>
<p>[1] PeaceTrack - (<a href="https://github.com/systers/peacetrack-android">Android</a> and <a href="https://github.com/systers/peacetrack-ios">iOS</a> versions)
>> <a href="https://github.com/systers/peacetrack-readme">Read Me</a></p>
<p>[2] Malaria Prevention (<a href="https://github.com/systers/malaria-app-android">Android</a> and <a href="https://github.com/systers/malaria-app-ios">iOS</a> versions)
>> <a href="https://github.com/systers/malaria-app-readme">Read Me</a></p>
<p>[3] <a href="https://github.com/systers/app-web-server">Mobile App Control Center</a> (Python w/Django)</p>
<p>[4] <a href="https://github.com/systers/crowdmap">CrowdMap</a> (Ushahidi)</p>
<p>[5] <a href="https://github.com/systers/language-translation">Photo Language Translation</a> (Ruby on Rails)</p>
<p>[6] <a href="https://github.com/systers/ossprojects/wiki/Crowdsourcing%20for%20Guyana%20Deaf%20Community">Crowdsourcing for Guyana Deaf Community</a> (Forked <a href="https://github.com/systers/crowdmap">Repo</a> from Peace Corps)</p>
<p>[7] <a href="https://github.com/systers/PCSA">PCSA Office of Victim Advocacy</a></p>
<h4>Systers Projects</h4>
<p>Systers, an Anita Borg Institute (ABI) Community, have very specific needs to help them internally and externally with managing volunteers and having a Systers (and sub groups) portal. The Volunteer Management System and Systers Portal will hope to help Systers and volunteers to make a much engaged connection.
Systers will also also be upgrading to the latest Systers GNU Mailman and applying our customized Systers features
to the latest release. Because we have a customized version, it is a very complex and has a more difficulty level for
programmers.
Additionally, we have a new project this year to help manage our communities meetups.
</p>
<p>[1] <a href="https://github.com/systers/vms">Volunteer Management System</a> (Python w/Django)</p>
<p>[2] <a href="https://github.com/systers/portal">Systers Portal</a> (Python w/Django)</p>
<p>[3] <a href="https://github.com/systers/automated-testing">Automated Testing</a> (Selenium using both Java and Python)</p>
<p>[4] <a href="https://github.com/systers/ossprojects/wiki/Meetup%20Features">Meetup Features for Portal</a></p>
<p>[5] <a href="https://github.com/systers/ossprojects/wiki/Systers%20Features%20for%20Mailman%203">Systers Features for Mailman 3</a></p>
<p>[6] <a href="https://github.com/systers/ossprojects/wiki/PowerUp">PowerUp</a></p>
<h3>
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Administrators >> <a href="https://github.com/rosariorobinson" class="user-mention">@rosariorobinson</a>, <a href="https://github.com/acoconut" class="user-mention">@acoconut</a>, and <a href="https://github.com/nhutch01" class="user-mention">@nhutch01</a> </p>
<h4>Mentors
<ui>
<li><a href="https://github.com/wendyck" class="user-mention">@wendyck</a></li>
<li><a href="https://github.com/pwnela" class="user-mention">@pwnela</a></li>
<li><a href="https://github.com/abelards" class="user-mention">@abelards</a></li>
<li><a href="https://github.com/iogburu" class="user-mention">@iogburu</a></li>
<li><a href="https://github.com/DardieD" class="user-mention">@DardieD</a></li>
<li><a href="https://github.com/mdmathias" class="user-mention">@mdmathias</a></li>
<li><a href="https://github.com/kristinmars" class="user-mention">@kristinmars</a></li>
<li><a href="https://github.com/econchick" class="user-mention">@econchick</a></li>
<li><a href="https://github.com/aoduor" class="user-mention">@aoduor</a></li>
<li><a href="https://github.com/kamaulynder" class="user-mention">@kamaulynder</a></li>
<li><a href="https://github.com/neerajrao" class="user-mention">@neerajrao</a></li>
<li><a href="https://github.com/chiuki" class="user-mention">@chiuki</a></li>
<li><a href="https://github.com/chinmayisk" class="user-mention">@chinmayisk</a></li>
</ui></p>
<p>Students
<ui>
<li><a href="https://github.com/shwetambara" class="user-mention">@shwetambara</a></li>
<li><a href="https://github.com/SaumyaGurtu" class="user-mention">@SaumyaGurtu</a></li>
<li><a href="https://github.com/shruti-gupta" class="user-mention">@shruti-gupta</a></li>
<li><a href="https://github.com/shelagh-mcgowan" class="user-mention">@shelagh-mcgowan</a></li>
<li><a href="https://github.com/nerdylicious" class="user-mention">@nerdylicious</a></li>
<li><a href="https://github.com/jayesh92" class="user-mention">@jayesh92</a></li>
<li><a href="https://github.com/jennpaff" class="user-mention">@jennpaff</a></li>
<li><a href="https://github.com/jproft" class="user-mention">@jproft</a></li>
<li><a href="https://github.com/ana-balica" class="user-mention">@ana-balica</a></li>
<li><a href="https://github.com/dweep123" class="user-mention">@dweep123</a></li>
<li><a href="https://github.com/pooja3008" class="user-mention">@pooja3008</a></li>
<li><a href="https://github.com/chimdi2000" class="user-mention">@chimdi2000</a></li>
</ui></p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>If you want to contribute or have questions about our projects, please send questions to <a href="mailto:systers-keeper@systers.org?Subject=Questions%20about%20Systers%20Open%20Source%20Projects">systers-keeper@systers.org</a>. </p>
</section>
<footer>
<p><small><a href="http://anitaborg.org/get-involved/systers/">Systers</a>, an <a href="http://anitaborg.org">Anita Borg Institute </a> Community.</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>