Deoxyribonucleic Acid or DNA is the molecule of heredity, the sum of all biological processes by which particular characteristics are transmitted from parents to their offspring (https://www.britannica.com/science/heredity-genetics) , and contains the blueprint of life. I took biology honor class when I was in grade 9 and one of the project was creating a infographic forContinue reading “Story of DNA-Infographic”
Category Archives: Uncategorized
Statistics
Statistics is reviewing and analyzing the data and R programming using many different build-in functions for statistical analysis, computing and graphing. Most of the statistical functions are present in the R basic package and vectors are input to those functions with different parameters to give the results. We will go through the following basic onesContinue reading “Statistics”
Graphs & Charts
R programming allows us to create numerous graphs and charts. It uses functions and parameters to define data, ranges, and different items. We will go through basics of creating followings; Line plot Scatterplot Barchart Pie chart The table below gives a summary of the functions and parameters that we can utilize to create those differentContinue reading “Graphs & Charts”
Doctor X! Superhero Psychology Project
Who is Doctor-X? Let me introduce you one of our incredible Village City superhero. He is known as Doctor X! He is not one of the superheroes in literature, television show or movies. He goes beyond the call of duty and often risking his own life for protecting innocent people. Who can say one dramaticContinue reading “Doctor X! Superhero Psychology Project”
Introduction & Installation R Programing
Learning R programing, my first knowledge sharing for programing language! Do you like data science? Then, you will love to learn R programing. I will have multiple posts to let you to learn basic understanding and hopefully to lead to learn more. We are going to start with introduction and installation requirements to start RContinue reading “Introduction & Installation R Programing”
Together we can make a difference!
Environment has an important role in our life and it is one of the important global issues that we have in Earth. Earth is our home and we need to look after it! This is the project that I was involved in as part of the PYP (Primary Years Program) exhibition when I was inContinue reading “Together we can make a difference!”
HTML project with CSS
<!DOCTYPE html> <html> <head> <style> body { background-color: lightblue; } p { color:black; text-align:center; font:30px bold; } h1 { color: darkblue; margin-left: 30px; } h2 { color: maroon; text-align:center; font:40px bold; } h5 { text-align:center; } ol { color: maroon; font:30px bold; Continue reading “HTML project with CSS”
Learning CSS
We are going to learn the basics of the CSS to support HTML documents styling. I will suggest refreshing your knowledge by revisiting my previous post, “Learning HTML” before starting to explore this post. CSS, Cascading Style Sheets, is another markup language like HTML, and its main function to describe the style of the HTMLContinue reading “Learning CSS”
HTML project
<!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width”> <title>First Time Coding</title> </head> <body> <header> Welcome To My First Time Coding </header> <h2>How I learn to code</h2> <p> To learn the codes check the link below</p> <a href=”https://123codingwithme.com/”> 123Codingwithme</a> <h2 align =”center”>The Basics</h2> <ol> <li>Go through the posts</li> <li>Follow the instruction on how it works.</li>Continue reading “HTML project”
Learning HTML
Hi! We are going to learn our first coding program! In my other post “Brief History of Coding”, I gave you a summary of three different types of languages; programming, scripting and markup languages. In this post, I will be focusing on one of the markup languages, HTML. It was developed by Tim Berners-Lee inContinue reading “Learning HTML”
