Friday, July 06, 2012

AUB President: A Message on Honorary degrees

Although I do not agree myself with the selection of one of the honored guests for this year. AUB has been extremely cautious when it comes to relations with Israel over the years. We should thank AUB to sustain a decent position (vis-a-vis the Palestinian cause) at the time where a lot of Arab and Muslim countries are runing toward Israel.

If AUB was dealing differently with the Palestinian cause, it would surely get much more funding from the States.

-----

Dear Members of the AUB Community,

I would like to share with you a personal note, in view of several e-mails that have been circulating among the faculty and on the alumni listserv in the wake of the controversy surrounding the recent honorary degree ceremony at Commencement. In particular, I want to address the comments relating to this administration's purported agenda related to Israel.

The first and paramount observation is that AUB has always respected and complied with the laws of Lebanon, and always will, particularly the laws prohibiting the normalization of any kind of relations with Israel.

Indeed, this position has come at a cost to some of our faculty members in recent years, particularly those who have had to give up significant funding or research partnerships because of the involvement of third-party partners who had ties to Israeli institutions.

Second, this administration at AUB has no normalization or Zionist agenda of any kind. Those who make that claim or imply it are simply wrong on the facts. But raising questions about AUB's presumed Zionist leanings is a sensational charge that catches the eye, can spread quickly, and understandably raises deep alarm among Lebanese and others who have suffered from Israeli depredations.

The circulating messages entitled "Can AUB Find Only Those Complicit with Zionism to Honor?"--taken straight from the extremist coverage published by al-Akhbar newspaper‹is a rhetorical question that belies our history of honoring distinguished Arabs or friends of the Arab world such as Edward Said, Helen Thomas, and Hanan Ashrawi. In the last three years alone, the University has honored Walid Khalidi, Dourade Al Lahham, Eric Rouleau, Mary Robinson, Marcel Khalife, Owen Gingerich, Mostafa El-Sayed, Anthony Shadid, Wadad Kadi, and Munib Masri. Eight of these honorees were nominated by our own faculty.

Some have criticized the administration for awarding an honorary degree to individuals who do not adhere to the Palestine Academic and Cultural Boycott of Israel campaign, an initiative intended to isolate Israel from such contacts. I defend the right of those who take such a position; it is a principled stance, and one that many feel passionate about. Yet institutional decisions cannot be subordinated to an absolute litmus test imposed by the demands of outside groups. Otherwise, to pick just one example, AUB could never have decided to honor Edward Said, who initiated an acclaimed cultural dialogue through his highly visible sponsorship of a Palestinian-Israeli youth orchestra.

I was born in Lebanon in the same year as the nakba; like so many of you, I have never lived in the world without the dreadful specter of Palestinian dispossession and an expanding Israeli settlement agenda, which are deeply immoral and ultimately, in my view, self-destructive.

As for AUB, our campus is a precious and protected space where differences of opinion do‹and must‹exist in a context of mutual respect.

Free speech is fundamentally a core value of AUB and a part of our long tradition of academic freedom. We will continue to honor it, for every voice in our community.

The Provost and I will be meeting this coming week with a delegation of faculty members, who wish to present their petition of disagreement. The Board of Trustees has also asked me to review the process of vetting candidates for honorary degrees. I know the faculty delegation speak for a good number of you reading this message; but I can assure you that we jointly have only the reputation and good name of our beloved institution at heart, alongside a profound commitment to AUB's proud legacy, our home country, Lebanon, and the region we serve.

Peter Dorman
President

Monday, May 28, 2012

Islamic Finance in Canada (or Islamic Mortgages)

