Thaana Type

Research & development of Thaana fonts
,

  _     _                                     
 | |   | |                                    
 | |_  | |__     __ _    __ _   _ __     __ _ 
 | __| | '_ \   / _` |  / _` | | '_ \   / _` |
 | |_  | | | | | (_| | | (_| | | | | | | (_| |
  \__| |_| |_|  \__,_|  \__,_| |_| |_|  \__,_|
                                              
                                              
  _                          
 | |                         
 | |_   _   _   _ __     ___ 
 | __| | | | | | '_ \   / _ \
 | |_  | |_| | | |_) | |  __/
  \__|  \__, | | .__/   \___|
         __/ | | |           
        |___/  |_|           
Maldives population poster and notebook

Population awareness materials for UNFPA
, ,

textAlign(CENTER, CENTER);
int count = 0;
int y = 50;
int x = 50;
int atoll = 0;
for (TableRow islandrow : islands.rows()) {
     if (count%19 == 0 /*|| atoll != islandrow.getInt("Misc")*/ ) {
         y += 52;
         x = 47;
         count=0;
     }
     //if (atoll == 9) { continue;} //skip male'
     count++;
     String islandname = islandrow.getString("Name");
     int islandpop = islandrow.getInt("2014");
Maldives census visualisations

Data visualisations & knowledge products for UNFPA
, ,

import processing.pdf.*;

Table atolls;
PGraphicsPDF pdf;
PFont helvetica;

void draw() {
  textFont(helvetica);
  textSize(2);
  textAlign(CENTER);
  float scale = 300;
  String[] years = {"1911", "1921","1953","1960",  "1965","1977","1985","1990","1995","2000","2006","2014"};
  for (TableRow atollrow : atolls.rows()) {
    String atoll_short = atollrow.getString("Atoll_short");
    float lat = atollrow.getFloat("Lat");
    float lon = atollrow.getFloat("Long");    
    pushMatrix();
Fenrakkaa

Identity development for integrated water resource management campaign for UNDP

   __                                 _      _                    
  / _|                               | |    | |                   
 | |_    ___   _ __    _ __    __ _  | | __ | | __   __ _    __ _ 
 |  _|  / _ \ | '_ \  | '__|  / _` | | |/ / | |/ /  / _` |  / _` |
 | |   |  __/ | | | | | |    | (_| | |   <  |   <  | (_| | | (_| |
 |_|    \___| |_| |_| |_|     \__,_| |_|\_\ |_|\_\  \__,_|  \__,_|
                                                                  
                                                                  
Remembering victims to stop street violence

Posters for Human Rights Day 2013

                                               _                     _         
                                              | |                   (_)        
  _ __    ___   _ __ ___     ___   _ __ ___   | |__     ___   _ __   _   _ __  
 | '__|  / _ \ | '_ ` _ \   / _ \ | '_ ` _ \  | '_ \   / _ \ | '__| | | | '_ \ 
 | |    |  __/ | | | | | | |  __/ | | | | | | | |_) | |  __/ | |    | | | | | |
 |_|     \___| |_| |_| |_|  \___| |_| |_| |_| |_.__/   \___| |_|    |_| |_| |_|
                                                                               
                                                                               
                    _          _     _                   
                   (_)        | |   (_)                  
   __ _    __   __  _    ___  | |_   _   _ __ ___    ___ 
  / _` |   \ \ / / | |  / __| | __| | | | '_ ` _ \  / __|
 | (_| |    \ V /  | | | (__  | |_  | | | | | | | | \__ \
  \__, |     \_/   |_|  \___|  \__| |_| |_| |_| |_| |___/
   __/ |                                                 
  |___/                                                  
Lets Go Maldives rebranding

Complete rebranding of the travel agency
,

  _          _                           
 | |        | |                          
 | |   ___  | |_   ___      __ _    ___  
 | |  / _ \ | __| / __|    / _` |  / _ \ 
 | | |  __/ | |_  \__ \   | (_| | | (_) |
 |_|  \___|  \__| |___/    \__, |  \___/ 
                            __/ |        
                           |___/         
                      _       _   _                      
                     | |     | | (_)                     
  _ __ ___     __ _  | |   __| |  _  __   __   ___   ___ 
 | '_ ` _ \   / _` | | |  / _` | | | \ \ / /  / _ \ / __|
 | | | | | | | (_| | | | | (_| | | |  \ V /  |  __/ \__ \
 |_| |_| |_|  \__,_| |_|  \__,_| |_|   \_/    \___| |___/
                                                         
                                                         
MRC VCA Guidelines & Toolbox

Designing of handbooks for Maldivian Red Crescent
,

                                                   
                                                   
  _ __ ___    _ __    ___    __   __   ___    __ _ 
 | '_ ` _ \  | '__|  / __|   \ \ / /  / __|  / _` |
 | | | | | | | |    | (__     \ V /  | (__  | (_| |
 |_| |_| |_| |_|     \___|     \_/    \___|  \__,_|
                                                   
                                                   
                  _       _          _   _                      
                 (_)     | |        | | (_)                     
   __ _   _   _   _    __| |   ___  | |  _   _ __     ___   ___ 
  / _` | | | | | | |  / _` |  / _ \ | | | | | '_ \   / _ \ / __|
 | (_| | | |_| | | | | (_| | |  __/ | | | | | | | | |  __/ \__ \
  \__, |  \__,_| |_|  \__,_|  \___| |_| |_| |_| |_|  \___| |___/
   __/ |                                                        
  |___/                                                         
Nakaiy Nevi

Seasons of the Maldives – a mobile app
, , ,

for (var i=1; i<nakaiy.length; i++){
  nakaiydb.insert({ id:i, 
    nakaiy:nakaiy[i][0], 
    dates:nakaiy[i][1], 
    season:nakaiy[i][2], 
    number:nakaiy[i][3], 
    description:nakaiy[i][4], 
    meaning:nakaiy[i][5], 
    weather:nakaiy[i][6], 
    averages:nakaiy[i][7], 
    fishing:nakaiy[i][8], 
    agriculture:nakaiy[i][9], 
    asterism:nakaiy[i][10]
  }); 
}
Azidon – brand development

Development of brand identity & marketing materials
,

                _       _                 
               (_)     | |                
   __ _   ____  _    __| |   ___    _ __  
  / _` | |_  / | |  / _` |  / _ \  | '_ \ 
 | (_| |  / /  | | | (_| | | (_) | | | | |
  \__,_| /___| |_|  \__,_|  \___/  |_| |_|
                                          
                                          
  _                                  _ 
 | |                                | |
 | |__    _ __    __ _   _ __     __| |
 | '_ \  | '__|  / _` | | '_ \   / _` |
 | |_) | | |    | (_| | | | | | | (_| |
 |_.__/  |_|     \__,_| |_| |_|  \__,_|
                                       
                                       
DHL Advertising in Maldives

Brochures, posters, billboards & exhibition stall

      _   _       _ 
     | | | |     | |
   __| | | |__   | |
  / _` | | '_ \  | |
 | (_| | | | | | | |
  \__,_| |_| |_| |_|
                    
                    
              _                         _     _         _         
             | |                       | |   (_)       (_)        
   __ _    __| | __   __   ___   _ __  | |_   _   ___   _   _ __  
  / _` |  / _` | \ \ / /  / _ \ | '__| | __| | | / __| | | | '_ \ 
 | (_| | | (_| |  \ V /  |  __/ | |    | |_  | | \__ \ | | | | | |
  \__,_|  \__,_|   \_/    \___| |_|     \__| |_| |___/ |_| |_| |_|
                                                                  
                                                                  
MRC Dengue awareness billboards

For the Maldivian Red Crescent

                                  _                                       
                                 | |                                      
  _ __ ___    _ __    ___      __| |   ___   _ __     __ _   _   _    ___ 
 | '_ ` _ \  | '__|  / __|    / _` |  / _ \ | '_ \   / _` | | | | |  / _ \
 | | | | | | | |    | (__    | (_| | |  __/ | | | | | (_| | | |_| | |  __/
 |_| |_| |_| |_|     \___|    \__,_|  \___| |_| |_|  \__, |  \__,_|  \___|
                                                      __/ |               
                                                     |___/                
                                                                    
                                                                    
   __ _  __      __   __ _   _ __    ___   _ __     ___   ___   ___ 
  / _` | \ \ /\ / /  / _` | | '__|  / _ \ | '_ \   / _ \ / __| / __|
 | (_| |  \ V  V /  | (_| | | |    |  __/ | | | | |  __/ \__ \ \__ \
  \__,_|   \_/\_/    \__,_| |_|     \___| |_| |_|  \___| |___/ |___/
                                                                    
                                                                    
Maldives 2006 Census Data Visualizations

For UNDP’s disaster awareness campaign research
, ,

function population_density() {
  $content = '';
  $fp2 = fopen('source.csv', 'r');    
  while (!feof($fp2)) {
    $line = fgetcsv($fp2, 4096);
    if ($line[0] == "138") { continue; }; // remove male' 
    if (is_numeric($line[4]) AND  is_numeric($line[5]) AND  !empty($line[6]) AND  !empty($line[17]) ) {
       $content .= '';
       $content .= '';
    }
  }
  fclose($fp2);
  $content .= '';
  return $content;
}
UNICEF Nutrition Playing Cards

Playing cards promoting complementary feeding

                  _                  __ 
                 (_)                / _|
  _   _   _ __    _    ___    ___  | |_ 
 | | | | | '_ \  | |  / __|  / _ \ |  _|
 | |_| | | | | | | | | (__  |  __/ | |  
  \__,_| |_| |_| |_|  \___|  \___| |_|  
                                        
                                        
                  _            _   _     _                 
                 | |          (_) | |   (_)                
  _ __    _   _  | |_   _ __   _  | |_   _    ___    _ __  
 | '_ \  | | | | | __| | '__| | | | __| | |  / _ \  | '_ \ 
 | | | | | |_| | | |_  | |    | | | |_  | | | (_) | | | | |
 |_| |_|  \__,_|  \__| |_|    |_|  \__| |_|  \___/  |_| |_|
                                                           
                                                           
mvblogosphere

Mapping of the Maldivian blogosphere (2006-2014)
, ,

                      _       _                                         _     
                     | |     | |                                       | |    
  _ __ ___   __   __ | |__   | |   ___     __ _    ___    ___   _ __   | |__  
 | '_ ` _ \  \ \ / / | '_ \  | |  / _ \   / _` |  / _ \  / __| | '_ \  | '_ \ 
 | | | | | |  \ V /  | |_) | | | | (_) | | (_| | | (_) | \__ \ | |_) | | | | |
 |_| |_| |_|   \_/   |_.__/  |_|  \___/   \__, |  \___/  |___/ | .__/  |_| |_|
                                           __/ |               | |            
                                          |___/                |_|            
                     
                     
   ___   _ __    ___ 
  / _ \ | '__|  / _ \
 |  __/ | |    |  __/
  \___| |_|     \___|
                     
                     
Drawing With Light

Mapping photography & its links to social, political & aesthetic systems

      _                             _                 
     | |                           (_)                
   __| |  _ __    __ _  __      __  _   _ __     __ _ 
  / _` | | '__|  / _` | \ \ /\ / / | | | '_ \   / _` |
 | (_| | | |    | (_| |  \ V  V /  | | | | | | | (_| |
  \__,_| |_|     \__,_|   \_/\_/   |_| |_| |_|  \__, |
                                                 __/ |
                                                |___/ 
             _   _     _         _   _           _       _   
            (_) | |   | |       | | (_)         | |     | |  
 __      __  _  | |_  | |__     | |  _    __ _  | |__   | |_ 
 \ \ /\ / / | | | __| | '_ \    | | | |  / _` | | '_ \  | __|
  \ V  V /  | | | |_  | | | |   | | | | | (_| | | | | | | |_ 
   \_/\_/   |_|  \__| |_| |_|   |_| |_|  \__, | |_| |_|  \__|
                                          __/ |              
                                         |___/               
UN CAT Booklet

Convention against Torture (CAT) Dhivehi booklet for UNDP

                                   _   
                                  | |  
  _   _   _ __       ___    __ _  | |_ 
 | | | | | '_ \     / __|  / _` | | __|
 | |_| | | | | |   | (__  | (_| | | |_ 
  \__,_| |_| |_|    \___|  \__,_|  \__|
                                       
                                       
  _                       _      _          _   
 | |                     | |    | |        | |  
 | |__     ___     ___   | | __ | |   ___  | |_ 
 | '_ \   / _ \   / _ \  | |/ / | |  / _ \ | __|
 | |_) | | (_) | | (_) | |   <  | | |  __/ | |_ 
 |_.__/   \___/   \___/  |_|\_\ |_|  \___|  \__|