Banque du Liban (BDL) Accelerate 2014 – First Startup Conference in Lebanon

Standard

Banque du Liban (BDL), or the Central Bank Of Lebanon, is organizing the first international startup conference in Beirut, Lebanon. The conference is known by “Banque du Liban Accelerate 2014”. Accelerate 2014 will be a melting point for entrepreneurs, startup companies, investors, and a select of highly prolific and successful people including ambassadors, ministers, industry leaders and professionals. And there will be fifty speakers (see below) who are mostly successful entrepreneurs and startup founders.

It is an invitation-only conference whose theme was chosen to be Blueprints for Success. BDL is aiming that the conference be a building block that supports current and new startups in Lebanon and help to accelerate their development and success, hence the “Accelerate” name and the theme “Blueprints for Success”.

Continue reading

Interactive Periodic Table with Videos

Link

Interactive Periodic Table with Videos on each element by TedEd

http://ed.ted.com/periodic-videos

Selection_014

Selection_015

Big data: predicting future city solutions, Rand Hindi, CEO Snips

Video

R – Labels inside ggplots using directlabels

Standard

The other day I generated the following figure with ggplot2

plot

using the following code:

ggplot(dat, aes(x = Year, y = log10(sum), group = id, colour = id)) +
 geom_point() +
 geom_smooth() +
 labs(x = "", y = "")

Note that I used the “group” argument to plot both curves on the same figure. Similarly I used the “colour” argument to colorize each curve differently.

But instead of a legend I wanted to have labels on or near the curves. To do that I resorted to the “directlabels” package.

First I needed to install it after installing its dependency package “quadprog” and load ggplot2 & directlabels:

install.packages("quadprog") # dependency for directlabels
install.packages("directlabels", repo="http://r-forge.r-project.org")

library(ggplot2)
library(directlabels) # load "directlabels"

To plot the figure, I went on as before but instead I assigned the plot command to “p” which I then passed on to direct.label().

p <- ggplot(dat, aes(x = Year, y = log10(sum), group = id, colour = id)) +
 geom_point() +
 geom_smooth() +
 labs(x = "", y = "")
direct.label(p)

As you can see the direct.label() function took care of the legend and replaced it with labels on the curves:

plot

This is a really useful package.

If you found this post helpful please give it a like or share it somewhere in the digital universe.

Assorted links – Apprendre le français

Standard
This is a list of resources for learning French. If you find a broken link please report it in the comments.

First, as taken from the “Apprendre le français avec TV5MONDE” website:

10 MINUTES OF FRENCH A DAY

  • Watch the TV5MONDE channel in your country:www.tv5monde.com/reception.
  • Check your knowledge of conjugation on the TV5MONDE French language page using the multifunction dictionary, test your spelling with letter games, listen to Merci Professeur’s lessons.
  • Learn current vocabulary with the 7 jours sur la planète application. Each week, memorise new vocabulary by playing with about forty words taken from television reports.
Audiovisuel – Audio, Video, et Podcasts

Sites

Apps

Products