General News
First Ordinary Selection Study on Arctic Inuit by Scientists
For the very first time a team of scientists by Fernando Racimo, Rasmus Nielsen et al. have done a study on Arctic Inuit. On the basis of this study the scientists will be able to track the adaptation
Amal Dutta: India’s First Ever Professional Football Coach
Amal Dutta is a known name in the history of best football coaches. However, this is unfortunate that his talent and genius as a coach were never acknowledged. India’s first ever professional co
Youngsters too Need Parental Supervision and Guidance
The experts have advised that it is important for parents to provide an effective guidance and support to their children. Many changes occur within the family when the child grows towards adolescence.
KL Rahul Got Double Hundred on the Third Day of the Fourth Test
KL Rahul has become a favorite name in every Indian house after scoring 199 on the third day of the fourth Test against England in Chennai. During an interview the batsman said, it was the pressure of
Gesturing Can Positively Impact Children’s Creativity
The scientists have suggested that the children’s habit of gesturing can improve their creativity. Not only this, the scientists have advised that encouraging children to use gestures can help t
Anand Amritraj Defends Himself over His Removal from Davis Cup Captainship
The nation knows Amritraj after he took over the place of non-playing Davis Cup captain. He succeeded S.P.Misra in 2013. Currently, the captain is facing a lot of challenges due to the reports of indi
Huge Sea Floor Mounds Triggers Earthquakes
The scientists from the Utrecht University have discovered that the irregularity on the ocean floors can cause a quick slip of the tectonic plate which can trigger powerful earthquake. For the very f
Astronomers Observed Newly Formed Stars
With the help of ALMA (Atacama Large Millimetre/submillimetre Array) observatory, the scientists have observed a newly formed solar system. Scientists from the Niels Bohr Institute have named this st
Gaurav Gill the Winner of Formula One World Championship
Here is good news for all the Indian out there. India’s Gaurav Gill has successfully achieved the winner’s trophy in the FIA Asia Pacific Rally Championship. This is the first time where a
Measuring Device That Can Sense Magnetic Field Strength
Scientists from the Institutes for Biomedical engineering with ETH Zurich and the University of Zurich successfully created a method that can measure tiny magnetic field. For the process, the research
Yogeshwar Dutt Not Participating in Pro Wrestling League
The champion, Yogeshwar Dutt will not be participating in the pro-Wrestling League, starting from December-15. As per the current report the winner of London Olympic bronze medal, Yogeshwar will be ty
Archeologists revealed the facts of Paleo Diet
A team of Archaeologists have currently discovered a collection of 780,000-year-old edible plants in Israel on the shoreline of Lake Hula in the northern Jordan valley. As per the researchers, the fin
Related News
-
The Effect of Gamification on Student Motivation
-
The Role of Mental Health Resources on Campus
-
Significance of Infrastructure Development in India
-
Data Analytics Adopted by High School Sports Teams
-
Importance Of Basic Mathematics Skills
-
Is Photography a Good Career Option?
-
Essay on Issues and Challenges of Rural Development in India
-
Technological Advancements in the Field of Badminton
-
Steps to Manage Stress and Deal with Peer Pressure
-
Should Parents Punish Their Children For Every Mistake?
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});