Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed Sep 24, 2011
0 parents commit f6790d6
Show file tree
Hide file tree
Showing 18 changed files with 1,994 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
12 changes: 12 additions & 0 deletions README.md
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.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
markdown: rdiscount
pygments: false
76 changes: 76 additions & 0 deletions _layouts/default.html
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 &copy; 2011 - Mendicant University -
<span class="credit">Powered by <a href="http://http://jekyllrb.com">Jekyll</a></span>
</p>
</footer>

</body>
</html>
8 changes: 8 additions & 0 deletions _layouts/post.html
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>
33 changes: 33 additions & 0 deletions _posts/2011-09-14-mission-of-mercy.markdown
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)
34 changes: 34 additions & 0 deletions _posts/2011-09-15-partido-de-internet.markdown
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]))

15 changes: 15 additions & 0 deletions about.markdown
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.
11 changes: 11 additions & 0 deletions assets/custom.css
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
}
Binary file added assets/line-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/noise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f6790d6

Please sign in to comment.