var timeline_data = {  // save as a global variable
'dateTimeFormat': 'iso8601',
'wikiURL': "http://simile.mit.edu/shelf/",
'wikiSection': "My Work Life",

'events' : [
        
        {'start': '2001-10-01',
        'end': '2006-06-01',
        'title': 'Computer Engineering Course',
        'description': '5 years course at Aveiro University with a lot of nice projects, and really great colleagues.',
        'isDuration' : true
        },
        {'start': '2004-05-01',
        'title': 'Geo-Related System',
        'description': 'Prototype for a geo-related info mobile platform for the university campus. Project for System Analysis and Relational DataBases Classes. 2 Person. Sql-Server and Access',
        
        },
        
        {'start': '2005-01-01',
        'title': 'MITM Attack',
        'description': '	Network architecture project,Successful MITM (Man-in-the-middle) attack over a PPTP VPN (Aveiro’s university “guest-eU” network) exploiting mschap-v2.2 Person',
        
        'color' : 'red'
        },
        
        {'start': '2006-04-01',
        'title': 'Final Course Project',
        'description': 'RFID location based Service, and management platform in a Industrial Enviorement. 2 person. SqlServer, .NET2003, Windows Mobile',
        'color' : 'red'
        },
        
        {'start': '2006-01-01',
        'end': '2007-02-01',
        'title': 'RTS',
        'link' : 'http://www.rtsaude.pt/projecto/english.php',
        'description': 'Developer, Worked 6 months with a scholarship in IEETA Institute in part time, and then 7 months at full time on RTS Project a regional health network.8 people, Java, Struts Framework, Javascript, SOAP(Axis), Oracle 8',
        'isDuration' : true
        },
        
        {'start': '2007-01-01',
        'end': '2007-05-01',
        'title': 'Bio-devices',
        'link' : 'http://www.biodevices.pt/',
        'description': 'Developer, Spin-off company from the IEETA specialized in software development to the health care sector.2 people. C++',
        'isDuration' : true
        },
        
        {'start': '2006-11-01',
        'end': '2007-06-01',
        'title': 'MapMyName Project',
        'description': 'Creator, Personal Project to play with google maps, and with huge success, 25.000 users and lots of media attention in 1 month. 2 people. Php, Javascript, Postgres',
        'image': 'http://9idiots.com/map.png',
        'link': 'http://mapmyname.com',
        'isDuration' : true,
        'icon' : 'dark-red-circle.png',
        },
        
        {'start': '2007-10-01',
        'end': '2008-10-01',
        'title': '9idiots',
        'description': 'Founder, Startup to create social software',
        'link': 'http://9idiots.com',
        'isDuration' : true,
        'icon' : 'dark-red-circle.png',
        },
        
        {'start': '2008-04-22',
        'title': 'STREAM19.COM',
        'image': 'http://9idiots.com/stream19.png',
         'link': 'http://stream19.com',
        'description': 'A 9idiots product, Social Network for actions sports. 3 People. Php, Javascript, Postgres ',
        'color' : 'red',
        'icon' : 'dark-red-circle.png',
        },
        
        
        
        {'start': '2008-10-01',
        'end': '2009-02-01',
        'title': 'KlickSports',
        'description': 'Developer, Los-Angeles Startup that developed a live sports prediction game. 7 People. Java, Spring, Javascript, My-Sql',
        'link': 'http://klicksports.com',
        'isDuration' : true,
        },
        
        {'start': '2008-11-01',
        'title': 'Sapo Social Graph',
        'link': 'http://9idiots.com/socialg',
        'description': 'Developer,Project for Sapo Code Bits 2008. Build a social graph with info collected from RFID position system.1 Person, Javacript',
        'color' : 'red',
        'icon' : 'dark-red-circle.png',
        },
        
        {'start': '2009-02-01',
        'end': '2010-01-01',
        'title': 'Af83PT',
        'image' : 'http://a1.twimg.com/profile_images/74054884/af83_b_bigger.png',
        'description': 'COO of Af83 at Lisbon',
        'link': 'http://af83.com',
        'isDuration' : true,
        },
        
        {'start': '2009-07-01',
        'title': 'Powerstatus',
        'link': 'http://powerstat.us/',
        'description': 'Multi-user collaboration system, to manage status update networks. 2 developer. Erlang, Nitrogen, Javascript ',
        'color' : 'red'
        },
        {'start': '2009-10-01',
        'title': 'Encre-Project',
        'link': 'http://projet-encre.com/',
        'description': 'Project to engage conversation around a video life stream using twitter social network.2 People, Erlang, Nitrogen, Javascript',
        'color' : 'red',
        }
    ]
}
