-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguidelines.html
More file actions
60 lines (55 loc) · 2.68 KB
/
guidelines.html
File metadata and controls
60 lines (55 loc) · 2.68 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
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="paul.css">
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="report_sighting.js"></script> -->
<title>CBRC</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="default2.asp"><div id="logo"></div></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="cbrcdb2.html">DATABASE</a></li>
<li><a href="guidelines.html" id="active">REPORT SIGHTING</a></li>
<li><a href="#">RARE BIRDS</a></li>
<li><a href="#">ANNUAL REPORTS</a></li>
<li><a href="#">ABOUT US</a></li>
</ul>
</nav>
</header>
<h1 id="guidlines"> GUIDELINES FOR SUBMISSION OF WRITTEN DESCRIPTIONS
TO THE CALIFORNIA BIRD RECORDS COMMITTEE (CBRC).
</h1>
<!-- This is a list of the three guidlines for reporting-->
<div>
<ul>
<li>Report <span>only</span> species which are on the CBRC <a href="review.asp">Review List </a> or which are new to California.</li>
<li>Please email all documentation including photos and written descriptions to
<a href="mailto:secretary@californiabirds.org">secretary@californiabirds.org</a>, or mail to Tom Benson, California</li>
<li>We encourage you to become a member of <a href="mailto:secretary@californiabirds.org">Western Field Ornithologists</a> which includes a subscription to <a href="mailto:secretary@californiabirds.org">Western Birds</a> where our <a href="http://www.californiabirds.org/reports.html">annual reports</a> are published.</li>
</ul>
</div>
<!-- Paragraph of the guidlines -->
<p>
All reports MUST include the species, location, date of the observation, and the name of the observer. The most important additional information you should include is a detailed description of the bird seen (not what it should look like), comparing the bird in question to similar species. Include the viewing conditions at the time of the observation. For more information on documenting and reporting rarities, click here.
<br><br>
An optional fill-in-the-blank form is available for submitting your sightings electronically. Download it here. Photos should be submitted as separate JPEGs with original metadata (exif) rather than embedded in word processing documents.
</p>
<!-- link to Additional Resources -->
<section id="guidelines-and-resources">
<a href="AdditionalResources.html">ADDITIONAL RESOURCES</a>
</section> <br><br>
<footer>
<ul>
<li><a href="#">donate</a></li>
<li><a href="#">webmaster</a></li>
<li><a href="#">contact us</a></li>
</ul>
</footer>
</body>
</html>