A lot of Muslims on the Turtle Island are looking for alternative financing options to acquire their dream houses. A lot of COOP are offering this service in Montreal, Toronto and others. COOP are covering some of the demand and they are doing welll so far. However, the COOP model has its own disadvantages also:
  1. High down-payment (25% -30%)
  2. Short amortization period (up to 15 years)
  3. High rent (7.5% fixed for 15 years). This one looks high but it is about 1.5% above the banks rate in most cases 
  4. Low financing capacity. COOP finance small houses up to $250,000 or $300,000 in most cases out of which the tenant will be paying about 30% 
  5. Long waiting queue. This is natural because one ouf ot every 5 customers can buy a house at a time. So this means, for every bought house, there are 4 other people waiting in line. Hence, 80% of all COOP members would be waiting in line for the repayment of the 20% who already bought houses. Without external finances, the COOP model can not survive.
  6. Rigid regulations and low customer service
  7. Low customer satisfaction 
  8. Low growth potential. 
  9. Low attractiveness for investors. Few people are willing to invest for long term at the rate of 5% under the current scheme. A lot of work is needed on the trust and credibility side. 
However, this option is much better than the TRUST Camouflage model. A lot of companies (or mortgage brokers) are playing on this option to offer a halal service (knowing that it is nothing of halal). Under this scheme, the service provider would clients the following:

  1. The client-tenant Establish a trust and grant the broker to be a co-trustee
  2. The broker will get a mortgage deal form a bank for the client
  3. The client sign the mortgage with the bank (And you say it is Sharia compliant !!!)
  4. The client pays rent to the TRUST (himself/herself and the broker)
  5. The TRUST will pay this rent as interest to the bank (Awful scenario indeed)
  6. The TRUST would charge the trustee to pay a fees (someone paying his own trustee)
  7. The TRUST would charge the client for the contract !
One can see directly that this is not really a viable financing opiton and it is not sharia compliant at all. There are serveal companies offering this financial service in Canada: Ijara Canada, Ijara Mortgage Broker, My Ijara Canada ...

In fact, those companies are trying to offer a good service (from their point of view). However, it is not really sharia compliant and it does not offer a good alternative for Islamic mortgage for Canadians. I am afraid that they know the invalidity of this option and still going for it. This would a major mistake towards the Muslim community in Canada as a whole. 

Sunday, February 05, 2012

CUFON for Arabic Text: @font-face as a solution

I have seen a lot of people asking how to use CUFON with Arabic fonts and texts. This library is amazing indeed especially that it comes at an early stage when a lot of browsers did not know more than 7-10 generic fonts that people are bored with.

Arabic developers (or right to left developers) were not able to use this library because it does not support complex scripts. There is no intention for further development to cover this language as well as mentioned several times by the lead developer of CUFON.

