-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f6790d6
Showing
18 changed files
with
1,994 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Mendicant University Projects | ||
|
||
**[Mendicant University](http://university.rubymendicant.com/)** supports programmers in developing both their technical skills and their social contributions, to make a real positive impact upon the world. | ||
|
||
Mendicant University currently offers practical training, social networking, and mentoring. All of the services of Mendicant University are provided free of charge by volunteers without any commercial sponsorship, and all of the software that is developed through our projects are made public under Free Software licenses. | ||
|
||
Founded by Gregory Brown, with the help of Jordan Byron, Mendicant University now has four staff members, a growing team of mentors, and a highly active and international alumni network. | ||
|
||
The work of Mendicant University was recently recognised with an **[Ignition grant](http://ignitiongrant.com/)** for social entrepreneurship, presented at RailsConf 2011, the global conference for the Ruby on Rails community. | ||
|
||
- **[A short interview](http://bit.ly/pC7Ixa)** with Gregory Brown about Mendicant University, published on InfoQ. | ||
- **[Jordan Byron's talk](http://is.gd/WCIVcs)** on the technology produced by Mendicant University, given at RailsConf. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
markdown: rdiscount | ||
pygments: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Magnificent Mendicant Mentoring Month</title> | ||
<meta name="author" content="Mendicant University"> | ||
<meta name="description" content="Mendicant University Projects"> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="/assets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/assets/custom.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/atom.xml" rel="alternate" title="Magnificent Mendicant Mentoring Month" type="application/atom+xml"> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<header role="banner"> | ||
<hgroup> | ||
<h1><a href="/">Magnificent Mendicant Mentoring Month</a></h1> | ||
<h2>Mendicant University projects</h2> | ||
</hgroup> | ||
</header> | ||
|
||
<nav role="navigation"> | ||
<ul class="subscription" data-subscription="rss"> | ||
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> | ||
</ul> | ||
|
||
<form action="http://google.com/search" method="get"> | ||
<fieldset role="search"> | ||
<input type="hidden" name="q" value="site:rmu.github.com/mu_projects_blog" /> | ||
<input class="search" type="text" name="q" results="0" placeholder="Search"/> | ||
</fieldset> | ||
</form> | ||
|
||
<ul class="main-navigation"> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/about.html">About MU</a></li> | ||
<li><a href="/projects.html">Projects</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div id="main"> | ||
<div id="content"> | ||
<div> | ||
<article role="article"> | ||
{{ content }} | ||
</article> | ||
</div> | ||
|
||
<aside class="sidebar"> | ||
<section> | ||
<h1>Recent Posts</h1> | ||
<ul id="recent_posts"> | ||
{% for post in site.posts %} | ||
<li class="post"><a href="{{ post.url }}">{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
</section> | ||
</aside> | ||
</div> <!-- content --> | ||
</div> <!-- main --> | ||
|
||
<footer role="contentinfo"> | ||
<p> | ||
Copyright © 2011 - Mendicant University - | ||
<span class="credit">Powered by <a href="http://http://jekyllrb.com">Jekyll</a></span> | ||
</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div id="post"> | ||
<h1>{{ page.title }}</h1> | ||
{{ content }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: post | ||
title: "Mission of Mercy" | ||
--- | ||
|
||
## About the organization | ||
|
||
|
||
The Mission of Mercy is a one or two-day clinic in which portable dental stations are set up in a large public arena and dental screenings and services are provided at no charge to those who attend. Historically, demand for these clinics has been so intense that individuals often stand in line, as early as midnight, to receive the services. In the USA half of the states run Mission of Mercy clinics. | ||
|
||
## About the project | ||
|
||
|
||
The Mission of Mercy web application, or MoM for short, is a Rails based clinic management system that was originally created for the 2009 Connecticut Mission of Mercy clinic. The project's goal is to streamline patient intake, digital x-ray, and check-out processes during the clinic's operating hours. The MoM clinic management software has been used in Mission of Mercy clinics throughout the United States. | ||
|
||
## Tasks for developers | ||
|
||
|
||
The Mission of Mercy software project has a wide range of tasks for developers of all skill levels. The following is just a sample of items which can be worked on during the hackfest: | ||
|
||
- Upgrade to Rails 3.1 (Currently at 2.3.12) | ||
- Display warning if patient is less than 18 years old | ||
- Create insightful reports based on collected data | ||
- Improve user experience by decreasing data entry pain-points | ||
|
||
## Project Contact | ||
|
||
|
||
**Jordan Byron** | ||
Project Maintainer & Mendicant University Co-Founder | ||
|
||
[jordan.byron at gmail dot com](mailto:[email protected])<br> | ||
[github.com/jordanbyron/mission_of_mercy](https://github.com/jordanbyron/mission_of_mercy) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: post | ||
title: "Partido de Internet" | ||
--- | ||
|
||
## About the organization | ||
|
||
The Partido de Internet, or PDI in short, is a political party in Spain whose aim is to promote [Liquid Democracy](http://www.google.com/url?q=http%3A%2F%2Fcommunitywiki.org%2Fen%2FLiquidDemocracy&sa=D&sntz=1&usg=AFQjCNFZkb8HUZKIH4_hKpDXr2Z-4JnFnA). Liquid Democracy is a democratic political system that combines the advantages of both Direct and Representative Democracy. In a Liquid Democracy system citizens can vote directly on any proposition, or if they choose so, delegate their vote to a representative. | ||
|
||
## About the project | ||
|
||
PDI is developing a web application, Agora, to allow citizens to vote on the Internet. PDI will run for the next Spanish elections and if it obtains any representative, they will vote in the Congress what people choose using that application. | ||
|
||
## Tasks for developers | ||
|
||
Currently Agora is a Rails 3 application that uses Spanish electronic identity card (DNIe) to identify users. Right now it is tailored to PDI needs as a political party in Spain, but it final goal is to be a general voting app suited for any democratic organization. As such, there are a lot of tasks involved in generalization and i18n. | ||
|
||
- Translating the app | ||
- Create a general registration module for users | ||
- Backend to create proposals (it currently scrapes them from Spanish Congress webpage) | ||
|
||
|
||
## Project Contact | ||
|
||
[PDI webpage](http://www.partidodeinternet.es) (in Spanish)<br> | ||
[PDI wiki](http://partidodeinternet.es/wiki/Portada) (in Spanish)<br> | ||
[Github project](http://github.com/agoraciudadana/referendum15oct) | ||
|
||
|
||
**Alberto Fernández-Capel** ([afcapel at gmail dot com](mailto:[email protected]))<br> | ||
RMU alumnus | ||
|
||
**Raimond Garcia** ([voodoorai2000 at gmail dot com](mailto:[email protected])) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: post | ||
title: "About Mendicant University" | ||
--- | ||
|
||
**[Mendicant University](http://university.rubymendicant.com/)** supports programmers in developing both their technical skills and their social contributions, to make a real positive impact upon the world. | ||
|
||
Mendicant University currently offers practical training, social networking, and mentoring. All of the services of Mendicant University are provided free of charge by volunteers without any commercial sponsorship, and all of the software that is developed through our projects are made public under Free Software licenses. | ||
|
||
Founded by Gregory Brown, with the help of Jordan Byron, Mendicant University now has four staff members, a growing team of mentors, and a highly active and international alumni network. | ||
|
||
The work of Mendicant University was recently recognised with an **[Ignition grant](http://ignitiongrant.com/)** for social entrepreneurship, presented at RailsConf 2011, the global conference for the Ruby on Rails community. | ||
|
||
- **[A short interview](http://bit.ly/pC7Ixa)** with Gregory Brown about Mendicant University, published on InfoQ. | ||
- **[Jordan Byron's talk](http://is.gd/WCIVcs)** on the technology produced by Mendicant University, given at RailsConf. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.heading, body > header h1,h1,h2,h3,h4,h5,h6 { | ||
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif | ||
} | ||
|
||
body > header { | ||
background-image: url("/assets/MU_projects_logo_no_letters_no_circle_205.png"); | ||
background-repeat: no-repeat; | ||
background-position: 10px center; | ||
padding-left: 230px; | ||
padding-right: 0px | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.