-
Notifications
You must be signed in to change notification settings - Fork 1
/
testTemplate.html
100 lines (99 loc) · 6.33 KB
/
testTemplate.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/ala-styles.min.css">
<link rel="stylesheet" href="css/ala-theme.min.css">
<link rel="stylesheet" href="css/autocomplete.min.css">
<link rel="stylesheet" href="css/autocomplete-extra.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migration.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/autocomplete.min.js"></script>
<script src="js/application.min.js"></script>
</head>
<body>
HEADER_HERE
<section id="breadcrumb">
<div class="container">
<div class="row">
<ul class="breadcrumb-list">
<li><a href="/">Home</a></li>
<li class="active">Who we are</li>
</ul>
</div>
</div>
</section>
<div id="INSERT_CONTENT_ID_HERE" class="container">
<section class="content-container">
<div class="row">
<article class="col-md-12 header-wrap margin-bottom-half-1">
<h5 class="subject-category-overline">Knowledge Base</h5>
<h2 class="subject-title">Who we are</h2>
<h3 class="subject-subtitle">The Atlas of Living Australia (ALA) provides free, online access to
information about Australia’s amazing biodiversity. It is collaborative, open infrastructure that
pulls together biodiversity data from multiple sources, and makes it accessible and reusable.</h3>
</article>
<article class="col-md-12" id="alaEditable">
<!-- Start editable content -->
<div class="col-md-3 col-md-push-9 sidebar-col" id="toc-wrapper">
<div id="toc_container" class="no_bullets toc-floating-menu affix-bottom" data-spy="affix"
data-offset-top="300"
style="width: 245px; top: -264.5px;"><h4>Page contents:</h4>
<div class="profile-usermenu margin-bottom-2">
<ul class="toc_list nav">
<li><a href="#Introduction">Introduction</a></li>
<li><a href="#Our_mission">Our mission</a></li>
<li><a href="#Our_focus">Our focus</a></li>
<li><a href="#Our_users">Our users</a></li>
<li><a href="#Our_impact">Our impact</a></li>
<li><a href="#Governance">Governance</a></li>
</ul>
</div>
</div>
</div>
<div id="alaInnerEditable" class="col-md-8 col-md-pull-3" style="padding-left: 0px;"><h4 id="intro">
<span id="Introduction">Introduction</span></h4>
<p>The ALA is Australia’s national biodiversity database. Founded on the principle of data
sharing – collect it once, share it, use it many times – the ALA provides free, online access to millions
of occurrence records to form the most comprehensive and accessible data set
on Australia’s biodiversity ever produced. </p>
<p>By aggregating biodiversity information and making it more available online, the ALA is assisting
scientists, planners, managers and others to create a more detailed picture of Australia’s
biodiversity. The ALA is used for research, environmental monitoring, conservation planning
and management, education, and citizen science activities.</p><h4><span id="Our_mission">Our mission</span>
</h4>
<p>To lead the digital transformation of Australia’s biodiversity knowledge, promoting excellence
and enabling collaboration in biodiversity research.</p><h4><span
id="Our_focus">Our focus</span></h4>
<p>The ALA pulls together two basic types of information about Australia’s living things: species
and environments. We create tools for our users to share and analyse this data in different
ways.</p>
<p>We are committed to the principles of open data and infrastructure.</p><h4><span id="Our_users">Our users</span>
</h4>
<p>The ALA supports a wide range of users across a number of fields. We support research,
environmental monitoring, conservation planning, education, and citizen science just to name a
few. </p>
<p>We create tools to help users capture, share and interrogate biodiversity information in
increasingly efficient ways.</p><h4><span id="Our_impact">Our impact</span></h4>
<p>By enabling science, industry and decision makers to work more efficiently, we impact many
diverse areas of Australian biodiversity research and sustainability practice.</p>
<p>We are an essential resource for biodiversity conservation, sustainable ecosystem development,
new species discoveries, systematics (relationships between living things), taxonomy (naming and
classification), digitisation of biological collections, natural resource management and
environmental impact assessments.</p><h4><span id="Governance">Governance</span></h4>
<p>The ALA is made possible thanks to contributions from our many partners. The ALA receives
support from the Australian Government through the National Collaborative Research
Infrastructure Strategy (NCRIS) and is hosted by CSIRO. It is a node of the Global Biodiversity
Infrastructure Facility (GBIF).</p></div>
<!-- End editable content -->
</article>
</div>
</section>
</div>
FOOTER_HERE
</body>
</html>