Monthly Archives: September 2017

Using diagrams as an aid for research papers

Writing research papers is a part of university life. I have at least one paper due every semester. Typically, I would develop my thesis statement first, then search online at the university library or Google Scholar and finally develop support for my arguments. There will usually be various drafts and rewrites. However, this semester I was introduced to… Read More »

Integration or Segregation: An analysis of the effectiveness of Canada’s official policy of multiculturalism.

In principle, federal support for distinct ethnic groups to retain their cultural identities while benefitting from full societal participation is generally supported. The official policy of multiculturalism promotes the full and equitable participation of individuals and communities of all origins, assists in the elimination of any barrier to that participation and ensures that all individuals receive equal treatment… Read More »

JavaScript Fibonacci solution.

In mathematical terms, the Fibonacci sequence is a series of numbers in which each number is the sum of the two previous numbers. The sequence Fn is defined by: Fn = Fn-1 + Fn-2, with seed values F1 = 1, F2 = 1  or  F0 = 0, F1 = 1. So, for example, assuming seed values of 0 and 1, the sequence… Read More »