Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Nov 8, 2013 6:24:16 AM (10 years ago)
Author:
quinn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11.6 =
     1= Project Site =
    22
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
     3{{{
     4#!html
     5<div id="pp-left">
     6}}}
    57
    6 All aspects of Trac have been designed with the single goal to
    7 '''help developers write great software''' while '''staying out of the way'''
    8 and imposing as little as possible on a team's established process and
    9 culture.
     8== Summary ==
    109
    11 As all Wiki pages, this page is editable, this means that you can
    12 modify the contents of this page simply by using your
    13 web-browser. Simply click on the "Edit this page" link at the bottom
    14 of the page. WikiFormatting will give you a detailed description of
    15 available Wiki formatting commands.
     10Pulso ONG is a platform for collecting migrant data via SMS surveys.
    1611
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    18 a new Trac environment, containing a default set of wiki pages and some sample
    19 data. This newly created environment also contains
    20 [wiki:TracGuide documentation] to help you get started with your project.
     12== Full Description ==
    2113
    22 You can use [wiki:TracAdmin trac-admin] to configure
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    24 regard to ''components'', ''versions'' and ''milestones''.
     14NGOs cannot respond well to migrants’ needs without quality metrics on migrant demographics, activities, interactions, and quality of life. Collecting this data is challenging  because migrants are a not a settled population, may not have easy anonymous access to internet, and may distrust submitting their details in a non-anonymized form. SMS is widely used in Latin America, with prepaid phones frequently used by migrants.
    2515
     16''Pulso ONG'' is a platform for executing brief questionnaire campaigns by SMS to an arbitrary set of mobile phone numbers. The responses are collected, stored, visualized, and made available through open data initiatives.
    2617
    27 TracGuide is a good place to start.
     18Spontaneous surveys sent to large sets of people can be useful in quickly determining if proposed legislation has a factual merit; or a survey can be sent twice, once before and once after policy is enacted, to determine the effect it has had on migrants.
    2819
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
     20This functionality completed for the America's Datafest includes a web-based interface to manage a set of surveys and their questions, groups of participants, a question queue manager that sends SMS messages, and a web hook that receives responses. In the future the platform can be extended to function as a general communication intermediary between migrants with mobile phones and NGOs.
    3121
    32 == Starting Points ==
     22== Features ==
    3323
    34  * TracGuide --  Built-in Documentation
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    37  * TracSupport --  Trac Support
     24 * Survey participant is only a phone number (i.e. it's basically anonymous).
     25 * Questions are associated with surveys, which are scheduled to be sent on a specific date.
     26 * Once survey begins, questions are frozen to prevent changing parameters.
     27 * Responses are associated to the participant and survey.
     28 * Questions are formatted using a simple markup syntax to allow short questions < 160 characters.
     29 * Question format is parsed to ensure options can be validated against participant responses.
     30 * Participant is notified if they send an invalid response.
     31 * Participant is notified when the survey is complete.
     32 * Reports viewable for each survey.
     33 * CSV download of survey data.
    3834
    39 For a complete list of local wiki pages, see TitleIndex.
     35== Video Presentation ==
     36
     37{{{
     38#!html
     39</div>
     40<div id="pp-right">
     41}}}
     42
     43== Team ==
     44 * Sarah Farr [http://twitter.com/sarahefarr @sarahefarr]
     45 * Paulina Bustos [http://twitter.com/PaulinaBustosA @PaulinaBustosA]
     46 * Quinn Comendant [http://twitter.com/qc @qc]
     47
     48You can email us at ''pulso@strangecode.com''.
     49
     50== Demo Site ==
     51
     52Not just a demo site; this is a fully functional tool ready for use. Careful: it really sends SMSs! =)
     53
     54 * http://pulso.strangecode.com/
     55 * Username: demo
     56 * Password: demo
     57
     58== Source Code ==
     59
     60Accessible through this project site (see [/pulso/browser Browse Source] at top) or through SVN at https://svn.strangecode.com/pulso/.
     61
     62== Documentation ==
     63
     64 * See the [/pulso/roadmap software roadmap].
     65 * [wiki:docs/overview Overview of usage]
     66
     67{{{
     68#!html
     69</div>
     70<style type="text/css" media="screen">
     71#pp-left {
     72    width: 60%;
     73    float: left;
     74    margin-right: 2em;
     75}
     76#pp-right {
     77    width: 30%;
     78    float: left;
     79}
     80</style>
     81}}}