-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecologist.html
More file actions
58 lines (57 loc) · 2.77 KB
/
ecologist.html
File metadata and controls
58 lines (57 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML>
<html>
<head>
<title>Project Scope Collaboration</title>
<link href="pblwebsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="center">
<a href="index.html">
<img src ="headerlogotransparent.png" alt="Logo" class= "center" style="max-width: 30%; max-height: 30%">
</a>
<button onclick="window.location.href = 'computerscientist.html';" class="schoolprojectsbutton">Computer Scientist</button>
<button onclick="window.location.href = 'ecologist.html';" class="schoolprojectsbutton">Ecologist</button>
<button onclick="window.location.href = 'howtheyworktogether.html';" class="schoolprojectsbutton">How They Work Together</button>
</div>
<h1>Ecologist</h1>
<h3>Description</h3>
<p>
Ecology is a branch of biology that is the science of how organisms in environments interact with one another as well as the habitats they live in. An ecologist studies these relationships between organisms and environments and makes important scientific contributions and discoveries. An ecologist may spend time in a laboratory or office, or out in the field collecting data.
</p>
<h3>Associated Majors and Type of Degrees</h3>
<p>
To become an ecologist, a bachelors degree is needed at minuimum with higher level jobs requiring a masters degree. Degrees in zoology, wildlife biology and environmental science are useful for getting a job as an ecologist.
</p>
<p>
Helping Qualifications - Bachelor’s degree in environmental science, biology, chemistry, physics, geosciences, or engineering, master’s degree helps when trying to advance in your career path
</p>
<p>
Popular Courses - Biology, chemistry, geology, physics, hydrology, waste management, and environmental policy/regulations
</p>
<h3>Security Clearance?</h3>
<p>
A research ecologist working for the department of agriculture would be required to maintain a security clearance, because they have the potential to be working with sensitive information that couldbe harmful if it was placed in the wrong hands. Also they may need a security clearance if they are working on or accessing secret land in a country.
<h3>Interesting Facts</h3>
<p>
<strong>In 2017, the median pay for ecologists/zoologists was $62,290 per year!</strong>
</p>
<p>
Helpful skills for an ecologist to have are:
</p>
<ul>
<li> Interpersonal skills</li>
<li>Reasoning skills</li>
<li>Communication and collaboration skills</li>
<li>Creativity</li>
<li>Self discipline skills</li>
</ul>
<p>
Related careers include:
</p>
<ul>
<li>Environmental scientist</li>
<li>Climate change analysist</li>
<li>Hydrologist</li>
</ul>
</body>
</html>