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

                                                __                    _         
   _____  ___    ____ ___   ___    ____ ___    / /_   ___    _____   (_)   ____ 
  / ___/ / _ \  / __ `__ \ / _ \  / __ `__ \  / __ \ / _ \  / ___/  / /   / __ \
 / /    /  __/ / / / / / //  __/ / / / / / / / /_/ //  __/ / /     / /   / / / /
/_/     \___/ /_/ /_/ /_/ \___/ /_/ /_/ /_/ /_.___/ \___/ /_/     /_/   /_/ /_/ 
                                                                                
                           _           __     _                     
   ____ _        _   __   (_)  _____  / /_   (_)   ____ ___    _____
  / __ `/       | | / /  / /  / ___/ / __/  / /   / __ `__ \  / ___/
 / /_/ /        | |/ /  / /  / /__  / /_   / /   / / / / / / (__  ) 
 \__, /         |___/  /_/   \___/  \__/  /_/   /_/ /_/ /_/ /____/  
/____/                                                              
Lets Go Maldives rebranding

Complete rebranding of the travel agency
,

    __         __                                
   / /  ___   / /_   _____          ____ _  ____ 
  / /  / _ \ / __/  / ___/         / __ `/ / __ \
 / /  /  __// /_   (__  )         / /_/ / / /_/ /
/_/   \___/ \__/  /____/          \__, /  \____/ 
                                 /____/          
                        __       __    _                      
   ____ ___   ____ _   / /  ____/ /   (_) _   __  ___    _____
  / __ `__ \ / __ `/  / /  / __  /   / / | | / / / _ \  / ___/
 / / / / / // /_/ /  / /  / /_/ /   / /  | |/ / /  __/ (__  ) 
/_/ /_/ /_/ \__,_/  /_/   \__,_/   /_/   |___/  \___/ /____/  
                                                              
MRC VCA Guidelines & Toolbox

Designing of handbooks for Maldivian Red Crescent
,

                                                        
   ____ ___    _____  _____        _   __  _____  ____ _
  / __ `__ \  / ___/ / ___/       | | / / / ___/ / __ `/
 / / / / / / / /    / /__         | |/ / / /__  / /_/ / 
/_/ /_/ /_/ /_/     \___/         |___/  \___/  \__,_/  
                                                        
                     _        __          __    _                       
   ____ _  __  __   (_)  ____/ /  ___    / /   (_)   ____   ___    _____
  / __ `/ / / / /  / /  / __  /  / _ \  / /   / /   / __ \ / _ \  / ___/
 / /_/ / / /_/ /  / /  / /_/ /  /  __/ / /   / /   / / / //  __/ (__  ) 
 \__, /  \__,_/  /_/   \__,_/   \___/ /_/   /_/   /_/ /_/ \___/ /____/  
/____/                                                                  
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

       __    __      __
  ____/ /   / /_    / /
 / __  /   / __ \  / / 