What is the solution then for an arab developer or designer who would like to give a special touch for his websites? The solution is very easy and handy. @font-face !!! Some fancy examples are found on this page (http://hacks.mozilla.org/2009/06/beautiful-fonts-with-font-face/).

How to use it with Arabic text? The solution is very simple:
@font-face {
  font-family:a-remote-font-name;
  src: source url;
  [font-weight:XXpx];
  [font-style:regular html style];
}
The major task is to select a nice TTF (or even OTF) font that you like and link it to the new font-family that you define (Some fonts needs to be converted to EOT though)

Example: http://www.gideas-demo.info/font-face/font-face.html

The html code for this example:
<html>
<head>
<title>كيفية استخدام font-face مع اللغة العربية على الانترنت</title>
<link href="./font-face.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="font-face-arabic-text-title">بسم الله الرحمن الرحيم</div>
 

الحمد لله الذي انعم على الإنسان بنعمة العقل والإبتكار وحب البحث والتعلم. كنا عالماً او متعلماً او محباً للعلم ولا تكن الرابعة فتهلك.
<br/><br/>

 
<div id="font-face-arabic-text-body">هذه تجربة بسيطة وتعريف بكيفية استخدام خاصية font-face مع النص العربي لإضفاء جمالية خاصة على الصفحات المصممة للانترنت باللغة العربية.</div>

</body>
</html>

The css code for this example:

@font-face {
    font-family: "Gideas Font-face Demo";
    font-weight: normal;
    src: local("âک؛"), url("fonts/thickTitleFont.ttf") format("truetype");
}

#font-face-arabic-text-title
{
margin:auto;
width:400px;
font: 150% 'Gideas Font-face Demo','Simplified Arabic';
color:blue;
font-size:40px;
direction:rtl;
}

#font-face-arabic-text-body
{
margin:auto;
width:600px;
font: 120% 'Gideas Font-face Demo','Simplified Arabic';
color:red;
font-size:20px;
direction:rtl;
}



Monday, January 09, 2012

"Price of Sex" by Chakarova: A slam on the face of humanity in the 21st century

First, I have noticed the title on my twitter time line as the movie will be screened by the Us Embassy in Ottawa. First of all, I want to disregard this line because I thought it is just some scam.

After giving it a second thought, I was wondering why the US embassy will be screening such a movie?
Then I have decided to see its trailer and read about this documentary.

In simple words, it is a shame on humanity that human trafficking is six times larger than the slavery trafficking across the Atlantic in the dark ages.

Following their stories from their virgin home to their prostitution residency was awful. People are so dump and have very tough hearts. Why? All for the money. This is the dirtiest money that can be ever collected. The woman is always the weaker link. They wanted her to abuse her further. This industry is huge and much larger than everything you can think of.


The Price of Sex is a rare glimpse into the lives of sex-trade workers and human-trafficking from Europe to the Middle-East. The film unmasks the dangers and corruption involved in the sex-trade industry, as well as the fear, shame and anguish felt by millions women who are forced to sell their bodies for sex.

Friday, January 06, 2012

What is your experience with Magento Open Source e-commerce?

Someone posted this question on Linkedin
Is it suitable for large corporation to build multiple websites? And what are the pro's and the con's? Think of cost, application services, development, etc.

Here is my answer for that:
There are several versions of Magento. Magento Community, Magento Enterprise and Magento Go.

Cost wise, the community edition is the best but you lack the support. For a corporation, the Enterprise edition is the best with $1,000/month for a good support.

What differentiates Magento is its interoperability with various back office systems (natively or via other bridging tools). In addition, Magento is getting the defacto for corporate e-commerce as it scales up well (with extra cost for scalable license) and it is search engine friendly.

Other pros are related to development cost and graphical layout. It is one of the best within the upper end e-commerce packages.

Some of the Con's is the limited access to licensed developers (which is being solved right now by the new certificate system). The classes are free for a while during the beta stage.

Another risk arise from the fact that Magento depends on other tools for the connection with back-office inventory (SAP for example). There are various tools to connect but most of them are being developed out of the Magento Eco-System hence their maintenance is an issue.

Sunday, December 04, 2011

Finance Islamique: Special Purpose Vehicule (SPV) for a car rental agency


ACME, une agence de louer des voitures, a deux choix pour le levé de fond islamique. D’un cote tous les investisseurs peuvent être des actionnaires. S’il y a des petits investisseurs, ils peuvent acheter des sukuk de murabaha sans être des copropriétaires — avec d'autres actionnaires — de la totalité de cette SPV.

En tous cas, cette opération a besoin de deux entités corporatives pour être en conforme parce que les ressources doit échanger les mains. En Islam, le transfert de fonds seulement est considéré comme un prêt. Les deux corporations sont :

  1. Véhicule à usage spécial (or SPV) : ACMEFinance
  2. La société : ACME
Dans cette proposition, on peut trouver les détails des ces deux opérations. (https://docs.google.com/document/d/1-fzoKQ2dab037dEqUUwRuN9hU5ERP6kODXln_q-CdAU/edit)

Saturday, November 26, 2011

Soap Business plan Example


Genesis Soaps Inc., located in Montreal, Quebec, is a start-up wholesaling business specialized in importing natural soaps and repackaging them for sale in specialist helath shops and specialized drugstores chains across Quebec. The business would be established to offer hand-made natural soaps to a growing clientele looking for chemical free personal care products for either daily usage or skin treatment. The firm would specialize in the following products:
  1. Extra virgin olive oil soaps (solid, liquid, several fragrances)
  2. Glycerin soaps (solid, liquid)
  3. Black seed soaps (solid, liquid)
  4. Black seed oil and cream

Genesis Soaps Inc. has its warehouse and office in West Montreal and plans to rent another warehouse in the same area.





This business plan is for demo purpose only. It does not really reflect the reality of this business. https://docs.google.com/document/d/1yFJNunQm1kQi7im-CPSrqL9ZEY9l58NhOpBONnu7eLw/edit



For more information, contact me.