Posts

My Experience in Coming to China

Image
My Experience in Coming to China This article has been published by Micro China Blog Hi, I want to share how was my first experience in China was. I wrote this article in October 2017 when I arrived in Nanjing.  It has been three weeks since I left my home for China, to pursue my Ph.D. studies. It has been ups and downs in the first few days as I was never away from my home for such a long in my whole life. I was missing my dearest family and friends and yeah obviously the food too. Arriving in China gives you a sudden change in your lifestyle in all aspects like climate, food, language, culture, and many more things tend to change entirely. Food habits are entirely different here, I was amazed to know about the eating routine here, as lunchtime starts at 1100 here, however, in Pakistan, I used to do my breakfast at 0700 in working days and lunch break from 1300 to 1400. The situation is entirely different here, most surprisingly, the dinner starts at 1700, which is quit...

Children Rights in the Digital Era

Libya is a country in North Africa, bordered by the Mediterranean Sea to the north and other African countries around having an overall population of around 7million. The humanitarian situation of children in Libya remained precarious with significant protection concerns and child rights violations continuously reported. The protracted conflict over the past seven years has left an estimated 1.3 million people, out of which 439,000 are children, in need of assistance. Insecurity, economic downfall, and violence across the country have created unsafe living conditions and damaged critical infrastructure, placing vulnerable children at heightened risk of harm and disrupting access to public services. Libyan children suffer from the risks of migration as they make the perilous journey from sub-Saharan Africa into Libya and across the Mediterranean Sea to Europe In the current digital world, Libyan children face huge child rights violations, including online recruitment by armed grou...

Latex code for adding sub-figures

This was a heck of a task for me so I saved it here for future use. Adding four images as subfigures \begin{figure*} \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \vspace{-0.15cm} \caption{xxxx.} \vspace{-0.3cm} \label{Fig:timeDelay} \end{figure*} Adding 12 images as sub images \begin{figure*}[htb] \centerin...

Chinese Lantern Festival

This article has been published by Micro China blogs Well, it was my first experience of Chinese New Year festival in China in February 2018. My Chinese friends told me many stories about this festival, I heard that everyone goes to their native homes to enjoy this traditional festival of new year with their loved ones. So, I was kind of prepared for this lonely experience and was waiting for the holidays. It was the end of January, when the campus started emptying up. I used to witness students walking towards main gate carrying their luggage and observed everybody to be in a good mood in lab discussing pleasantly topics and preparing for their journey. I also used to ask my lab friends when they are leaving for their homes and they used to tell me excitedly about their preparation of going to their home. My friends used to tell exciting stories of the event like the fireworks, family gatherings and traditional foods. It remined me of Eid festival back in Pakistan wh...

Perform Machine Learning Classification

Image
What is Weka Named after a flightless New Zealand bird, Weka is a set of machine learning algorithms that can be applied to a data set directly, or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Classification In machine learning and statistics, classification is the problem of identifying to which of a set of categories (sub-populations) a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known. An example would be assigning a given email into "spam" or "non-spam" classes or assigning a diagnosis to a given patient as described by observed characteristics of the patient (gender, blood pressure, presence or absence of certain symptoms, etc.). Classification is an example of pattern recognition [wikipedia]. Steps to perform classification using Weka  In this examp...

“Overview and Analysis on Secure Storage Techniques in Cloud Computation Environments”

Abstract Cloud computing is a type of environment where resources and information are provided as a service on demand over the internet. No matter what location you are on, you can access resources placed on cloud at any time this platform has also provided benefit in the form of cloud storage services. Cloud storage services provide users with ease of access and reduce maintenance and software costs, they are scalable and easy to use without being expensive. The security of the data placed over the cloud is a big concern because ease of placing data online comes with a great threat of security and vulnerability of being hacked. Cloud data security is a big concern of the larger organizations to enter in the cloud environments. In this research we have targeted one of the most vital phenomena of cloud data storage, we have surveyed different cloud data storage techniques, frameworks and their pros and cons. We have also discussed the challenges that are required to implement secur...