Paleontology
Paleontologists is the study a variety of preserved fossils in the rocks that remains to know or learn about past environments and organisms of the earth at different geologic periods.
Career Options
- - - Paleontologists - Teacher - Paleontology Professor - Research Specialist - Museum Curator - Prospector - Specialty Environmental Monitor
Educational Qualifications
- - Education qualification- 10+2
Personal Skills
- - Determination towards the career - Passion for understanding the history of life on earth - Interested in working in the field - A strong aptitude for the natural sciences - Emotionally stable
Courses to be pursued
- - Bachelor’s degree in Paleontology - Masters degree in Paleontology - Ph.D in Paleontology
Top Colleges
- Jadavpur University 188, Raja S.C. Mallick Rd, Kolkata - 70003
- Phone: +9133-24146666 Website- www.jaduniv.edu.in
Working Conditions
- Paleontologists who engage in fieldwork may have to suffer extreme weather conditions. - Paleontologist may required to travel frequently. - Paleontologists are also employed as a faculty members at universities or research institutes have regular 40-hour weeks which is in a comfortable environment.
Top Companies
- Geological Survey of India Address: 27, J.L.Nehru Road Kolkata-700016 ,West Bengal, India Phone: (033)22861676 (033)22861661 Website: www.gsi.gov.in
$(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");
});