/ /_/ /   / / / / / /  
\__,_/   /_/ /_/ /_/   
                       
               __                        __     _             _         
  ____ _  ____/ / _   __  ___    _____  / /_   (_)   _____   (_)   ____ 
 / __ `/ / __  / | | / / / _ \  / ___/ / __/  / /   / ___/  / /   / __ \
/ /_/ / / /_/ /  | |/ / /  __/ / /    / /_   / /   (__  )  / /   / / / /
\__,_/  \__,_/   |___/  \___/ /_/     \__/  /_/   /____/  /_/   /_/ /_/ 
                                                                        
MRC Dengue awareness billboards

For the Maldivian Red Crescent

                                         __                                     
   ____ ___    _____  _____         ____/ /  ___    ____    ____ _  __  __  ___ 
  / __ `__ \  / ___/ / ___/        / __  /  / _ \  / __ \  / __ `/ / / / / / _ \
 / / / / / / / /    / /__         / /_/ /  /  __/ / / / / / /_/ / / /_/ / /  __/
/_/ /_/ /_/ /_/     \___/         \__,_/   \___/ /_/ /_/  \__, /  \__,_/  \___/ 
                                                         /____/                 
                                                                      
  ____ _ _      __  ____ _   _____  ___    ____   ___    _____   _____
 / __ `/| | /| / / / __ `/  / ___/ / _ \  / __ \ / _ \  / ___/  / ___/
/ /_/ / | |/ |/ / / /_/ /  / /    /  __/ / / / //  __/ (__  )  (__  ) 
\__,_/  |__/|__/  \__,_/  /_/     \___/ /_/ /_/ \___/ /____/  /____/  
                                                                      
UNDP Rakaavethibeyyaa Dhivehiraaje

Generative logo design
, ,

foreach ($xml->children() as $atolls) {
  $island_count = 0;
  foreach ($atolls->children() as $atoll){
    $content .= '';
    foreach ($atoll->children() as $island){
      $content .= 'x  . '" y="' . $island->y . '" 
              width="' . $island->size . '" height="'. $height .'" 
              fill="black"  />  ';  
    }
    $content .= '';
  }
}
UNICEF Nutrition Playing Cards

Playing cards promoting complementary feeding

                    _                  ____
  __  __   ____    (_)  _____  ___    / __/
 / / / /  / __ \  / /  / ___/ / _ \  / /_  
/ /_/ /  / / / / / /  / /__  /  __/ / __/  
\__,_/  /_/ /_/ /_/   \___/  \___/ /_/     
                                           
                   __             _    __     _                
   ____   __  __  / /_   _____   (_)  / /_   (_)  ____    ____ 
  / __ \ / / / / / __/  / ___/  / /  / __/  / /  / __ \  / __ \
 / / / // /_/ / / /_   / /     / /  / /_   / /  / /_/ / / / / /
/_/ /_/ \__,_/  \__/  /_/     /_/   \__/  /_/   \____/ /_/ /_/ 
                                                               
Flags By Colours

Data visualization experiment using flags of the world
, , , ,

#!/usr/bin/python
#
from sys import argv
import Image, ImageDraw 
im = Image.open(argv[1]) 
im = im.convert('RGB') 
colors = {}; total = 0
for y in range(im.size[1]):
  for x in range(im.size[0]):
    color = im.getpixel((x,y))
    if color in colors.keys():
      colors[color] += 1
    else:
      colors[color] = 1
    total += 1 
UN CAT Booklet

Convention against Torture (CAT) Dhivehi booklet for UNDP

                                         __ 
  __  __   ____          _____  ____ _  / /_
 / / / /  / __ \        / ___/ / __ `/ / __/
/ /_/ /  / / / /       / /__  / /_/ / / /_  
\__,_/  /_/ /_/        \___/  \__,_/  \__/  
                                            
    __                    __      __         __ 
   / /_   ____   ____    / /__   / /  ___   / /_
  / __ \ / __ \ / __ \  / //_/  / /  / _ \ / __/
 / /_/ // /_/ // /_/ / / ,<    / /  /  __// /_  
/_.___/ \____/ \____/ /_/|_|  /_/   \___/ \__/  
                                                
Blindscapes

Photographing urban life in Malé
, ,

    __      __    _                __                                      
   / /_    / /   (_)   ____   ____/ /   _____  _____  ____ _    ____   ___ 
  / __ \  / /   / /   / __ \ / __  /   / ___/ / ___/ / __ `/   / __ \ / _ \
 / /_/ / / /   / /   / / / // /_/ /   (__  ) / /__  / /_/ /   / /_/ //  __/
/_.___/ /_/   /_/   /_/ /_/ \__,_/   /____/  \___/  \__,_/   / .___/ \___/ 
                                                            /_/            
        
   _____
  / ___/
 (__  ) 
/____/  
        
Malé Aerial

Aerial photography of the island city of Malé
,

                        __      
   ____ ___   ____ _   / /  ___ 
  / __ `__ \ / __ `/  / /  / _ \
 / / / / / // /_/ /  / /  /  __/
/_/ /_/ /_/ \__,_/  /_/   \___/ 
                                
                          _             __
  ____ _  ___    _____   (_)  ____ _   / /
 / __ `/ / _ \  / ___/  / /  / __ `/  / / 
/ /_/ / /  __/ / /     / /  / /_/ /  / /  
\__,_/  \___/ /_/     /_/   \__,_/  /_/