-
Notifications
You must be signed in to change notification settings - Fork 1
/
aapg.php
57 lines (50 loc) · 3.11 KB
/
aapg.php
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
<?php include 'above_aapg.php';
?>
<div class="side_bar">
<table width="135" height="296" border="1" cellpadding="1px" cellspacing="2px">
<tr>
<th scope="row"><div class="current"><a href="aapg.php">About us</a></div></th>
</tr>
<tr>
<th scope="row"><a href="aapg_membership.php">Membership</a></th>
</tr>
<tr>
<th scope="row"><a href="aapg_events.php">Events</a></th>
</tr>
<tr>
<th scope="row"><a href="aapg_gallery.php">Gallery</a></th>
</tr>
<tr>
<th scope="row"><a href="aapg_council.php">Council</a></th>
</tr>
<tr>
<th scope="row"><a href="http://www.aapg.org/" target="_blank">AAPG website</a></th>
</tr>
</table>
</div>
<div class="container">
<div align="justify">
<div class="contentall">
<p> </p>
<div class="contentall h1"><span style="color: black;">Welcome</span></div>
<p> </p>
<p>Founded in 1917, the American Association of Petroleum Geologists is currently the world's largest professional geological society with “chevron” as its premier sponsor. </p>
<p>The IITB student chapter was started in 2010. We have long been actively linked to AAPG. The original purpose of AAPG, to foster scientific research, to advance the science of geology, to promote technology, and to inspire high professional conduct, still guides the Association today.AAPG provides publications, conferences, and educational opportunities to geoscientists and disseminates the most current geological information available to the general public. As the world's premier professional association for explorationists, AAPG is about the science of petroleum geology.It's also about the people. AAPG's membership is made up of more than 40,000 members in 129 countries in the upstream energy industry who collaborate – and compete – to provide the means for humankind to thrive. AAPG provides the network of communications that allow those professionals to succeed. </p>
<strong>Mission</strong>: The purposes of this Association are to
<ul>
<li>
advance the science of geology, especially as it relates to petroleum, natural gas, other subsurface fluids, and mineral resources</li>
<li> to promote the technology of exploring for, finding, and producing these materials in an economically and environmentally sound manner
to foster the spirit of scientific research throughout its membership </li>
<li> to foster the spirit of scientific research throughout its membership</li>
<li>to disseminate information relating to the geology and the associated technology of petroleum, natural gas, other subsurface fluids, and mineral resources</li>
<li>to inspire and maintain a high standard of professional conduct on the part of its members</li>
<li>to provide the public with means to recognize adequately trained and professionally responsible geologists</li>
<li>to advance the professional well-being of its members</li>
</ul>
<p> </p>
<p> </p>
</div>
</div>
<?php include 'below.php';
?>